2026-08-29 00:00:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1816
2026-08-29 00:00:05.320  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:00:05.337  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:00:05.358  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:00:05.359  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:00:05.359  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:00:05.359  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:00:05.359  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:00:05.369  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6398fcab(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 00:00:15.544  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:00:15.544  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:00:15.544  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@20d29bce, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14552fad, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e04c49d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21b882d4, containsSubquery=false)
2026-08-29 00:00:15.544  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:00:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1817
2026-08-29 00:00:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:00:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:00:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@40e5d947(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 00:00:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:00:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:00:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:00:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:00:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:00:35.576  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:00:35.576  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:00:35.576  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3f4774ab, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5a9c87af, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3bb718a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64473b31, containsSubquery=false)
2026-08-29 00:00:35.576  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:00:55.477  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:00:55.477  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:00:55.477  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@49266ade, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@8da9b93, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47ef5b6f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@413bf221, containsSubquery=false)
2026-08-29 00:00:55.477  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:01:05.169  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1818
2026-08-29 00:01:05.169  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:01:05.181  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:01:05.182  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:01:05.182  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:01:05.182  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:01:05.182  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:01:05.183  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@41988e2f(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 00:01:05.186  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:01:15.473  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:01:15.473  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:01:15.473  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e88c431, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4fc88574, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@73e40581, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2bf08a0b, containsSubquery=false)
2026-08-29 00:01:15.473  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:01:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1819
2026-08-29 00:01:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:01:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:01:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@329dddc7(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 00:01:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:01:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:01:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:01:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:01:35.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:01:35.502  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:01:35.502  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:01:35.502  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@728c26b8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@702a7707, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@38ba2675, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@54346e56, containsSubquery=false)
2026-08-29 00:01:35.502  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:01:55.468  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:01:55.468  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:01:55.468  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5f63ca11, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@70fc32db, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10992d61, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ed3bcc0, containsSubquery=false)
2026-08-29 00:01:55.468  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:02:05.167  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1820
2026-08-29 00:02:05.168  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:02:05.168  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:02:05.183  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:02:05.183  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:02:05.183  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:02:05.183  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:02:05.183  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4403afd0(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 00:02:05.183  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:02:15.468  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:02:15.468  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:02:15.468  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@44525a18, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e956043, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@151ea9cb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5fa25fd1, containsSubquery=false)
2026-08-29 00:02:15.468  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:02:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1821
2026-08-29 00:02:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:02:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:02:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:02:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:02:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@356e3b61(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 00:02:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:02:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:02:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:02:35.489  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:02:35.489  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:02:35.489  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5ab7c464, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@25b80380, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1dcd5e22, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58e612a1, containsSubquery=false)
2026-08-29 00:02:35.489  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:02:55.480  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:02:55.481  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:02:55.481  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@545e1d06, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f6bf028, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@66a1d893, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ab2204a, containsSubquery=false)
2026-08-29 00:02:55.481  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:03:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1822
2026-08-29 00:03:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:03:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:03:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:03:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:03:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:03:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:03:05.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:03:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@229a1b0(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 00:03:15.470  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:03:15.470  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:03:15.470  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a61a2c7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46f7144f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@39ad0a27, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@284f66cf, containsSubquery=false)
2026-08-29 00:03:15.470  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:03:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1823
2026-08-29 00:03:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:03:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:03:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4b517f57(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 00:03:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:03:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:03:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:03:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:03:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:03:35.493  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:03:35.493  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:03:35.493  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@160c119, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b128ca2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49f62c36, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ff3e5cc, containsSubquery=false)
2026-08-29 00:03:35.493  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:03:55.502  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:03:55.502  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:03:55.502  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70dc993, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@709ba326, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1f66036b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@23973dd6, containsSubquery=false)
2026-08-29 00:03:55.502  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:04:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1824
2026-08-29 00:04:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:04:05.170  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:04:05.180  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:04:05.181  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:04:05.181  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:04:05.181  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:04:05.181  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@598bbbeb(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 00:04:05.196  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:04:15.477  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:04:15.477  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:04:15.477  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@58743eb0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6bd46a1b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27371220, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@699973bc, containsSubquery=false)
2026-08-29 00:04:15.477  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:04:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1825
2026-08-29 00:04:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:04:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:04:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:04:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:04:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:04:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:04:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@d477709(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 00:04:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:04:35.483  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:04:35.483  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:04:35.483  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@321128ba, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@25887d65, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2855eeb3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a38f9ec, containsSubquery=false)
2026-08-29 00:04:35.483  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:04:55.470  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:04:55.470  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:04:55.470  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4cfd9f41, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@13138203, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c9a1efd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e4c2136, containsSubquery=false)
2026-08-29 00:04:55.470  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:05:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1826
2026-08-29 00:05:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:05:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:05:05.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5f8db1e6(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 00:05:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:05:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:05:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:05:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:05:05.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:05:15.473  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:05:15.473  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:05:15.473  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1382bba, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@df3cc8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4af5bf8f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@753048de, containsSubquery=false)
2026-08-29 00:05:15.473  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:05:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1827
2026-08-29 00:05:35.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:05:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:05:35.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1e51b11f(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 00:05:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:05:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:05:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:05:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:05:35.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:05:35.492  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:05:35.492  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:05:35.492  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@53b012a7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ac00d5c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@626b0092, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36cdfd1, containsSubquery=false)
2026-08-29 00:05:35.492  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:05:55.469  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:05:55.470  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:05:55.470  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4d0dfcd6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@644f838b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47558d40, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@624025be, containsSubquery=false)
2026-08-29 00:05:55.470  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:06:05.169  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1828
2026-08-29 00:06:05.169  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:06:05.170  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:06:05.206  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@77e73b2f(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 00:06:05.210  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:06:05.216  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:06:05.216  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:06:05.216  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:06:05.216  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:06:15.519  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:06:15.519  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:06:15.519  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@73f1f582, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a7150f7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@740d8779, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6f192de2, containsSubquery=false)
2026-08-29 00:06:15.519  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:06:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1829
2026-08-29 00:06:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:06:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:06:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:06:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:06:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:06:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:06:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:06:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5555e279(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 00:06:35.488  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:06:35.488  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:06:35.488  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@48685a44, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d7a5690, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ffd8572, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@750970e7, containsSubquery=false)
2026-08-29 00:06:35.488  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:06:55.479  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:06:55.479  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:06:55.479  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@663b3c1f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52fce31b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@389eea5f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26ae7822, containsSubquery=false)
2026-08-29 00:06:55.480  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:07:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1830
2026-08-29 00:07:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:07:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:07:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:07:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:07:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:07:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:07:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:07:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@708b30f9(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 00:07:15.499  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:07:15.500  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:07:15.501  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@9c9c314, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c658aa9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f4b3642, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ad22ee8, containsSubquery=false)
2026-08-29 00:07:15.501  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:07:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1831
2026-08-29 00:07:35.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:07:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:07:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:07:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:07:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:07:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:07:35.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:07:35.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@438dc85f(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 00:07:35.490  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:07:35.491  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:07:35.491  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3afcc4ed, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@40c5be31, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e13d265, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@416d6531, containsSubquery=false)
2026-08-29 00:07:35.491  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:07:55.471  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:07:55.471  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:07:55.471  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@548919f2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@57f5bf95, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c27e602, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4eb35a0a, containsSubquery=false)
2026-08-29 00:07:55.471  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:08:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1832
2026-08-29 00:08:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:08:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:08:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:08:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:08:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:08:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:08:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:08:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@26fffd7d(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 00:08:15.480  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:08:15.480  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:08:15.480  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@24173855, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e581b65, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4759c427, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@623ebce5, containsSubquery=false)
2026-08-29 00:08:15.480  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:08:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1833
2026-08-29 00:08:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:08:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:08:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2e81af58(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 00:08:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:08:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:08:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:08:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:08:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:08:35.486  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:08:35.486  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:08:35.486  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fbd48c6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@22df60ea, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2200bd2f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@585e7900, containsSubquery=false)
2026-08-29 00:08:35.486  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:08:55.482  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:08:55.482  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:08:55.482  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d127f53, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5814da60, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7bc1c94d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f1ed32d, containsSubquery=false)
2026-08-29 00:08:55.482  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:09:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1834
2026-08-29 00:09:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:09:05.170  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:09:05.173  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:09:05.173  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:09:05.173  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:09:05.173  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:09:05.174  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:09:05.179  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4af3e14d(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 00:09:15.546  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:09:15.549  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:09:15.549  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@d02785d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2bc33b53, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70361d63, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@571b192e, containsSubquery=false)
2026-08-29 00:09:15.549  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:09:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1835
2026-08-29 00:09:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:09:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:09:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@48987735(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 00:09:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:09:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:09:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:09:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:09:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:09:35.465  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:09:35.465  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:09:35.465  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65de23ad, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7cde7d2d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7110b44b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3c234972, containsSubquery=false)
2026-08-29 00:09:35.465  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:09:55.471  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:09:55.472  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:09:55.472  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ad1e65a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e7305, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17a7c1c3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@567aef05, containsSubquery=false)
2026-08-29 00:09:55.472  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:10:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1836
2026-08-29 00:10:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:10:05.167  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:10:05.170  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@685e786(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 00:10:05.172  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:10:05.172  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:10:05.172  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:10:05.172  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:10:05.175  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:10:15.528  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:10:15.528  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:10:15.528  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a6b98d4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@27fee52f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b521894, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@155f1c45, containsSubquery=false)
2026-08-29 00:10:15.528  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:10:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1837
2026-08-29 00:10:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:10:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:10:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7f8badb8(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 00:10:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:10:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:10:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:10:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:10:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:10:35.466  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:10:35.466  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:10:35.466  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4449bf85, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e9ae316, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@906ed0b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58eb1962, containsSubquery=false)
2026-08-29 00:10:35.466  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:10:55.465  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:10:55.465  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:10:55.465  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@72b99ea0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d05a494, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ae86023, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3fd33c4a, containsSubquery=false)
2026-08-29 00:10:55.465  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:11:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1838
2026-08-29 00:11:05.166  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:11:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:11:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:11:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:11:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:11:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:11:05.167  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@19c8da67(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 00:11:05.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:11:15.591  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:11:15.591  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:11:15.591  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@433cf19a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ff92a2e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@71570e2c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a6166a, containsSubquery=false)
2026-08-29 00:11:15.591  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:11:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1839
2026-08-29 00:11:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:11:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:11:35.198  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@76da6922(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 00:11:35.201  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:11:35.203  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:11:35.203  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:11:35.203  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:11:35.204  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:11:35.491  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:11:35.491  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:11:35.491  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@b08f930, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ba8c20f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@f865855, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c396f06, containsSubquery=false)
2026-08-29 00:11:35.491  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:11:55.464  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:11:55.465  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:11:55.465  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5b518c30, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4121a33c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e159ecd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@416a87c5, containsSubquery=false)
2026-08-29 00:11:55.465  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:12:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1840
2026-08-29 00:12:05.166  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:12:05.167  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:12:05.172  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3e792d79(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 00:12:05.172  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:12:05.172  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:12:05.172  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:12:05.173  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:12:05.173  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:12:15.484  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:12:15.484  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:12:15.484  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@251ef99, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ab1dd07, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a52bc07, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@321f5012, containsSubquery=false)
2026-08-29 00:12:15.484  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:12:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1841
2026-08-29 00:12:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:12:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:12:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:12:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:12:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:12:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:12:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:12:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4e66b0ee(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 00:12:35.464  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:12:35.464  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:12:35.464  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2898a7bb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c1c2a1f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e70479d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2fe13416, containsSubquery=false)
2026-08-29 00:12:35.464  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:12:55.480  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:12:55.480  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:12:55.480  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1aaee028, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@670cc44a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ed850b9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@418b6822, containsSubquery=false)
2026-08-29 00:12:55.480  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:13:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1842
2026-08-29 00:13:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:13:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:13:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:13:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@60e929b8(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 00:13:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:13:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:13:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:13:05.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:13:15.466  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:13:15.466  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:13:15.466  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6eed5aaf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@75b888f4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3423f807, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e06d604, containsSubquery=false)
2026-08-29 00:13:15.466  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:13:35.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1843
2026-08-29 00:13:35.189  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:13:35.194  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:13:35.194  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@11efc9db(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 00:13:35.195  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:13:35.195  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:13:35.195  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:13:35.195  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:13:35.198  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:13:35.463  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:13:35.463  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:13:35.463  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@20aa7c4b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@41b7df9e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63506070, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@8ab422d, containsSubquery=false)
2026-08-29 00:13:35.463  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:13:55.515  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:13:55.515  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:13:55.515  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@405d52e5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55f8760a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@701073da, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56eb35c4, containsSubquery=false)
2026-08-29 00:13:55.515  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:14:05.216  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1844
2026-08-29 00:14:05.217  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:14:05.248  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:14:05.281  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@35e1a308(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 00:14:05.293  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:14:05.293  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:14:05.293  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:14:05.293  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:14:05.293  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:14:15.471  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:14:15.471  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:14:15.471  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4848f087, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3be400e0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3228950b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e23fa1c, containsSubquery=false)
2026-08-29 00:14:15.471  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:14:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1845
2026-08-29 00:14:35.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:14:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:14:35.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:14:35.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:14:35.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:14:35.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:14:35.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:14:35.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@79bef6ee(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 00:14:35.467  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:14:35.467  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:14:35.467  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@32fb214, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@76dddf3c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c7a8c8f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a8b05e4, containsSubquery=false)
2026-08-29 00:14:35.467  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:14:55.558  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:14:55.558  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:14:55.558  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@651b616, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b929b5e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3495f11b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f5be988, containsSubquery=false)
2026-08-29 00:14:55.558  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:15:05.192  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1846
2026-08-29 00:15:05.193  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:15:05.224  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:15:05.271  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@36e518b8(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 00:15:05.284  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:15:05.315  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:15:05.315  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:15:05.315  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:15:05.315  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:15:15.530  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:15:15.530  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:15:15.530  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5a621905, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@44564292, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7756695a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@48172b36, containsSubquery=false)
2026-08-29 00:15:15.531  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:15:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1847
2026-08-29 00:15:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:15:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:15:35.167  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2998b4aa(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 00:15:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:15:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:15:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:15:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:15:35.168  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:15:35.486  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:15:35.486  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:15:35.486  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4b1268b8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@649d0303, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7cb494a2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2999e507, containsSubquery=false)
2026-08-29 00:15:35.486  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:15:55.481  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:15:55.481  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:15:55.481  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@dcfe54b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a7e7c7a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c8aeaf0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@574f7b92, containsSubquery=false)
2026-08-29 00:15:55.481  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:16:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1848
2026-08-29 00:16:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:16:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:16:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:16:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4d966cd6(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 00:16:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:16:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:16:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:16:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:16:15.521  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:16:15.521  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:16:15.521  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@77718713, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14271081, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25a52bd6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@59af7c4b, containsSubquery=false)
2026-08-29 00:16:15.521  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:16:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1849
2026-08-29 00:16:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:16:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:16:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:16:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3d75c7db(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 00:16:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:16:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:16:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:16:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:16:35.475  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:16:35.475  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:16:35.475  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@93ac849, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6064bacc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@50914ff1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7f600e46, containsSubquery=false)
2026-08-29 00:16:35.475  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:16:55.528  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:16:55.528  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:16:55.529  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2e9ca06a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4607dc02, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49d71a6e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2eae24c1, containsSubquery=false)
2026-08-29 00:16:55.529  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:17:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1850
2026-08-29 00:17:05.168  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:17:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:17:05.169  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@21978dd4(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 00:17:05.171  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:17:05.171  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:17:05.171  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:17:05.171  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:17:05.175  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:17:15.474  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:17:15.474  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:17:15.474  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56b7c76f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2dfc0d83, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@66268705, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f5eb717, containsSubquery=false)
2026-08-29 00:17:15.474  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:17:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1851
2026-08-29 00:17:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:17:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:17:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:17:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:17:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:17:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:17:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@782a7b81(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 00:17:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:17:35.483  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:17:35.483  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:17:35.483  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@396678, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@531311ae, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8b9601, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74795a85, containsSubquery=false)
2026-08-29 00:17:35.483  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:17:55.526  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:17:55.526  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:17:55.526  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7f6b7445, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f4623e1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31ffeb2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@27471549, containsSubquery=false)
2026-08-29 00:17:55.526  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:18:05.166  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1852
2026-08-29 00:18:05.173  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:18:05.176  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:18:05.177  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:18:05.177  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:18:05.177  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:18:05.177  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:18:05.177  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:18:05.180  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5d237648(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 00:18:15.468  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:18:15.469  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:18:15.469  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@48c20b56, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52a1f615, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61e6012e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79c0007, containsSubquery=false)
2026-08-29 00:18:15.469  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:18:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1853
2026-08-29 00:18:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:18:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:18:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:18:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:18:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:18:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:18:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@69b17d04(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 00:18:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:18:35.488  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:18:35.488  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:18:35.488  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@67642db5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f221afd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6fd1c10, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@78fa094d, containsSubquery=false)
2026-08-29 00:18:35.488  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:18:55.483  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:18:55.483  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:18:55.483  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@307534cc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1daf4cb7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76d4cfeb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@520558be, containsSubquery=false)
2026-08-29 00:18:55.483  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:19:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1854
2026-08-29 00:19:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:19:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:19:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@53181e5a(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 00:19:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:19:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:19:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:19:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:19:05.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:19:15.480  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:19:15.480  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:19:15.480  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7dc6a14a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2fc6a55, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6165fad9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@69e926cc, containsSubquery=false)
2026-08-29 00:19:15.480  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:19:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1855
2026-08-29 00:19:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:19:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:19:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4d7f40c1(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 00:19:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:19:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:19:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:19:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:19:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:19:35.471  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:19:35.471  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:19:35.471  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2b3b4ced, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c3a97ec, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47755852, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2719aff0, containsSubquery=false)
2026-08-29 00:19:35.471  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:19:55.466  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:19:55.466  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:19:55.466  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40cf6dc2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@25b8b05d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@23a56793, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d7d9061, containsSubquery=false)
2026-08-29 00:19:55.466  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:20:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1856
2026-08-29 00:20:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:20:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:20:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@689bd681(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 00:20:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:20:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:20:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:20:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:20:05.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:20:15.468  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:20:15.468  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:20:15.468  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3316a7e8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@501809e1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5cee0760, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@141549b6, containsSubquery=false)
2026-08-29 00:20:15.469  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:20:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1857
2026-08-29 00:20:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:20:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:20:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3f6188b0(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 00:20:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:20:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:20:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:20:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:20:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:20:35.531  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:20:35.531  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:20:35.531  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6290c9a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@38426c57, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@797aa08a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@13ded879, containsSubquery=false)
2026-08-29 00:20:35.531  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:20:55.473  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:20:55.473  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:20:55.473  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@732d72b7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d9daa7d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f6587c8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7a66ef0c, containsSubquery=false)
2026-08-29 00:20:55.473  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:21:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1858
2026-08-29 00:21:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:21:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:21:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@42ca2e07(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 00:21:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:21:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:21:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:21:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:21:05.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:21:15.496  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:21:15.496  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:21:15.496  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@639864eb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@36226fd2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7c3b3929, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@da8c39c, containsSubquery=false)
2026-08-29 00:21:15.496  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:21:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1859
2026-08-29 00:21:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:21:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:21:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:21:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2841d02e(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 00:21:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:21:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:21:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:21:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:21:35.480  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:21:35.480  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:21:35.480  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@bbbbedc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6075642d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79b6094d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@676c14ab, containsSubquery=false)
2026-08-29 00:21:35.480  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:21:55.468  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:21:55.468  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:21:55.468  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70336f6e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5a5dc8b4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17288950, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7f2c44f1, containsSubquery=false)
2026-08-29 00:21:55.468  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:22:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1860
2026-08-29 00:22:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:22:05.169  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:22:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:22:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:22:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:22:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:22:05.171  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@62f1aadb(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 00:22:05.173  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:22:15.466  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:22:15.466  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:22:15.466  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5bfe6c8f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@fc91ef0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@11db371a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d7e2411, containsSubquery=false)
2026-08-29 00:22:15.466  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:22:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1861
2026-08-29 00:22:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:22:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:22:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@40bd480e(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 00:22:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:22:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:22:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:22:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:22:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:22:35.478  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:22:35.479  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:22:35.479  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5478d060, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b8366ae, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@37a65a18, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16874c5a, containsSubquery=false)
2026-08-29 00:22:35.479  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:22:55.469  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:22:55.469  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:22:55.469  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@337f3ea5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@18c2d7b3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5235a057, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e1ec590, containsSubquery=false)
2026-08-29 00:22:55.469  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:23:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1862
2026-08-29 00:23:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:23:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:23:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1cdcc847(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 00:23:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:23:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:23:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:23:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:23:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:23:15.463  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:23:15.463  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:23:15.463  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5acfe1fb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@391d634, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@14c58c35, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35229e1a, containsSubquery=false)
2026-08-29 00:23:15.463  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:23:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1863
2026-08-29 00:23:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:23:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:23:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:23:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2122541e(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 00:23:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:23:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:23:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:23:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:23:35.473  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:23:35.473  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:23:35.473  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bf327c3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@342e9bfa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5790132c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5bf4d126, containsSubquery=false)
2026-08-29 00:23:35.473  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:23:55.470  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:23:55.470  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:23:55.470  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@530aab78, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@754410b2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b0e9c4c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b8b974a, containsSubquery=false)
2026-08-29 00:23:55.470  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:24:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1864
2026-08-29 00:24:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:24:05.167  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:24:05.172  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@69bc840(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 00:24:05.173  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:24:05.176  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:24:05.176  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:24:05.176  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:24:05.176  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:24:15.468  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:24:15.468  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:24:15.468  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@39c9839e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@384a4165, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a61ffca, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@657b3412, containsSubquery=false)
2026-08-29 00:24:15.468  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:24:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1865
2026-08-29 00:24:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:24:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:24:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:24:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:24:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:24:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:24:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4e8df6f7(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 00:24:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:24:35.461  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:24:35.461  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:24:35.461  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@128bb7b8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71d3759b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61610866, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e6daf40, containsSubquery=false)
2026-08-29 00:24:35.461  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:24:55.466  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:24:55.466  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:24:55.466  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16fc25b9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@16dc0e0d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ee000e3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31db1046, containsSubquery=false)
2026-08-29 00:24:55.466  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:25:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1866
2026-08-29 00:25:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:25:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:25:05.186  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:25:05.193  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:25:05.193  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:25:05.193  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:25:05.186  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3f6e3b05(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 00:25:05.195  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:25:15.468  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:25:15.468  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:25:15.468  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38d05549, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e471f75, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10a4e8aa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57c25788, containsSubquery=false)
2026-08-29 00:25:15.468  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:25:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1867
2026-08-29 00:25:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:25:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:25:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:25:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:25:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:25:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:25:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:25:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@371f1aa1(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 00:25:35.466  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:25:35.466  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:25:35.466  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2eb3259e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b937364, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2e2f56dc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a7edf67, containsSubquery=false)
2026-08-29 00:25:35.466  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:25:55.462  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:25:55.462  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:25:55.462  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70e8717c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@277e7138, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@519a738b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@122b1fd7, containsSubquery=false)
2026-08-29 00:25:55.462  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:26:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1868
2026-08-29 00:26:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:26:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:26:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:26:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:26:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:26:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:26:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4ffe043e(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 00:26:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:26:15.462  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:26:15.462  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:26:15.462  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@78b8c41e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d792063, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16913d1b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2af9f39, containsSubquery=false)
2026-08-29 00:26:15.462  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:26:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1869
2026-08-29 00:26:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:26:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:26:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:26:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:26:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:26:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:26:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2b160bc2(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 00:26:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:26:35.466  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:26:35.466  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:26:35.466  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@527ad94f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@640aa8da, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4d02c462, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@139fbfa3, containsSubquery=false)
2026-08-29 00:26:35.466  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:26:55.461  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:26:55.461  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:26:55.461  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3688779, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@258f5286, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28f22d92, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@24fbf067, containsSubquery=false)
2026-08-29 00:26:55.461  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:27:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1870
2026-08-29 00:27:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:27:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:27:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:27:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:27:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:27:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:27:05.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1db4c1dd(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 00:27:05.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:27:15.484  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:27:15.485  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:27:15.485  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@11070051, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@bd7b02b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c85b37d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77feee11, containsSubquery=false)
2026-08-29 00:27:15.485  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:27:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1871
2026-08-29 00:27:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:27:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:27:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:27:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:27:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:27:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:27:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2cfe79fb(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 00:27:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:27:35.460  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:27:35.461  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:27:35.461  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30bc2b7b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28127d9e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@549e9954, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6f0fb29e, containsSubquery=false)
2026-08-29 00:27:35.461  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:27:55.463  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:27:55.463  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:27:55.463  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6497f790, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@367f6b05, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c6f900a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a496d77, containsSubquery=false)
2026-08-29 00:27:55.463  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:28:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1872
2026-08-29 00:28:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:28:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:28:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@73a5e6a9(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 00:28:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:28:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:28:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:28:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:28:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:28:15.487  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:28:15.487  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:28:15.487  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19a8ce18, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@16e29dfc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36b55719, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7354c352, containsSubquery=false)
2026-08-29 00:28:15.488  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:28:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1873
2026-08-29 00:28:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:28:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:28:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:28:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:28:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:28:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:28:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:28:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@156866df(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 00:28:35.467  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:28:35.467  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:28:35.467  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1d052f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@65d689da, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@734ecae7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73bf49fe, containsSubquery=false)
2026-08-29 00:28:35.467  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:28:55.461  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:28:55.461  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:28:55.461  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@54b057dc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66a6dc8b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27808ac1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1eae6dfc, containsSubquery=false)
2026-08-29 00:28:55.461  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:29:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1874
2026-08-29 00:29:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:29:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:29:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:29:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:29:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:29:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:29:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7a373d35(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 00:29:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:29:15.485  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:29:15.485  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:29:15.485  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40301384, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@67a5a3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c21fa59, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@761b8521, containsSubquery=false)
2026-08-29 00:29:15.485  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:29:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1875
2026-08-29 00:29:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:29:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:29:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:29:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:29:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:29:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:29:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1d41fefc(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 00:29:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:29:35.503  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:29:35.503  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:29:35.503  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@309b9265, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@41a451db, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e245f46, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@13421245, containsSubquery=false)
2026-08-29 00:29:35.505  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:29:55.468  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:29:55.468  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:29:55.468  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25d6158b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43816deb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22f3580, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3c9bd34, containsSubquery=false)
2026-08-29 00:29:55.468  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:30:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1876
2026-08-29 00:30:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:30:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:30:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:30:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:30:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:30:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:30:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@554bb09b(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 00:30:05.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:30:15.595  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:30:15.595  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:30:15.595  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@370aaef3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1bb5c06b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7fc506d1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3322bed5, containsSubquery=false)
2026-08-29 00:30:15.598  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:30:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1877
2026-08-29 00:30:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:30:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:30:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:30:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:30:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:30:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:30:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:30:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7a13cb3e(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 00:30:35.466  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:30:35.467  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:30:35.467  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3c84180e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71959498, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a3dfd79, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3365f7be, containsSubquery=false)
2026-08-29 00:30:35.467  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:30:55.469  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:30:55.469  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:30:55.469  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3f04a0ed, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@40698b75, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ffa6efa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e800385, containsSubquery=false)
2026-08-29 00:30:55.469  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:31:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1878
2026-08-29 00:31:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:31:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:31:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:31:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:31:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:31:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:31:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:31:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4e108165(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 00:31:15.490  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:31:15.490  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:31:15.490  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6c900457, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3347ad28, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4fe9bf0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32623091, containsSubquery=false)
2026-08-29 00:31:15.490  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:31:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1879
2026-08-29 00:31:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:31:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:31:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:31:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@265ca82c(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 00:31:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:31:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:31:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:31:35.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:31:35.468  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:31:35.468  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:31:35.468  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@782bb8ab, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2375eb6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3117b839, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@23805fb2, containsSubquery=false)
2026-08-29 00:31:35.468  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:31:55.469  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:31:55.469  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:31:55.469  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@280aabfe, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@16196108, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e1fc547, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72e9d298, containsSubquery=false)
2026-08-29 00:31:55.469  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:32:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1880
2026-08-29 00:32:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:32:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:32:05.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@73bd7483(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 00:32:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:32:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:32:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:32:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:32:05.174  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:32:15.532  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:32:15.532  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:32:15.532  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@41db7572, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ea9cd5d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9718d64, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5bdebf83, containsSubquery=false)
2026-08-29 00:32:15.532  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:32:35.169  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1881
2026-08-29 00:32:35.172  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:32:35.174  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:32:35.176  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:32:35.176  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:32:35.176  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:32:35.176  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:32:35.187  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:32:35.188  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@195ae802(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 00:32:35.467  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:32:35.467  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:32:35.467  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4794ca03, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@653245de, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f456db0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c723329, containsSubquery=false)
2026-08-29 00:32:35.467  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:32:55.535  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:32:55.535  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:32:55.535  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4fac0f1c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@67b4c7c5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@75c0b7cb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2817f19a, containsSubquery=false)
2026-08-29 00:32:55.535  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:33:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1882
2026-08-29 00:33:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:33:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:33:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4081a4b5(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 00:33:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:33:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:33:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:33:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:33:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:33:15.484  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:33:15.484  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:33:15.484  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7c99cbbc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@421ac39, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31702d3e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a3bd94e, containsSubquery=false)
2026-08-29 00:33:15.484  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:33:35.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1883
2026-08-29 00:33:35.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:33:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:33:35.167  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@12df47e1(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 00:33:35.168  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:33:35.168  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:33:35.168  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:33:35.168  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:33:35.169  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:33:35.485  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:33:35.485  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:33:35.485  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@edff70f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e207f5e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@67b67396, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@343044ee, containsSubquery=false)
2026-08-29 00:33:35.485  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:33:55.519  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:33:55.519  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:33:55.519  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@33e3cf4a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@59ef80e9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29b5b21d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3a47c5bf, containsSubquery=false)
2026-08-29 00:33:55.519  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:34:05.176  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1884
2026-08-29 00:34:05.176  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:34:05.179  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:34:05.180  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:34:05.180  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@28e8e33(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 00:34:05.181  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:34:05.181  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:34:05.181  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:34:05.181  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:34:15.534  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:34:15.534  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:34:15.534  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5eac4503, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f33282f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@33b3766d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cfcf95a, containsSubquery=false)
2026-08-29 00:34:15.534  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:34:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1885
2026-08-29 00:34:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:34:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:34:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:34:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:34:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:34:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:34:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:34:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@526d9d27(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 00:34:35.499  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:34:35.499  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:34:35.499  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b10e14f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5dc0b5f2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@aec6d84, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d659633, containsSubquery=false)
2026-08-29 00:34:35.499  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:34:55.540  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:34:55.540  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:34:55.540  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5a0424cc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ffc32e5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8cc5935, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4bfa6984, containsSubquery=false)
2026-08-29 00:34:55.540  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:35:05.192  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1886
2026-08-29 00:35:05.193  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:35:05.194  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:35:05.195  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:35:05.195  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:35:05.195  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:35:05.195  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:35:05.195  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:35:05.195  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@79baf005(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 00:35:15.487  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:35:15.487  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:35:15.487  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@11a09610, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c7305a7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a72237e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@8cada28, containsSubquery=false)
2026-08-29 00:35:15.487  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:35:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1887
2026-08-29 00:35:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:35:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:35:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:35:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:35:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:35:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:35:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6fa2086(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 00:35:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:35:35.472  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:35:35.473  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:35:35.473  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d996534, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66e6e738, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@714972bb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e434628, containsSubquery=false)
2026-08-29 00:35:35.473  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:35:55.491  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:35:55.491  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:35:55.491  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@33ddd7aa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34934436, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d33d05b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@54d1c3b, containsSubquery=false)
2026-08-29 00:35:55.492  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:36:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1888
2026-08-29 00:36:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:36:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:36:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:36:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:36:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@27355e4b(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 00:36:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:36:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:36:05.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:36:15.467  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:36:15.467  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:36:15.467  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@73920175, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e04c83a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2841dbb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@39ede1fd, containsSubquery=false)
2026-08-29 00:36:15.468  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:36:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1889
2026-08-29 00:36:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:36:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:36:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@14bbdaba(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 00:36:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:36:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:36:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:36:35.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:36:35.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:36:35.499  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:36:35.500  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:36:35.500  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@285ada21, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f14925b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@77811513, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@c87d41e, containsSubquery=false)
2026-08-29 00:36:35.500  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:36:55.506  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:36:55.507  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:36:55.507  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@210b3d02, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@dc250e5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7af2b3d2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18c0413e, containsSubquery=false)
2026-08-29 00:36:55.507  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:37:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1890
2026-08-29 00:37:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:37:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:37:05.169  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:37:05.169  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:37:05.169  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:37:05.169  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:37:05.169  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:37:05.182  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6718328e(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 00:37:15.466  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:37:15.466  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:37:15.466  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@75675e9d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d6d27e4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3bc237e9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4a1843ce, containsSubquery=false)
2026-08-29 00:37:15.466  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:37:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1891
2026-08-29 00:37:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:37:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:37:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:37:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:37:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:37:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:37:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:37:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7e54791b(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 00:37:35.460  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:37:35.460  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:37:35.460  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25f6b68a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4053e60, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2fe2631d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63ed30c2, containsSubquery=false)
2026-08-29 00:37:35.460  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:37:55.475  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:37:55.475  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:37:55.475  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6ef4f05c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@13f47145, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@330a2587, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5e24dd7d, containsSubquery=false)
2026-08-29 00:37:55.475  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:38:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1892
2026-08-29 00:38:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:38:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:38:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@142ffaf1(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 00:38:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:38:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:38:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:38:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:38:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:38:15.467  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:38:15.467  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:38:15.467  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@672bf118, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d1b70, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@58286cbd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@772aaefd, containsSubquery=false)
2026-08-29 00:38:15.467  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:38:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1893
2026-08-29 00:38:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:38:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:38:35.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:38:35.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:38:35.167  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2831adcf(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 00:38:35.173  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:38:35.174  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:38:35.174  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:38:35.483  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:38:35.483  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:38:35.483  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@18bee59c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@756e7ffa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@627566de, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1fe5804d, containsSubquery=false)
2026-08-29 00:38:35.483  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:38:55.471  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:38:55.471  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:38:55.471  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@72ca3c68, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@210e8ade, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@77862954, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@653f99f7, containsSubquery=false)
2026-08-29 00:38:55.471  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:39:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1894
2026-08-29 00:39:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:39:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:39:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:39:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:39:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:39:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:39:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:39:05.168  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@75bceab2(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 00:39:15.498  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:39:15.498  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:39:15.498  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4e3e0172, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@278e71d3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@80dab69, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@761c9e5, containsSubquery=false)
2026-08-29 00:39:15.498  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:39:35.172  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1895
2026-08-29 00:39:35.174  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:39:35.186  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:39:35.193  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@101166d9(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 00:39:35.200  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:39:35.200  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:39:35.200  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:39:35.200  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:39:35.203  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:39:35.588  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:39:35.589  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:39:35.589  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7c4e6c27, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39751a31, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@455a4421, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4f2a2a50, containsSubquery=false)
2026-08-29 00:39:35.589  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:39:55.474  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:39:55.474  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:39:55.474  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4913e42f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@15ca9f8d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c3640cf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5744769f, containsSubquery=false)
2026-08-29 00:39:55.474  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:40:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1896
2026-08-29 00:40:05.166  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:40:05.168  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:40:05.170  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@460d8001(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 00:40:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:40:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:40:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:40:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:40:05.171  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:40:15.466  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:40:15.466  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:40:15.466  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@775c8ed2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d43f249, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43bde299, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73bb29d2, containsSubquery=false)
2026-08-29 00:40:15.466  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:40:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1897
2026-08-29 00:40:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:40:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:40:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:40:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:40:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:40:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:40:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@172848c3(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 00:40:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:40:35.589  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:40:35.590  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:40:35.590  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@54bfcc1f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ce8995a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@59f5760c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2504476f, containsSubquery=false)
2026-08-29 00:40:35.590  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:40:55.463  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:40:55.463  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:40:55.463  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d2c6b05, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@13a0a1a4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@59a0a5b2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4bb769ad, containsSubquery=false)
2026-08-29 00:40:55.464  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:41:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1898
2026-08-29 00:41:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:41:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:41:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:41:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:41:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:41:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:41:05.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:41:05.173  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@55d6923e(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 00:41:15.554  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:41:15.554  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:41:15.554  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@58cb9ed, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e0f19f3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62baa764, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21b4fc1, containsSubquery=false)
2026-08-29 00:41:15.554  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:41:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1899
2026-08-29 00:41:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:41:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:41:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:41:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:41:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:41:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:41:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@19882834(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 00:41:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:41:35.498  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:41:35.498  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:41:35.498  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@29ed900e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@29636d44, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6415869a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a18c19e, containsSubquery=false)
2026-08-29 00:41:35.498  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:41:55.464  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:41:55.464  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:41:55.464  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2588b2f1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@37017f9c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@44149c98, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2772566e, containsSubquery=false)
2026-08-29 00:41:55.464  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:42:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1900
2026-08-29 00:42:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:42:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:42:05.171  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@35fa7717(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 00:42:05.173  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:42:05.175  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:42:05.175  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:42:05.176  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:42:05.179  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:42:15.490  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:42:15.490  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:42:15.490  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c8c7ee8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d0f90db, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1528a647, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73689c44, containsSubquery=false)
2026-08-29 00:42:15.490  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:42:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1901
2026-08-29 00:42:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:42:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:42:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:42:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:42:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:42:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:42:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:42:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6d05dae(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 00:42:35.517  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:42:35.517  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:42:35.517  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@cee5ece, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d6cb655, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b760e24, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21b633c5, containsSubquery=false)
2026-08-29 00:42:35.517  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:42:55.493  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:42:55.493  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:42:55.493  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4fb63e64, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46cf6ed5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4559a501, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@598e0ae2, containsSubquery=false)
2026-08-29 00:42:55.493  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:43:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1902
2026-08-29 00:43:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:43:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:43:05.167  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4c35ac02(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 00:43:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:43:05.169  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:43:05.169  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:43:05.169  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:43:05.170  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:43:15.470  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:43:15.470  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:43:15.470  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3b914f1c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56bd041f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@280f855d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1011360f, containsSubquery=false)
2026-08-29 00:43:15.470  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:43:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1903
2026-08-29 00:43:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:43:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:43:35.167  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@324f9ec(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 00:43:35.172  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:43:35.173  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:43:35.173  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:43:35.173  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:43:35.179  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:43:35.491  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:43:35.491  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:43:35.491  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1860358e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3278992e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ca37698, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30030054, containsSubquery=false)
2026-08-29 00:43:35.491  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:43:55.474  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:43:55.475  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:43:55.475  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40edacf0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@433e4e92, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9454535, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d3cf777, containsSubquery=false)
2026-08-29 00:43:55.475  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:44:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1904
2026-08-29 00:44:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:44:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:44:05.167  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:44:05.167  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:44:05.167  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:44:05.167  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:44:05.167  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1e1bc2aa(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 00:44:05.168  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:44:15.515  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:44:15.516  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:44:15.516  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2578eef4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b16c772, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49c6fa49, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@150624ab, containsSubquery=false)
2026-08-29 00:44:15.516  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:44:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1905
2026-08-29 00:44:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:44:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:44:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:44:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:44:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:44:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:44:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5e976d7f(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 00:44:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:44:35.463  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:44:35.463  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:44:35.463  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2e5ef27, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@208a8614, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6bd7a5c6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@71aa815a, containsSubquery=false)
2026-08-29 00:44:35.463  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:44:55.461  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:44:55.461  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:44:55.461  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@57225089, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b6685d4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a77a161, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75b5c8f5, containsSubquery=false)
2026-08-29 00:44:55.461  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:45:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1906
2026-08-29 00:45:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:45:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:45:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:45:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:45:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:45:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:45:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:45:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@65e7eae5(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 00:45:15.470  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:45:15.470  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:45:15.470  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2426ece5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1a845fcf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@708cf1a0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66e8ef76, containsSubquery=false)
2026-08-29 00:45:15.470  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:45:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1907
2026-08-29 00:45:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:45:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:45:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:45:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:45:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:45:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:45:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3ca1eb0(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 00:45:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:45:35.464  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:45:35.464  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:45:35.464  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@204dd0dc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3088afc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3cca7f33, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b6025de, containsSubquery=false)
2026-08-29 00:45:35.464  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:45:55.465  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:45:55.465  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:45:55.465  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@326bd887, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@13376cb7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f8c9445, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7a405d15, containsSubquery=false)
2026-08-29 00:45:55.465  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:46:05.170  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1908
2026-08-29 00:46:05.177  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:46:05.177  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:46:05.179  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, DefaultChannelPromise@6e355fb7(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 00:46:05.180  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:46:05.180  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:46:05.180  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:46:05.180  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:46:05.181  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:46:15.464  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:46:15.465  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:46:15.465  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42a8214a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e695695, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f3ac9fa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@42972d47, containsSubquery=false)
2026-08-29 00:46:15.465  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:46:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1909
2026-08-29 00:46:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:46:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:46:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@759a7c03(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 00:46:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:46:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:46:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:46:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:46:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:46:35.501  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:46:35.501  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:46:35.501  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@532ef9a4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@345547fe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@aafee86, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b037dc5, containsSubquery=false)
2026-08-29 00:46:35.501  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:46:55.463  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:46:55.463  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:46:55.463  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e405ebd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5376df27, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4756fda3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79516456, containsSubquery=false)
2026-08-29 00:46:55.463  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:47:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1910
2026-08-29 00:47:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:47:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:47:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:47:05.167  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@55db8eb(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 00:47:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:47:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:47:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:47:05.168  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:47:15.480  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:47:15.480  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:47:15.480  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@36a9234c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@21a58f22, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40530bea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3bda3b96, containsSubquery=false)
2026-08-29 00:47:15.480  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:47:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1911
2026-08-29 00:47:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:47:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:47:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:47:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:47:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:47:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5f3f0ad0(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 00:47:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:47:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:47:35.461  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:47:35.461  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:47:35.461  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1adc609, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55088edb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4283233, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@151b5428, containsSubquery=false)
2026-08-29 00:47:35.461  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:47:55.474  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:47:55.475  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:47:55.475  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3caf13c2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a8e278d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a8f3dce, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d85c01d, containsSubquery=false)
2026-08-29 00:47:55.475  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:48:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1912
2026-08-29 00:48:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:48:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:48:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:48:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@61e75aea(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 00:48:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:48:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:48:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:48:05.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:48:15.480  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:48:15.480  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:48:15.480  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@369f9ffd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32f1deac, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3baace04, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e66ce82, containsSubquery=false)
2026-08-29 00:48:15.480  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:48:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1913
2026-08-29 00:48:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:48:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:48:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:48:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:48:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:48:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1d2e5a6d(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 00:48:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:48:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:48:35.466  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:48:35.466  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:48:35.466  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2e0403b4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@10e2b73b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5637fb41, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3a2a212a, containsSubquery=false)
2026-08-29 00:48:35.466  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:48:55.465  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:48:55.465  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:48:55.465  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@50dd8a51, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61b84a77, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18703947, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3da3b57, containsSubquery=false)
2026-08-29 00:48:55.465  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:49:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1914
2026-08-29 00:49:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:49:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:49:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:49:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5a2a163c(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 00:49:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:49:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:49:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:49:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:49:15.499  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:49:15.499  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:49:15.499  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f9889e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c5767cc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@34ef6abb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6928c78f, containsSubquery=false)
2026-08-29 00:49:15.499  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:49:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1915
2026-08-29 00:49:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:49:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:49:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@480fc551(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 00:49:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:49:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:49:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:49:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:49:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:49:35.468  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:49:35.469  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:49:35.469  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42a71c83, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c628565, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f2755ab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b6e6a46, containsSubquery=false)
2026-08-29 00:49:35.469  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:49:55.472  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:49:55.473  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:49:55.473  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@37db62e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@171bd26f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@56df7f27, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@311b71c7, containsSubquery=false)
2026-08-29 00:49:55.473  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:50:05.175  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1916
2026-08-29 00:50:05.184  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:50:05.184  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:50:05.186  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:50:05.186  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:50:05.186  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:50:05.186  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:50:05.186  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@24844ad4(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 00:50:05.186  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:50:15.478  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:50:15.478  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:50:15.478  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@557e01ed, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@383f73bd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@674d4a16, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7481b7a2, containsSubquery=false)
2026-08-29 00:50:15.478  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:50:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1917
2026-08-29 00:50:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:50:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:50:35.171  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@37749d50(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 00:50:35.171  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:50:35.181  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:50:35.181  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:50:35.181  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:50:35.181  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:50:35.472  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:50:35.472  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:50:35.472  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4a9e8b49, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56dc60a7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@760990c6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ce94b6a, containsSubquery=false)
2026-08-29 00:50:35.472  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:50:55.504  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:50:55.504  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:50:55.505  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1639f781, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@24acf67c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@425b87e0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@51d6df57, containsSubquery=false)
2026-08-29 00:50:55.505  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:51:05.169  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1918
2026-08-29 00:51:05.180  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:51:05.188  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:51:05.198  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2d9437f1(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 00:51:05.200  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:51:05.200  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:51:05.200  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:51:05.200  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:51:05.201  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:51:15.524  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:51:15.525  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:51:15.525  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1002fd9e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a519711, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36d67986, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4449d706, containsSubquery=false)
2026-08-29 00:51:15.525  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:51:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1919
2026-08-29 00:51:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:51:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:51:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@67628000(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 00:51:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:51:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:51:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:51:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:51:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:51:35.467  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:51:35.467  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:51:35.467  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@b652c5d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@36b18cc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25f46e48, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15a1cdd9, containsSubquery=false)
2026-08-29 00:51:35.467  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:51:55.463  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:51:55.463  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:51:55.463  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@62a224b0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@68437306, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@67b597cd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1bda064f, containsSubquery=false)
2026-08-29 00:51:55.464  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:52:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1920
2026-08-29 00:52:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:52:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:52:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1f7e51b6(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 00:52:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:52:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:52:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:52:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:52:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:52:15.509  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:52:15.510  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:52:15.510  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4511aa7a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3da65890, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@77f0dbc9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c86fdf8, containsSubquery=false)
2026-08-29 00:52:15.510  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:52:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1921
2026-08-29 00:52:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:52:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:52:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:52:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:52:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:52:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:52:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@905c263(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 00:52:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:52:35.464  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:52:35.464  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:52:35.464  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4fda8b6c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@733dfd21, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3fd85418, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40f50d28, containsSubquery=false)
2026-08-29 00:52:35.464  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:52:55.504  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:52:55.504  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:52:55.504  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3f85eff7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c51e7a2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c580b54, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33fbe475, containsSubquery=false)
2026-08-29 00:52:55.504  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:53:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1922
2026-08-29 00:53:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:53:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:53:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:53:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:53:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:53:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:53:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:53:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3f2a9421(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 00:53:15.489  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:53:15.489  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:53:15.489  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5532bd8c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c5b76fc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2484a8d3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@70398fbf, containsSubquery=false)
2026-08-29 00:53:15.489  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:53:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1923
2026-08-29 00:53:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:53:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:53:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:53:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:53:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:53:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:53:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@49db4407(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 00:53:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:53:35.474  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:53:35.474  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:53:35.474  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@88d3bc0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12af5d5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b45cd37, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72fd8a49, containsSubquery=false)
2026-08-29 00:53:35.474  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:53:55.479  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:53:55.479  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:53:55.479  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@46535b3e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5835910e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4aebaea6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@604dfd59, containsSubquery=false)
2026-08-29 00:53:55.479  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:54:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1924
2026-08-29 00:54:05.166  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:54:05.168  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:54:05.170  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:54:05.170  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:54:05.170  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:54:05.170  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:54:05.170  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:54:05.170  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@57ec3172(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 00:54:15.464  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:54:15.464  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:54:15.464  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4e690377, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3aed74ab, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d5c37c0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@456fb832, containsSubquery=false)
2026-08-29 00:54:15.464  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:54:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1925
2026-08-29 00:54:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:54:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:54:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:54:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:54:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:54:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:54:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@106e36d0(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 00:54:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:54:35.463  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:54:35.463  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:54:35.463  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b1e978, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7919e8e0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@cfff796, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f3f0303, containsSubquery=false)
2026-08-29 00:54:35.463  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:54:55.478  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:54:55.478  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:54:55.478  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@253c8bf2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@22049f05, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20303529, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2922202c, containsSubquery=false)
2026-08-29 00:54:55.478  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:55:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1926
2026-08-29 00:55:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:55:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:55:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:55:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:55:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@67c36e50(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 00:55:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:55:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:55:05.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:55:15.461  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:55:15.462  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:55:15.462  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1fb7d1f8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6fbd29a2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5063ea77, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@20fde711, containsSubquery=false)
2026-08-29 00:55:15.462  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:55:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1927
2026-08-29 00:55:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:55:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:55:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:55:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@74d3cfdc(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 00:55:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:55:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:55:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:55:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:55:35.470  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:55:35.471  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:55:35.471  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@53c89af7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b75a208, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f04dbf5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f6efcd6, containsSubquery=false)
2026-08-29 00:55:35.471  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:55:55.493  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:55:55.493  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:55:55.493  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25626aa1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79aa4ba2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@243e4a73, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1186a348, containsSubquery=false)
2026-08-29 00:55:55.493  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:56:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1928
2026-08-29 00:56:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:56:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:56:05.167  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:56:05.167  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:56:05.168  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:56:05.168  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:56:05.168  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:56:05.168  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@606a2d47(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 00:56:15.463  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:56:15.463  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:56:15.463  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bdcbe04, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e285a37, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2b3d786, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1989b3ac, containsSubquery=false)
2026-08-29 00:56:15.463  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:56:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1929
2026-08-29 00:56:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:56:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:56:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:56:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:56:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:56:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:56:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@f6f0273(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 00:56:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:56:35.462  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:56:35.462  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:56:35.462  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@324de968, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6756f220, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@53e80f9f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e086e11, containsSubquery=false)
2026-08-29 00:56:35.462  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:56:55.480  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:56:55.480  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:56:55.480  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6c3afb4a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c02d513, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@23051b09, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@52379611, containsSubquery=false)
2026-08-29 00:56:55.480  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:57:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1930
2026-08-29 00:57:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:57:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:57:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:57:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:57:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:57:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:57:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6f2d966b(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 00:57:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:57:15.462  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:57:15.462  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:57:15.462  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1248eea6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b383f17, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36d5dadb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25fda60c, containsSubquery=false)
2026-08-29 00:57:15.462  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:57:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1931
2026-08-29 00:57:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:57:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:57:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:57:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:57:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:57:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:57:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:57:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@41c8d7be(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 00:57:35.463  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:57:35.463  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:57:35.463  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4b9b4cb9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5223aa8b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@38156ee3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@778b1f32, containsSubquery=false)
2026-08-29 00:57:35.464  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:57:55.482  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:57:55.482  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:57:55.482  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@78a178ae, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5088c64e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4dbf81b7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c6c4820, containsSubquery=false)
2026-08-29 00:57:55.482  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:58:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1932
2026-08-29 00:58:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:58:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:58:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:58:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:58:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:58:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:58:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3ce02c1d(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 00:58:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:58:15.481  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:58:15.482  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:58:15.482  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@522f4fa7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58a28dda, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@424351ee, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@355663ad, containsSubquery=false)
2026-08-29 00:58:15.482  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:58:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1933
2026-08-29 00:58:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:58:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:58:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:58:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:58:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:58:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:58:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2468d178(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 00:58:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:58:35.466  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:58:35.466  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:58:35.466  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@339aa668, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@156872d8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2b701552, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@396144cb, containsSubquery=false)
2026-08-29 00:58:35.466  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:58:55.487  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:58:55.488  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:58:55.488  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e7a2a67, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b7fc4a3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@59c25c7f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5b8c384a, containsSubquery=false)
2026-08-29 00:58:55.488  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:59:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1934
2026-08-29 00:59:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:59:05.172  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:59:05.193  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@624a2c31(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 00:59:05.206  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:59:05.206  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:59:05.206  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:59:05.206  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:59:05.206  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:59:05.635  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:59:05.635  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:59:05.635  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@78aadf1d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2383529d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20902ed7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@672f19b7, containsSubquery=false)
2026-08-29 00:59:05.635  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:59:20.903  INFO 2467003 --- [quartzScheduler_Worker-9] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 00:59:25.483  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:59:25.483  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:59:25.483  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5a6edc3b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b5c1b5f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5d742c98, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@512efc7e, containsSubquery=false)
2026-08-29 00:59:25.483  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 00:59:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1935
2026-08-29 00:59:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 00:59:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 00:59:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:59:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 00:59:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 00:59:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 00:59:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3b860a9f(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 00:59:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 00:59:45.479  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 00:59:45.479  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 00:59:45.479  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d2136ef, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@67e5a040, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c911cdd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@61123179, containsSubquery=false)
2026-08-29 00:59:45.479  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:00:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1936
2026-08-29 01:00:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:00:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:00:05.169  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:00:05.169  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:00:05.169  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:00:05.169  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:00:05.171  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@74651373(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 01:00:05.175  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:00:05.573  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:00:05.574  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:00:05.574  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@157c0cbf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d2c53f0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@634879b2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@110f1183, containsSubquery=false)
2026-08-29 01:00:05.574  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:00:25.501  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:00:25.502  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:00:25.502  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c83af3b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@27055cf9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@517459a1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5acb32a9, containsSubquery=false)
2026-08-29 01:00:25.502  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:00:35.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1937
2026-08-29 01:00:35.175  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:00:35.228  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:00:35.229  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:00:35.229  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:00:35.229  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:00:35.229  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:00:35.229  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:00:35.233  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@d496504(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 01:00:45.473  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:00:45.473  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:00:45.473  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@449e8d17, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@54632d14, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@599cc3c6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6cea4dca, containsSubquery=false)
2026-08-29 01:00:45.473  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:01:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1938
2026-08-29 01:01:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:01:05.171  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:01:05.172  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:01:05.172  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:01:05.172  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:01:05.172  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:01:05.172  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:01:05.172  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@236ecd7b(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 01:01:05.482  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:01:05.482  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:01:05.482  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@60c9525c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12c8e9c7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24559029, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2427b877, containsSubquery=false)
2026-08-29 01:01:05.482  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:01:25.506  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:01:25.506  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:01:25.506  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1113c954, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b7f466b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9fcf42a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c70e327, containsSubquery=false)
2026-08-29 01:01:25.506  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:01:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1939
2026-08-29 01:01:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:01:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:01:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:01:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:01:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:01:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:01:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:01:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@cd6ed8f(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 01:01:45.470  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:01:45.470  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:01:45.470  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2efa7c25, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@610fd7c6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51fe2fde, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@936273f, containsSubquery=false)
2026-08-29 01:01:45.470  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:02:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1940
2026-08-29 01:02:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:02:05.175  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:02:05.176  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:02:05.176  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:02:05.176  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:02:05.176  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:02:05.176  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:02:05.189  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1287cf13(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 01:02:05.565  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:02:05.566  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:02:05.566  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@215b2f44, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@126d965a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4cc86efa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2627e5f4, containsSubquery=false)
2026-08-29 01:02:05.566  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:02:25.478  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:02:25.478  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:02:25.478  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65c34fbb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2d199f5f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7fb106de, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@54bcade5, containsSubquery=false)
2026-08-29 01:02:25.478  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:02:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1941
2026-08-29 01:02:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:02:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:02:35.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@48076257(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 01:02:35.167  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:02:35.167  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:02:35.167  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:02:35.167  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:02:35.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:02:45.467  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:02:45.467  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:02:45.467  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5867b635, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@332fff62, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b29eb23, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4793869b, containsSubquery=false)
2026-08-29 01:02:45.467  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:03:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1942
2026-08-29 01:03:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:03:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:03:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:03:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:03:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:03:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:03:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:03:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5048d481(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 01:03:05.479  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:03:05.480  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:03:05.480  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@58210d5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@57d093b1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25789d6a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3408f8c2, containsSubquery=false)
2026-08-29 01:03:05.480  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:03:25.533  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:03:25.533  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:03:25.533  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@49e67d67, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@665ddf6b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f339b93, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3290b54c, containsSubquery=false)
2026-08-29 01:03:25.533  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:03:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1943
2026-08-29 01:03:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:03:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:03:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6878fe47(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 01:03:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:03:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:03:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:03:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:03:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:03:45.506  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:03:45.506  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:03:45.506  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3cd95eca, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@441d2f4d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@ce7493e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@430c5ada, containsSubquery=false)
2026-08-29 01:03:45.506  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:04:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1944
2026-08-29 01:04:05.167  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:04:05.168  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:04:05.168  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@48a3b5bd(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 01:04:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:04:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:04:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:04:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:04:05.177  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:04:05.472  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:04:05.473  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:04:05.473  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bf32791, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@510cfc61, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45c92a41, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@11445f62, containsSubquery=false)
2026-08-29 01:04:05.473  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:04:25.488  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:04:25.488  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:04:25.488  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1fa46710, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66e1efe1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ac53a9a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2cd2daaa, containsSubquery=false)
2026-08-29 01:04:25.488  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:04:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1945
2026-08-29 01:04:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:04:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:04:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:04:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:04:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:04:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:04:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:04:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1c8fefaa(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 01:04:45.470  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:04:45.470  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:04:45.470  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d4aff59, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b6e4b81, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3be532e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a3e3053, containsSubquery=false)
2026-08-29 01:04:45.470  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:05:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1946
2026-08-29 01:05:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:05:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:05:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@36b526c2(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 01:05:05.182  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:05:05.182  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:05:05.182  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:05:05.190  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:05:05.190  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:05:05.590  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:05:05.590  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:05:05.590  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@55ac5d65, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32670ce0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f48cf88, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@115bc8fe, containsSubquery=false)
2026-08-29 01:05:05.590  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:05:25.575  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:05:25.575  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:05:25.575  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40508910, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4aab97fb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8a9826e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@334e2d6f, containsSubquery=false)
2026-08-29 01:05:25.575  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:05:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1947
2026-08-29 01:05:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:05:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:05:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3cef6c15(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 01:05:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:05:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:05:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:05:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:05:35.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:05:45.489  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:05:45.489  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:05:45.489  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6af26a58, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71a6bdda, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@66526ca6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ca7a083, containsSubquery=false)
2026-08-29 01:05:45.489  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:06:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1948
2026-08-29 01:06:05.173  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:06:05.184  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:06:05.185  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:06:05.185  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:06:05.185  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:06:05.185  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:06:05.186  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:06:05.186  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@795739a4(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 01:06:05.469  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:06:05.469  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:06:05.469  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@50c64422, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1be5d80b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2e37271, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c504c7e, containsSubquery=false)
2026-08-29 01:06:05.469  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:06:25.517  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:06:25.517  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:06:25.517  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4a3ecc97, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11c8115, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@539144d4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63757469, containsSubquery=false)
2026-08-29 01:06:25.517  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:06:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1949
2026-08-29 01:06:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:06:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:06:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@19eac51f(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 01:06:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:06:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:06:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:06:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:06:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:06:45.475  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:06:45.475  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:06:45.475  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a22a160, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52d67741, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@72e4985d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f160c8c, containsSubquery=false)
2026-08-29 01:06:45.475  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:07:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1950
2026-08-29 01:07:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:07:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:07:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:07:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:07:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:07:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:07:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@9118d89(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 01:07:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:07:05.530  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:07:05.530  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:07:05.530  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c806d7d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@30b4e2d4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@19719777, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4f5dc6fc, containsSubquery=false)
2026-08-29 01:07:05.531  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:07:25.494  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:07:25.494  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:07:25.494  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@269f088f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ae72f94, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@165bd6fb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56b3bae1, containsSubquery=false)
2026-08-29 01:07:25.494  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:07:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1951
2026-08-29 01:07:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:07:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:07:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:07:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:07:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:07:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:07:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@b58c16(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 01:07:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:07:45.483  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:07:45.484  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:07:45.484  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7466ed, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ec51b68, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7201b4c9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5e884842, containsSubquery=false)
2026-08-29 01:07:45.484  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:08:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1952
2026-08-29 01:08:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:08:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:08:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:08:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:08:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:08:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:08:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:08:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@67a789b8(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 01:08:05.515  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:08:05.515  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:08:05.516  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5fdb828b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50731b1c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@328cf42f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e5fae84, containsSubquery=false)
2026-08-29 01:08:05.516  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:08:25.484  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:08:25.484  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:08:25.484  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4e3cc200, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@76aa5ddd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ee373ba, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6c4e7c7c, containsSubquery=false)
2026-08-29 01:08:25.484  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:08:35.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1953
2026-08-29 01:08:35.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:08:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:08:35.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:08:35.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@432bef8e(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 01:08:35.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:08:35.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:08:35.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:08:35.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:08:45.469  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:08:45.469  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:08:45.469  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@629571a1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35e551eb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ccc4a8f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46691d95, containsSubquery=false)
2026-08-29 01:08:45.469  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:09:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1954
2026-08-29 01:09:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:09:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:09:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:09:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6dff7953(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 01:09:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:09:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:09:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:09:05.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:09:05.515  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:09:05.515  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:09:05.515  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4fc2f2c8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7759985c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ddcac13, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@23c28c78, containsSubquery=false)
2026-08-29 01:09:05.515  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:09:25.492  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:09:25.493  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:09:25.493  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@48ed7187, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@767d2e4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20f3830d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@376c1cd0, containsSubquery=false)
2026-08-29 01:09:25.493  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:09:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1955
2026-08-29 01:09:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:09:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:09:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:09:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@66370b20(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 01:09:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:09:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:09:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:09:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:09:45.489  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:09:45.489  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:09:45.489  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7f7fd5a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4f37393e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51785780, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75d95c23, containsSubquery=false)
2026-08-29 01:09:45.489  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:10:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1956
2026-08-29 01:10:05.166  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:10:05.172  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:10:05.190  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3f2e4c0c(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 01:10:05.199  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:10:05.199  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:10:05.199  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:10:05.199  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:10:05.200  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:10:05.615  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:10:05.615  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:10:05.615  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5ae0e288, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ed8967f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@66e21723, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@300ae981, containsSubquery=false)
2026-08-29 01:10:05.615  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:10:25.467  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:10:25.468  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:10:25.468  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@175dec21, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@439d39b5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ce9d0eb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@775e582, containsSubquery=false)
2026-08-29 01:10:25.468  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:10:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1957
2026-08-29 01:10:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:10:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:10:35.168  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:10:35.168  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@d38af73(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 01:10:35.168  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:10:35.168  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:10:35.168  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:10:35.168  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:10:45.465  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:10:45.465  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:10:45.465  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@c38ea9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5de60046, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7812a1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34751cb0, containsSubquery=false)
2026-08-29 01:10:45.465  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:11:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1958
2026-08-29 01:11:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:11:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:11:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:11:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:11:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:11:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:11:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@517a4fae(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 01:11:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:11:05.489  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:11:05.489  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:11:05.490  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8fab3fa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66133bea, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@694d81e9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b6d5b80, containsSubquery=false)
2026-08-29 01:11:05.490  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:11:25.501  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:11:25.501  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:11:25.501  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@12b418c5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ab10159, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@f008dd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@726f354a, containsSubquery=false)
2026-08-29 01:11:25.501  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:11:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1959
2026-08-29 01:11:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:11:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:11:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:11:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4bac3b70(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 01:11:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:11:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:11:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:11:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:11:45.467  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:11:45.467  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:11:45.467  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a2df3f5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1570090d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@500e2bc6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e0e55b6, containsSubquery=false)
2026-08-29 01:11:45.467  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:12:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1960
2026-08-29 01:12:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:12:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:12:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:12:05.167  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:12:05.167  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:12:05.167  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:12:05.169  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:12:05.167  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4778d42c(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 01:12:05.511  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:12:05.511  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:12:05.511  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4854a2b8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3687deda, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@72f46e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4055d53a, containsSubquery=false)
2026-08-29 01:12:05.511  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:12:25.488  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:12:25.488  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:12:25.488  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@938350f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ff5748e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70a0b75f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@47ace8c4, containsSubquery=false)
2026-08-29 01:12:25.488  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:12:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1961
2026-08-29 01:12:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:12:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:12:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:12:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@25ba7f8(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 01:12:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:12:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:12:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:12:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:12:45.522  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:12:45.522  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:12:45.522  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22771511, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11834a88, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e614185, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5836444, containsSubquery=false)
2026-08-29 01:12:45.522  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:13:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1962
2026-08-29 01:13:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:13:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:13:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:13:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:13:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:13:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:13:05.168  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:13:05.168  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2d05f106(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 01:13:05.472  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:13:05.472  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:13:05.472  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a1f1f55, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@206b2a34, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4878e0f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@798a6ebf, containsSubquery=false)
2026-08-29 01:13:05.472  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:13:25.466  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:13:25.466  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:13:25.466  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@513aaa3b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ec7f30a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1cc50a1a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2052b0b, containsSubquery=false)
2026-08-29 01:13:25.466  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:13:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1963
2026-08-29 01:13:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:13:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:13:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:13:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:13:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:13:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:13:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:13:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3035888d(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 01:13:45.470  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:13:45.470  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:13:45.470  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a7cf7df, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c1725e2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a678949, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4caa6833, containsSubquery=false)
2026-08-29 01:13:45.470  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:14:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1964
2026-08-29 01:14:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:14:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:14:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:14:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:14:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:14:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:14:05.167  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@55e5c42c(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 01:14:05.169  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:14:05.516  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:14:05.516  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:14:05.516  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4b3e2876, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3bd75191, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@391a2c34, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1be06123, containsSubquery=false)
2026-08-29 01:14:05.516  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:14:25.488  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:14:25.488  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:14:25.488  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4b7af376, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@22106093, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@59ff569e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e25a2c5, containsSubquery=false)
2026-08-29 01:14:25.488  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:14:35.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1965
2026-08-29 01:14:35.166  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:14:35.172  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:14:35.175  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@59688513(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 01:14:35.176  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:14:35.176  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:14:35.176  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:14:35.176  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:14:35.177  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:14:45.488  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:14:45.488  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:14:45.488  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@54f862d4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a74fd6f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a2b9417, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75da5e34, containsSubquery=false)
2026-08-29 01:14:45.489  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:15:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1966
2026-08-29 01:15:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:15:05.175  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:15:05.199  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2681467d(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 01:15:05.209  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:15:05.240  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:15:05.240  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:15:05.241  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:15:05.251  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:15:05.542  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:15:05.542  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:15:05.545  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2ed77d61, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@10edf16c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28e27f3f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@693ab50c, containsSubquery=false)
2026-08-29 01:15:05.546  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:15:25.477  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:15:25.477  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:15:25.477  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@53591450, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4aa4fa4c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76e630b8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58ebe2e, containsSubquery=false)
2026-08-29 01:15:25.477  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:15:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1967
2026-08-29 01:15:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:15:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:15:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@52e984d0(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 01:15:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:15:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:15:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:15:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:15:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:15:45.484  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:15:45.485  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:15:45.485  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1c587756, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@674ad621, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22cd6430, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@c8ca7c4, containsSubquery=false)
2026-08-29 01:15:45.485  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:16:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1968
2026-08-29 01:16:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:16:05.169  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:16:05.176  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:16:05.176  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:16:05.176  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:16:05.176  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:16:05.177  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1cf699c1(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 01:16:05.177  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:16:05.472  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:16:05.473  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:16:05.473  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4b5e73bd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7369ba36, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@485860a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e6f4ff0, containsSubquery=false)
2026-08-29 01:16:05.473  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:16:25.492  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:16:25.492  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:16:25.492  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2fef48f7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@367e00bb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ed39408, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@44bba867, containsSubquery=false)
2026-08-29 01:16:25.492  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:16:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1969
2026-08-29 01:16:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:16:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:16:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:16:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@c18914c(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 01:16:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:16:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:16:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:16:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:16:45.521  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:16:45.521  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:16:45.521  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3e38094d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55e511f9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@44bcba27, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@52157839, containsSubquery=false)
2026-08-29 01:16:45.521  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:17:05.167  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1970
2026-08-29 01:17:05.191  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:17:05.191  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:17:05.192  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5a6a75b2(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 01:17:05.192  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:17:05.192  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:17:05.192  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:17:05.192  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:17:05.192  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:17:05.468  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:17:05.468  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:17:05.468  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4a6ce79c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11100714, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3122c122, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c7b922c, containsSubquery=false)
2026-08-29 01:17:05.468  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:17:25.482  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:17:25.482  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:17:25.482  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13754050, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60486414, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@babd211, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@41e3e9eb, containsSubquery=false)
2026-08-29 01:17:25.482  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:17:35.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1971
2026-08-29 01:17:35.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:17:35.168  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:17:35.171  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:17:35.171  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@33328c4b(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 01:17:35.172  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:17:35.172  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:17:35.172  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:17:35.172  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:17:45.530  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:17:45.531  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:17:45.531  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@73952755, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4498d6be, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@33d17b1a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3d88191f, containsSubquery=false)
2026-08-29 01:17:45.531  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:18:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1972
2026-08-29 01:18:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:18:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:18:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@530cf46c(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 01:18:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:18:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:18:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:18:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:18:05.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:18:05.481  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:18:05.481  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:18:05.481  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2e87514b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f7c04cb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@112c40d0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@737fce87, containsSubquery=false)
2026-08-29 01:18:05.481  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:18:25.475  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:18:25.475  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:18:25.475  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@9679959, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3aeb7858, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40d330ec, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@44a35c62, containsSubquery=false)
2026-08-29 01:18:25.476  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:18:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1973
2026-08-29 01:18:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:18:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:18:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:18:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@20e7f92e(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 01:18:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:18:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:18:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:18:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:18:45.483  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:18:45.483  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:18:45.483  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30d13e51, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6665c3bf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@226ce59, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4479b781, containsSubquery=false)
2026-08-29 01:18:45.483  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:19:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1974
2026-08-29 01:19:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:19:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:19:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:19:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:19:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:19:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:19:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:19:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@498dce06(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 01:19:05.542  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:19:05.542  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:19:05.542  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@68d9c692, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@33bedf72, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62c0c1d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6149bf47, containsSubquery=false)
2026-08-29 01:19:05.542  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:19:25.503  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:19:25.504  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:19:25.504  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@53c4e6f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4aef6a0e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@337bce46, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@107e6ed5, containsSubquery=false)
2026-08-29 01:19:25.504  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:19:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1975
2026-08-29 01:19:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:19:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:19:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:19:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:19:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:19:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:19:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7b2ebecf(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 01:19:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:19:45.494  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:19:45.495  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:19:45.495  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25ee3bf7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@67095f70, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12d435c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63a58e97, containsSubquery=false)
2026-08-29 01:19:45.495  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:20:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1976
2026-08-29 01:20:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:20:05.202  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:20:05.353  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:20:05.353  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:20:05.353  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:20:05.353  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:20:05.353  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:20:05.353  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@68cc36f6(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 01:20:05.623  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:20:05.623  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:20:05.623  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5430ff29, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7532fe94, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6593d046, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50d3c161, containsSubquery=false)
2026-08-29 01:20:05.623  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:20:25.479  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:20:25.479  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:20:25.479  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@622cd330, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c3150b7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2dd12249, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c731aee, containsSubquery=false)
2026-08-29 01:20:25.479  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:20:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1977
2026-08-29 01:20:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:20:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:20:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:20:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:20:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:20:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:20:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:20:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@39571b08(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 01:20:45.475  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:20:45.475  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:20:45.475  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ca9cbfa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ed6c7d4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5830ce85, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7216d49, containsSubquery=false)
2026-08-29 01:20:45.475  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:21:05.167  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1978
2026-08-29 01:21:05.167  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:21:05.175  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:21:05.183  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3778fd51(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 01:21:05.183  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:21:05.184  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:21:05.184  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:21:05.184  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:21:05.184  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:21:05.518  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:21:05.518  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:21:05.518  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@17edcc8d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28a0d090, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c3985c6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@219d87d8, containsSubquery=false)
2026-08-29 01:21:05.518  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:21:25.486  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:21:25.487  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:21:25.487  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1283a6c7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@33c8f84d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e73c112, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@bd1e85b, containsSubquery=false)
2026-08-29 01:21:25.487  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:21:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1979
2026-08-29 01:21:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:21:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:21:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:21:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:21:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:21:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:21:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:21:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@10658772(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 01:21:45.471  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:21:45.472  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:21:45.472  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@632ae941, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28052377, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@105515f4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b76d98d, containsSubquery=false)
2026-08-29 01:21:45.472  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:22:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1980
2026-08-29 01:22:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:22:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:22:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7deda566(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 01:22:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:22:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:22:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:22:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:22:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:22:05.499  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:22:05.499  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:22:05.499  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@349816a3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28ce822a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@156812dd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c46c33a, containsSubquery=false)
2026-08-29 01:22:05.499  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:22:25.502  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:22:25.503  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:22:25.503  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70885e56, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6330e54d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@13e30c73, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31eb8777, containsSubquery=false)
2026-08-29 01:22:25.503  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:22:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1981
2026-08-29 01:22:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:22:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:22:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3461616f(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 01:22:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:22:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:22:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:22:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:22:35.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:22:45.475  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:22:45.475  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:22:45.475  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6e74ef67, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@442bbec2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@34427475, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7dde83d3, containsSubquery=false)
2026-08-29 01:22:45.475  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:23:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1982
2026-08-29 01:23:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:23:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:23:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:23:05.169  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:23:05.169  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:23:05.169  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:23:05.169  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@e2df4eb(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 01:23:05.169  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:23:05.523  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:23:05.523  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:23:05.523  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@ecbbe21, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c09fd8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c90e724, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3491a90d, containsSubquery=false)
2026-08-29 01:23:05.523  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:23:25.491  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:23:25.491  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:23:25.491  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@382a120d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f3cf83c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7897a0f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3342bf63, containsSubquery=false)
2026-08-29 01:23:25.491  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:23:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1983
2026-08-29 01:23:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:23:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:23:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:23:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:23:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:23:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:23:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6f235d1f(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 01:23:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:23:45.470  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:23:45.470  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:23:45.470  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@11b0273a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46ed3340, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2331a8d4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@37d1eae0, containsSubquery=false)
2026-08-29 01:23:45.470  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:24:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1984
2026-08-29 01:24:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:24:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:24:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:24:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:24:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:24:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:24:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:24:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@46a6237d(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 01:24:05.480  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:24:05.480  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:24:05.480  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@28a3c80e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17a4a17d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@39e1526c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@20e9b013, containsSubquery=false)
2026-08-29 01:24:05.480  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:24:25.483  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:24:25.484  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:24:25.484  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@21dfffdd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@467e4c86, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3660531a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7458f610, containsSubquery=false)
2026-08-29 01:24:25.484  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:24:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1985
2026-08-29 01:24:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:24:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:24:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:24:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:24:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:24:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:24:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:24:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3a4038c7(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 01:24:45.482  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:24:45.483  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:24:45.483  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1dee8086, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ad3a5c3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10ea1c59, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7dcc906a, containsSubquery=false)
2026-08-29 01:24:45.483  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:25:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1986
2026-08-29 01:25:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:25:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:25:05.171  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@71a28fd(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 01:25:05.190  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:25:05.190  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:25:05.190  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:25:05.190  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:25:05.190  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:25:05.480  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:25:05.480  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:25:05.480  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@57b443d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19f748be, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4aa93423, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ad6e991, containsSubquery=false)
2026-08-29 01:25:05.480  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:25:25.486  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:25:25.486  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:25:25.486  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2ca17f23, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d71906c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@313bd34a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f4aa35b, containsSubquery=false)
2026-08-29 01:25:25.486  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:25:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1987
2026-08-29 01:25:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:25:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:25:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:25:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@463fc3c1(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 01:25:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:25:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:25:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:25:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:25:45.468  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:25:45.468  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:25:45.468  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@12704712, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19bee573, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2265ef5f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@9a8d4f, containsSubquery=false)
2026-08-29 01:25:45.468  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:26:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1988
2026-08-29 01:26:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:26:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:26:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:26:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:26:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:26:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:26:05.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:26:05.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@69380688(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 01:26:05.464  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:26:05.464  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:26:05.464  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fb5afdd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@13faf678, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15eb04b9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ca88363, containsSubquery=false)
2026-08-29 01:26:05.464  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:26:25.488  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:26:25.488  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:26:25.488  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@32c6c5db, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c542abc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e388162, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1fbdbe38, containsSubquery=false)
2026-08-29 01:26:25.488  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:26:35.171  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1989
2026-08-29 01:26:35.187  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:26:35.188  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:26:35.188  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@55d8e7a7(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 01:26:35.189  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:26:35.189  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:26:35.189  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:26:35.189  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:26:35.189  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:26:45.471  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:26:45.471  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:26:45.471  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@54f1a0c1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7076f588, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5c0cc2c8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2efe92eb, containsSubquery=false)
2026-08-29 01:26:45.471  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:27:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1990
2026-08-29 01:27:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:27:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:27:05.167  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@72480e14(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 01:27:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:27:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:27:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:27:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:27:05.170  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:27:05.523  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:27:05.524  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:27:05.524  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@20c3ee7d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3e7c0f65, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10271b34, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@533e2bca, containsSubquery=false)
2026-08-29 01:27:05.524  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:27:25.488  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:27:25.488  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:27:25.488  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5a818d13, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@70d4ff6a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@230a45f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@14ed67b2, containsSubquery=false)
2026-08-29 01:27:25.488  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:27:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1991
2026-08-29 01:27:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:27:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:27:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2953ef1e(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 01:27:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:27:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:27:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:27:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:27:35.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:27:45.465  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:27:45.465  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:27:45.465  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@43e58f5e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6813b95a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3fbefc68, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e58a207, containsSubquery=false)
2026-08-29 01:27:45.465  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:28:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1992
2026-08-29 01:28:05.169  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:28:05.169  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:28:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:28:05.172  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:28:05.172  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:28:05.172  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:28:05.170  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@19ce122a(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 01:28:05.174  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:28:05.527  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:28:05.527  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:28:05.527  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22134d9e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d67421f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@218dbfc9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@506890c4, containsSubquery=false)
2026-08-29 01:28:05.527  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:28:25.470  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:28:25.470  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:28:25.470  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@486ef26a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@509f7b3d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4d18f490, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5237797, containsSubquery=false)
2026-08-29 01:28:25.470  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:28:35.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1993
2026-08-29 01:28:35.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:28:35.175  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:28:35.176  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:28:35.176  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:28:35.176  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:28:35.176  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:28:35.176  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@d7c2dcc(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 01:28:35.176  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:28:45.468  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:28:45.468  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:28:45.468  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65d52b8c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@660803e5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@78438edc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@10393ad2, containsSubquery=false)
2026-08-29 01:28:45.468  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:29:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1994
2026-08-29 01:29:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:29:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:29:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:29:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:29:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:29:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:29:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5d3d0dce(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 01:29:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:29:05.491  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:29:05.492  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:29:05.492  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@79acdae0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5e20101f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@279e68f6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@131a8ee0, containsSubquery=false)
2026-08-29 01:29:05.492  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:29:25.471  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:29:25.471  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:29:25.471  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38aa8599, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@404c555, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@677dc6f3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34ee8355, containsSubquery=false)
2026-08-29 01:29:25.471  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:29:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1995
2026-08-29 01:29:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:29:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:29:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:29:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:29:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:29:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:29:35.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:29:35.168  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6d43314a(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 01:29:45.473  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:29:45.473  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:29:45.473  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@34d1a366, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@44de041c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c5271d5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@768f5da1, containsSubquery=false)
2026-08-29 01:29:45.473  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:30:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1996
2026-08-29 01:30:05.166  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:30:05.167  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:30:05.168  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:30:05.168  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:30:05.168  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:30:05.168  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:30:05.171  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:30:05.172  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@50307712(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 01:30:05.505  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:30:05.505  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:30:05.505  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2b5eb8c6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@428588ee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d750cd9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2253426e, containsSubquery=false)
2026-08-29 01:30:05.505  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:30:25.476  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:30:25.476  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:30:25.476  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@300fc23b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@54fb1b05, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5249695d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f41fceb, containsSubquery=false)
2026-08-29 01:30:25.476  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:30:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1997
2026-08-29 01:30:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:30:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:30:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:30:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:30:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:30:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:30:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:30:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@37ce3de4(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 01:30:45.512  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:30:45.512  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:30:45.512  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d0f776e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ced36af, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b254602, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79109fa8, containsSubquery=false)
2026-08-29 01:30:45.512  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:31:05.176  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1998
2026-08-29 01:31:05.177  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:31:05.176  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:31:05.179  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@29d5b986(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 01:31:05.177  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:31:05.180  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:31:05.180  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:31:05.180  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:31:05.181  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:31:05.593  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:31:05.593  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:31:05.593  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70423260, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@9ef48e1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e1b8342, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@498d5882, containsSubquery=false)
2026-08-29 01:31:05.593  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:31:25.470  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:31:25.471  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:31:25.471  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b3a14f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4799a967, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40a910aa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ab14d83, containsSubquery=false)
2026-08-29 01:31:25.471  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:31:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1999
2026-08-29 01:31:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:31:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:31:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@554ace0f(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 01:31:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:31:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:31:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:31:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:31:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:31:45.469  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:31:45.469  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:31:45.469  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e089fa5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@507a833e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4277f808, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e515fa1, containsSubquery=false)
2026-08-29 01:31:45.469  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:32:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2000
2026-08-29 01:32:05.167  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:32:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:32:05.173  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:32:05.173  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7ad80421(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 01:32:05.173  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:32:05.174  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:32:05.174  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:32:05.175  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:32:05.493  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:32:05.493  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:32:05.493  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5de38718, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@205e2d5a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2e5eb9ab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ab01742, containsSubquery=false)
2026-08-29 01:32:05.493  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:32:25.476  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:32:25.477  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:32:25.477  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b0a25db, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@760cc7cb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@271e9e24, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@312d7950, containsSubquery=false)
2026-08-29 01:32:25.477  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:32:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2001
2026-08-29 01:32:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:32:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:32:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:32:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:32:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:32:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:32:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:32:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5a1f7dcd(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 01:32:45.472  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:32:45.472  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:32:45.472  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4aa73b9f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@701abfeb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@75cbe9b3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@22673be2, containsSubquery=false)
2026-08-29 01:32:45.472  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:33:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2002
2026-08-29 01:33:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:33:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:33:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@446d2136(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 01:33:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:33:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:33:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:33:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:33:05.168  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:33:05.498  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:33:05.498  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:33:05.498  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1332224, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@87f583c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c2f1fb8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@42e48992, containsSubquery=false)
2026-08-29 01:33:05.498  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:33:25.473  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:33:25.473  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:33:25.473  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64a8a2ce, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@48379a9b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1fa78c6f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@de4ec4e, containsSubquery=false)
2026-08-29 01:33:25.473  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:33:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2003
2026-08-29 01:33:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:33:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:33:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:33:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:33:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:33:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:33:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4252e148(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 01:33:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:33:45.481  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:33:45.482  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:33:45.482  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2b3c410e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@48578a7a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@f6a64ee, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cc218a8, containsSubquery=false)
2026-08-29 01:33:45.482  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:34:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2004
2026-08-29 01:34:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:34:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:34:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@41c4c2ef(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 01:34:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:34:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:34:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:34:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:34:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:34:05.506  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:34:05.506  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:34:05.506  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@71438c7c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3edd65f5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8af2e31, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a0c757f, containsSubquery=false)
2026-08-29 01:34:05.506  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:34:25.482  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:34:25.482  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:34:25.482  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a87c0cd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5491d235, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a39b3df, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@12b6bac3, containsSubquery=false)
2026-08-29 01:34:25.482  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:34:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2005
2026-08-29 01:34:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:34:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:34:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:34:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:34:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:34:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:34:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7705bc24(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 01:34:35.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:34:45.524  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:34:45.524  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:34:45.524  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@630c2446, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b92c272, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ef38582, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@47395bd6, containsSubquery=false)
2026-08-29 01:34:45.524  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:35:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2006
2026-08-29 01:35:05.166  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:35:05.183  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:35:05.194  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@69c1d120(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 01:35:05.187  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:35:05.195  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:35:05.195  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:35:05.195  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:35:05.195  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:35:05.523  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:35:05.523  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:35:05.523  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ffb884, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f38d697, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@56c690cc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@23dc2c86, containsSubquery=false)
2026-08-29 01:35:05.523  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:35:25.465  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:35:25.465  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:35:25.465  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@36b06db0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b5e8ff9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e70b5fe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@657ea96, containsSubquery=false)
2026-08-29 01:35:25.465  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:35:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2007
2026-08-29 01:35:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:35:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:35:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:35:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:35:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:35:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:35:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2ccec5c(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 01:35:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:35:45.491  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:35:45.491  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:35:45.491  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e7c79, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@489cf11, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5eabb5ea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4a5728f, containsSubquery=false)
2026-08-29 01:35:45.491  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:36:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2008
2026-08-29 01:36:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:36:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:36:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:36:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:36:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:36:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:36:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@66568a5b(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 01:36:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:36:05.471  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:36:05.471  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:36:05.471  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@46ff9bdd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b38883e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@56fd6e43, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@468a00d4, containsSubquery=false)
2026-08-29 01:36:05.471  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:36:25.516  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:36:25.517  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:36:25.517  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2137f940, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b02b14f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c926c23, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f023f16, containsSubquery=false)
2026-08-29 01:36:25.517  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:36:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2009
2026-08-29 01:36:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:36:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:36:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6af5088d(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 01:36:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:36:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:36:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:36:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:36:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:36:45.509  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:36:45.509  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:36:45.509  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@15a1a7da, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a13848e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ab001dc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@299f588a, containsSubquery=false)
2026-08-29 01:36:45.509  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:37:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2010
2026-08-29 01:37:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:37:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:37:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:37:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:37:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:37:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:37:05.168  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:37:05.168  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@52312fdb(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 01:37:05.469  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:37:05.469  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:37:05.469  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a1a1925, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@353d3ae, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@759b7988, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@39022b05, containsSubquery=false)
2026-08-29 01:37:05.469  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:37:25.467  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:37:25.467  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:37:25.467  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@28202ceb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11403123, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@37062060, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4646d9be, containsSubquery=false)
2026-08-29 01:37:25.468  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:37:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2011
2026-08-29 01:37:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:37:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:37:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:37:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@72f66e82(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 01:37:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:37:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:37:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:37:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:37:45.478  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:37:45.478  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:37:45.478  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7f10da47, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@590fdb61, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18c82b5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1eaff969, containsSubquery=false)
2026-08-29 01:37:45.478  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:38:05.178  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2012
2026-08-29 01:38:05.193  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:38:05.194  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:38:05.200  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:38:05.201  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:38:05.201  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:38:05.201  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:38:05.201  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:38:05.202  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@724411e9(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 01:38:05.481  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:38:05.481  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:38:05.481  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@26c9ac83, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e77c450, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7dca2373, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73c604bd, containsSubquery=false)
2026-08-29 01:38:05.481  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:38:25.484  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:38:25.484  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:38:25.485  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@17e05f91, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ae41c56, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b54fd9d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2703446f, containsSubquery=false)
2026-08-29 01:38:25.485  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:38:35.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2013
2026-08-29 01:38:35.170  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:38:35.185  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:38:35.191  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@45753c6(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 01:38:35.191  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:38:35.192  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:38:35.192  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:38:35.192  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:38:35.192  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:38:45.472  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:38:45.472  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:38:45.472  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@67171fb1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4f66af24, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@394c8f04, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@331663ed, containsSubquery=false)
2026-08-29 01:38:45.472  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:39:05.168  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2014
2026-08-29 01:39:05.168  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:39:05.170  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:39:05.174  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3a66af8d(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 01:39:05.174  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:39:05.175  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:39:05.175  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:39:05.175  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:39:05.175  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:39:05.531  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:39:05.532  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:39:05.532  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@634d5fff, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a9bdc3c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10915e77, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f23f6e0, containsSubquery=false)
2026-08-29 01:39:05.532  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:39:25.470  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:39:25.471  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:39:25.471  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45c93231, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@485ec178, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35b201f1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63519c0f, containsSubquery=false)
2026-08-29 01:39:25.471  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:39:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2015
2026-08-29 01:39:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:39:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:39:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:39:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:39:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:39:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:39:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4e48713(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 01:39:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:39:45.480  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:39:45.480  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:39:45.480  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@26c8b185, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c629e7c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@783cc63f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@594f6ae, containsSubquery=false)
2026-08-29 01:39:45.480  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:40:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2016
2026-08-29 01:40:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:40:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:40:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:40:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:40:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:40:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:40:05.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:40:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@24bda003(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 01:40:05.503  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:40:05.503  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:40:05.503  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@732bff10, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@278fe4cf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27d96c6d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16951519, containsSubquery=false)
2026-08-29 01:40:05.503  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:40:25.486  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:40:25.487  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:40:25.487  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@37bf77c6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1fa449c9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29309a23, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30c2aebb, containsSubquery=false)
2026-08-29 01:40:25.487  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:40:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2017
2026-08-29 01:40:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:40:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:40:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:40:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:40:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:40:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:40:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7dbf81e5(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 01:40:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:40:45.470  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:40:45.470  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:40:45.470  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e6e2967, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e2410a6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@501535a4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@707c27e0, containsSubquery=false)
2026-08-29 01:40:45.470  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:41:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2018
2026-08-29 01:41:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:41:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:41:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:41:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7773895(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 01:41:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:41:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:41:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:41:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:41:05.524  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:41:05.524  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:41:05.524  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a6d37d9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50de85b5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@213d3dd3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c61d107, containsSubquery=false)
2026-08-29 01:41:05.524  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:41:25.481  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:41:25.481  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:41:25.481  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a3ee9c0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@38fcf136, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5813ced8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f5cd772, containsSubquery=false)
2026-08-29 01:41:25.481  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:41:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2019
2026-08-29 01:41:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:41:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:41:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:41:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1b4c57e2(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 01:41:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:41:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:41:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:41:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:41:45.479  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:41:45.479  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:41:45.479  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@123f5d10, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d106812, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b5d3f58, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ebfbe34, containsSubquery=false)
2026-08-29 01:41:45.479  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:42:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2020
2026-08-29 01:42:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:42:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:42:05.168  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2f0865c4(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 01:42:05.168  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:42:05.168  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:42:05.168  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:42:05.168  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:42:05.170  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:42:05.469  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:42:05.469  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:42:05.469  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3c1110af, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1772d5b0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54e62784, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74e71d4, containsSubquery=false)
2026-08-29 01:42:05.469  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:42:25.472  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:42:25.472  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:42:25.472  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2360119f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@379a4b87, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2560ad96, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@366efcb8, containsSubquery=false)
2026-08-29 01:42:25.472  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:42:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2021
2026-08-29 01:42:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:42:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:42:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:42:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:42:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@271b5bae(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 01:42:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:42:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:42:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:42:45.469  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:42:45.469  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:42:45.469  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@50851c51, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@33d5af0e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@21d691e9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3d5f5f18, containsSubquery=false)
2026-08-29 01:42:45.469  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:43:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2022
2026-08-29 01:43:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:43:05.174  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:43:05.180  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:43:05.181  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:43:05.181  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:43:05.181  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:43:05.182  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7e355d21(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 01:43:05.186  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:43:05.465  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:43:05.465  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:43:05.465  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e9c89b8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@47aacf13, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7c3d119e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@680e6c0f, containsSubquery=false)
2026-08-29 01:43:05.465  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:43:25.490  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:43:25.490  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:43:25.490  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@60d7fbf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@41278c10, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3cc97278, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d3e2fcc, containsSubquery=false)
2026-08-29 01:43:25.490  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:43:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2023
2026-08-29 01:43:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:43:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:43:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:43:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:43:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:43:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:43:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:43:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@70421389(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 01:43:45.469  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:43:45.469  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:43:45.470  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@73cb0dc8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@33ffdccf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49f18012, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7372962e, containsSubquery=false)
2026-08-29 01:43:45.470  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:44:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2024
2026-08-29 01:44:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:44:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:44:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:44:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4d09d337(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 01:44:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:44:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:44:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:44:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:44:05.482  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:44:05.488  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:44:05.489  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@44d513e8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@48bb3c86, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@673c2f36, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c8dd0ca, containsSubquery=false)
2026-08-29 01:44:05.489  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:44:25.481  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:44:25.481  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:44:25.481  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@279fa6b4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1fe7d01b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4917e39b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@10e85fc4, containsSubquery=false)
2026-08-29 01:44:25.481  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:44:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2025
2026-08-29 01:44:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:44:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:44:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:44:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:44:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:44:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:44:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:44:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@45ae4efd(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 01:44:45.470  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:44:45.470  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:44:45.470  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@550ae48f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ceb96d9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a4cdee3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@67f7dcaf, containsSubquery=false)
2026-08-29 01:44:45.470  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:45:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2026
2026-08-29 01:45:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:45:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:45:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:45:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:45:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:45:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:45:05.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:45:05.169  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5c192d2c(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 01:45:05.516  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:45:05.516  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:45:05.516  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bab6ae1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46bb5fe3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@686801ec, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b03965d, containsSubquery=false)
2026-08-29 01:45:05.517  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:45:25.557  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:45:25.557  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:45:25.557  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6955c6fa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4abfca1a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@fd0d306, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66a5b95c, containsSubquery=false)
2026-08-29 01:45:25.557  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:45:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2027
2026-08-29 01:45:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:45:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:45:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:45:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:45:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:45:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:45:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2dbc8bbd(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 01:45:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:45:45.469  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:45:45.469  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:45:45.469  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2ee1014, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12a3989f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@352dcbe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5aac2eb6, containsSubquery=false)
2026-08-29 01:45:45.469  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:46:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2028
2026-08-29 01:46:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:46:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:46:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:46:05.172  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:46:05.171  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@61d501dc(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 01:46:05.172  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:46:05.172  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:46:05.172  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:46:05.487  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:46:05.487  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:46:05.488  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1d430708, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@394bff56, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d7215d6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f6e09d, containsSubquery=false)
2026-08-29 01:46:05.498  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:46:25.547  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:46:25.547  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:46:25.547  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1187218a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4bd73eff, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b04706, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@341b5e1b, containsSubquery=false)
2026-08-29 01:46:25.547  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:46:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2029
2026-08-29 01:46:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:46:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:46:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:46:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@373b3e6e(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 01:46:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:46:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:46:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:46:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:46:45.501  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:46:45.501  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:46:45.501  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@49fe219b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17e0348a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b3082d0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32f3b0f0, containsSubquery=false)
2026-08-29 01:46:45.501  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:47:05.218  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2030
2026-08-29 01:47:05.219  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:47:05.223  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:47:05.224  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:47:05.224  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@32b69d77(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 01:47:05.224  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:47:05.224  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:47:05.224  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:47:05.225  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:47:05.468  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:47:05.468  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:47:05.468  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e836684, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@45a0fe9d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68dd31dc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6084fa03, containsSubquery=false)
2026-08-29 01:47:05.468  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:47:25.486  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:47:25.486  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:47:25.486  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3cd4b452, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5a9a1243, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@75e43909, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@482ad016, containsSubquery=false)
2026-08-29 01:47:25.486  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:47:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2031
2026-08-29 01:47:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:47:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:47:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:47:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:47:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:47:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:47:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:47:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1eb72a26(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 01:47:45.482  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:47:45.482  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:47:45.482  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b0b0e2e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51a71b9d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@212394b6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18db24cf, containsSubquery=false)
2026-08-29 01:47:45.482  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:48:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2032
2026-08-29 01:48:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:48:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:48:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:48:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:48:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:48:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:48:05.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:48:05.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7a284907(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 01:48:05.488  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:48:05.488  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:48:05.488  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d5e154b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71c54710, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c277253, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7f77a45, containsSubquery=false)
2026-08-29 01:48:05.488  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:48:25.517  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:48:25.517  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:48:25.517  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@23497925, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a6747be, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24897688, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46d2a01c, containsSubquery=false)
2026-08-29 01:48:25.517  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:48:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2033
2026-08-29 01:48:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:48:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:48:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:48:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@22c25782(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 01:48:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:48:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:48:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:48:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:48:45.496  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:48:45.496  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:48:45.496  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ad71eb1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e97d36f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@11a27d55, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a2b5da5, containsSubquery=false)
2026-08-29 01:48:45.496  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:49:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2034
2026-08-29 01:49:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:49:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:49:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:49:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:49:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@39f85abc(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 01:49:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:49:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:49:05.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:49:05.579  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:49:05.579  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:49:05.579  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a04f7f3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7eeea8e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@695e4571, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5cd55c01, containsSubquery=false)
2026-08-29 01:49:05.579  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:49:25.476  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:49:25.477  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:49:25.477  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@767ec01c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34847a49, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25d339ab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@526dde00, containsSubquery=false)
2026-08-29 01:49:25.477  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:49:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2035
2026-08-29 01:49:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:49:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:49:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4ec087f2(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 01:49:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:49:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:49:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:49:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:49:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:49:45.465  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:49:45.466  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:49:45.466  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@770537f1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ebf60dd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31d44d9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@326bf908, containsSubquery=false)
2026-08-29 01:49:45.466  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:50:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2036
2026-08-29 01:50:05.166  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:50:05.223  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:50:05.224  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:50:05.224  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:50:05.224  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:50:05.224  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:50:05.224  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@40c1c0ad(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 01:50:05.225  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:50:05.540  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:50:05.540  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:50:05.540  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3e9765c8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1109499f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3fd2a5f3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66012c7, containsSubquery=false)
2026-08-29 01:50:05.541  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:50:25.481  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:50:25.481  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:50:25.481  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3e25bd38, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@283f8688, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e8d5536, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6780c634, containsSubquery=false)
2026-08-29 01:50:25.481  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:50:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2037
2026-08-29 01:50:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:50:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:50:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@46237d1d(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 01:50:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:50:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:50:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:50:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:50:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:50:45.469  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:50:45.469  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:50:45.469  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6c569a4a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@16b6888, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a7cf1c2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@11389ff9, containsSubquery=false)
2026-08-29 01:50:45.469  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:51:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2038
2026-08-29 01:51:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:51:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:51:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:51:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:51:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:51:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:51:05.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:51:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@589b81c3(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 01:51:05.501  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:51:05.502  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:51:05.502  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d1d2b97, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e956fb6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ad14765, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@760677ea, containsSubquery=false)
2026-08-29 01:51:05.502  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:51:25.463  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:51:25.463  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:51:25.463  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@50a1de27, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78d39d35, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45143e58, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e8d4370, containsSubquery=false)
2026-08-29 01:51:25.463  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:51:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2039
2026-08-29 01:51:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:51:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:51:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@44aed1c6(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 01:51:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:51:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:51:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:51:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:51:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:51:45.469  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:51:45.469  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:51:45.469  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@79f235a8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@9099801, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@211e0c63, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56603e79, containsSubquery=false)
2026-08-29 01:51:45.469  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:52:05.175  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2040
2026-08-29 01:52:05.176  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:52:05.178  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:52:05.179  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:52:05.179  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:52:05.179  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:52:05.179  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:52:05.180  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3c10355b(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 01:52:05.183  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:52:05.483  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:52:05.484  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:52:05.484  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@251b7aca, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@449ebbb1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@59bf539, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b08015a, containsSubquery=false)
2026-08-29 01:52:05.484  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:52:25.465  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:52:25.465  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:52:25.465  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@14087c30, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@57a861e0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f2f6764, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5fc5b556, containsSubquery=false)
2026-08-29 01:52:25.465  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:52:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2041
2026-08-29 01:52:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:52:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:52:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4416c19b(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 01:52:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:52:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:52:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:52:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:52:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:52:45.478  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:52:45.478  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:52:45.478  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2ac5d5a7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@191e5e99, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@d5fcebd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5eeafc2c, containsSubquery=false)
2026-08-29 01:52:45.478  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:53:05.166  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2042
2026-08-29 01:53:05.181  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:53:05.182  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:53:05.182  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:53:05.182  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:53:05.182  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:53:05.182  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:53:05.182  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:53:05.182  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@f945560(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 01:53:05.476  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:53:05.476  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:53:05.476  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4baf1cf5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ba60766, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3fb4b8fb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1dfce0ae, containsSubquery=false)
2026-08-29 01:53:05.476  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:53:25.478  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:53:25.478  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:53:25.478  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@28be2646, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@282a4147, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7961de1e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e84ff61, containsSubquery=false)
2026-08-29 01:53:25.478  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:53:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2043
2026-08-29 01:53:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:53:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:53:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:53:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@40cb3a14(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 01:53:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:53:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:53:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:53:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:53:45.531  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:53:45.531  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:53:45.531  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@74760532, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b284e57, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ffeddde, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7febf0c5, containsSubquery=false)
2026-08-29 01:53:45.531  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:54:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2044
2026-08-29 01:54:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:54:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:54:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:54:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@145e0898(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 01:54:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:54:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:54:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:54:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:54:05.490  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:54:05.490  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:54:05.490  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30f9fe08, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12fa5f3f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6dee0d5b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@153ac45a, containsSubquery=false)
2026-08-29 01:54:05.490  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:54:25.464  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:54:25.464  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:54:25.464  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e4d3b90, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@304eca9d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f96e0bb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@61fe642a, containsSubquery=false)
2026-08-29 01:54:25.464  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:54:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2045
2026-08-29 01:54:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:54:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:54:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4a33c978(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 01:54:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:54:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:54:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:54:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:54:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:54:45.478  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:54:45.478  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:54:45.478  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ce42e23, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e5a0ff9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7fda933b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@757d097d, containsSubquery=false)
2026-08-29 01:54:45.478  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:55:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2046
2026-08-29 01:55:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:55:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:55:05.174  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@71a56111(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 01:55:05.184  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:55:05.185  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:55:05.185  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:55:05.185  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:55:05.185  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:55:05.503  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:55:05.503  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:55:05.503  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@78c82a71, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@699a41af, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ef13c0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b94ba73, containsSubquery=false)
2026-08-29 01:55:05.503  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:55:25.471  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:55:25.471  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:55:25.471  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@731d5ec9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1065044, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@11d28e43, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ba0b361, containsSubquery=false)
2026-08-29 01:55:25.471  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:55:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2047
2026-08-29 01:55:35.167  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:55:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:55:35.169  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7f380fe(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 01:55:35.170  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:55:35.170  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:55:35.170  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:55:35.170  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:55:35.171  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:55:45.486  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:55:45.486  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:55:45.486  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5b480ff4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12e6b4a8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ab2619f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c2332c9, containsSubquery=false)
2026-08-29 01:55:45.486  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:56:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2048
2026-08-29 01:56:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:56:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:56:05.174  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5ade44b7(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 01:56:05.174  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:56:05.175  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:56:05.175  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:56:05.175  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:56:05.175  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:56:05.474  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:56:05.474  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:56:05.474  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a4b56b4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@298613d7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a4c0402, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3272047e, containsSubquery=false)
2026-08-29 01:56:05.474  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:56:25.470  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:56:25.470  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:56:25.470  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@570fdaa7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@23bbd143, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@647d1993, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56f42f6f, containsSubquery=false)
2026-08-29 01:56:25.470  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:56:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2049
2026-08-29 01:56:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:56:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:56:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:56:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:56:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:56:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:56:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1a0eaecd(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 01:56:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:56:45.485  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:56:45.485  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:56:45.485  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bba30dc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53b73f3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36aeb55f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4004cdb1, containsSubquery=false)
2026-08-29 01:56:45.485  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:57:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2050
2026-08-29 01:57:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:57:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:57:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@cc57a06(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 01:57:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:57:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:57:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:57:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:57:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:57:05.482  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:57:05.482  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:57:05.482  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4e3f4a51, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@95f6b11, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49046a57, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cba31d1, containsSubquery=false)
2026-08-29 01:57:05.482  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:57:25.471  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:57:25.471  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:57:25.471  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@17c32eec, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c36460f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31613c67, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c0bd22, containsSubquery=false)
2026-08-29 01:57:25.471  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:57:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2051
2026-08-29 01:57:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:57:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:57:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:57:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:57:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:57:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:57:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:57:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@52ef33a(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 01:57:45.510  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:57:45.510  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:57:45.510  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@ab4e932, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1668e7e7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c7bb1b4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@39250d26, containsSubquery=false)
2026-08-29 01:57:45.510  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:58:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2052
2026-08-29 01:58:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:58:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:58:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5d9e2230(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 01:58:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:58:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:58:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:58:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:58:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:58:05.470  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:58:05.471  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:58:05.471  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@509c3506, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@37381add, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@cf9aeb7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5fb77cd7, containsSubquery=false)
2026-08-29 01:58:05.471  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:58:25.465  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:58:25.465  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:58:25.465  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@572657ea, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@15efd644, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b3d54c5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@769e64b2, containsSubquery=false)
2026-08-29 01:58:25.466  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:58:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2053
2026-08-29 01:58:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:58:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:58:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6445c99(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 01:58:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:58:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:58:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:58:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:58:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:58:45.511  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:58:45.511  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:58:45.511  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4a4604d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@54527296, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a4403dd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@20996cf2, containsSubquery=false)
2026-08-29 01:58:45.511  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:59:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2054
2026-08-29 01:59:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:59:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:59:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7afb1ac(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 01:59:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:59:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:59:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:59:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:59:05.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:59:05.477  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:59:05.477  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:59:05.477  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@79210ef9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20eab7d6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e9d98fb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5826fb4b, containsSubquery=false)
2026-08-29 01:59:05.477  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:59:20.902  INFO 2467003 --- [quartzScheduler_Worker-10] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 01:59:25.472  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:59:25.472  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:59:25.472  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f88171c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@48eecbce, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1baf318c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@14dc81df, containsSubquery=false)
2026-08-29 01:59:25.472  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 01:59:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2055
2026-08-29 01:59:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 01:59:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 01:59:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:59:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 01:59:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7fcf38c7(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 01:59:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 01:59:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 01:59:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 01:59:45.485  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 01:59:45.485  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 01:59:45.485  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1c1a891a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@57beac9c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7012dcfe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3c070bb8, containsSubquery=false)
2026-08-29 01:59:45.485  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:00:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2056
2026-08-29 02:00:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:00:05.188  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:00:05.198  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5418f91f(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 02:00:05.198  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:00:05.201  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:00:05.201  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:00:05.201  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:00:05.206  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:00:05.517  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:00:05.518  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:00:05.518  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@337b66f7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@81937b0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27dc0f27, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ea116fb, containsSubquery=false)
2026-08-29 02:00:05.518  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:00:25.542  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:00:25.542  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:00:25.542  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5b3e57cc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69fea63e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2fd3ecc1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3080375d, containsSubquery=false)
2026-08-29 02:00:25.542  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:00:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2057
2026-08-29 02:00:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:00:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:00:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@58451945(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 02:00:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:00:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:00:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:00:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:00:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:00:45.512  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:00:45.512  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:00:45.512  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@583d5889, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2004d27, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@417621a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@756306b, containsSubquery=false)
2026-08-29 02:00:45.512  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:01:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2058
2026-08-29 02:01:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:01:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:01:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3ded5b0(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 02:01:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:01:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:01:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:01:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:01:05.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:01:05.479  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:01:05.479  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:01:05.479  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@23f2ab2a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c29fb94, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b39f000, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@bf155b6, containsSubquery=false)
2026-08-29 02:01:05.479  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:01:25.498  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:01:25.498  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:01:25.498  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6632cf05, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@21a16522, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@347c3658, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@51f63ec2, containsSubquery=false)
2026-08-29 02:01:25.498  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:01:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2059
2026-08-29 02:01:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:01:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:01:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:01:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:01:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:01:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5dd78abc(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 02:01:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:01:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:01:45.489  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:01:45.490  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:01:45.490  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f3fc504, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@118b0e95, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ce8b162, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@bd0c058, containsSubquery=false)
2026-08-29 02:01:45.490  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:02:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2060
2026-08-29 02:02:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:02:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:02:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:02:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:02:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:02:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:02:05.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5f0c2ba6(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 02:02:05.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:02:05.535  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:02:05.535  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:02:05.535  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6fab045a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e97b83c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4232069, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5300a80b, containsSubquery=false)
2026-08-29 02:02:05.536  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:02:25.496  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:02:25.497  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:02:25.497  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@367aadb7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a63cc6f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@668ce5a5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6063226f, containsSubquery=false)
2026-08-29 02:02:25.497  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:02:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2061
2026-08-29 02:02:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:02:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:02:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:02:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6561c344(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 02:02:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:02:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:02:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:02:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:02:45.463  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:02:45.463  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:02:45.463  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb90c60, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c7ec976, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36485718, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@154976a9, containsSubquery=false)
2026-08-29 02:02:45.463  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:03:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2062
2026-08-29 02:03:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:03:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:03:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:03:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@248ebc07(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 02:03:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:03:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:03:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:03:05.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:03:05.489  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:03:05.489  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:03:05.489  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4a2dce8a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a1b641f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d01ea5f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f443a03, containsSubquery=false)
2026-08-29 02:03:05.489  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:03:25.500  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:03:25.500  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:03:25.500  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ae715a6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ca467af, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1928a97, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4d3e1f6b, containsSubquery=false)
2026-08-29 02:03:25.500  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:03:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2063
2026-08-29 02:03:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:03:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:03:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:03:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:03:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:03:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:03:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:03:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@54eb3b80(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 02:03:45.477  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:03:45.477  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:03:45.477  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@79709338, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4551cfc8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@bdf1501, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@59fd4096, containsSubquery=false)
2026-08-29 02:03:45.478  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:04:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2064
2026-08-29 02:04:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:04:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:04:05.172  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:04:05.175  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:04:05.173  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@76280b09(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 02:04:05.175  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:04:05.175  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:04:05.175  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:04:05.480  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:04:05.480  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:04:05.480  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30517aba, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d9f6601, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ed3901b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@9a112b0, containsSubquery=false)
2026-08-29 02:04:05.480  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:04:25.597  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:04:25.597  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:04:25.597  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7215b165, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@74e563ca, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@13a9780e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58f59f2a, containsSubquery=false)
2026-08-29 02:04:25.597  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:04:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2065
2026-08-29 02:04:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:04:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:04:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:04:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4c3d2a1e(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 02:04:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:04:35.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:04:35.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:04:35.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:04:45.480  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:04:45.480  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:04:45.480  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40cbe744, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5eaf8ac4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4684e00c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32885178, containsSubquery=false)
2026-08-29 02:04:45.480  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:05:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2066
2026-08-29 02:05:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:05:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:05:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:05:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:05:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:05:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:05:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4c8c466(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 02:05:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:05:05.481  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:05:05.481  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:05:05.481  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6e9ecc93, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b8c41ee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@549d1be2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@497fa37e, containsSubquery=false)
2026-08-29 02:05:05.481  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:05:25.481  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:05:25.481  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:05:25.481  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@774401e8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32b891cd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@d4d066f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ea05973, containsSubquery=false)
2026-08-29 02:05:25.481  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:05:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2067
2026-08-29 02:05:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:05:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:05:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:05:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:05:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:05:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:05:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:05:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5976c6d6(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 02:05:45.467  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:05:45.467  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:05:45.467  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@20dff14d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34dda0e5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@bb20cf4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@204faa03, containsSubquery=false)
2026-08-29 02:05:45.467  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:06:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2068
2026-08-29 02:06:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:06:05.170  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:06:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:06:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:06:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:06:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:06:05.171  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@42d22bef(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 02:06:05.172  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:06:05.481  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:06:05.481  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:06:05.481  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2af7263f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d3346ee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b11337e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5aeaae77, containsSubquery=false)
2026-08-29 02:06:05.482  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:06:25.488  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:06:25.488  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:06:25.488  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6ea19063, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55185e3c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@f370065, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77c96e84, containsSubquery=false)
2026-08-29 02:06:25.488  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:06:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2069
2026-08-29 02:06:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:06:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:06:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:06:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@56b2d422(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 02:06:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:06:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:06:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:06:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:06:45.481  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:06:45.482  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:06:45.482  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@444287f0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@795f832b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1f6d0b0a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46d9c222, containsSubquery=false)
2026-08-29 02:06:45.482  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:07:05.174  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2070
2026-08-29 02:07:05.174  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:07:05.175  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:07:05.177  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2e34885e(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 02:07:05.177  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:07:05.177  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:07:05.178  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:07:05.178  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:07:05.181  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:07:05.483  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:07:05.483  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:07:05.483  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@425e0f5f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b5c90a4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2226a0de, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2b8729db, containsSubquery=false)
2026-08-29 02:07:05.483  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:07:25.488  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:07:25.488  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:07:25.488  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f88b9f6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@358bc939, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@23e0ad47, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7bdf7652, containsSubquery=false)
2026-08-29 02:07:25.488  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:07:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2071
2026-08-29 02:07:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:07:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:07:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:07:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:07:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:07:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:07:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2871560a(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 02:07:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:07:45.469  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:07:45.469  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:07:45.469  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2aed93a4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@734b0e6f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5fe17495, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5b57d243, containsSubquery=false)
2026-08-29 02:07:45.469  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:08:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2072
2026-08-29 02:08:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:08:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:08:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:08:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:08:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:08:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:08:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1e24d1e9(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 02:08:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:08:05.473  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:08:05.473  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:08:05.473  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4b4abfed, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b870399, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51611fab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f1e9a59, containsSubquery=false)
2026-08-29 02:08:05.473  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:08:25.482  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:08:25.482  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:08:25.482  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@37969c45, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@744d96f9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d82e712, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@299d3bb0, containsSubquery=false)
2026-08-29 02:08:25.482  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:08:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2073
2026-08-29 02:08:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:08:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:08:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:08:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6c230a13(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 02:08:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:08:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:08:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:08:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:08:45.469  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:08:45.470  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:08:45.470  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6c1471f1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4906bdbe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4afb3452, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4bf1e4a4, containsSubquery=false)
2026-08-29 02:08:45.470  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:09:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2074
2026-08-29 02:09:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:09:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:09:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:09:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@79c6f80b(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 02:09:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:09:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:09:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:09:05.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:09:05.530  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:09:05.530  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:09:05.530  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5d26495a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@400d9562, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@251be228, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21ae00bf, containsSubquery=false)
2026-08-29 02:09:05.531  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:09:25.466  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:09:25.466  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:09:25.466  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@379541f2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@59bc3251, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1f1ac3be, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c8a065, containsSubquery=false)
2026-08-29 02:09:25.466  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:09:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2075
2026-08-29 02:09:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:09:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:09:35.162  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5eb50208(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 02:09:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:09:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:09:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:09:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:09:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:09:45.479  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:09:45.479  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:09:45.479  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@34c0894d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a650f0f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ac92b84, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26fd0df0, containsSubquery=false)
2026-08-29 02:09:45.479  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:10:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2076
2026-08-29 02:10:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:10:05.177  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:10:05.178  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:10:05.178  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:10:05.178  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:10:05.178  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:10:05.180  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:10:05.187  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@15286c0a(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 02:10:05.619  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:10:05.619  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:10:05.619  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@699c3db0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6cacef30, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1691acba, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e776605, containsSubquery=false)
2026-08-29 02:10:05.619  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:10:25.470  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:10:25.470  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:10:25.470  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@14bc238, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@23b8779b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b5c604, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@37f418da, containsSubquery=false)
2026-08-29 02:10:25.470  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:10:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2077
2026-08-29 02:10:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:10:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:10:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@69014ed9(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 02:10:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:10:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:10:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:10:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:10:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:10:45.471  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:10:45.471  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:10:45.471  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@50ae57d8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11e4ea49, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@ba7d681, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@690547e6, containsSubquery=false)
2026-08-29 02:10:45.471  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:11:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2078
2026-08-29 02:11:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:11:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:11:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1a2956c6(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 02:11:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:11:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:11:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:11:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:11:05.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:11:05.499  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:11:05.499  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:11:05.499  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@17cf3468, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71400a65, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ae46a21, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7dc4efa9, containsSubquery=false)
2026-08-29 02:11:05.499  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:11:25.478  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:11:25.478  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:11:25.478  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@202ae1fc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7dc37891, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@59fa5dcb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2074056b, containsSubquery=false)
2026-08-29 02:11:25.478  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:11:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2079
2026-08-29 02:11:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:11:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:11:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:11:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:11:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:11:35.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1e44888d(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 02:11:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:11:35.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:11:45.465  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:11:45.465  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:11:45.465  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@9f8fe3d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d556b8d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@50cfba08, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@725c4fb9, containsSubquery=false)
2026-08-29 02:11:45.465  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:12:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2080
2026-08-29 02:12:05.166  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:12:05.169  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:12:05.175  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:12:05.175  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@339c438a(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 02:12:05.176  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:12:05.176  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:12:05.176  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:12:05.178  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:12:05.488  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:12:05.488  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:12:05.488  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@14d4ebe4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5099865, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d36d95b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@603f66ee, containsSubquery=false)
2026-08-29 02:12:05.488  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:12:25.486  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:12:25.487  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:12:25.487  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5866ce4f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c535050, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@402c92be, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3fa806f, containsSubquery=false)
2026-08-29 02:12:25.487  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:12:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2081
2026-08-29 02:12:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:12:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:12:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:12:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:12:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:12:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:12:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@63f104e2(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 02:12:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:12:45.458  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:12:45.458  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:12:45.458  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1da3aaf0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4fe7d0ff, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42f973c1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d01536a, containsSubquery=false)
2026-08-29 02:12:45.458  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:13:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2082
2026-08-29 02:13:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:13:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:13:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6dcab607(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 02:13:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:13:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:13:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:13:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:13:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:13:05.487  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:13:05.487  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:13:05.487  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a296b36, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@41bc6c7d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@50bf18, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e57ecdb, containsSubquery=false)
2026-08-29 02:13:05.487  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:13:25.463  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:13:25.463  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:13:25.463  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2e8837ae, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@411b7d97, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@633b8724, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ef2b1fc, containsSubquery=false)
2026-08-29 02:13:25.463  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:13:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2083
2026-08-29 02:13:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:13:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:13:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:13:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:13:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:13:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:13:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@e07b6e5(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 02:13:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:13:45.460  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:13:45.460  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:13:45.460  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@17fc2ad6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@675e838f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@361935e7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@298e9d2e, containsSubquery=false)
2026-08-29 02:13:45.460  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:14:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2084
2026-08-29 02:14:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:14:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:14:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@76905aef(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 02:14:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:14:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:14:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:14:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:14:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:14:05.469  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:14:05.469  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:14:05.469  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30764c36, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34a8cb4b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2812a46a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@52f4e29f, containsSubquery=false)
2026-08-29 02:14:05.469  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:14:25.474  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:14:25.474  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:14:25.474  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2082043d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6652c818, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6cb50479, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@fe03d2c, containsSubquery=false)
2026-08-29 02:14:25.474  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:14:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2085
2026-08-29 02:14:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:14:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:14:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:14:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:14:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:14:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:14:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:14:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7cbfa62d(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 02:14:45.485  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:14:45.485  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:14:45.485  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6864a561, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e1d5f0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f93c4e5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@637ba475, containsSubquery=false)
2026-08-29 02:14:45.485  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:15:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2086
2026-08-29 02:15:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:15:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:15:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@37ee9192(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 02:15:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:15:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:15:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:15:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:15:05.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:15:05.473  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:15:05.473  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:15:05.473  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@acc60ff, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3cafdca5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@67210731, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74d9eba7, containsSubquery=false)
2026-08-29 02:15:05.473  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:15:25.467  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:15:25.467  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:15:25.467  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a67eb50, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7bba5d4f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26abc2ed, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@db11236, containsSubquery=false)
2026-08-29 02:15:25.467  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:15:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2087
2026-08-29 02:15:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:15:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:15:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:15:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:15:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:15:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:15:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@140c77b3(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 02:15:35.168  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:15:45.488  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:15:45.489  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:15:45.489  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e7559b3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3e956c91, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7bd40634, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3c184de, containsSubquery=false)
2026-08-29 02:15:45.489  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:16:05.174  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2088
2026-08-29 02:16:05.174  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:16:05.179  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:16:05.179  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@31249b87(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 02:16:05.180  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:16:05.180  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:16:05.180  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:16:05.180  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:16:05.180  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:16:05.532  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:16:05.533  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:16:05.533  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1acab105, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17156004, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5cf6711e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ceb82f3, containsSubquery=false)
2026-08-29 02:16:05.533  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:16:25.467  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:16:25.467  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:16:25.467  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6ac6bbf8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c50165b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f8297f3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@739ccd8, containsSubquery=false)
2026-08-29 02:16:25.467  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:16:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2089
2026-08-29 02:16:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:16:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:16:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:16:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:16:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:16:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:16:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:16:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5196b7d5(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 02:16:45.474  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:16:45.474  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:16:45.474  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@51228d0c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a30574, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7fa91b6b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@45e80e13, containsSubquery=false)
2026-08-29 02:16:45.474  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:17:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2090
2026-08-29 02:17:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:17:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:17:05.167  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@47ac2e33(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 02:17:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:17:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:17:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:17:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:17:05.168  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:17:05.476  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:17:05.476  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:17:05.476  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@78bb84a7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@26195927, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4589fc4a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3650d4de, containsSubquery=false)
2026-08-29 02:17:05.476  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:17:25.519  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:17:25.519  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:17:25.519  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3852040a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f8b521, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@72c2fd07, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3291f642, containsSubquery=false)
2026-08-29 02:17:25.519  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:17:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2091
2026-08-29 02:17:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:17:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:17:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:17:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:17:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:17:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:17:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:17:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1d81dbbb(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 02:17:45.532  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:17:45.532  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:17:45.532  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@355312b0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@82b9636, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@546b9a7d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73dcda3f, containsSubquery=false)
2026-08-29 02:17:45.532  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:18:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2092
2026-08-29 02:18:05.174  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:18:05.175  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:18:05.176  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:18:05.176  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:18:05.176  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:18:05.176  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:18:05.176  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@15b87499(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 02:18:05.177  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:18:05.465  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:18:05.465  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:18:05.465  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1c0932e5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2fc32802, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@444fabc9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@416f935d, containsSubquery=false)
2026-08-29 02:18:05.465  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:18:25.465  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:18:25.465  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:18:25.465  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4616f369, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@47234d89, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@412ba64, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f7bc2e4, containsSubquery=false)
2026-08-29 02:18:25.465  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:18:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2093
2026-08-29 02:18:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:18:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:18:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7d3701cb(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 02:18:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:18:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:18:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:18:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:18:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:18:45.460  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:18:45.460  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:18:45.460  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@14106d87, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@75c0b857, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7accc61d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5fab8318, containsSubquery=false)
2026-08-29 02:18:45.460  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:19:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2094
2026-08-29 02:19:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:19:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:19:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:19:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:19:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:19:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:19:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4762086(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 02:19:05.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:19:05.461  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:19:05.461  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:19:05.461  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6ed82213, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e2bbd21, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ee46f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66be15fb, containsSubquery=false)
2026-08-29 02:19:05.461  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:19:25.484  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:19:25.484  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:19:25.484  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@34b9e49b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e9d521, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@39e9480e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cf88725, containsSubquery=false)
2026-08-29 02:19:25.484  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:19:35.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2095
2026-08-29 02:19:35.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:19:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:19:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:19:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:19:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:19:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:19:35.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5fab4084(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 02:19:35.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:19:45.475  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:19:45.475  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:19:45.475  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5ae791f3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4610201d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d87a4e1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36909ba2, containsSubquery=false)
2026-08-29 02:19:45.475  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:20:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2096
2026-08-29 02:20:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:20:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:20:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:20:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:20:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:20:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:20:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:20:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6764ffd2(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 02:20:05.549  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:20:05.550  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:20:05.550  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d8842db, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60caf8db, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@34cda58e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2366e82b, containsSubquery=false)
2026-08-29 02:20:05.550  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:20:25.467  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:20:25.467  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:20:25.467  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c24da52, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53b24eb7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@67d7e0ef, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2df0a787, containsSubquery=false)
2026-08-29 02:20:25.467  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:20:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2097
2026-08-29 02:20:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:20:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:20:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:20:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:20:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:20:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:20:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:20:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@19b201d3(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 02:20:45.468  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:20:45.468  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:20:45.468  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@28683c46, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5af55318, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@f00c38f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50f0710f, containsSubquery=false)
2026-08-29 02:20:45.468  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:21:05.186  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2098
2026-08-29 02:21:05.187  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:21:05.187  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:21:05.188  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:21:05.188  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:21:05.188  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:21:05.188  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:21:05.188  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:21:05.197  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@13ff7ec6(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 02:21:05.489  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:21:05.489  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:21:05.489  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64f54307, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6cb55569, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f727c31, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75961650, containsSubquery=false)
2026-08-29 02:21:05.489  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:21:25.513  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:21:25.514  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:21:25.514  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@21d0f377, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@330bdf67, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25f4c7e2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2fb0b044, containsSubquery=false)
2026-08-29 02:21:25.514  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:21:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2099
2026-08-29 02:21:35.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:21:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:21:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:21:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:21:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:21:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:21:35.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:21:35.167  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@53c00eb6(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 02:21:45.465  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:21:45.466  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:21:45.466  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3c97f649, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3cfa6a6f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5c36c6b1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@191eaa71, containsSubquery=false)
2026-08-29 02:21:45.466  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:22:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2100
2026-08-29 02:22:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:22:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:22:05.169  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:22:05.170  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:22:05.170  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:22:05.170  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:22:05.170  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:22:05.169  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4225e13f(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 02:22:05.473  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:22:05.473  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:22:05.473  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6263d80c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c3cbc9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@126691f5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@360cd2bd, containsSubquery=false)
2026-08-29 02:22:05.473  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:22:25.493  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:22:25.493  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:22:25.493  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb87c57, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@602ff52b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ee8dd43, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@71c5ebf1, containsSubquery=false)
2026-08-29 02:22:25.494  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:22:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2101
2026-08-29 02:22:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:22:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:22:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:22:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:22:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:22:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:22:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@37324067(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 02:22:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:22:45.472  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:22:45.472  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:22:45.472  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@28afd9d9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a6227d2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e3f8b02, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d5a787f, containsSubquery=false)
2026-08-29 02:22:45.472  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:23:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2102
2026-08-29 02:23:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:23:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:23:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:23:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:23:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:23:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:23:05.167  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@394a0a43(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 02:23:05.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:23:05.477  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:23:05.477  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:23:05.477  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6b78cb55, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f68c65a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@71b077a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e8df9bd, containsSubquery=false)
2026-08-29 02:23:05.477  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:23:25.486  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:23:25.486  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:23:25.486  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@18577fb5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49ad2ff8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68abb83d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@340b4a50, containsSubquery=false)
2026-08-29 02:23:25.486  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:23:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2103
2026-08-29 02:23:35.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:23:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:23:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:23:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:23:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:23:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:23:35.168  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@67f1919e(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 02:23:35.168  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:23:45.470  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:23:45.470  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:23:45.470  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6b174cdb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@299e0254, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ce906cb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25b922df, containsSubquery=false)
2026-08-29 02:23:45.470  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:24:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2104
2026-08-29 02:24:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:24:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:24:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:24:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:24:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:24:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:24:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:24:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@32a0988a(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 02:24:05.480  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:24:05.480  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:24:05.480  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@673e9627, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@29e285bd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49c3968, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50c1325a, containsSubquery=false)
2026-08-29 02:24:05.480  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:24:25.505  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:24:25.505  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:24:25.505  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76bf8424, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@23ad83b8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@308eb08c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5db92d14, containsSubquery=false)
2026-08-29 02:24:25.505  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:24:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2105
2026-08-29 02:24:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:24:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:24:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:24:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:24:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:24:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:24:35.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:24:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2fd1da76(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 02:24:45.462  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:24:45.462  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:24:45.462  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e76dac5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@790e1333, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ea1c95b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63634b8b, containsSubquery=false)
2026-08-29 02:24:45.462  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:25:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2106
2026-08-29 02:25:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:25:05.217  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:25:05.222  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:25:05.222  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:25:05.222  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:25:05.222  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:25:05.223  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:25:05.223  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@e4f5892(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 02:25:05.686  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:25:05.686  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:25:05.686  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@481102fd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b68566e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ec6990f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3d32d123, containsSubquery=false)
2026-08-29 02:25:05.686  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:25:25.485  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:25:25.486  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:25:25.486  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2bd80025, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71bb1b50, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@559983ea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1120afb0, containsSubquery=false)
2026-08-29 02:25:25.486  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:25:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2107
2026-08-29 02:25:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:25:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:25:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:25:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@17ea79e9(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 02:25:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:25:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:25:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:25:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:25:45.476  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:25:45.479  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:25:45.481  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a58cffb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a87ca86, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5cebb2ab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53e39e9b, containsSubquery=false)
2026-08-29 02:25:45.481  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:26:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2108
2026-08-29 02:26:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:26:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:26:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@19a9fc20(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 02:26:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:26:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:26:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:26:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:26:05.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:26:05.483  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:26:05.483  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:26:05.483  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3706a570, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@27b705ae, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41bc6a17, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79aebb07, containsSubquery=false)
2026-08-29 02:26:05.483  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:26:25.496  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:26:25.497  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:26:25.497  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1173b469, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ae0b8bf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@605bf23f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58346b95, containsSubquery=false)
2026-08-29 02:26:25.497  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:26:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2109
2026-08-29 02:26:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:26:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:26:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:26:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:26:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:26:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:26:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:26:35.167  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@50f4c0b1(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 02:26:45.473  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:26:45.474  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:26:45.474  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19aeb5f1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c10e982, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18d23808, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4236c88d, containsSubquery=false)
2026-08-29 02:26:45.474  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:27:05.166  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2110
2026-08-29 02:27:05.166  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:27:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:27:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:27:05.168  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@24f03971(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 02:27:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:27:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:27:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:27:05.168  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:27:05.574  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:27:05.574  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:27:05.574  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@258adc4f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@72c75197, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3f38cc9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@9364e43, containsSubquery=false)
2026-08-29 02:27:05.574  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:27:25.479  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:27:25.480  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:27:25.480  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4896de2d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7916c2d0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@243a1aa8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3193daba, containsSubquery=false)
2026-08-29 02:27:25.480  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:27:35.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2111
2026-08-29 02:27:35.167  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:27:35.168  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:27:35.171  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2c29b321(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 02:27:35.175  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:27:35.177  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:27:35.177  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:27:35.177  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:27:35.177  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:27:45.476  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:27:45.476  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:27:45.476  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@74f85047, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f2e6275, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@48b7fbc7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2cf34e61, containsSubquery=false)
2026-08-29 02:27:45.476  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:28:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2112
2026-08-29 02:28:05.177  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:28:05.179  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:28:05.195  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:28:05.195  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:28:05.195  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:28:05.195  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:28:05.195  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3be77ed5(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 02:28:05.196  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:28:05.538  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:28:05.538  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:28:05.538  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@33cab8b7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ef0340d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@242a99b0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@702b2a0a, containsSubquery=false)
2026-08-29 02:28:05.538  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:28:25.472  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:28:25.472  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:28:25.472  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1feda91d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6af84065, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3259ef6a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b57defe, containsSubquery=false)
2026-08-29 02:28:25.472  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:28:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2113
2026-08-29 02:28:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:28:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:28:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:28:35.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:28:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7f3a0fe9(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 02:28:35.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:28:35.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:28:35.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:28:45.494  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:28:45.494  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:28:45.494  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@357f5d71, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@474be5c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@513d1452, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@475c7ca, containsSubquery=false)
2026-08-29 02:28:45.494  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:29:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2114
2026-08-29 02:29:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:29:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:29:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6d4484b9(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 02:29:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:29:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:29:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:29:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:29:05.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:29:05.522  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:29:05.522  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:29:05.522  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@674a1862, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@59ac50f2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d670eeb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@61a137cf, containsSubquery=false)
2026-08-29 02:29:05.522  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:29:25.478  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:29:25.478  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:29:25.478  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@300487e5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b3bd691, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b3260c3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cdbe423, containsSubquery=false)
2026-08-29 02:29:25.478  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:29:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2115
2026-08-29 02:29:35.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:29:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:29:35.168  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:29:35.168  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:29:35.168  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@596a7207(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 02:29:35.168  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:29:35.169  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:29:35.169  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:29:45.482  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:29:45.483  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:29:45.483  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19f423b9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c51b213, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1eb7c8bf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e29ccd8, containsSubquery=false)
2026-08-29 02:29:45.483  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:30:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2116
2026-08-29 02:30:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:30:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:30:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@20675b6c(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 02:30:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:30:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:30:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:30:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:30:05.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:30:05.624  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:30:05.624  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:30:05.624  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3957b99f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@36bf2d1f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2e449541, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b22d2f, containsSubquery=false)
2026-08-29 02:30:05.624  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:30:25.506  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:30:25.506  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:30:25.506  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@705ef9bc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4012115e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51421c7a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@364422cd, containsSubquery=false)
2026-08-29 02:30:25.506  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:30:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2117
2026-08-29 02:30:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:30:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:30:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@34da0e87(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 02:30:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:30:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:30:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:30:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:30:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:30:45.474  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:30:45.474  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:30:45.474  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1623e6e0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f2ade11, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55e19611, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5e2a848d, containsSubquery=false)
2026-08-29 02:30:45.474  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:31:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2118
2026-08-29 02:31:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:31:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:31:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:31:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:31:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:31:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:31:05.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1ec35780(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 02:31:05.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:31:05.508  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:31:05.508  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:31:05.508  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d30bef4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@282da5d7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15fd8454, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@235a1b75, containsSubquery=false)
2026-08-29 02:31:05.508  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:31:25.527  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:31:25.527  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:31:25.527  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@74378b38, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@44715744, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15ead4d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ddc1091, containsSubquery=false)
2026-08-29 02:31:25.527  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:31:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2119
2026-08-29 02:31:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:31:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:31:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:31:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:31:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:31:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:31:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@305b9901(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 02:31:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:31:45.468  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:31:45.468  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:31:45.468  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3c96cd62, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1080f54, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4535409d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55302c51, containsSubquery=false)
2026-08-29 02:31:45.468  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:32:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2120
2026-08-29 02:32:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:32:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:32:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:32:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1cb2adad(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 02:32:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:32:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:32:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:32:05.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:32:05.523  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:32:05.523  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:32:05.523  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c9fcf0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17d1d3b4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@75074588, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3680b8af, containsSubquery=false)
2026-08-29 02:32:05.523  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:32:25.481  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:32:25.481  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:32:25.481  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b394059, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@26f1cd18, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@129d762e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3d92fa72, containsSubquery=false)
2026-08-29 02:32:25.481  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:32:35.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2121
2026-08-29 02:32:35.167  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:32:35.168  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:32:35.170  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1797b353(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 02:32:35.172  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:32:35.173  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:32:35.175  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:32:35.175  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:32:35.175  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:32:45.474  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:32:45.474  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:32:45.474  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a121c3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@74d9f232, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@57d085a2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d44b2ec, containsSubquery=false)
2026-08-29 02:32:45.474  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:33:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2122
2026-08-29 02:33:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:33:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:33:05.172  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:33:05.172  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:33:05.172  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:33:05.172  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:33:05.172  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5559ec63(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 02:33:05.172  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:33:05.468  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:33:05.469  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:33:05.469  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@24d27f55, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@27629b94, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ae69f1e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@472ac998, containsSubquery=false)
2026-08-29 02:33:05.469  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:33:25.459  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:33:25.459  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:33:25.459  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7dd2e582, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b55360e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69d2eda2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@23e954e7, containsSubquery=false)
2026-08-29 02:33:25.459  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:33:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2123
2026-08-29 02:33:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:33:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:33:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:33:35.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4c046ca1(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 02:33:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:33:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:33:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:33:35.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:33:45.468  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:33:45.468  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:33:45.468  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4a4a3216, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c355d5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@463ac4f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@386f38e5, containsSubquery=false)
2026-08-29 02:33:45.468  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:34:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2124
2026-08-29 02:34:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:34:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:34:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:34:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:34:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:34:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:34:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@22c26306(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 02:34:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:34:05.536  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:34:05.536  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:34:05.536  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@473920e8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7546fe26, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@529b26b8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@c7ec969, containsSubquery=false)
2026-08-29 02:34:05.536  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:34:25.476  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:34:25.476  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:34:25.476  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3204f651, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@26b7778a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45137c92, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4859047a, containsSubquery=false)
2026-08-29 02:34:25.477  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:34:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2125
2026-08-29 02:34:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:34:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:34:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@552f06cf(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 02:34:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:34:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:34:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:34:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:34:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:34:45.516  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:34:45.516  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:34:45.516  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@35f493b6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@97576c2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52f34000, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6c4767cc, containsSubquery=false)
2026-08-29 02:34:45.516  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:35:05.175  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2126
2026-08-29 02:35:05.177  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:35:05.177  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:35:05.179  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:35:05.180  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:35:05.180  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:35:05.180  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:35:05.180  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:35:05.179  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@403209ae(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 02:35:05.501  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:35:05.501  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:35:05.501  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@401bbae7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1330d3e2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@356f8dea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cff2621, containsSubquery=false)
2026-08-29 02:35:05.501  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:35:25.462  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:35:25.462  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:35:25.462  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3132f2e4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@74534604, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6385677e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72ad38e8, containsSubquery=false)
2026-08-29 02:35:25.462  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:35:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2127
2026-08-29 02:35:35.171  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:35:35.172  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:35:35.173  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:35:35.173  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:35:35.173  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:35:35.173  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:35:35.173  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:35:35.173  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@70185b13(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 02:35:45.478  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:35:45.478  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:35:45.478  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6708b398, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d101dad, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29853054, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@483de75a, containsSubquery=false)
2026-08-29 02:35:45.478  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:36:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2128
2026-08-29 02:36:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:36:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:36:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:36:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:36:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:36:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@85d07e5(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 02:36:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:36:05.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:36:05.462  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:36:05.462  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:36:05.462  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f17d9df, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7336b56e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28409ca7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@29eb4142, containsSubquery=false)
2026-08-29 02:36:05.462  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:36:25.465  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:36:25.466  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:36:25.466  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7518126e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@25d1af4a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@71a819b7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c549ec2, containsSubquery=false)
2026-08-29 02:36:25.466  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:36:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2129
2026-08-29 02:36:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:36:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:36:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@20381f4d(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 02:36:35.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:36:35.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:36:35.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:36:35.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:36:35.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:36:45.474  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:36:45.474  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:36:45.474  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@58d884bc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@185874ac, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@653c90bb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1538670b, containsSubquery=false)
2026-08-29 02:36:45.474  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:37:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2130
2026-08-29 02:37:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:37:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:37:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:37:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4422cfbc(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 02:37:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:37:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:37:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:37:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:37:05.465  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:37:05.465  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:37:05.465  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@627f199e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ca81c2e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@fbec75c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@385bdd76, containsSubquery=false)
2026-08-29 02:37:05.465  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:37:25.573  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:37:25.573  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:37:25.573  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@75ce039d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@748f5c88, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22f11f26, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@76ee0df, containsSubquery=false)
2026-08-29 02:37:25.573  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:37:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2131
2026-08-29 02:37:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:37:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:37:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:37:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:37:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@417f6186(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 02:37:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:37:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:37:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:37:45.503  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:37:45.503  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:37:45.503  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2af32d7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c98b118, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a918a91, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5da4bbb9, containsSubquery=false)
2026-08-29 02:37:45.503  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:38:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2132
2026-08-29 02:38:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:38:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:38:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:38:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@63fc1f66(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 02:38:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:38:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:38:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:38:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:38:05.473  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:38:05.473  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:38:05.473  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2997676e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@45540759, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f6e743f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3572cee3, containsSubquery=false)
2026-08-29 02:38:05.473  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:38:25.478  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:38:25.478  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:38:25.478  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b1d92b4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4217306f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@692f7aa7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a98f041, containsSubquery=false)
2026-08-29 02:38:25.478  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:38:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2133
2026-08-29 02:38:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:38:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:38:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:38:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:38:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@419a0627(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 02:38:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:38:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:38:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:38:45.478  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:38:45.478  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:38:45.478  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@27bf92d4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@301a7c31, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52398d9a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@758a4329, containsSubquery=false)
2026-08-29 02:38:45.478  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:39:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2134
2026-08-29 02:39:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:39:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:39:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:39:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:39:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6ac0fd0(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 02:39:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:39:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:39:05.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:39:05.474  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:39:05.474  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:39:05.474  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@623ef211, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b78c2ce, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18ae11e4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@62a1dd5c, containsSubquery=false)
2026-08-29 02:39:05.474  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:39:25.506  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:39:25.507  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:39:25.507  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e223116, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55325c38, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@94e5ca6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@be90093, containsSubquery=false)
2026-08-29 02:39:25.507  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:39:35.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2135
2026-08-29 02:39:35.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:39:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:39:35.168  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:39:35.168  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@38645321(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 02:39:35.168  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:39:35.168  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:39:35.168  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:39:35.168  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:39:45.485  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:39:45.485  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:39:45.485  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ac5e642, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5e0c9d85, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36927459, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3086d9a2, containsSubquery=false)
2026-08-29 02:39:45.485  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:40:05.175  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2136
2026-08-29 02:40:05.175  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:40:05.188  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:40:05.189  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:40:05.189  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:40:05.189  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:40:05.189  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:40:05.189  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:40:05.198  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@16046917(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 02:40:05.477  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:40:05.477  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:40:05.477  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a1019bc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@65c85d23, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@fba257d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58c68702, containsSubquery=false)
2026-08-29 02:40:05.477  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:40:25.479  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:40:25.479  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:40:25.479  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@464a6e89, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a3083c4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c247c61, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7a80b515, containsSubquery=false)
2026-08-29 02:40:25.479  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:40:35.173  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2137
2026-08-29 02:40:35.174  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:40:35.174  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:40:35.175  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@631491e(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 02:40:35.175  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:40:35.176  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:40:35.176  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:40:35.176  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:40:35.176  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:40:45.467  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:40:45.467  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:40:45.467  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6feaec7b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@38c4e011, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@543f0a8a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26cc7732, containsSubquery=false)
2026-08-29 02:40:45.467  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:41:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2138
2026-08-29 02:41:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:41:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:41:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:41:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:41:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:41:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:41:05.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:41:05.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@45e03381(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 02:41:05.471  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:41:05.471  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:41:05.471  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3c072064, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4801e5c9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@394b931a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e6519e0, containsSubquery=false)
2026-08-29 02:41:05.471  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:41:25.498  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:41:25.498  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:41:25.498  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d2479fd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@16db7e4c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@fc3eea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@43646346, containsSubquery=false)
2026-08-29 02:41:25.498  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:41:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2139
2026-08-29 02:41:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:41:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:41:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3e9527fd(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 02:41:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:41:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:41:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:41:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:41:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:41:45.469  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:41:45.469  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:41:45.469  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@745ee38a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5bb7a1b1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@444acd41, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e96657e, containsSubquery=false)
2026-08-29 02:41:45.469  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:42:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2140
2026-08-29 02:42:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:42:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:42:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:42:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:42:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6587dbcd(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 02:42:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:42:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:42:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:42:05.465  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:42:05.466  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:42:05.466  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@41b001e9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7786cff8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17177901, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5493d1b6, containsSubquery=false)
2026-08-29 02:42:05.466  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:42:25.496  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:42:25.496  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:42:25.496  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@96ac4b7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2038d4ea, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@272034be, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@37e4d956, containsSubquery=false)
2026-08-29 02:42:25.496  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:42:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2141
2026-08-29 02:42:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:42:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:42:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:42:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6fe73dd6(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 02:42:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:42:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:42:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:42:35.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:42:45.464  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:42:45.464  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:42:45.464  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@bc33db8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@54478b1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@210bf873, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@65a90cbb, containsSubquery=false)
2026-08-29 02:42:45.464  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:43:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2142
2026-08-29 02:43:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:43:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:43:05.186  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:43:05.186  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:43:05.186  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:43:05.186  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:43:05.187  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@27767690(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 02:43:05.188  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:43:05.499  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:43:05.499  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:43:05.499  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@53af5110, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@794e8738, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@46e80777, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66fd4552, containsSubquery=false)
2026-08-29 02:43:05.499  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:43:25.494  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:43:25.494  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:43:25.494  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@689a007c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d5def, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2b0da451, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ccebe8b, containsSubquery=false)
2026-08-29 02:43:25.494  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:43:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2143
2026-08-29 02:43:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:43:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:43:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:43:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:43:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:43:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:43:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:43:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@295ef655(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 02:43:45.472  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:43:45.472  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:43:45.472  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@15c2e63d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46ebf25a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d2b6094, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4524f3a9, containsSubquery=false)
2026-08-29 02:43:45.473  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:44:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2144
2026-08-29 02:44:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:44:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:44:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4d4deedc(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 02:44:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:44:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:44:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:44:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:44:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:44:05.471  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:44:05.471  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:44:05.471  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@77faead3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4705b7f8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@477764fe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@51dcbbd3, containsSubquery=false)
2026-08-29 02:44:05.471  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:44:25.474  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:44:25.474  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:44:25.474  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42518f72, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50981942, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@38614d09, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f9ee798, containsSubquery=false)
2026-08-29 02:44:25.474  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:44:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2145
2026-08-29 02:44:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:44:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:44:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:44:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:44:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:44:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:44:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1f5ff7dc(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 02:44:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:44:45.517  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:44:45.517  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:44:45.517  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5f27b75e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1631ef6e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@339eb94a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5b1eee26, containsSubquery=false)
2026-08-29 02:44:45.517  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:45:05.166  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2146
2026-08-29 02:45:05.167  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:45:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:45:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:45:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:45:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:45:05.169  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:45:05.169  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:45:05.169  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1f040917(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 02:45:05.509  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:45:05.510  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:45:05.510  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@37dcb92a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d584db0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51698a48, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18ab0889, containsSubquery=false)
2026-08-29 02:45:05.510  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:45:25.468  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:45:25.468  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:45:25.468  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@37d52be6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@44a70fda, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6180e3dc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31695f3d, containsSubquery=false)
2026-08-29 02:45:25.468  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:45:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2147
2026-08-29 02:45:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:45:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:45:35.162  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@790d8d49(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 02:45:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:45:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:45:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:45:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:45:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:45:45.466  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:45:45.467  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:45:45.467  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3fbf7832, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@124aafcc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4686c128, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@71c80885, containsSubquery=false)
2026-08-29 02:45:45.467  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:46:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2148
2026-08-29 02:46:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:46:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:46:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:46:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:46:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:46:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:46:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:46:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5c59977b(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 02:46:05.470  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:46:05.470  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:46:05.470  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@712a4ab0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@252cb260, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42be15db, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7a70f3cf, containsSubquery=false)
2026-08-29 02:46:05.470  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:46:25.525  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:46:25.525  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:46:25.525  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2dd2fe83, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e246e56, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ac40d05, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ec45a89, containsSubquery=false)
2026-08-29 02:46:25.525  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:46:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2149
2026-08-29 02:46:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:46:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:46:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:46:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:46:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:46:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:46:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3eef93ad(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 02:46:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:46:45.469  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:46:45.470  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:46:45.470  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@12c5fb19, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@63586747, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2305bcc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c8f5297, containsSubquery=false)
2026-08-29 02:46:45.470  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:47:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2150
2026-08-29 02:47:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:47:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:47:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:47:05.169  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:47:05.169  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:47:05.169  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:47:05.169  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@33021f9f(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 02:47:05.170  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:47:05.652  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:47:05.652  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:47:05.652  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6c3f70b7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@44446c0e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@519e6efd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66c381a3, containsSubquery=false)
2026-08-29 02:47:05.652  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:47:25.504  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:47:25.504  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:47:25.504  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1d78dc40, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c0fa07e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5514b5c6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53802837, containsSubquery=false)
2026-08-29 02:47:25.504  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:47:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2151
2026-08-29 02:47:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:47:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:47:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:47:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:47:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:47:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:47:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@25b54031(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 02:47:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:47:45.472  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:47:45.472  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:47:45.472  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@759bb2ae, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1cbc8e96, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3fbd8cdf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63b7fc83, containsSubquery=false)
2026-08-29 02:47:45.472  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:48:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2152
2026-08-29 02:48:05.166  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:48:05.170  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:48:05.171  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@473aca26(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 02:48:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:48:05.172  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:48:05.172  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:48:05.172  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:48:05.173  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:48:05.516  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:48:05.517  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:48:05.517  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@224321c1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@63aa8d7c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@336f83f2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57c92c45, containsSubquery=false)
2026-08-29 02:48:05.517  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:48:25.468  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:48:25.468  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:48:25.468  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4b1eaf96, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3151021d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47da9faf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5800450c, containsSubquery=false)
2026-08-29 02:48:25.468  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:48:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2153
2026-08-29 02:48:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:48:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:48:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:48:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3e588683(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 02:48:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:48:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:48:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:48:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:48:45.499  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:48:45.499  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:48:45.499  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ef26f27, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@669625e1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51ac3204, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@163d2363, containsSubquery=false)
2026-08-29 02:48:45.499  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:49:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2154
2026-08-29 02:49:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:49:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:49:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:49:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:49:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:49:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:49:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:49:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@72e6ea83(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 02:49:05.521  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:49:05.521  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:49:05.521  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@17e52269, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@404b5e5e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@44f6473e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6f55cd68, containsSubquery=false)
2026-08-29 02:49:05.521  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:49:25.473  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:49:25.473  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:49:25.473  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4d5dda7a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@386623de, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a64f5b8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e6aabd4, containsSubquery=false)
2026-08-29 02:49:25.473  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:49:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2155
2026-08-29 02:49:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:49:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:49:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:49:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:49:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:49:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:49:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@65757208(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 02:49:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:49:45.468  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:49:45.468  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:49:45.468  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@725560d1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69a47c0b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4fa04abd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6fd03d8b, containsSubquery=false)
2026-08-29 02:49:45.468  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:50:05.168  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2156
2026-08-29 02:50:05.174  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:50:05.179  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:50:05.192  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:50:05.192  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:50:05.192  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:50:05.192  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:50:05.193  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:50:05.193  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5351d823(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 02:50:05.499  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:50:05.499  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:50:05.499  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@27bc0f0c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c2b96, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@32e8549a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4949fc8c, containsSubquery=false)
2026-08-29 02:50:05.499  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:50:25.489  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:50:25.489  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:50:25.489  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6241fde2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11d341b9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b180b6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@dd9d42d, containsSubquery=false)
2026-08-29 02:50:25.489  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:50:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2157
2026-08-29 02:50:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:50:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:50:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:50:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:50:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:50:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:50:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@67689f7b(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 02:50:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:50:45.475  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:50:45.475  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:50:45.475  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2e4484b9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@708078e3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@428fe002, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@269ac8e2, containsSubquery=false)
2026-08-29 02:50:45.475  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:51:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2158
2026-08-29 02:51:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:51:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:51:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:51:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@24719139(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 02:51:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:51:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:51:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:51:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:51:05.513  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:51:05.513  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:51:05.513  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@53c7ef4b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@511da07, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43ed2c8d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@691fd02b, containsSubquery=false)
2026-08-29 02:51:05.513  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:51:25.478  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:51:25.478  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:51:25.478  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@37aa0ba7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@517cd049, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@673868ac, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@14942a4c, containsSubquery=false)
2026-08-29 02:51:25.478  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:51:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2159
2026-08-29 02:51:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:51:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:51:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:51:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:51:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:51:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:51:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:51:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@282f19af(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 02:51:45.480  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:51:45.480  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:51:45.480  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@267e9815, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56e6ec1d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a59ec6c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7398c136, containsSubquery=false)
2026-08-29 02:51:45.480  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:52:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2160
2026-08-29 02:52:05.168  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:52:05.169  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:52:05.173  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@42385c71(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 02:52:05.175  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:52:05.176  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:52:05.176  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:52:05.176  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:52:05.177  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:52:05.497  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:52:05.497  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:52:05.497  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@697ca08d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@117da768, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7975a94, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@730b7c4d, containsSubquery=false)
2026-08-29 02:52:05.497  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:52:25.477  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:52:25.477  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:52:25.477  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4e048db0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d224745, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29334c16, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55ba3265, containsSubquery=false)
2026-08-29 02:52:25.477  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:52:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2161
2026-08-29 02:52:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:52:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:52:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1de11064(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 02:52:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:52:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:52:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:52:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:52:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:52:45.517  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:52:45.517  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:52:45.517  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5d9d2c7b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49586b51, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76abaa4d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79dfd228, containsSubquery=false)
2026-08-29 02:52:45.517  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:53:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2162
2026-08-29 02:53:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:53:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:53:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:53:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:53:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:53:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@73f55cb(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 02:53:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:53:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:53:05.483  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:53:05.483  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:53:05.483  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@532b5d1f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@741fdf58, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18b8ac13, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57f4d01c, containsSubquery=false)
2026-08-29 02:53:05.483  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:53:25.471  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:53:25.471  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:53:25.471  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4260c26c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e47bc41, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9d195f7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d232506, containsSubquery=false)
2026-08-29 02:53:25.471  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:53:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2163
2026-08-29 02:53:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:53:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:53:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:53:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:53:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:53:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5bfa84f3(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 02:53:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:53:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:53:45.487  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:53:45.487  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:53:45.487  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@58e8baf5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b46d4e3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e3cda10, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7eae92a6, containsSubquery=false)
2026-08-29 02:53:45.487  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:54:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2164
2026-08-29 02:54:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:54:05.173  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:54:05.190  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:54:05.190  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:54:05.190  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:54:05.190  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:54:05.191  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:54:05.199  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4e14dc61(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 02:54:05.474  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:54:05.474  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:54:05.474  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4adb0098, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c169ba8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3f0108d2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@24586c87, containsSubquery=false)
2026-08-29 02:54:05.475  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:54:25.474  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:54:25.474  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:54:25.474  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@bf89469, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@676afc83, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18e6d361, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7329de38, containsSubquery=false)
2026-08-29 02:54:25.475  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:54:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2165
2026-08-29 02:54:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:54:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:54:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:54:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:54:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:54:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1e3bfc2a(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 02:54:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:54:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:54:45.485  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:54:45.485  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:54:45.485  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6437f829, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f244ff9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9ba3877, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@43a9e327, containsSubquery=false)
2026-08-29 02:54:45.486  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:55:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2166
2026-08-29 02:55:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:55:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:55:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:55:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:55:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:55:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:55:05.168  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@32432e04(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 02:55:05.176  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:55:05.544  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:55:05.544  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:55:05.544  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d6150e6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@68d1c79f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1829acdf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a356039, containsSubquery=false)
2026-08-29 02:55:05.544  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:55:25.499  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:55:25.499  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:55:25.499  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@49ba0a88, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@fd6a046, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@447b07b4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cc57664, containsSubquery=false)
2026-08-29 02:55:25.499  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:55:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2167
2026-08-29 02:55:35.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:55:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:55:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:55:35.167  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2e67d84a(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 02:55:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:55:35.168  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:55:35.168  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:55:35.169  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:55:45.493  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:55:45.493  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:55:45.493  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@618f5a2c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1917b08, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@44dfd15d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6dee4eed, containsSubquery=false)
2026-08-29 02:55:45.493  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:56:05.166  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2168
2026-08-29 02:56:05.174  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:56:05.175  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:56:05.176  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@67aa6dbc(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 02:56:05.177  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:56:05.177  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:56:05.177  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:56:05.177  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:56:05.177  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:56:05.549  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:56:05.549  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:56:05.549  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1939e352, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4459c89e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15937ab1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4676718b, containsSubquery=false)
2026-08-29 02:56:05.549  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:56:25.467  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:56:25.468  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:56:25.468  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@78a66d24, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32720de7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e0f8720, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@346ebc96, containsSubquery=false)
2026-08-29 02:56:25.468  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:56:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2169
2026-08-29 02:56:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:56:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:56:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:56:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:56:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:56:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3b4fb758(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 02:56:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:56:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:56:45.499  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:56:45.499  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:56:45.499  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3c8c221a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1989bb5b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@71af0fdb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2d9f6294, containsSubquery=false)
2026-08-29 02:56:45.499  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:57:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2170
2026-08-29 02:57:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:57:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:57:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:57:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:57:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:57:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:57:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7a67c8cc(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 02:57:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:57:05.509  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:57:05.509  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:57:05.509  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2f841ecd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e51352, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b3387de, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1fa235ac, containsSubquery=false)
2026-08-29 02:57:05.509  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:57:25.464  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:57:25.464  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:57:25.464  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@44dcf244, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4887e858, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a5c37db, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@14edf5b3, containsSubquery=false)
2026-08-29 02:57:25.464  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:57:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2171
2026-08-29 02:57:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:57:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:57:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:57:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:57:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:57:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:57:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:57:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@26f73e9(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 02:57:45.484  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:57:45.484  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:57:45.484  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@28ee7974, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@619da004, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b8cf709, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ee0621e, containsSubquery=false)
2026-08-29 02:57:45.484  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:58:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2172
2026-08-29 02:58:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:58:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:58:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:58:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:58:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:58:05.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, DefaultChannelPromise@ac9e7ed(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 02:58:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:58:05.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:58:05.601  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:58:05.601  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:58:05.601  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@78bca13e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ae7bc3b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@75ecbdbf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1009e8b, containsSubquery=false)
2026-08-29 02:58:05.601  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:58:25.465  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:58:25.465  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:58:25.465  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@672c6bf6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@539a56e3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@214251fe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3fbb6ef6, containsSubquery=false)
2026-08-29 02:58:25.465  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:58:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2173
2026-08-29 02:58:35.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:58:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:58:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:58:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:58:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@53e56e58(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 02:58:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:58:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:58:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:58:45.493  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:58:45.493  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:58:45.493  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2078b0b0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@373dbc38, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@32c21d1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@249ac9e8, containsSubquery=false)
2026-08-29 02:58:45.493  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:59:05.166  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2174
2026-08-29 02:59:05.166  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:59:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:59:05.197  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:59:05.198  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:59:05.198  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:59:05.198  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:59:05.198  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6a25b467(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 02:59:05.198  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:59:05.470  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:59:05.470  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:59:05.470  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66204434, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ae3e908, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ac824d7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4da1107a, containsSubquery=false)
2026-08-29 02:59:05.470  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:59:20.904  INFO 2467003 --- [quartzScheduler_Worker-1] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 02:59:25.476  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:59:25.476  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:59:25.476  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2880f159, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@68af4b80, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45d48fd5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40c47cee, containsSubquery=false)
2026-08-29 02:59:25.477  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 02:59:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2175
2026-08-29 02:59:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 02:59:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 02:59:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:59:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 02:59:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 02:59:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@298d540b(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 02:59:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 02:59:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 02:59:45.490  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 02:59:45.490  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 02:59:45.490  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@35205ca3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ecb6d8d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@fb06e19, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a251c8b, containsSubquery=false)
2026-08-29 02:59:45.490  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:00:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2176
2026-08-29 03:00:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:00:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:00:05.186  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:00:05.186  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:00:05.186  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:00:05.186  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:00:05.187  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:00:05.190  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@183943b1(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 03:00:05.508  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:00:05.508  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:00:05.508  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@27e6d22, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@33c3c1c8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12131676, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b855e5a, containsSubquery=false)
2026-08-29 03:00:05.508  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:00:25.492  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:00:25.492  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:00:25.492  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2b719120, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5662e10a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d3a19ac, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e129028, containsSubquery=false)
2026-08-29 03:00:25.492  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:00:35.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2177
2026-08-29 03:00:35.171  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:00:35.172  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:00:35.173  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4e017adf(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 03:00:35.173  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:00:35.174  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:00:35.174  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:00:35.174  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:00:35.174  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:00:45.475  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:00:45.475  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:00:45.475  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d1ce52a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17f7c991, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@39d115b8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33aee896, containsSubquery=false)
2026-08-29 03:00:45.475  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:01:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2178
2026-08-29 03:01:05.167  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:01:05.169  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:01:05.169  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@62c4c700(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 03:01:05.169  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:01:05.169  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:01:05.170  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:01:05.170  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:01:05.174  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:01:05.608  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:01:05.608  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:01:05.608  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@318385db, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@67ce6296, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@dc2815a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56c4032d, containsSubquery=false)
2026-08-29 03:01:05.608  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:01:25.567  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:01:25.568  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:01:25.568  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3466b485, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4e52e533, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@48c22532, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@305e5900, containsSubquery=false)
2026-08-29 03:01:25.568  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:01:35.172  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2179
2026-08-29 03:01:35.181  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:01:35.180  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:01:35.183  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:01:35.186  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:01:35.186  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:01:35.186  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:01:35.183  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@165b36d5(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 03:01:35.188  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:01:45.475  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:01:45.475  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:01:45.475  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@9f61989, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b654910, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5801991b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@406a3037, containsSubquery=false)
2026-08-29 03:01:45.475  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:02:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2180
2026-08-29 03:02:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:02:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:02:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@53f77468(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 03:02:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:02:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:02:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:02:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:02:05.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:02:05.474  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:02:05.474  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:02:05.474  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@60a97a8c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ca6d1fe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e11d717, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4397284d, containsSubquery=false)
2026-08-29 03:02:05.474  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:02:25.487  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:02:25.488  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:02:25.488  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@14f69b4a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a432695, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c78f86b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@8bbdfc5, containsSubquery=false)
2026-08-29 03:02:25.488  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:02:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2181
2026-08-29 03:02:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:02:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:02:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2388040a(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 03:02:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:02:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:02:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:02:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:02:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:02:45.476  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:02:45.476  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:02:45.476  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ec5e13f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e3f5c49, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15643ae5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@323d5407, containsSubquery=false)
2026-08-29 03:02:45.476  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:03:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2182
2026-08-29 03:03:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:03:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:03:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:03:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:03:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:03:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:03:05.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:03:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3fdb84cb(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 03:03:05.475  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:03:05.475  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:03:05.475  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c895de3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5350552a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@474107c9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7070c10c, containsSubquery=false)
2026-08-29 03:03:05.476  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:03:25.503  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:03:25.504  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:03:25.504  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d0730bc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c7884f9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47ba36b3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7eb7db57, containsSubquery=false)
2026-08-29 03:03:25.504  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:03:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2183
2026-08-29 03:03:35.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:03:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:03:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:03:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:03:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:03:35.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@366f5498(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 03:03:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:03:35.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:03:45.469  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:03:45.469  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:03:45.469  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@290266c7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@29d4c38, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@663d707a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6edbc01, containsSubquery=false)
2026-08-29 03:03:45.470  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:04:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2184
2026-08-29 03:04:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:04:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:04:05.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@56980cc7(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 03:04:05.174  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:04:05.174  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:04:05.174  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:04:05.174  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:04:05.186  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:04:05.471  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:04:05.471  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:04:05.471  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@31eca529, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f3eeafa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d5c2a9e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66be8904, containsSubquery=false)
2026-08-29 03:04:05.471  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:04:25.514  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:04:25.515  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:04:25.515  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f5751e1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19fc731b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@459c328c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@76647539, containsSubquery=false)
2026-08-29 03:04:25.515  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:04:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2185
2026-08-29 03:04:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:04:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:04:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:04:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:04:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:04:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@62a58697(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 03:04:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:04:35.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:04:45.489  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:04:45.489  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:04:45.489  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30bde1f7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@8a7dbac, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7295c6a8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3a9aca73, containsSubquery=false)
2026-08-29 03:04:45.489  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:05:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2186
2026-08-29 03:05:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:05:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:05:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:05:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:05:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:05:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:05:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6d129cf(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 03:05:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:05:05.580  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:05:05.590  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:05:05.590  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6277b7d3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@125abea7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@310692e9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40ac441b, containsSubquery=false)
2026-08-29 03:05:05.590  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:05:25.489  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:05:25.489  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:05:25.489  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@242728a1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@33ae3a86, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40acaa60, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@69a4a769, containsSubquery=false)
2026-08-29 03:05:25.489  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:05:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2187
2026-08-29 03:05:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:05:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:05:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:05:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:05:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:05:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:05:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1667a26e(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 03:05:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:05:45.471  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:05:45.471  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:05:45.471  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6094f9d6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@556769c2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1553988, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@29170f05, containsSubquery=false)
2026-08-29 03:05:45.471  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:06:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2188
2026-08-29 03:06:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:06:05.170  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:06:05.170  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:06:05.170  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:06:05.170  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:06:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:06:05.171  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:06:05.179  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@13809950(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 03:06:05.472  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:06:05.473  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:06:05.473  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@15fc79b5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20588b4d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@23a4b177, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7dd373ab, containsSubquery=false)
2026-08-29 03:06:05.473  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:06:25.491  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:06:25.491  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:06:25.491  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3e3bd51f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@167a3f81, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1797cbbd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f9ac8e2, containsSubquery=false)
2026-08-29 03:06:25.491  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:06:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2189
2026-08-29 03:06:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:06:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:06:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:06:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:06:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:06:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:06:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:06:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3ea937d2(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 03:06:45.469  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:06:45.469  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:06:45.469  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@74e02c2b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5957d00e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e2b6757, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c4140ed, containsSubquery=false)
2026-08-29 03:06:45.469  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:07:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2190
2026-08-29 03:07:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:07:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:07:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:07:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2fabe51e(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 03:07:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:07:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:07:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:07:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:07:05.478  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:07:05.478  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:07:05.478  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6c4f0ce0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b86cdd3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8cc5e08, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2683f1c2, containsSubquery=false)
2026-08-29 03:07:05.478  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:07:25.465  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:07:25.465  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:07:25.465  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@9d4bb75, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7851ee63, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5326c14d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@dc7e9fc, containsSubquery=false)
2026-08-29 03:07:25.465  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:07:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2191
2026-08-29 03:07:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:07:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:07:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:07:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:07:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:07:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@ab0eb2e(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 03:07:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:07:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:07:45.466  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:07:45.466  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:07:45.467  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3fd9a935, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b26a0dd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45777f5c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68158d7c, containsSubquery=false)
2026-08-29 03:07:45.467  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:08:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2192
2026-08-29 03:08:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:08:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:08:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:08:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:08:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:08:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:08:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:08:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@53bc7c38(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 03:08:05.533  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:08:05.533  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:08:05.533  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@36542e58, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ce5b196, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3aebae9e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@706fa648, containsSubquery=false)
2026-08-29 03:08:05.533  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:08:25.550  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:08:25.550  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:08:25.551  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@79d6a76b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e0dd082, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3bf2bc0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7eeb5b8b, containsSubquery=false)
2026-08-29 03:08:25.551  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:08:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2193
2026-08-29 03:08:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:08:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:08:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:08:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:08:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:08:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:08:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@33fb86f4(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 03:08:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:08:45.468  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:08:45.469  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:08:45.469  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3e138554, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@41c4a79e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@734af1ae, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@bea55dd, containsSubquery=false)
2026-08-29 03:08:45.469  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:09:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2194
2026-08-29 03:09:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:09:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:09:05.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@684676a0(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 03:09:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:09:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:09:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:09:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:09:05.171  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:09:05.536  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:09:05.536  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:09:05.536  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d438ffe, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@717ffbaa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c28faab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7a694e41, containsSubquery=false)
2026-08-29 03:09:05.536  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:09:25.473  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:09:25.473  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:09:25.473  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ee53603, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3fd0ad4e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1591fa76, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77b082b, containsSubquery=false)
2026-08-29 03:09:25.473  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:09:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2195
2026-08-29 03:09:35.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:09:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:09:35.167  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@14cd67e8(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 03:09:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:09:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:09:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:09:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:09:35.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:09:45.489  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:09:45.489  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:09:45.489  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@338671b6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@145747f4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@177f5d73, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c424c37, containsSubquery=false)
2026-08-29 03:09:45.489  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:10:05.170  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2196
2026-08-29 03:10:05.181  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:10:05.186  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:10:05.188  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:10:05.188  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:10:05.188  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:10:05.188  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:10:05.188  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:10:05.188  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@fb433e2(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 03:10:05.772  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:10:05.772  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:10:05.772  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@46073849, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@59018f42, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76bf8223, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4834620f, containsSubquery=false)
2026-08-29 03:10:05.773  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:10:25.470  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:10:25.470  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:10:25.470  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@14dcb9c3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61d378fa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6892b5ad, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@52ca44e3, containsSubquery=false)
2026-08-29 03:10:25.470  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:10:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2197
2026-08-29 03:10:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:10:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:10:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:10:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:10:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:10:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:10:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@72489682(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 03:10:35.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:10:45.468  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:10:45.468  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:10:45.468  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@28aeaaaa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3911f880, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76499c37, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17f5bd1d, containsSubquery=false)
2026-08-29 03:10:45.469  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:11:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2198
2026-08-29 03:11:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:11:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:11:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@391b42f3(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 03:11:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:11:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:11:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:11:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:11:05.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:11:05.586  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:11:05.586  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:11:05.586  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d81357b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7bdc799d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b4c8758, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16c7399a, containsSubquery=false)
2026-08-29 03:11:05.586  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:11:25.471  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:11:25.471  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:11:25.471  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d40b1d1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7341f480, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ae00821, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@76e7e450, containsSubquery=false)
2026-08-29 03:11:25.471  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:11:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2199
2026-08-29 03:11:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:11:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:11:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:11:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:11:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:11:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:11:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@758841ed(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 03:11:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:11:45.470  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:11:45.470  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:11:45.470  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bab850a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4090afa1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7479d1a0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@209eac57, containsSubquery=false)
2026-08-29 03:11:45.470  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:12:05.169  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2200
2026-08-29 03:12:05.169  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:12:05.184  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:12:05.192  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:12:05.193  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4e23891c(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 03:12:05.194  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:12:05.194  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:12:05.194  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:12:05.194  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:12:05.575  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:12:05.575  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:12:05.575  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@654700df, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@287a7efb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49be2164, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c16ad43, containsSubquery=false)
2026-08-29 03:12:05.575  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:12:25.472  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:12:25.473  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:12:25.473  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2b185885, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ee97fab, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@71c84ee8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ea6ab4, containsSubquery=false)
2026-08-29 03:12:25.473  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:12:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2201
2026-08-29 03:12:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:12:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:12:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:12:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:12:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@36619cc1(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 03:12:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:12:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:12:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:12:45.475  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:12:45.475  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:12:45.475  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@33039c49, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b891f96, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5c7c5718, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1982f7f5, containsSubquery=false)
2026-08-29 03:12:45.475  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:13:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2202
2026-08-29 03:13:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:13:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:13:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:13:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7a53332c(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 03:13:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:13:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:13:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:13:05.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:13:05.472  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:13:05.472  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:13:05.472  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@79443097, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@be363de, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ab72f91, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64c9a408, containsSubquery=false)
2026-08-29 03:13:05.472  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:13:25.475  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:13:25.475  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:13:25.475  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@476f864b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2087c1c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c22c44f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@27ef700f, containsSubquery=false)
2026-08-29 03:13:25.475  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:13:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2203
2026-08-29 03:13:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:13:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:13:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:13:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:13:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:13:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:13:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:13:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@391ecb84(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 03:13:45.485  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:13:45.485  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:13:45.485  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1c4b60f3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f8b4c98, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a336918, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60dc8585, containsSubquery=false)
2026-08-29 03:13:45.485  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:14:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2204
2026-08-29 03:14:05.167  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:14:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:14:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:14:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:14:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:14:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:14:05.172  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:14:05.171  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@242b92e2(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 03:14:05.542  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:14:05.542  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:14:05.542  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@342958b9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@65adbf3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17ed23de, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6517550, containsSubquery=false)
2026-08-29 03:14:05.542  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:14:25.489  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:14:25.489  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:14:25.489  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d296650, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c9f9821, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7fb42e46, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53286726, containsSubquery=false)
2026-08-29 03:14:25.489  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:14:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2205
2026-08-29 03:14:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:14:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:14:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6f5af07e(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 03:14:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:14:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:14:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:14:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:14:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:14:45.477  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:14:45.477  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:14:45.477  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@73c59931, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7fd985d2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f288422, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e83b6cd, containsSubquery=false)
2026-08-29 03:14:45.477  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:15:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2206
2026-08-29 03:15:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:15:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:15:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3bc2f1c5(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 03:15:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:15:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:15:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:15:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:15:05.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:15:05.495  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:15:05.495  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:15:05.495  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@719e28f3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35b0940e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5760ae5a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b23829b, containsSubquery=false)
2026-08-29 03:15:05.495  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:15:25.476  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:15:25.476  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:15:25.476  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765b7ab5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f0c238, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5c23ac34, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64e3d969, containsSubquery=false)
2026-08-29 03:15:25.476  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:15:35.167  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2207
2026-08-29 03:15:35.167  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:15:35.168  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:15:35.168  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@78c0a868(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 03:15:35.168  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:15:35.171  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:15:35.171  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:15:35.171  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:15:35.172  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:15:45.484  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:15:45.484  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:15:45.484  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@310d42ff, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@73d99b87, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a95116f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3a31c92b, containsSubquery=false)
2026-08-29 03:15:45.484  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:16:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2208
2026-08-29 03:16:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:16:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:16:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:16:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:16:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:16:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:16:05.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:16:05.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@32f13c64(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 03:16:05.531  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:16:05.531  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:16:05.531  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c28314a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4dd24970, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e17656b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5bc70737, containsSubquery=false)
2026-08-29 03:16:05.531  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:16:25.465  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:16:25.466  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:16:25.466  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@123b985a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@68140f10, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a8a61b4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7a8bb339, containsSubquery=false)
2026-08-29 03:16:25.466  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:16:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2209
2026-08-29 03:16:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:16:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:16:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:16:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:16:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:16:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:16:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6aeeef96(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 03:16:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:16:45.483  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:16:45.483  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:16:45.483  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c904f15, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@16624bae, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@112512ec, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a5fdd2d, containsSubquery=false)
2026-08-29 03:16:45.483  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:17:05.168  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2210
2026-08-29 03:17:05.173  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:17:05.174  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:17:05.175  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:17:05.175  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:17:05.175  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:17:05.175  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:17:05.175  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:17:05.178  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3701da5a(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 03:17:05.550  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:17:05.550  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:17:05.550  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@53fef34b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@bbb085f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c47d5f9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@216199e4, containsSubquery=false)
2026-08-29 03:17:05.550  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:17:25.501  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:17:25.501  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:17:25.501  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8e82a28, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ee6e298, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f62343c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68af592f, containsSubquery=false)
2026-08-29 03:17:25.501  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:17:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2211
2026-08-29 03:17:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:17:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:17:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:17:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:17:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:17:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:17:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:17:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@23f862b8(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 03:17:45.483  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:17:45.483  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:17:45.483  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@544f3359, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@146227e4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62924d7b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@14623d5d, containsSubquery=false)
2026-08-29 03:17:45.484  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:18:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2212
2026-08-29 03:18:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:18:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:18:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:18:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:18:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:18:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:18:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:18:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@124a8729(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 03:18:05.465  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:18:05.465  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:18:05.465  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@59c4b529, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@322217a4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1051ae4b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79c40965, containsSubquery=false)
2026-08-29 03:18:05.465  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:18:25.471  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:18:25.471  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:18:25.471  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@46ba298b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@545e7ef1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b563668, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7691e778, containsSubquery=false)
2026-08-29 03:18:25.471  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:18:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2213
2026-08-29 03:18:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:18:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:18:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:18:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:18:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@54c3b661(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 03:18:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:18:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:18:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:18:45.470  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:18:45.470  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:18:45.470  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@63735445, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20c89cba, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@14d27864, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@165c5c9, containsSubquery=false)
2026-08-29 03:18:45.470  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:19:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2214
2026-08-29 03:19:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:19:05.181  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:19:05.183  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:19:05.183  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:19:05.183  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:19:05.183  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:19:05.184  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:19:05.185  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@12a9f16b(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 03:19:05.473  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:19:05.473  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:19:05.473  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f47c77e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@63624db7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ffd5403, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33137298, containsSubquery=false)
2026-08-29 03:19:05.473  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:19:25.477  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:19:25.477  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:19:25.477  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5dc6c01d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f68cb22, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35cf0307, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7950762a, containsSubquery=false)
2026-08-29 03:19:25.477  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:19:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2215
2026-08-29 03:19:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:19:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:19:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@57257c69(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 03:19:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:19:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:19:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:19:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:19:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:19:45.477  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:19:45.477  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:19:45.477  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13b9c5dd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f6aa72c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@745c2915, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5e23bc9b, containsSubquery=false)
2026-08-29 03:19:45.477  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:20:05.175  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2216
2026-08-29 03:20:05.186  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:20:05.194  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:20:05.195  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@820a333(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 03:20:05.195  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:20:05.195  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:20:05.196  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:20:05.196  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:20:05.196  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:20:05.533  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:20:05.534  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:20:05.534  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@28fcb42a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3902f917, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7fbf056, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6dfa5f3f, containsSubquery=false)
2026-08-29 03:20:05.534  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:20:25.499  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:20:25.499  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:20:25.499  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@69db5729, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f733f92, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20ab6d3d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c404ab5, containsSubquery=false)
2026-08-29 03:20:25.499  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:20:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2217
2026-08-29 03:20:35.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:20:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:20:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@17117b(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 03:20:35.174  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:20:35.174  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:20:35.174  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:20:35.174  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:20:35.174  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:20:45.467  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:20:45.468  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:20:45.468  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@733e8b53, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7713b64b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2bcd6f2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33b6d12b, containsSubquery=false)
2026-08-29 03:20:45.468  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:21:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2218
2026-08-29 03:21:05.177  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:21:05.178  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:21:05.178  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:21:05.178  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:21:05.178  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:21:05.178  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:21:05.178  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:21:05.178  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3920430c(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 03:21:05.467  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:21:05.468  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:21:05.468  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6b311bfa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d217859, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@39e1d5a9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@59617e6b, containsSubquery=false)
2026-08-29 03:21:05.468  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:21:25.495  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:21:25.496  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:21:25.496  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@55c45d8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c68a950, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70943f02, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c73e8ad, containsSubquery=false)
2026-08-29 03:21:25.496  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:21:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2219
2026-08-29 03:21:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:21:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:21:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:21:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:21:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5ba70219(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 03:21:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:21:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:21:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:21:45.474  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:21:45.475  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:21:45.475  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3378aba9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1422c33, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7010dcd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58cb64da, containsSubquery=false)
2026-08-29 03:21:45.475  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:22:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2220
2026-08-29 03:22:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:22:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:22:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:22:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@186fd64e(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 03:22:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:22:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:22:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:22:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:22:05.490  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:22:05.490  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:22:05.490  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ada74d7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ee0649d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7c3fc35a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53edc32e, containsSubquery=false)
2026-08-29 03:22:05.490  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:22:25.491  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:22:25.491  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:22:25.491  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@115edb9b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c0e721e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8c34094, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e073fff, containsSubquery=false)
2026-08-29 03:22:25.491  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:22:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2221
2026-08-29 03:22:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:22:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:22:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:22:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:22:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@14d79e7c(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 03:22:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:22:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:22:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:22:45.467  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:22:45.467  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:22:45.467  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22d09d22, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f355f5e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49614947, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ca7f999, containsSubquery=false)
2026-08-29 03:22:45.467  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:23:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2222
2026-08-29 03:23:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:23:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:23:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:23:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:23:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7b65ff1(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 03:23:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:23:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:23:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:23:05.471  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:23:05.471  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:23:05.471  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@698eada4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@309359f5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@138728f6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31d99472, containsSubquery=false)
2026-08-29 03:23:05.471  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:23:25.502  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:23:25.502  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:23:25.502  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1eee5540, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e450b9a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15de44a5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40d4d12c, containsSubquery=false)
2026-08-29 03:23:25.502  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:23:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2223
2026-08-29 03:23:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:23:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:23:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:23:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:23:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:23:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:23:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4340f0b9(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 03:23:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:23:45.466  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:23:45.466  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:23:45.466  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30e10b06, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f046761, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3479e753, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5691955f, containsSubquery=false)
2026-08-29 03:23:45.466  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:24:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2224
2026-08-29 03:24:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:24:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:24:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:24:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:24:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:24:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:24:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@69d1add2(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 03:24:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:24:05.500  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:24:05.501  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:24:05.501  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f7656b5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@519b8298, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41ac62be, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4be3b6c0, containsSubquery=false)
2026-08-29 03:24:05.501  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:24:25.494  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:24:25.494  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:24:25.494  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@680414e1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3cb27f4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42f516e3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21d6127d, containsSubquery=false)
2026-08-29 03:24:25.494  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:24:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2225
2026-08-29 03:24:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:24:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:24:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:24:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3b24e4fc(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 03:24:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:24:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:24:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:24:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:24:45.466  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:24:45.466  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:24:45.466  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6f51b550, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e9a2e20, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9d3a29, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75c7f210, containsSubquery=false)
2026-08-29 03:24:45.466  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:25:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2226
2026-08-29 03:25:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:25:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:25:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:25:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:25:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:25:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:25:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:25:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3c0636ce(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 03:25:05.492  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:25:05.492  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:25:05.492  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@46a21914, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c855988, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2bf4c69d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53683570, containsSubquery=false)
2026-08-29 03:25:05.492  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:25:25.543  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:25:25.543  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:25:25.543  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@35285fc6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1a8cbb10, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@67de4bd9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@466229d0, containsSubquery=false)
2026-08-29 03:25:25.543  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:25:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2227
2026-08-29 03:25:35.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:25:35.171  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:25:35.173  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2e2fa712(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 03:25:35.174  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:25:35.174  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:25:35.174  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:25:35.174  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:25:35.175  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:25:45.484  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:25:45.484  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:25:45.484  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@68f3b2b2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@217f0e98, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27431dee, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15576281, containsSubquery=false)
2026-08-29 03:25:45.484  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:26:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2228
2026-08-29 03:26:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:26:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:26:05.169  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:26:05.169  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:26:05.169  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:26:05.170  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:26:05.170  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@22e150b(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 03:26:05.174  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:26:05.478  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:26:05.479  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:26:05.479  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@381c9949, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6db56609, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7dab4312, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a8dc1f9, containsSubquery=false)
2026-08-29 03:26:05.479  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:26:25.477  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:26:25.477  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:26:25.477  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@32f191b0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b144e18, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@ab06fbd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6183d215, containsSubquery=false)
2026-08-29 03:26:25.477  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:26:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2229
2026-08-29 03:26:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:26:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:26:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:26:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@119daa37(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 03:26:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:26:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:26:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:26:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:26:45.466  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:26:45.466  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:26:45.466  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@99eceeb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d36ddf0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@30aea4cb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f5e18c3, containsSubquery=false)
2026-08-29 03:26:45.466  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:27:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2230
2026-08-29 03:27:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:27:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:27:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:27:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:27:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:27:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:27:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:27:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5ee3b2f2(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 03:27:05.494  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:27:05.494  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:27:05.494  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5b10428a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55233b42, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@53566bf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3087acec, containsSubquery=false)
2026-08-29 03:27:05.494  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:27:25.473  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:27:25.473  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:27:25.474  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f14e0e8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66d4e4e6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55322d22, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d0c000c, containsSubquery=false)
2026-08-29 03:27:25.474  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:27:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2231
2026-08-29 03:27:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:27:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:27:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:27:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:27:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:27:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:27:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:27:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2f1cd883(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 03:27:45.496  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:27:45.496  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:27:45.496  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@473a2731, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b0948d1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@48683618, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@11922cd3, containsSubquery=false)
2026-08-29 03:27:45.496  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:28:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2232
2026-08-29 03:28:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:28:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:28:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:28:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:28:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:28:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:28:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:28:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1c23b8bd(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 03:28:05.485  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:28:05.485  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:28:05.485  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3e78899, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@713d5cd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@19b6eb3f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@711024f0, containsSubquery=false)
2026-08-29 03:28:05.485  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:28:25.471  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:28:25.471  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:28:25.471  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@569bf514, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b6de162, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b83753d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@258b7c4e, containsSubquery=false)
2026-08-29 03:28:25.471  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:28:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2233
2026-08-29 03:28:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:28:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:28:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:28:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:28:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:28:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:28:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7a826b82(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 03:28:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:28:45.484  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:28:45.485  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:28:45.485  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@35acb910, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4f45fc5d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@690c26d2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@506505c4, containsSubquery=false)
2026-08-29 03:28:45.485  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:29:05.172  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2234
2026-08-29 03:29:05.172  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:29:05.174  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:29:05.178  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:29:05.178  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:29:05.178  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:29:05.178  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:29:05.180  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:29:05.181  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7818bbb0(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 03:29:05.569  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:29:05.569  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:29:05.569  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4d7f8d78, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2bc4684a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61b310c1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@531de7ed, containsSubquery=false)
2026-08-29 03:29:05.569  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:29:25.473  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:29:25.473  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:29:25.473  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@595b680c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ba3515, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6da9454f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55f10826, containsSubquery=false)
2026-08-29 03:29:25.473  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:29:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2235
2026-08-29 03:29:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:29:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:29:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1b67a4e6(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 03:29:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:29:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:29:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:29:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:29:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:29:45.469  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:29:45.470  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:29:45.470  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@491465b1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f178fe5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15072cca, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4061d25, containsSubquery=false)
2026-08-29 03:29:45.470  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:30:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2236
2026-08-29 03:30:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:30:05.229  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:30:05.231  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:30:05.231  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:30:05.231  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:30:05.231  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:30:05.231  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:30:05.233  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7980d844(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 03:30:05.828  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:30:05.829  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:30:05.829  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@593b8d61, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@48ef29c1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c1b291f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@619a3bd5, containsSubquery=false)
2026-08-29 03:30:05.829  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:30:25.469  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:30:25.470  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:30:25.470  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2405aca7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@24681998, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4843e7e0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2b483baa, containsSubquery=false)
2026-08-29 03:30:25.470  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:30:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2237
2026-08-29 03:30:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:30:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:30:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@51a2e2ff(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 03:30:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:30:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:30:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:30:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:30:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:30:45.491  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:30:45.491  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:30:45.491  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e864851, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4cd72544, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e44e112, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6065a7b5, containsSubquery=false)
2026-08-29 03:30:45.491  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:31:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2238
2026-08-29 03:31:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:31:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:31:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:31:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:31:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:31:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:31:05.168  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2e7944c4(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 03:31:05.169  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:31:05.488  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:31:05.488  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:31:05.488  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5b7dfb31, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c866527, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@21adc222, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2841f270, containsSubquery=false)
2026-08-29 03:31:05.488  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:31:25.470  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:31:25.470  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:31:25.470  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6053b44, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2868126f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69481a35, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@673fbb3c, containsSubquery=false)
2026-08-29 03:31:25.470  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:31:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2239
2026-08-29 03:31:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:31:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:31:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:31:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:31:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:31:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:31:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@d395aeb(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 03:31:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:31:45.475  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:31:45.475  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:31:45.476  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@57d0080e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53569904, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b009615, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@8a1a17c, containsSubquery=false)
2026-08-29 03:31:45.476  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:32:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2240
2026-08-29 03:32:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:32:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:32:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7a156813(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 03:32:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:32:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:32:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:32:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:32:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:32:05.481  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:32:05.481  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:32:05.481  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5fe80215, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20847087, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@728baa80, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46840d39, containsSubquery=false)
2026-08-29 03:32:05.481  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:32:25.471  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:32:25.472  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:32:25.472  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3da248c8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ccc2a02, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7936feb1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26b84c, containsSubquery=false)
2026-08-29 03:32:25.472  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:32:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2241
2026-08-29 03:32:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:32:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:32:35.167  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1120cac9(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 03:32:35.167  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:32:35.167  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:32:35.167  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:32:35.167  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:32:35.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:32:45.480  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:32:45.480  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:32:45.480  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@bc1f9aa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6acd4f2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a29f1cf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6481c36f, containsSubquery=false)
2026-08-29 03:32:45.480  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:33:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2242
2026-08-29 03:33:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:33:05.183  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:33:05.258  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:33:05.258  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:33:05.258  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:33:05.258  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:33:05.258  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@464fc1b8(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 03:33:05.259  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:33:05.642  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:05.642  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:33:05.642  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70dae9ee, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@dab8b99, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45936251, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d05254b, containsSubquery=false)
2026-08-29 03:33:05.642  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:33:22.909  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:22.909  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:22.909  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 03:33:22.909  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 03:33:22.909  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512551d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@674759df, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17f03c95, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40b6ee48, containsSubquery=false)
2026-08-29 03:33:22.909  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@54e6dd83, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@13d2254f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@629fe611, containsSubquery=false)
2026-08-29 03:33:22.909  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2060991603463618561]
2026-08-29 03:33:22.909  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2060991603463618561]
2026-08-29 03:33:22.949  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:22.949  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 03:33:22.949  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1482f407, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@673610a8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1f1d9ac3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c1c4aee, containsSubquery=false)
2026-08-29 03:33:22.949  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2060991603463618561, 2026-08-29 00:00:00.0]
2026-08-29 03:33:22.959  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:22.959  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 03:33:22.959  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b53e9a2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@beed489, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17ab07b1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a3bda77, containsSubquery=false)
2026-08-29 03:33:22.959  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2060991603463618561]
2026-08-29 03:33:22.967  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:22.967  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 03:33:22.967  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3540c398, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56adce56, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@30c57371, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@62c7910d, containsSubquery=false)
2026-08-29 03:33:22.968  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2060991603463618561, UPPER, 0]
2026-08-29 03:33:22.972  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:22.972  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 03:33:22.972  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2be94e9c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27607632, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2302af0f, containsSubquery=false)
2026-08-29 03:33:22.972  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2060991603463618561, PAY]
2026-08-29 03:33:22.989  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:22.989  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 03:33:22.989  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a08b9c8, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51e76766, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1df8429e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5678608, containsSubquery=true)
2026-08-29 03:33:22.989  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2060991603463618561, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 03:33:22.999  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:22.999  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 03:33:22.999  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5fcb71de, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6625fbe9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7938f4b9, containsSubquery=false)
2026-08-29 03:33:22.999  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2060991603463618561, REFUND]
2026-08-29 03:33:23.035  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:23.035  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 03:33:23.035  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@29a187fe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@d04c26b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7aa6475f, containsSubquery=false)
2026-08-29 03:33:23.036  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2060991603463618561]
2026-08-29 03:33:23.043  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:23.043  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 03:33:23.043  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c3a3bce, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@14ee13a9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c332766, containsSubquery=false)
2026-08-29 03:33:23.044  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2060991603463618561]
2026-08-29 03:33:23.049  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:23.049  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 03:33:23.049  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7cf24a5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@32f23b2d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@51b35546, containsSubquery=false)
2026-08-29 03:33:23.049  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2060991603463618561]
2026-08-29 03:33:23.058  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:23.058  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 03:33:23.058  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2fd57739, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@64070ee0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5942ec5a, containsSubquery=false)
2026-08-29 03:33:23.058  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2060991603463618561]
2026-08-29 03:33:23.076  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:23.076  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 03:33:23.076  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@772d5f02, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28b59bb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b3aac0a, containsSubquery=false)
2026-08-29 03:33:23.076  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2060991603463618561]
2026-08-29 03:33:23.087  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:23.087  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 03:33:23.087  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@798f5056, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47ebf991, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3332123a, containsSubquery=false)
2026-08-29 03:33:23.087  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2060991603463618561]
2026-08-29 03:33:23.137  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:23.138  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 03:33:23.138  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b6f21db, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@522c1219, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7918606d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72869c32, containsSubquery=false)
2026-08-29 03:33:23.138  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2060991603463618561, false]
2026-08-29 03:33:23.154  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:23.155  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 03:33:23.155  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66e44707, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f62423e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54ce67a4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@524f9bc0, containsSubquery=false)
2026-08-29 03:33:23.155  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2060991603463618561]
2026-08-29 03:33:23.163  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:23.163  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 03:33:23.163  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3cfd4631, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12425bf5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3dad33f6, containsSubquery=false)
2026-08-29 03:33:23.163  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2060991603463618561]
2026-08-29 03:33:23.172  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:23.172  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 03:33:23.172  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d5ec210, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@316fe3b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c6dcb81, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d7cef5b, containsSubquery=false)
2026-08-29 03:33:23.172  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2060991603463618561]
2026-08-29 03:33:23.188  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:23.188  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 03:33:23.188  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22bbff, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e3ee445, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b9e6ca6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c70d154, containsSubquery=false)
2026-08-29 03:33:23.188  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 03:33:23.177, 2026-08-29 03:33:23.178, 2026-08-29 03:33:23.178]
2026-08-29 03:33:23.213  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:23.213  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 03:33:23.213  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@384f4568, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55211ce0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4d167bbd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2beee81a, containsSubquery=false)
2026-08-29 03:33:23.213  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2060991603463618561]
2026-08-29 03:33:23.244  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:23.244  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 03:33:23.244  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d323213, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6eaf0c87, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f538362, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6f866f3c, containsSubquery=false)
2026-08-29 03:33:23.244  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2060991603463618561, TIANQUE, false]
2026-08-29 03:33:23.263  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:23.263  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 03:33:23.263  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13172e6e, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@57ca895c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5440301f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5dbc51e5, containsSubquery=false)
2026-08-29 03:33:23.263  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2060991603463618561, TIANQUE, false]
2026-08-29 03:33:23.285  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:23.285  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 03:33:23.285  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ee8cf50, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7afdcd8f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c951b6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7273b0e, containsSubquery=false)
2026-08-29 03:33:23.285  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2060991603463618561]
2026-08-29 03:33:23.293  WARN 2467003 --- [http-nio-8804-exec-26] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2060991603463618561 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 03:33:23.386  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:23.386  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 03:33:23.386  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@467e5a58, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@629ee8c7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@661cb67b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17c4133f, containsSubquery=false)
2026-08-29 03:33:23.386  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13100630089]
2026-08-29 03:33:23.485  INFO 2467003 --- [http-nio-8804-exec-27] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2060991603463618561
2026-08-29 03:33:23.498  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:23.498  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 03:33:23.498  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d75ccd, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4071279d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f048609, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25065dcb, containsSubquery=false)
2026-08-29 03:33:23.498  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2060991603463618561]
2026-08-29 03:33:23.507  INFO 2467003 --- [http-nio-8804-exec-27] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1784646891, appId=6a5f8cebe4b0dfa55a9303b9, name=微信支付
2026-08-29 03:33:25.373  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:25.373  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?)
2026-08-29 03:33:25.373  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c8bb872, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b99b757, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b1023ea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5afa9b74, containsSubquery=false)
2026-08-29 03:33:25.373  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?) ::: [2060991603463618561, EXCHANGE]
2026-08-29 03:33:25.400  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:25.401  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 03:33:25.401  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56ef373a, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ce5d743, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2043ec4e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a0e9eba, containsSubquery=false)
2026-08-29 03:33:25.401  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ?) ORDER BY create_time DESC LIMIT ? ::: [2060991603463618561, EXCHANGE, 10]
2026-08-29 03:33:25.441  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:25.442  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=0   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=1   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(IFNULL(o.num,0)),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? )  AND o.activity_type IN ('EXCHANGE','OFFSET') AND o.points_status IN ('FROZEN','CONFIRMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id
2026-08-29 03:33:25.442  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@26e1a5d1, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.of(o))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=343, distinctRow=false, projections=[ColumnProjection(owner=o, name=activity_id, alias=Optional.of(activityId)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENIFNULL(o.merchant_settled,0)=0ANDIFNULL(o.pay_points,0)>0THENo.pay_pointsELSE0END),0), alias=Optional.of(pendingPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENIFNULL(o.merchant_settled,0)=1ANDIFNULL(o.pay_points,0)>0THENo.pay_pointsELSE0END),0), alias=Optional.of(earnedPoints)), ExpressionProjection(expression=IFNULL(SUM(IFNULL(o.num,0)),0), alias=Optional.of(soldNum))], columnLabels=[activityId, pendingPoints, earnedPoints, soldNum]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a7b2b37, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8631e66, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6036e300, containsSubquery=true)
2026-08-29 03:33:25.442  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=0   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=1   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(IFNULL(o.num,0)),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? )  AND o.activity_type IN ('EXCHANGE','OFFSET') AND o.points_status IN ('FROZEN','CONFIRMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id ::: [2093332776328810498, 2093145170918440962]
2026-08-29 03:33:25.505  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:25.505  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (activity_id IN (?,?) AND activity_type IN (?,?) AND points_status IN (?,?) AND (pay_points IS NULL OR pay_points <= ?))
2026-08-29 03:33:25.505  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@44be0d75, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69328081, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52fb6763, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32dc74fc, containsSubquery=false)
2026-08-29 03:33:25.505  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (activity_id IN (?,?) AND activity_type IN (?,?) AND points_status IN (?,?) AND (pay_points IS NULL OR pay_points <= ?)) ::: [2093332776328810498, 2093145170918440962, EXCHANGE, OFFSET, CONFIRMED, FROZEN, 0]
2026-08-29 03:33:25.529  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:25.529  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:33:25.529  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@682461d4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@10171231, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a5b9c88, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4d17f590, containsSubquery=false)
2026-08-29 03:33:25.529  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:33:27.409  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:27.410  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?)
2026-08-29 03:33:27.410  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c8bb872, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a0442bb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b3982dc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c4e8b87, containsSubquery=false)
2026-08-29 03:33:27.410  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?) ::: [2060991603463618561, GIFT]
2026-08-29 03:33:27.415  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:27.415  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 03:33:27.415  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56ef373a, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f1f8ad6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@77852401, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@65d36136, containsSubquery=false)
2026-08-29 03:33:27.415  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ?) ORDER BY create_time DESC LIMIT ? ::: [2060991603463618561, GIFT, 10]
2026-08-29 03:33:27.465  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:27.466  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id
2026-08-29 03:33:27.466  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e092d2f, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.of(o))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=382, distinctRow=false, projections=[ColumnProjection(owner=o, name=activity_id, alias=Optional.of(activityId)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='FROZEN'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(pendingPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='CLAIMED'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(earnedPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_statusIN('FROZEN','CLAIMED')THENIFNULL(o.num,0)ELSE0END),0), alias=Optional.of(soldNum))], columnLabels=[activityId, pendingPoints, earnedPoints, soldNum]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e139705, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6cd8d0fc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c577b3d, containsSubquery=true)
2026-08-29 03:33:27.466  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id ::: [2093337932000915458, 2093319740759134210, 2093318977806848001, 2093286116060028930, 2093185042590461953, 2093172112703037441]
2026-08-29 03:33:27.566  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:27.567  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 03:33:27.567  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6da2484b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ea836fc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6c1194ab, containsSubquery=false)
2026-08-29 03:33:27.567  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093337932000915458]
2026-08-29 03:33:27.593  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:27.593  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 03:33:27.593  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14f6e13, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@611b065d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@426c8e3f, containsSubquery=false)
2026-08-29 03:33:27.593  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093319740759134210]
2026-08-29 03:33:27.602  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:27.602  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 03:33:27.602  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@227203f8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4497cff, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d207e22, containsSubquery=false)
2026-08-29 03:33:27.602  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093318977806848001]
2026-08-29 03:33:27.608  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:27.608  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 03:33:27.608  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2dc853c5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7347f930, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15d93e37, containsSubquery=false)
2026-08-29 03:33:27.608  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093185042590461953]
2026-08-29 03:33:27.612  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:27.613  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 03:33:27.613  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f0dd04a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43f97d1a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4f396e68, containsSubquery=false)
2026-08-29 03:33:27.613  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093172112703037441]
2026-08-29 03:33:32.840  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:32.840  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?)
2026-08-29 03:33:32.840  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c8bb872, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50e9aa0b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ce6a5b4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@817ea2, containsSubquery=false)
2026-08-29 03:33:32.840  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?) ::: [2060991603463618561, GIFT]
2026-08-29 03:33:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2243
2026-08-29 03:33:35.167  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:33:35.169  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:33:35.170  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:33:35.170  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4d9d1432(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 03:33:35.171  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:33:35.171  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:33:35.171  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:33:35.171  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:33:35.205  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:35.205  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?)
2026-08-29 03:33:35.205  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a65e132, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@780dbe18, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f2ada6b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@631ae1c7, containsSubquery=false)
2026-08-29 03:33:35.206  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?) ::: [2060991603463618561, GIFT, HASHRATE]
2026-08-29 03:33:35.230  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:35.230  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 03:33:35.230  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d90b172, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@daff51e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8a72406, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4fa05ccf, containsSubquery=false)
2026-08-29 03:33:35.230  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ? ::: [2060991603463618561, GIFT, HASHRATE, 10]
2026-08-29 03:33:35.261  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:35.261  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id
2026-08-29 03:33:35.261  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@10710226, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.of(o))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=382, distinctRow=false, projections=[ColumnProjection(owner=o, name=activity_id, alias=Optional.of(activityId)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='FROZEN'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(pendingPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='CLAIMED'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(earnedPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_statusIN('FROZEN','CLAIMED')THENIFNULL(o.num,0)ELSE0END),0), alias=Optional.of(soldNum))], columnLabels=[activityId, pendingPoints, earnedPoints, soldNum]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@353d9d10, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ee87949, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6329d922, containsSubquery=true)
2026-08-29 03:33:35.261  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id ::: [2093337932000915458, 2093319740759134210, 2093318977806848001, 2093185042590461953, 2093172112703037441]
2026-08-29 03:33:35.284  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:35.285  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 03:33:35.285  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@48933a4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d444640, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d59b0d1, containsSubquery=false)
2026-08-29 03:33:35.285  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093337932000915458]
2026-08-29 03:33:35.288  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:35.288  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 03:33:35.288  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a81d769, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a7e37d0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5de30f1d, containsSubquery=false)
2026-08-29 03:33:35.288  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093319740759134210]
2026-08-29 03:33:35.293  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:35.294  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 03:33:35.294  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@40727130, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ac15c4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2770def4, containsSubquery=false)
2026-08-29 03:33:35.294  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093318977806848001]
2026-08-29 03:33:35.296  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:35.297  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 03:33:35.297  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@729c4e80, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@53bab959, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cf8efba, containsSubquery=false)
2026-08-29 03:33:35.297  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093185042590461953]
2026-08-29 03:33:35.299  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:35.300  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 03:33:35.300  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@569df7c9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d53479f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@478b8457, containsSubquery=false)
2026-08-29 03:33:35.300  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093172112703037441]
2026-08-29 03:33:45.476  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:33:45.476  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:33:45.476  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@689a4acd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a7978c8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@21a46f1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b62079f, containsSubquery=false)
2026-08-29 03:33:45.476  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:34:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2244
2026-08-29 03:34:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:34:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:34:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:34:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6c0847f9(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 03:34:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:34:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:34:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:34:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:34:05.492  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:34:05.492  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:34:05.492  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3f5adf63, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3fd9b403, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52b2226d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32be4945, containsSubquery=false)
2026-08-29 03:34:05.492  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:34:25.470  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:34:25.470  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:34:25.470  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@273dc7e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56f0c697, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d90ef53, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d4ab974, containsSubquery=false)
2026-08-29 03:34:25.470  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:34:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2245
2026-08-29 03:34:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:34:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:34:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:34:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:34:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:34:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:34:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:34:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@504c4332(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 03:34:45.480  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:34:45.480  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:34:45.480  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@deb1ba9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6704e0ff, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@518ced2e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cc3d5c, containsSubquery=false)
2026-08-29 03:34:45.480  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:35:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2246
2026-08-29 03:35:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:35:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:35:05.169  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7d030d20(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 03:35:05.170  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:35:05.170  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:35:05.170  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:35:05.170  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:35:05.170  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:35:05.480  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:35:05.480  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:35:05.480  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@49d2afd1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@466d04c1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a339dec, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@23abf1b8, containsSubquery=false)
2026-08-29 03:35:05.480  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:35:25.467  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:35:25.467  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:35:25.467  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42d1cc8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5994bf72, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1325c432, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4f68666a, containsSubquery=false)
2026-08-29 03:35:25.467  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:35:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2247
2026-08-29 03:35:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:35:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:35:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:35:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:35:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:35:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:35:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@53bb16c(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 03:35:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:35:45.506  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:35:45.506  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:35:45.506  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@49c663c4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@203e7206, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e379576, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1bd77e6a, containsSubquery=false)
2026-08-29 03:35:45.506  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:36:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2248
2026-08-29 03:36:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:36:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:36:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4764a3b4(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 03:36:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:36:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:36:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:36:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:36:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:36:05.467  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:36:05.467  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:36:05.467  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@638046fe, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a4875d9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c334f8e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21971c97, containsSubquery=false)
2026-08-29 03:36:05.467  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:36:25.462  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:36:25.463  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:36:25.463  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@15622661, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7782d863, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4020369f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21454cd5, containsSubquery=false)
2026-08-29 03:36:25.463  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:36:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2249
2026-08-29 03:36:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:36:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:36:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:36:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:36:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:36:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:36:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@16964ec9(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 03:36:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:36:45.475  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:36:45.475  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:36:45.475  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@34f689a9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@276e8c73, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1be7a3b3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1218e274, containsSubquery=false)
2026-08-29 03:36:45.476  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:37:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2250
2026-08-29 03:37:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:37:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:37:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:37:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1d16b597(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 03:37:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:37:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:37:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:37:05.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:37:05.498  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:37:05.498  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:37:05.498  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e87fb6e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7dd77eaa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@82ff93f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68b3c6f9, containsSubquery=false)
2026-08-29 03:37:05.498  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:37:25.469  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:37:25.470  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:37:25.470  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1c745d10, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@62ce3584, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6247d729, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@78040c3e, containsSubquery=false)
2026-08-29 03:37:25.470  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:37:31.429  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:37:31.429  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 03:37:31.429  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39edeca5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@57e43914, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@652794e8, containsSubquery=false)
2026-08-29 03:37:31.429  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2060991603463618561]
2026-08-29 03:37:31.464  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:37:31.464  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 03:37:31.464  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e1fade6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b680c2e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@dfab21c, containsSubquery=false)
2026-08-29 03:37:31.464  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385793608]
2026-08-29 03:37:31.469  INFO 2467003 --- [http-nio-8804-exec-47] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_payment_packages memberId=1997111965385793608, current=1, pageSize=100
2026-08-29 03:37:31.470  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:37:31.471  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 03:37:31.471  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14c230, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@58a6fa7c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ae20f2d, containsSubquery=false)
2026-08-29 03:37:31.471  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385793608]
2026-08-29 03:37:31.473  INFO 2467003 --- [http-nio-8804-exec-47] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_payment_packages, guoId=85, query={current=1, pageSize=100}, body=null
2026-08-29 03:37:34.660  INFO 2467003 --- [http-nio-8804-exec-47] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body=[{"add":0.4,"already":12,"av":1,"days":72,"duration":"0.4积","hold":12,"max":12,"name":"一星体验店铺","price":"10积分","receive":1,"shouyi":"0.02","suanli":"0.14","xiaofei":"0.01"},{"add":4.1,"already":7,"av":10,"days":82,"duration":"4.1积","hold":123,"max":7,"name":"二星体验店铺","price":"100积分","receive":2,"shouyi":"0.22","suanli":"1.22","xiaofei":"0.06"},{"add":22,"already":2,"av":50,"days":60,"duration":"22积","hold":660,"max":2,"name":"三星体验店铺","price":"500积分","receive":3,"shouyi":"2.13","suanli":"8.33","xiaofei":"0.53"},{"add":42,"already":3,"av":100,"days":78,"duration":"42积","hold":1260,"max":3,"name":"四星体验店铺","price":"1000积分","receive":4,"shouyi":"2.67","suanli":"12.82","xiaofei":"0.67"},{"add":126,"already":1,"av":300,"days":57,"duration":"126积","hold":3780,"max":1,"name":"五星体验店铺","price":"3000积分","receive":4,"shouyi":"10.95","suanli":"52.63","xiaofei":"2.74"},{"add":212,"already":2,"av":500,"days":60,"duration":"212积","hold":6360,"max":2,"name":"六星体验店铺","price":"5000积分","receive":5,"shouyi":"18.13","suanli":"83.33","xiaofei":"4.53"},{"add":427,"already":1,"av":1000,"days":44,"duration":"427积","hold":12810,"max":1,"name":"七星体验店铺","price":"10000积分","receive":5,"shouyi":"51.09","suanli":"227.27","xiaofei":"12.77"},{"add":1290,"already":0,"av":3000,"days":30,"duration":"1290积","hold":38700,"max":1,"name":"形象店铺","price":"30000积分","receive":6,"shouyi":"232.00","suanli":"1000.00","xiaofei":"58.00"},{"add":0,"already":0,"av":0,"days":30,"duration":"无效积分","hold":0,"max":0,"name":"无效积分","price":"无效积分","receive":0,"shouyi":"0.00","suanli":"0.00","xiaofei":"0.00"}]
2026-08-29 03:37:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2251
2026-08-29 03:37:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:37:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:37:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@55a04acf(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 03:37:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:37:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:37:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:37:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:37:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:37:36.697  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:37:36.697  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (store_id = ? AND market_enable = ? AND quantity > ?)
2026-08-29 03:37:36.697  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@558cc22, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5fae8d0f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1f604fb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@250688e1, containsSubquery=false)
2026-08-29 03:37:36.697  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (store_id = ? AND market_enable = ? AND quantity > ?) ::: [2060991603463618561, UPPER, 0]
2026-08-29 03:37:36.722  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:37:36.723  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity > ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 03:37:36.723  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5960512f, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=523, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@38c700ef, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@791878ec, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a035084, containsSubquery=false)
2026-08-29 03:37:36.723  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity > ?) ORDER BY create_time DESC LIMIT ? ::: [2060991603463618561, UPPER, 0, 20]
2026-08-29 03:37:45.519  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:37:45.519  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:37:45.519  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@18927cd6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52de4051, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b2eee20, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3db6bf70, containsSubquery=false)
2026-08-29 03:37:45.519  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:38:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2252
2026-08-29 03:38:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:38:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:38:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:38:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:38:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:38:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:38:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4febf027(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 03:38:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:38:05.483  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:38:05.484  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:38:05.484  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a0085c0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3df082a9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@512706be, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4cbb65ce, containsSubquery=false)
2026-08-29 03:38:05.484  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:38:25.477  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:38:25.477  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:38:25.477  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@57ffc3b1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28b1b3bc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7af8699c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21e99c48, containsSubquery=false)
2026-08-29 03:38:25.477  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:38:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2253
2026-08-29 03:38:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:38:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:38:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@45bfa21d(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 03:38:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:38:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:38:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:38:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:38:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:38:45.482  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:38:45.482  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:38:45.482  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@32a579e7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@599a5acb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e88f776, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@561e38a1, containsSubquery=false)
2026-08-29 03:38:45.482  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:39:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2254
2026-08-29 03:39:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:39:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:39:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:39:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:39:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:39:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:39:05.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:39:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7fa726(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 03:39:05.484  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:39:05.485  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:39:05.485  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5065e74c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4babdec8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@71efe916, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7066a663, containsSubquery=false)
2026-08-29 03:39:05.485  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:39:25.467  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:39:25.467  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:39:25.467  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@782f4392, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@21e477f6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f7b006a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a0d9a22, containsSubquery=false)
2026-08-29 03:39:25.467  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:39:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2255
2026-08-29 03:39:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:39:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:39:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@207eafb7(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 03:39:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:39:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:39:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:39:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:39:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:39:45.465  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:39:45.465  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:39:45.465  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@23c9a401, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1faae040, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@44928624, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@24b9cc9e, containsSubquery=false)
2026-08-29 03:39:45.465  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:40:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2256
2026-08-29 03:40:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:40:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:40:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:40:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:40:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:40:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:40:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7190fc51(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 03:40:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:40:05.525  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:40:05.526  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:40:05.526  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1c3bf8f9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c27d1ea, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@260062e6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@580d6e39, containsSubquery=false)
2026-08-29 03:40:05.526  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:40:25.471  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:40:25.471  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:40:25.471  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6fa231e7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5797f7f7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9c3fe88, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56e02950, containsSubquery=false)
2026-08-29 03:40:25.471  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:40:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2257
2026-08-29 03:40:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:40:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:40:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@50a08819(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 03:40:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:40:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:40:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:40:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:40:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:40:45.464  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:40:45.464  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:40:45.464  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@137a2611, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f64891c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@85e6d37, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@52069844, containsSubquery=false)
2026-08-29 03:40:45.465  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:41:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2258
2026-08-29 03:41:05.170  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:41:05.172  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:41:05.178  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:41:05.178  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:41:05.178  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:41:05.178  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:41:05.179  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4d31c3cc(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 03:41:05.182  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:41:05.473  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:41:05.473  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:41:05.473  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@228c3a2e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f61b661, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68123cf0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@295c7247, containsSubquery=false)
2026-08-29 03:41:05.473  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:41:25.493  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:41:25.493  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:41:25.493  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@61d30f74, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5508c95e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15d24807, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@28aa8ccf, containsSubquery=false)
2026-08-29 03:41:25.493  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:41:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2259
2026-08-29 03:41:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:41:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:41:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:41:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:41:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:41:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:41:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:41:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@163e0cc8(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 03:41:45.471  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:41:45.471  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:41:45.471  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4019f61e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@706d395b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ba99ab6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@45ab0d0e, containsSubquery=false)
2026-08-29 03:41:45.471  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:42:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2260
2026-08-29 03:42:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:42:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:42:05.167  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:42:05.167  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:42:05.167  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:42:05.167  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:42:05.168  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@69ffb7d2(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 03:42:05.169  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:42:05.490  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:42:05.490  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:42:05.490  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@114a303e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7bb5dcd6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@57efff1a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1cda0009, containsSubquery=false)
2026-08-29 03:42:05.490  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:42:25.479  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:42:25.479  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:42:25.479  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16fd66a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4bf2f325, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ddce8dc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@12002bfa, containsSubquery=false)
2026-08-29 03:42:25.479  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:42:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2261
2026-08-29 03:42:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:42:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:42:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:42:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:42:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:42:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:42:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:42:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@8c3c746(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 03:42:45.466  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:42:45.466  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:42:45.466  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6c32ab42, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b4706c6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e02af74, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73607a6f, containsSubquery=false)
2026-08-29 03:42:45.466  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:43:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2262
2026-08-29 03:43:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:43:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:43:05.169  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5bc1b265(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 03:43:05.170  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:43:05.170  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:43:05.170  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:43:05.170  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:43:05.170  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:43:05.495  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:43:05.495  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:43:05.495  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@96cd414, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1390685e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20f0faeb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@67b7c546, containsSubquery=false)
2026-08-29 03:43:05.496  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:43:25.483  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:43:25.483  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:43:25.483  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@67f0fd77, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@62df1ab4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@f940859, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c6aa8f8, containsSubquery=false)
2026-08-29 03:43:25.484  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:43:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2263
2026-08-29 03:43:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:43:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:43:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:43:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4d2685b9(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 03:43:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:43:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:43:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:43:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:43:45.529  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:43:45.529  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:43:45.529  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@75107ac3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@139b4c9d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5001e05f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a1e83d6, containsSubquery=false)
2026-08-29 03:43:45.529  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:44:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2264
2026-08-29 03:44:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:44:05.173  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:44:05.209  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:44:05.209  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:44:05.209  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:44:05.209  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:44:05.209  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:44:05.209  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@65f12c53(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 03:44:05.482  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:44:05.483  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:44:05.483  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6cf146c5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@592077cf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c2ca177, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@59af7ba0, containsSubquery=false)
2026-08-29 03:44:05.483  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:44:25.488  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:44:25.488  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:44:25.488  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6e879daf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@116018bc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22a92e1b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ef8e3cb, containsSubquery=false)
2026-08-29 03:44:25.488  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:44:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2265
2026-08-29 03:44:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:44:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:44:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7af6db18(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 03:44:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:44:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:44:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:44:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:44:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:44:45.468  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:44:45.468  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:44:45.468  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@75cef7c9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@195ab46, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42f54a2a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@650b12fd, containsSubquery=false)
2026-08-29 03:44:45.468  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:45:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2266
2026-08-29 03:45:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:45:05.172  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:45:05.185  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7d7f8c03(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 03:45:05.207  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:45:05.208  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:45:05.208  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:45:05.208  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:45:05.208  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:45:05.508  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:45:05.509  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:45:05.509  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@750ca6a9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b2f098d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c12c47, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@41fe08b3, containsSubquery=false)
2026-08-29 03:45:05.509  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:45:25.465  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:45:25.465  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:45:25.465  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3646508, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3da5d121, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@d4fc22e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e33b6c, containsSubquery=false)
2026-08-29 03:45:25.465  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:45:35.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2267
2026-08-29 03:45:35.166  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:45:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:45:35.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1271cd4f(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 03:45:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:45:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:45:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:45:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:45:35.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:45:45.468  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:45:45.468  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:45:45.468  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@fe43d37, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@181bc105, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f97f558, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@757d5f1e, containsSubquery=false)
2026-08-29 03:45:45.468  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:46:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2268
2026-08-29 03:46:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:46:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:46:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:46:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:46:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:46:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:46:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@21db6840(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 03:46:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:46:05.472  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:46:05.472  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:46:05.472  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@72bf0ccb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2315edf4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4dd56d5b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@388832c, containsSubquery=false)
2026-08-29 03:46:05.472  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:46:25.495  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:46:25.495  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:46:25.495  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@68217dcd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ae8ae2c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c914d69, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@42fd4122, containsSubquery=false)
2026-08-29 03:46:25.495  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:46:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2269
2026-08-29 03:46:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:46:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:46:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:46:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:46:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:46:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:46:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@46739fbd(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 03:46:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:46:45.466  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:46:45.466  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:46:45.466  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13435bf9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@183c535d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7158b8aa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@27bf891f, containsSubquery=false)
2026-08-29 03:46:45.466  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:47:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2270
2026-08-29 03:47:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:47:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:47:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4008e910(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 03:47:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:47:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:47:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:47:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:47:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:47:05.498  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:47:05.498  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:47:05.498  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76fac723, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d485c97, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@612e97d4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@14c1d1, containsSubquery=false)
2026-08-29 03:47:05.498  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:47:25.518  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:47:25.518  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:47:25.518  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@409788ec, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3bb2319e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4df016f0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e172289, containsSubquery=false)
2026-08-29 03:47:25.519  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:47:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2271
2026-08-29 03:47:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:47:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:47:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@59a27fbc(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 03:47:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:47:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:47:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:47:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:47:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:47:45.469  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:47:45.469  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:47:45.469  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a1f096f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a2b8108, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40faa662, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@67a37c5, containsSubquery=false)
2026-08-29 03:47:45.470  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:48:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2272
2026-08-29 03:48:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:48:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:48:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:48:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:48:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:48:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:48:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:48:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@9d25d7c(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 03:48:05.491  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:48:05.491  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:48:05.491  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5bd22750, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@737bb447, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22b85ad5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6aca290, containsSubquery=false)
2026-08-29 03:48:05.491  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:48:25.482  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:48:25.482  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:48:25.482  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@36a067db, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@274c2ded, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@290656f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c1228e3, containsSubquery=false)
2026-08-29 03:48:25.482  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:48:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2273
2026-08-29 03:48:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:48:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:48:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:48:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:48:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:48:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:48:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3f5515c4(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 03:48:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:48:45.477  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:48:45.477  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:48:45.477  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7340d3b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b6e0a54, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f6019a4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7f4ec28b, containsSubquery=false)
2026-08-29 03:48:45.477  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:49:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2274
2026-08-29 03:49:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:49:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:49:05.171  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@26b17a6f(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 03:49:05.172  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:49:05.173  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:49:05.173  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:49:05.173  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:49:05.174  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:49:05.545  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:49:05.545  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:49:05.545  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6265e7ba, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6eb286aa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@32e1641f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@8e6db70, containsSubquery=false)
2026-08-29 03:49:05.545  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:49:25.499  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:49:25.499  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:49:25.499  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@26a9ef, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20a2a3af, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e2da872, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ce074a4, containsSubquery=false)
2026-08-29 03:49:25.499  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:49:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2275
2026-08-29 03:49:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:49:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:49:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:49:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:49:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:49:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:49:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:49:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1207a6e0(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 03:49:45.472  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:49:45.472  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:49:45.472  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fd73305, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@663debcc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2efb0897, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@153aa58b, containsSubquery=false)
2026-08-29 03:49:45.472  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:50:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2276
2026-08-29 03:50:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:50:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:50:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:50:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:50:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:50:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:50:05.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:50:05.168  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@66082e8f(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 03:50:05.572  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:50:05.572  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:50:05.572  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e5f074, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ecd37f9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ac43c35, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ba026f4, containsSubquery=false)
2026-08-29 03:50:05.572  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:50:22.466  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:50:22.466  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 03:50:22.466  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58331151, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@44e4c388, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@548fefd5, containsSubquery=false)
2026-08-29 03:50:22.466  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2060991603463618561]
2026-08-29 03:50:22.469  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:50:22.469  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 03:50:22.469  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20127e88, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b48dc18, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d85b28, containsSubquery=false)
2026-08-29 03:50:22.469  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385793608]
2026-08-29 03:50:22.480  INFO 2467003 --- [http-nio-8804-exec-43] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_payment_packages memberId=1997111965385793608, current=1, pageSize=100
2026-08-29 03:50:22.481  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:50:22.481  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 03:50:22.481  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c8c4a24, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e4f5f86, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d17b3e3, containsSubquery=false)
2026-08-29 03:50:22.481  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385793608]
2026-08-29 03:50:22.483  INFO 2467003 --- [http-nio-8804-exec-43] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_payment_packages, guoId=85, query={current=1, pageSize=100}, body=null
2026-08-29 03:50:22.802  INFO 2467003 --- [http-nio-8804-exec-43] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body=[{"add":0.4,"already":12,"av":1,"days":72,"duration":"0.4积","hold":12,"max":12,"name":"一星体验店铺","price":"10积分","receive":1,"shouyi":"0.02","suanli":"0.14","xiaofei":"0.01"},{"add":4.1,"already":7,"av":10,"days":82,"duration":"4.1积","hold":123,"max":7,"name":"二星体验店铺","price":"100积分","receive":2,"shouyi":"0.22","suanli":"1.22","xiaofei":"0.06"},{"add":22,"already":2,"av":50,"days":60,"duration":"22积","hold":660,"max":2,"name":"三星体验店铺","price":"500积分","receive":3,"shouyi":"2.13","suanli":"8.33","xiaofei":"0.53"},{"add":42,"already":3,"av":100,"days":78,"duration":"42积","hold":1260,"max":3,"name":"四星体验店铺","price":"1000积分","receive":4,"shouyi":"2.67","suanli":"12.82","xiaofei":"0.67"},{"add":126,"already":1,"av":300,"days":57,"duration":"126积","hold":3780,"max":1,"name":"五星体验店铺","price":"3000积分","receive":4,"shouyi":"10.95","suanli":"52.63","xiaofei":"2.74"},{"add":212,"already":2,"av":500,"days":60,"duration":"212积","hold":6360,"max":2,"name":"六星体验店铺","price":"5000积分","receive":5,"shouyi":"18.13","suanli":"83.33","xiaofei":"4.53"},{"add":427,"already":1,"av":1000,"days":44,"duration":"427积","hold":12810,"max":1,"name":"七星体验店铺","price":"10000积分","receive":5,"shouyi":"51.09","suanli":"227.27","xiaofei":"12.77"},{"add":1290,"already":0,"av":3000,"days":30,"duration":"1290积","hold":38700,"max":1,"name":"形象店铺","price":"30000积分","receive":6,"shouyi":"232.00","suanli":"1000.00","xiaofei":"58.00"},{"add":0,"already":0,"av":0,"days":30,"duration":"无效积分","hold":0,"max":0,"name":"无效积分","price":"无效积分","receive":0,"shouyi":"0.00","suanli":"0.00","xiaofei":"0.00"}]
2026-08-29 03:50:25.474  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:50:25.475  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:50:25.475  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@67a148cb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32ff0d09, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c80887b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@115b0866, containsSubquery=false)
2026-08-29 03:50:25.475  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:50:30.377  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:50:30.377  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 03:50:30.377  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@9f556aa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5148ce56, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@258daf46, containsSubquery=false)
2026-08-29 03:50:30.377  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2060991603463618561]
2026-08-29 03:50:30.379  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:50:30.380  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 03:50:30.380  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d150ab4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@352a7dcf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2482be5a, containsSubquery=false)
2026-08-29 03:50:30.380  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385793608]
2026-08-29 03:50:30.382  INFO 2467003 --- [http-nio-8804-exec-46] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_payment_packages memberId=1997111965385793608, current=1, pageSize=100
2026-08-29 03:50:30.383  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:50:30.383  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 03:50:30.383  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f3b266c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e7a2fbf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@62225dbd, containsSubquery=false)
2026-08-29 03:50:30.383  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385793608]
2026-08-29 03:50:30.385  INFO 2467003 --- [http-nio-8804-exec-46] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_payment_packages, guoId=85, query={current=1, pageSize=100}, body=null
2026-08-29 03:50:31.281  INFO 2467003 --- [http-nio-8804-exec-46] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body=[{"add":0.4,"already":12,"av":1,"days":72,"duration":"0.4积","hold":12,"max":12,"name":"一星体验店铺","price":"10积分","receive":1,"shouyi":"0.02","suanli":"0.14","xiaofei":"0.01"},{"add":4.1,"already":7,"av":10,"days":82,"duration":"4.1积","hold":123,"max":7,"name":"二星体验店铺","price":"100积分","receive":2,"shouyi":"0.22","suanli":"1.22","xiaofei":"0.06"},{"add":22,"already":2,"av":50,"days":60,"duration":"22积","hold":660,"max":2,"name":"三星体验店铺","price":"500积分","receive":3,"shouyi":"2.13","suanli":"8.33","xiaofei":"0.53"},{"add":42,"already":3,"av":100,"days":78,"duration":"42积","hold":1260,"max":3,"name":"四星体验店铺","price":"1000积分","receive":4,"shouyi":"2.67","suanli":"12.82","xiaofei":"0.67"},{"add":126,"already":1,"av":300,"days":57,"duration":"126积","hold":3780,"max":1,"name":"五星体验店铺","price":"3000积分","receive":4,"shouyi":"10.95","suanli":"52.63","xiaofei":"2.74"},{"add":212,"already":2,"av":500,"days":60,"duration":"212积","hold":6360,"max":2,"name":"六星体验店铺","price":"5000积分","receive":5,"shouyi":"18.13","suanli":"83.33","xiaofei":"4.53"},{"add":427,"already":1,"av":1000,"days":44,"duration":"427积","hold":12810,"max":1,"name":"七星体验店铺","price":"10000积分","receive":5,"shouyi":"51.09","suanli":"227.27","xiaofei":"12.77"},{"add":1290,"already":0,"av":3000,"days":30,"duration":"1290积","hold":38700,"max":1,"name":"形象店铺","price":"30000积分","receive":6,"shouyi":"232.00","suanli":"1000.00","xiaofei":"58.00"},{"add":0,"already":0,"av":0,"days":30,"duration":"无效积分","hold":0,"max":0,"name":"无效积分","price":"无效积分","receive":0,"shouyi":"0.00","suanli":"0.00","xiaofei":"0.00"}]
2026-08-29 03:50:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2277
2026-08-29 03:50:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:50:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:50:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:50:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:50:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:50:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:50:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@897cadb(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 03:50:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:50:45.500  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:50:45.500  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:50:45.500  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@50fa2e02, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2bd2f856, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c9583b5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e7919c5, containsSubquery=false)
2026-08-29 03:50:45.500  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:51:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2278
2026-08-29 03:51:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:51:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:51:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:51:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:51:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:51:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:51:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@68466108(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 03:51:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:51:05.469  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:51:05.470  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:51:05.470  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47b73058, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17c4a970, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@71445302, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a864f2, containsSubquery=false)
2026-08-29 03:51:05.470  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:51:08.132  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:51:08.132  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 03:51:08.132  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a56b184, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2293c681, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c22fdef, containsSubquery=false)
2026-08-29 03:51:08.132  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2060991603463618561]
2026-08-29 03:51:08.134  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:51:08.135  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 03:51:08.135  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@41e304b7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@ae544e1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17bdda5, containsSubquery=false)
2026-08-29 03:51:08.135  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385793608]
2026-08-29 03:51:08.137  INFO 2467003 --- [http-nio-8804-exec-49] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_payment_packages memberId=1997111965385793608, current=1, pageSize=100
2026-08-29 03:51:08.138  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:51:08.138  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 03:51:08.138  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46528292, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@199bf908, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d98e879, containsSubquery=false)
2026-08-29 03:51:08.138  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385793608]
2026-08-29 03:51:08.140  INFO 2467003 --- [http-nio-8804-exec-49] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_payment_packages, guoId=85, query={current=1, pageSize=100}, body=null
2026-08-29 03:51:09.301  INFO 2467003 --- [http-nio-8804-exec-49] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body=[{"add":0.4,"already":12,"av":1,"days":72,"duration":"0.4积","hold":12,"max":12,"name":"一星体验店铺","price":"10积分","receive":1,"shouyi":"0.02","suanli":"0.14","xiaofei":"0.01"},{"add":4.1,"already":7,"av":10,"days":82,"duration":"4.1积","hold":123,"max":7,"name":"二星体验店铺","price":"100积分","receive":2,"shouyi":"0.22","suanli":"1.22","xiaofei":"0.06"},{"add":22,"already":2,"av":50,"days":60,"duration":"22积","hold":660,"max":2,"name":"三星体验店铺","price":"500积分","receive":3,"shouyi":"2.13","suanli":"8.33","xiaofei":"0.53"},{"add":42,"already":3,"av":100,"days":78,"duration":"42积","hold":1260,"max":3,"name":"四星体验店铺","price":"1000积分","receive":4,"shouyi":"2.67","suanli":"12.82","xiaofei":"0.67"},{"add":126,"already":1,"av":300,"days":57,"duration":"126积","hold":3780,"max":1,"name":"五星体验店铺","price":"3000积分","receive":4,"shouyi":"10.95","suanli":"52.63","xiaofei":"2.74"},{"add":212,"already":2,"av":500,"days":60,"duration":"212积","hold":6360,"max":2,"name":"六星体验店铺","price":"5000积分","receive":5,"shouyi":"18.13","suanli":"83.33","xiaofei":"4.53"},{"add":427,"already":1,"av":1000,"days":44,"duration":"427积","hold":12810,"max":1,"name":"七星体验店铺","price":"10000积分","receive":5,"shouyi":"51.09","suanli":"227.27","xiaofei":"12.77"},{"add":1290,"already":0,"av":3000,"days":30,"duration":"1290积","hold":38700,"max":1,"name":"形象店铺","price":"30000积分","receive":6,"shouyi":"232.00","suanli":"1000.00","xiaofei":"58.00"},{"add":0,"already":0,"av":0,"days":30,"duration":"无效积分","hold":0,"max":0,"name":"无效积分","price":"无效积分","receive":0,"shouyi":"0.00","suanli":"0.00","xiaofei":"0.00"}]
2026-08-29 03:51:25.467  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:51:25.467  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:51:25.467  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22c0b1c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@15ae9b82, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@19110d1c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4d83da02, containsSubquery=false)
2026-08-29 03:51:25.467  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:51:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2279
2026-08-29 03:51:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:51:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:51:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@30acbbb3(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 03:51:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:51:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:51:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:51:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:51:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:51:45.478  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:51:45.478  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:51:45.478  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@142667d4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79c0b2c4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@60775a2a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1750e9af, containsSubquery=false)
2026-08-29 03:51:45.478  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:52:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2280
2026-08-29 03:52:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:52:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:52:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@46ed375d(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 03:52:05.168  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:52:05.168  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:52:05.168  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:52:05.168  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:52:05.169  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:52:05.490  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:52:05.491  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:52:05.491  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@69027744, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@313565f2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@756ef882, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58a2cb02, containsSubquery=false)
2026-08-29 03:52:05.491  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:52:25.474  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:52:25.475  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:52:25.475  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d603254, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1a9cce69, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d18d7d7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2b5353ca, containsSubquery=false)
2026-08-29 03:52:25.475  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:52:35.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2281
2026-08-29 03:52:35.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:52:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:52:35.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@25c92205(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 03:52:35.167  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:52:35.167  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:52:35.167  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:52:35.167  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:52:35.169  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:52:45.488  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:52:45.488  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:52:45.488  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2daadd72, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b009e6f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@200e1944, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@156e8e17, containsSubquery=false)
2026-08-29 03:52:45.488  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:53:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2282
2026-08-29 03:53:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:53:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:53:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:53:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:53:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:53:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:53:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:53:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6bf26218(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 03:53:05.518  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:53:05.519  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:53:05.519  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@522dc98a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@389a326d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6774b67, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72bfb33e, containsSubquery=false)
2026-08-29 03:53:05.519  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:53:25.469  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:53:25.469  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:53:25.469  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7c6add73, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4fa51861, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41d6dd55, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c0cf1e0, containsSubquery=false)
2026-08-29 03:53:25.469  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:53:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2283
2026-08-29 03:53:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:53:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:53:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:53:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@11c52daf(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 03:53:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:53:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:53:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:53:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:53:45.500  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:53:45.500  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:53:45.500  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56d2f4e4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1afedc7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3197e297, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a113c6c, containsSubquery=false)
2026-08-29 03:53:45.500  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:54:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2284
2026-08-29 03:54:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:54:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:54:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:54:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:54:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:54:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@565385a8(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 03:54:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:54:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:54:05.482  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:54:05.483  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:54:05.483  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@50bd6795, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a62d40e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f91ffd6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@323492dc, containsSubquery=false)
2026-08-29 03:54:05.483  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:54:25.474  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:54:25.475  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:54:25.475  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@60e5c048, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c7b0a8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@651fa575, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@37eac7d0, containsSubquery=false)
2026-08-29 03:54:25.475  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:54:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2285
2026-08-29 03:54:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:54:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:54:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:54:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:54:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:54:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:54:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@227cfe85(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 03:54:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:54:45.466  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:54:45.466  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:54:45.466  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@453f056b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@398f25f7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3409bf41, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21cc5e3e, containsSubquery=false)
2026-08-29 03:54:45.467  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:55:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2286
2026-08-29 03:55:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:55:05.184  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:55:05.203  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:55:05.203  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:55:05.203  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:55:05.203  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:55:05.204  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:55:05.204  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5b28204d(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 03:55:05.490  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:55:05.490  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:55:05.490  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7468a9a2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69b6095c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ec9fe7b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@29cdbdf, containsSubquery=false)
2026-08-29 03:55:05.490  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:55:25.471  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:55:25.471  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:55:25.471  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@21680543, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d7e932f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@39b87484, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@93d9ab3, containsSubquery=false)
2026-08-29 03:55:25.472  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:55:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2287
2026-08-29 03:55:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:55:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:55:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7860e3f5(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 03:55:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:55:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:55:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:55:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:55:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:55:45.570  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:55:45.571  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:55:45.571  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b445afa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6808f193, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e470607, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@934cffd, containsSubquery=false)
2026-08-29 03:55:45.571  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:56:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2288
2026-08-29 03:56:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:56:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:56:05.172  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:56:05.172  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:56:05.172  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:56:05.172  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:56:05.172  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:56:05.172  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@311430fe(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 03:56:05.523  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:56:05.524  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:56:05.524  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@304064ab, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7dd52519, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c006174, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4fa15652, containsSubquery=false)
2026-08-29 03:56:05.524  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:56:25.487  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:56:25.487  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:56:25.487  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@32c18801, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@42022f34, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45cb8ef9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@23d43e45, containsSubquery=false)
2026-08-29 03:56:25.487  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:56:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2289
2026-08-29 03:56:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:56:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:56:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@24f98639(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 03:56:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:56:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:56:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:56:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:56:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:56:45.468  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:56:45.468  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:56:45.468  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19f85a92, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@cc1c3d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2384b0a4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f6f618d, containsSubquery=false)
2026-08-29 03:56:45.468  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:57:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2290
2026-08-29 03:57:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:57:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:57:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:57:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:57:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:57:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:57:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:57:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5c51cf45(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 03:57:05.467  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:57:05.467  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:57:05.467  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a446f7c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14ba51d1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@19285af4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6f5277fb, containsSubquery=false)
2026-08-29 03:57:05.467  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:57:25.487  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:57:25.487  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:57:25.487  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1c946dc8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3e447781, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@77ca8e4e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@404f159f, containsSubquery=false)
2026-08-29 03:57:25.487  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:57:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2291
2026-08-29 03:57:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:57:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:57:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1221437e(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 03:57:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:57:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:57:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:57:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:57:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:57:45.462  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:57:45.463  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:57:45.463  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@764607d1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f394469, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@60cca447, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c582b77, containsSubquery=false)
2026-08-29 03:57:45.463  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:58:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2292
2026-08-29 03:58:05.173  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:58:05.175  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:58:05.176  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:58:05.176  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:58:05.176  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:58:05.176  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:58:05.176  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:58:05.182  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@185cf0d(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 03:58:05.482  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:58:05.482  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:58:05.482  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@75300711, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f403863, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@34b5ffed, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@258c30d1, containsSubquery=false)
2026-08-29 03:58:05.482  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:58:25.479  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:58:25.479  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:58:25.479  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@23562e4b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ef74c26, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@37ae3e53, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@28e333f7, containsSubquery=false)
2026-08-29 03:58:25.479  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:58:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2293
2026-08-29 03:58:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:58:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:58:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:58:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:58:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:58:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:58:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@70e51bb1(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 03:58:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:58:45.463  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:58:45.464  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:58:45.464  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@401d495e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@593c326a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@37b8eaa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35603072, containsSubquery=false)
2026-08-29 03:58:45.464  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:59:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2294
2026-08-29 03:59:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:59:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:59:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:59:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:59:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:59:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:59:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5857def2(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 03:59:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:59:05.472  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:59:05.472  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:59:05.472  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5df62348, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@42ec1247, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6fd7cdd8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2b5c172e, containsSubquery=false)
2026-08-29 03:59:05.472  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:59:20.904  INFO 2467003 --- [quartzScheduler_Worker-2] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 03:59:25.475  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:59:25.475  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:59:25.475  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@63f4221b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@24a24caa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@755e6bf2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19ddb231, containsSubquery=false)
2026-08-29 03:59:25.475  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 03:59:35.170  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2295
2026-08-29 03:59:35.170  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 03:59:35.170  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 03:59:35.171  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:59:35.171  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3d5762e2(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 03:59:35.173  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 03:59:35.173  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 03:59:35.173  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 03:59:35.173  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 03:59:45.469  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 03:59:45.469  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 03:59:45.469  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@58cb30c3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@70179ea9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5d76f7a5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d22c04e, containsSubquery=false)
2026-08-29 03:59:45.469  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:00:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2296
2026-08-29 04:00:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:00:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:00:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:00:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:00:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:00:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:00:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:00:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6b486df5(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 04:00:05.556  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:00:05.556  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:00:05.556  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1cd013ca, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@181e6416, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4005ca73, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19fa790a, containsSubquery=false)
2026-08-29 04:00:05.556  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:00:25.481  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:00:25.482  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:00:25.482  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@60dff57d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b737f08, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4137c466, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21f4edf3, containsSubquery=false)
2026-08-29 04:00:25.482  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:00:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2297
2026-08-29 04:00:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:00:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:00:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1b846ad(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 04:00:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:00:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:00:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:00:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:00:35.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:00:45.482  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:00:45.482  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:00:45.482  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@15a53034, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@22115b63, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8da4d0d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f006383, containsSubquery=false)
2026-08-29 04:00:45.482  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:01:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2298
2026-08-29 04:01:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:01:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:01:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:01:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:01:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:01:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:01:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@35f1f52c(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 04:01:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:01:05.486  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:01:05.486  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:01:05.486  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@773591c3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20a644ff, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54fece5d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79a81dba, containsSubquery=false)
2026-08-29 04:01:05.486  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:01:25.467  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:01:25.467  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:01:25.467  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2772190, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@612cbb6c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a74a996, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75ada5d1, containsSubquery=false)
2026-08-29 04:01:25.467  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:01:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2299
2026-08-29 04:01:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:01:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:01:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@60e0f2f0(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 04:01:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:01:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:01:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:01:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:01:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:01:45.475  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:01:45.475  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:01:45.475  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e66ce13, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@63deaa0c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62d6115c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@eaa3425, containsSubquery=false)
2026-08-29 04:01:45.475  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:02:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2300
2026-08-29 04:02:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:02:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:02:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:02:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:02:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:02:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:02:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:02:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@79e340ea(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 04:02:05.527  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:02:05.527  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:02:05.527  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@233f23e3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@42f8cc05, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6dbd9e55, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ae9012e, containsSubquery=false)
2026-08-29 04:02:05.527  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:02:25.485  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:02:25.485  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:02:25.485  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@c715699, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5228706, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7fc0aa0b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@324d9dff, containsSubquery=false)
2026-08-29 04:02:25.485  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:02:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2301
2026-08-29 04:02:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:02:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:02:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:02:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:02:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:02:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:02:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:02:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@db72003(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 04:02:45.472  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:02:45.472  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:02:45.472  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1fdbfb99, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e992, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f0a527b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66670959, containsSubquery=false)
2026-08-29 04:02:45.472  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:03:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2302
2026-08-29 04:03:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:03:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:03:05.169  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:03:05.170  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:03:05.170  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:03:05.170  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:03:05.170  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:03:05.175  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3d30964b(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 04:03:05.501  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:05.501  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:03:05.501  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c10057f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c46eb8b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20203f42, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3263e35c, containsSubquery=false)
2026-08-29 04:03:05.502  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:03:25.513  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:25.514  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:03:25.514  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d573de1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@472a2939, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@660a9d55, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@c5dcc6b, containsSubquery=false)
2026-08-29 04:03:25.514  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:03:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2303
2026-08-29 04:03:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:03:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:03:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:03:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@230f13a6(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 04:03:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:03:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:03:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:03:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:03:40.121  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:40.121  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:03:40.121  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512551d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@191cd5c5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ef5795b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a45880d, containsSubquery=false)
2026-08-29 04:03:40.121  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 04:03:40.122  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:40.122  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:03:40.122  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ef7a5ba, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4726843a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34e8ec05, containsSubquery=false)
2026-08-29 04:03:40.122  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 04:03:40.138  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:40.138  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 04:03:40.138  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1482f407, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50d7f690, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3928fef6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2edd746d, containsSubquery=false)
2026-08-29 04:03:40.138  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 04:03:40.138  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:40.139  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:03:40.139  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b53e9a2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ec58d3c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18f66d09, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e9aaffb, containsSubquery=false)
2026-08-29 04:03:40.139  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 04:03:40.146  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:40.146  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:40.147  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:03:40.147  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 04:03:40.147  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2488caf7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ff65cea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f739683, containsSubquery=false)
2026-08-29 04:03:40.147  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3540c398, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@796bab33, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3cd0c66f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@655bc13b, containsSubquery=false)
2026-08-29 04:03:40.147  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 04:03:40.147  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 04:03:40.150  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:40.151  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 04:03:40.151  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a08b9c8, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@240a8375, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17fedef9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53daa70, containsSubquery=true)
2026-08-29 04:03:40.151  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 04:03:40.155  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:40.156  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:03:40.156  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@9e2d9c8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61648cae, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@265b322d, containsSubquery=false)
2026-08-29 04:03:40.156  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 04:03:40.163  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:40.163  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:03:40.163  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2d5bb69b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16b2e812, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@244a6a2, containsSubquery=false)
2026-08-29 04:03:40.164  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 04:03:40.177  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:40.180  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:03:40.180  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7367c5f5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54310c8d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@865867a, containsSubquery=false)
2026-08-29 04:03:40.180  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 04:03:40.189  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:40.189  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:03:40.189  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4923a9c3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6dd1a0cb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@487b9647, containsSubquery=false)
2026-08-29 04:03:40.190  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 04:03:40.200  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:40.200  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:03:40.200  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3dcaea63, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29979a33, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e77d9f, containsSubquery=false)
2026-08-29 04:03:40.200  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 04:03:40.207  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:40.207  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:03:40.207  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4cfef3b4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@774e6431, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@325f2f93, containsSubquery=false)
2026-08-29 04:03:40.208  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 04:03:40.214  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:40.214  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:03:40.214  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3990e995, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@72787a83, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e295475, containsSubquery=false)
2026-08-29 04:03:40.214  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 04:03:40.220  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:40.220  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 04:03:40.220  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b6f21db, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a44c6b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@238a2a16, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7345a96d, containsSubquery=false)
2026-08-29 04:03:40.221  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 04:03:40.229  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:40.229  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 04:03:40.229  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66e44707, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5e6e57eb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@be938a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f30d259, containsSubquery=false)
2026-08-29 04:03:40.229  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 04:03:40.234  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:40.234  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:03:40.234  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6bd65698, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42dde3a1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a1ddf6c, containsSubquery=false)
2026-08-29 04:03:40.235  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 04:03:40.240  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:40.241  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 04:03:40.241  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d5ec210, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@747085c1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62c29c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@327b38f3, containsSubquery=false)
2026-08-29 04:03:40.241  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 04:03:40.243  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:40.243  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 04:03:40.243  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22bbff, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6031f286, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b66e2d3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@763fa43d, containsSubquery=false)
2026-08-29 04:03:40.243  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 04:03:40.242, 2026-08-29 04:03:40.243, 2026-08-29 04:03:40.243]
2026-08-29 04:03:40.255  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:40.255  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 04:03:40.255  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@384f4568, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5e54f434, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55c1bd8f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c2b4003, containsSubquery=false)
2026-08-29 04:03:40.255  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 04:03:40.266  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:40.266  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:03:40.266  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d323213, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@487983d1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e44e985, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3105c912, containsSubquery=false)
2026-08-29 04:03:40.267  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 04:03:40.274  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:40.275  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:03:40.275  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13172e6e, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3fa40313, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20f610ac, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5787bc1d, containsSubquery=false)
2026-08-29 04:03:40.275  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 04:03:40.281  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:40.281  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 04:03:40.281  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ee8cf50, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@306e6aea, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a634fae, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@176a0db5, containsSubquery=false)
2026-08-29 04:03:40.281  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 04:03:40.309  WARN 2467003 --- [http-nio-8804-exec-44] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 04:03:41.012  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:41.012  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 04:03:41.012  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@467e5a58, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@682bef6c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e59689e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@37ce0913, containsSubquery=false)
2026-08-29 04:03:41.012  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13222222225]
2026-08-29 04:03:41.104  INFO 2467003 --- [http-nio-8804-exec-45] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2079509376485502977
2026-08-29 04:03:41.104  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:41.104  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 04:03:41.104  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d75ccd, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1a4907e5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5d88132e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@177b9a48, containsSubquery=false)
2026-08-29 04:03:41.104  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 04:03:41.106  INFO 2467003 --- [http-nio-8804-exec-45] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1785555863, appId=6a6d6b97e4b0dfa55a9303ba, name=微信支付
2026-08-29 04:03:43.943  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:43.943  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:03:43.943  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2216d2a2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1daf2e26, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@49acbfcb, containsSubquery=false)
2026-08-29 04:03:43.943  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 04:03:43.948  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:43.948  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 04:03:43.948  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1482f407, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c852c53, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@307b9aef, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19863f1e, containsSubquery=false)
2026-08-29 04:03:43.948  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 04:03:43.966  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:43.966  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 04:03:43.966  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3540c398, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@47379091, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6fe129a6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5da8cc18, containsSubquery=false)
2026-08-29 04:03:43.966  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 04:03:44.030  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:44.031  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:03:44.031  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@551735db, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e44fb6d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f144735, containsSubquery=false)
2026-08-29 04:03:44.031  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 04:03:44.047  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:44.047  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:03:44.047  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@75850474, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7825c81e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ac889dd, containsSubquery=false)
2026-08-29 04:03:44.047  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 04:03:44.072  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:44.072  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:03:44.072  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35af5a62, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4bd7bb6b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4dc7626c, containsSubquery=false)
2026-08-29 04:03:44.072  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 04:03:44.080  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:44.080  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:03:44.080  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@77485d96, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ea8511, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@43c7e7f1, containsSubquery=false)
2026-08-29 04:03:44.080  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 04:03:44.086  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:44.086  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:03:44.086  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@37f6be16, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b723f76, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d2206fd, containsSubquery=false)
2026-08-29 04:03:44.086  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 04:03:44.096  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:44.097  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:03:44.097  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c174de3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@218fb372, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57232e52, containsSubquery=false)
2026-08-29 04:03:44.097  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 04:03:44.136  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:44.136  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 04:03:44.136  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b6f21db, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49bb831b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@72475c0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@688f3286, containsSubquery=false)
2026-08-29 04:03:44.136  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 04:03:44.144  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:44.144  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 04:03:44.144  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66e44707, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51db68a6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40d16b19, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b869aa3, containsSubquery=false)
2026-08-29 04:03:44.144  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 04:03:44.160  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:44.160  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:03:44.160  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@23b12919, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2cedfc4e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@70768260, containsSubquery=false)
2026-08-29 04:03:44.160  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 04:03:44.191  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:44.191  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 04:03:44.191  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d5ec210, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@699f62d5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d3e8804, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a5cbcc2, containsSubquery=false)
2026-08-29 04:03:44.191  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 04:03:44.194  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:44.194  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 04:03:44.194  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22bbff, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@542443b8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b515f52, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4232f2f4, containsSubquery=false)
2026-08-29 04:03:44.194  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 04:03:44.193, 2026-08-29 04:03:44.194, 2026-08-29 04:03:44.194]
2026-08-29 04:03:44.208  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:44.208  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 04:03:44.208  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@384f4568, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@193cf99f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ac6e3d1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5bc58c94, containsSubquery=false)
2026-08-29 04:03:44.208  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 04:03:44.213  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:44.214  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:03:44.214  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d323213, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1be6e09d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6cb06e59, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@39e308ca, containsSubquery=false)
2026-08-29 04:03:44.214  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 04:03:44.219  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:44.220  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:03:44.220  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13172e6e, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@26e0bb6d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e44223, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b9f9581, containsSubquery=false)
2026-08-29 04:03:44.220  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 04:03:44.223  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:44.223  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 04:03:44.223  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ee8cf50, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5a083fe3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5d3c9abe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@241771a, containsSubquery=false)
2026-08-29 04:03:44.223  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 04:03:44.227  WARN 2467003 --- [http-nio-8804-exec-46] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 04:03:44.518  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:44.518  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:03:44.518  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512551d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6baa25c8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2248328, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f768a7d, containsSubquery=false)
2026-08-29 04:03:44.518  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 04:03:44.543  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:44.543  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:03:44.543  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b53e9a2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5fbee832, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5410a4da, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@48164c93, containsSubquery=false)
2026-08-29 04:03:44.543  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 04:03:44.549  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:44.549  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:03:44.549  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@609d0e63, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a95b437, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6dbb485e, containsSubquery=false)
2026-08-29 04:03:44.549  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 04:03:44.557  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:44.557  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 04:03:44.557  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a08b9c8, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@31107383, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6de2447, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@259e6d77, containsSubquery=true)
2026-08-29 04:03:44.557  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 04:03:44.564  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:44.564  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:03:44.564  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c7f3bd1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2adc04fc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@42af1800, containsSubquery=false)
2026-08-29 04:03:44.564  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 04:03:45.209  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:45.209  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?)
2026-08-29 04:03:45.209  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c8bb872, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c1df6ec, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3f974de9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b30a89, containsSubquery=false)
2026-08-29 04:03:45.209  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?) ::: [2079509376485502977, EXCHANGE]
2026-08-29 04:03:45.214  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:45.216  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 04:03:45.216  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56ef373a, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@26e56294, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d99c383, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@202ed36c, containsSubquery=false)
2026-08-29 04:03:45.216  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ?) ORDER BY create_time DESC LIMIT ? ::: [2079509376485502977, EXCHANGE, 10]
2026-08-29 04:03:45.262  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:45.262  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=0   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=1   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(IFNULL(o.num,0)),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? , ? , ? , ? )  AND o.activity_type IN ('EXCHANGE','OFFSET') AND o.points_status IN ('FROZEN','CONFIRMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id
2026-08-29 04:03:45.263  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e87e332, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.of(o))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=343, distinctRow=false, projections=[ColumnProjection(owner=o, name=activity_id, alias=Optional.of(activityId)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENIFNULL(o.merchant_settled,0)=0ANDIFNULL(o.pay_points,0)>0THENo.pay_pointsELSE0END),0), alias=Optional.of(pendingPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENIFNULL(o.merchant_settled,0)=1ANDIFNULL(o.pay_points,0)>0THENo.pay_pointsELSE0END),0), alias=Optional.of(earnedPoints)), ExpressionProjection(expression=IFNULL(SUM(IFNULL(o.num,0)),0), alias=Optional.of(soldNum))], columnLabels=[activityId, pendingPoints, earnedPoints, soldNum]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2be69724, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20683362, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@48752238, containsSubquery=true)
2026-08-29 04:03:45.263  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=0   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=1   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(IFNULL(o.num,0)),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? , ? , ? , ? )  AND o.activity_type IN ('EXCHANGE','OFFSET') AND o.points_status IN ('FROZEN','CONFIRMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id ::: [2093281250826772482, 2093275479049232386, 2092887783071977474, 2092868987007438849, 2092185816804769793, 2092081101030965250, 2092076012320997377]
2026-08-29 04:03:45.402  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:45.403  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (activity_id IN (?,?,?,?,?,?,?) AND activity_type IN (?,?) AND points_status IN (?,?) AND (pay_points IS NULL OR pay_points <= ?))
2026-08-29 04:03:45.403  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7803d1e4, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1d8a81bb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f5ce8d4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@677c5ee0, containsSubquery=false)
2026-08-29 04:03:45.403  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (activity_id IN (?,?,?,?,?,?,?) AND activity_type IN (?,?) AND points_status IN (?,?) AND (pay_points IS NULL OR pay_points <= ?)) ::: [2093281250826772482, 2093275479049232386, 2092887783071977474, 2092868987007438849, 2092185816804769793, 2092081101030965250, 2092076012320997377, EXCHANGE, OFFSET, CONFIRMED, FROZEN, 0]
2026-08-29 04:03:45.611  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:45.612  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:03:45.612  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45f2d8a1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f14b46f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@50d39f33, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33310e05, containsSubquery=false)
2026-08-29 04:03:45.612  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:03:47.667  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:47.667  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?)
2026-08-29 04:03:47.667  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a65e132, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c6eafba, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@91c2d06, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72646f5b, containsSubquery=false)
2026-08-29 04:03:47.667  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?) ::: [2079509376485502977, GIFT, HASHRATE]
2026-08-29 04:03:47.672  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:47.672  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 04:03:47.672  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d90b172, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d3ebc3e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c710c75, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5163fe8, containsSubquery=false)
2026-08-29 04:03:47.673  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ? ::: [2079509376485502977, GIFT, HASHRATE, 10]
2026-08-29 04:03:47.713  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:47.713  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id
2026-08-29 04:03:47.714  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a6afabd, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.of(o))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=382, distinctRow=false, projections=[ColumnProjection(owner=o, name=activity_id, alias=Optional.of(activityId)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='FROZEN'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(pendingPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='CLAIMED'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(earnedPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_statusIN('FROZEN','CLAIMED')THENIFNULL(o.num,0)ELSE0END),0), alias=Optional.of(soldNum))], columnLabels=[activityId, pendingPoints, earnedPoints, soldNum]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e377f67, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4694f96b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2af9354d, containsSubquery=true)
2026-08-29 04:03:47.714  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id ::: [2093260090923716610]
2026-08-29 04:03:47.733  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:47.733  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:03:47.733  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@13ecfafc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@705cf691, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b81fb52, containsSubquery=false)
2026-08-29 04:03:47.733  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093260090923716610]
2026-08-29 04:03:52.591  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:52.591  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:03:52.591  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@163953b5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@634dd4c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4fb00448, containsSubquery=false)
2026-08-29 04:03:52.591  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2079509376485502977]
2026-08-29 04:03:52.596  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:52.597  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:03:52.597  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4f18759, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@14dba34, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57b3bb39, containsSubquery=false)
2026-08-29 04:03:52.597  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385795022]
2026-08-29 04:03:52.600  INFO 2467003 --- [http-nio-8804-exec-50] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_payment_packages memberId=1997111965385795022, current=1, pageSize=100
2026-08-29 04:03:52.601  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:52.601  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:03:52.601  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@446202cf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@ec21309, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26b435c7, containsSubquery=false)
2026-08-29 04:03:52.601  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385795022]
2026-08-29 04:03:52.603  INFO 2467003 --- [http-nio-8804-exec-50] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_payment_packages, guoId=3104, query={current=1, pageSize=100}, body=null
2026-08-29 04:03:53.353  INFO 2467003 --- [http-nio-8804-exec-50] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body=[{"add":0.4,"already":12,"av":1,"days":42,"duration":"0.4积","hold":12,"max":12,"name":"一星体验店铺","price":"10积分","receive":1,"shouyi":"0.04","suanli":"0.24","xiaofei":"0.01"},{"add":4.1,"already":7,"av":10,"days":44,"duration":"4.1积","hold":123,"max":7,"name":"二星体验店铺","price":"100积分","receive":2,"shouyi":"0.42","suanli":"2.27","xiaofei":"0.10"},{"add":22,"already":2,"av":50,"days":36,"duration":"22积","hold":660,"max":2,"name":"三星体验店铺","price":"500积分","receive":3,"shouyi":"3.56","suanli":"13.89","xiaofei":"0.89"},{"add":42,"already":3,"av":100,"days":42,"duration":"42积","hold":1260,"max":3,"name":"四星体验店铺","price":"1000积分","receive":4,"shouyi":"4.95","suanli":"23.81","xiaofei":"1.24"},{"add":126,"already":1,"av":300,"days":35,"duration":"126积","hold":3780,"max":1,"name":"五星体验店铺","price":"3000积分","receive":4,"shouyi":"17.83","suanli":"85.71","xiaofei":"4.46"},{"add":212,"already":2,"av":500,"days":42,"duration":"212积","hold":6360,"max":2,"name":"六星体验店铺","price":"5000积分","receive":5,"shouyi":"25.90","suanli":"119.05","xiaofei":"6.48"},{"add":427,"already":1,"av":1000,"days":37,"duration":"427积","hold":12810,"max":1,"name":"七星体验店铺","price":"10000积分","receive":5,"shouyi":"60.76","suanli":"270.27","xiaofei":"15.19"},{"add":1290,"already":0,"av":3000,"days":30,"duration":"1290积","hold":38700,"max":1,"name":"形象店铺","price":"30000积分","receive":6,"shouyi":"232.00","suanli":"1000.00","xiaofei":"58.00"},{"add":0,"already":0,"av":0,"days":30,"duration":"无效积分","hold":0,"max":0,"name":"无效积分","price":"无效积分","receive":0,"shouyi":"0.00","suanli":"0.00","xiaofei":"0.00"}]
2026-08-29 04:03:57.178  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:57.178  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (store_id = ? AND market_enable = ? AND quantity > ?)
2026-08-29 04:03:57.179  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@558cc22, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@74fcb7b8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@57c7b635, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@69bb5ab7, containsSubquery=false)
2026-08-29 04:03:57.179  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (store_id = ? AND market_enable = ? AND quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 04:03:57.185  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:03:57.185  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity > ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 04:03:57.185  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5960512f, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=523, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c488b27, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f151afb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e9fb5ef, containsSubquery=false)
2026-08-29 04:03:57.185  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity > ?) ORDER BY create_time DESC LIMIT ? ::: [2079509376485502977, UPPER, 0, 20]
2026-08-29 04:04:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2304
2026-08-29 04:04:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:04:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:04:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:04:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:04:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:04:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:04:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@678d1b2a(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 04:04:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:04:05.500  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:05.500  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:04:05.500  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@10d389a3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@212f5570, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5fff7925, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46038aad, containsSubquery=false)
2026-08-29 04:04:05.500  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:04:19.227  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:19.227  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 04:04:19.227  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8246a3d, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@190ab030, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28ad02d5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56e1e8d1, containsSubquery=false)
2026-08-29 04:04:19.227  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2089988742671749122]
2026-08-29 04:04:19.261  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:19.261  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?)
2026-08-29 04:04:19.261  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7673ff86, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c8c79a9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2141e18c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@df702e2, containsSubquery=false)
2026-08-29 04:04:19.262  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?) ::: [2089988742671749122, CLOSED, REJECTED, 2026-08-29 05:04:00.0, 2026-08-29 04:04:00.0]
2026-08-29 04:04:19.288  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:19.288  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,    ?, ?, ?, ?, ?, ?,      ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:04:19.288  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@3130a1ff, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, frozen_points_total, gifted_points, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=26, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=365, stopIndex=365, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=368, stopIndex=368, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=371, stopIndex=371, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=374, stopIndex=374, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=377, stopIndex=377, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=380, stopIndex=380, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=383, stopIndex=383, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=386, stopIndex=386, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=389, stopIndex=389, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=392, stopIndex=392, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=395, stopIndex=395, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=398, stopIndex=398, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=401, stopIndex=401, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=404, stopIndex=404, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=410, stopIndex=410, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=413, stopIndex=413, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=433, stopIndex=433, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=436, stopIndex=436, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=439, stopIndex=439, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=442, stopIndex=442, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=25)], parameters=[2093520087670845441, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2089988742642388994, 2089988742671749122, s925纯银针小方块贝壳耳钉女2026年新款爆款高级感耳环养耳洞耳饰 s925纯银针小方块贝壳耳 钉 钉, 0?     s925纯银针小方块贝壳耳, https://try.shanxunsw.com/uploads/_be9abfa1ffd4d8f3b2d5e9abe5929fdc3f555f9fe01ad64869.png?x-oss-process=style/4, 0.1, 00X2005700254532364600399, 10, 50, 50, 3, 2026-08-29 04:04:00.0, 2026-08-29 05:04:00.0, 500, 0, 13222222225, 2026-08-29 04:04:19.283, 2026-08-29 04:04:19.283, false])])
2026-08-29 04:04:19.288  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093520087670845441, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2089988742642388994, 2089988742671749122, s925纯银针小方块贝壳耳钉女2026年新款爆款高级感耳环养耳洞耳饰 s925纯银针小方块贝壳耳 钉 钉, 0?     s925纯银针小方块贝壳耳, https://try.shanxunsw.com/uploads/_be9abfa1ffd4d8f3b2d5e9abe5929fdc3f555f9fe01ad64869.png?x-oss-process=style/4, 0.1, 00X2005700254532364600399, 10, 50, 50, 3, 2026-08-29 04:04:00.0, 2026-08-29 05:04:00.0, 500, 0, 13222222225, 2026-08-29 04:04:19.283, 2026-08-29 04:04:19.283, false]
2026-08-29 04:04:19.300  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:19.300  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?)
2026-08-29 04:04:19.300  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@3c29f2a8, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:04:19.300  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ::: [2093520087670845441]
2026-08-29 04:04:19.315  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:19.315  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:04:19.315  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093520087771373568, 2093520087670845441, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:04:19.313, 2026-08-29 04:04:19.313, false])])
2026-08-29 04:04:19.315  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093520087771373568, 2093520087670845441, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:04:19.313, 2026-08-29 04:04:19.313, false]
2026-08-29 04:04:19.322  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:19.322  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:04:19.322  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11fbb92e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5d06debb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7480b943, containsSubquery=false)
2026-08-29 04:04:19.323  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2079509376485502977]
2026-08-29 04:04:19.328  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:19.328  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:04:19.328  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@44e43060, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ffccd41, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ec7335c, containsSubquery=false)
2026-08-29 04:04:19.328  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385795022]
2026-08-29 04:04:19.336  INFO 2467003 --- [http-nio-8804-exec-2] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795022
2026-08-29 04:04:19.337  INFO 2467003 --- [http-nio-8804-exec-2] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3104, query=null, body=null
2026-08-29 04:04:19.901  INFO 2467003 --- [http-nio-8804-exec-2] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"523251.09","shouyi":"99999444801.51","xiaofei":"100000000266.98","liudong":"99999999009.00"}
2026-08-29 04:04:19.902  INFO 2467003 --- [http-nio-8804-exec-2] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385795022
2026-08-29 04:04:19.903  INFO 2467003 --- [http-nio-8804-exec-2] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=3104, query=null, body=null
2026-08-29 04:04:20.069  INFO 2467003 --- [http-nio-8804-exec-2] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":0,"total":0,"xiao":0}
2026-08-29 04:04:20.071  INFO 2467003 --- [http-nio-8804-exec-2] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa subtract_jifen memberId=1997111965385795022, amount=500.00, currency_type=流动积分
2026-08-29 04:04:20.072  INFO 2467003 --- [http-nio-8804-exec-2] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa POST url=https://ut.ioevisa.com/api/subtract_jifen, guoId=3104, query=null, body={"amount":"500.00","currency_type":"流动积分","description":"发布算力包活动【s925纯银针小方块贝壳耳钉女2026年新款爆款高级感耳环养耳洞耳饰 s925纯银针小方块贝壳耳 钉 钉】"}
2026-08-29 04:04:20.195  INFO 2467003 --- [http-nio-8804-exec-2] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"error":1,"msg":"余额查询失败"}
2026-08-29 04:04:20.195  WARN 2467003 --- [http-nio-8804-exec-2] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa business fail error=1, msg=余额查询失败
2026-08-29 04:04:20.255 ERROR 2467003 --- [http-nio-8804-exec-2] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[ServiceException]:400-服务器繁忙，请稍后重试

cn.lili.common.exception.ServiceException: null
	at cn.lili.common.client.IoeVisaThirdPartyClient.assertSuccess(IoeVisaThirdPartyClient.java:232)
	at cn.lili.common.client.IoeVisaThirdPartyClient.execute(IoeVisaThirdPartyClient.java:202)
	at cn.lili.common.client.IoeVisaThirdPartyClient.post(IoeVisaThirdPartyClient.java:54)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.postJifenChange(HashratePackageThirdPartyServiceImpl.java:546)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.subtractJifen(HashratePackageThirdPartyServiceImpl.java:522)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)
	at jdk.proxy2/jdk.proxy2.$Proxy199.subtractJifen(Unknown Source)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:101)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:89)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$FastClassBySpringCGLIB$$e5022e3b.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$EnhancerBySpringCGLIB$$bb9279b3.decreaseAvailable(<generated>)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.deductGiftBudget(PointsActivityServiceImpl.java:905)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:202)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$a12ee17.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 04:04:25.486  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:25.486  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:04:25.486  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@616c6394, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@935798, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a09bfb7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3fc22018, containsSubquery=false)
2026-08-29 04:04:25.486  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:04:32.233  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:32.233  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 04:04:32.233  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8246a3d, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5dd5633a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12cf2b51, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31fdfeac, containsSubquery=false)
2026-08-29 04:04:32.234  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2089988742671749122]
2026-08-29 04:04:32.239  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:32.239  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?)
2026-08-29 04:04:32.239  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7673ff86, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@223590e4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7c630290, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4d1951c3, containsSubquery=false)
2026-08-29 04:04:32.239  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?) ::: [2089988742671749122, CLOSED, REJECTED, 2026-08-29 05:04:00.0, 2026-08-29 04:04:00.0]
2026-08-29 04:04:32.244  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:32.244  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,    ?, ?, ?, ?, ?, ?,      ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:04:32.244  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@3130a1ff, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, frozen_points_total, gifted_points, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=26, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=365, stopIndex=365, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=368, stopIndex=368, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=371, stopIndex=371, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=374, stopIndex=374, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=377, stopIndex=377, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=380, stopIndex=380, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=383, stopIndex=383, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=386, stopIndex=386, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=389, stopIndex=389, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=392, stopIndex=392, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=395, stopIndex=395, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=398, stopIndex=398, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=401, stopIndex=401, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=404, stopIndex=404, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=410, stopIndex=410, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=413, stopIndex=413, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=433, stopIndex=433, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=436, stopIndex=436, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=439, stopIndex=439, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=442, stopIndex=442, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=25)], parameters=[2093520142033219585, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2089988742642388994, 2089988742671749122, s925纯银针小方块贝壳耳钉女2026年新款爆款高级感耳环养耳洞耳饰 s925纯银针小方块贝壳耳 钉 钉, 0?     s925纯银针小方块贝壳耳, https://try.shanxunsw.com/uploads/_be9abfa1ffd4d8f3b2d5e9abe5929fdc3f555f9fe01ad64869.png?x-oss-process=style/4, 0.1, 00X2005700254532364600399, 10, 50, 50, 3, 2026-08-29 04:04:00.0, 2026-08-29 05:04:00.0, 500, 0, 13222222225, 2026-08-29 04:04:32.243, 2026-08-29 04:04:32.243, false])])
2026-08-29 04:04:32.244  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093520142033219585, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2089988742642388994, 2089988742671749122, s925纯银针小方块贝壳耳钉女2026年新款爆款高级感耳环养耳洞耳饰 s925纯银针小方块贝壳耳 钉 钉, 0?     s925纯银针小方块贝壳耳, https://try.shanxunsw.com/uploads/_be9abfa1ffd4d8f3b2d5e9abe5929fdc3f555f9fe01ad64869.png?x-oss-process=style/4, 0.1, 00X2005700254532364600399, 10, 50, 50, 3, 2026-08-29 04:04:00.0, 2026-08-29 05:04:00.0, 500, 0, 13222222225, 2026-08-29 04:04:32.243, 2026-08-29 04:04:32.243, false]
2026-08-29 04:04:32.248  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:32.248  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?)
2026-08-29 04:04:32.248  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@3c29f2a8, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:04:32.248  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ::: [2093520142033219585]
2026-08-29 04:04:32.254  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:32.254  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:04:32.254  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093520142070833152, 2093520142033219585, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:04:32.254, 2026-08-29 04:04:32.254, false])])
2026-08-29 04:04:32.255  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093520142070833152, 2093520142033219585, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:04:32.254, 2026-08-29 04:04:32.254, false]
2026-08-29 04:04:32.260  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:32.261  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:04:32.261  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14f32b14, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a99e19d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6fe421d4, containsSubquery=false)
2026-08-29 04:04:32.261  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2079509376485502977]
2026-08-29 04:04:32.285  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:32.285  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:04:32.285  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43e87f03, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@146a7f64, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35225d3, containsSubquery=false)
2026-08-29 04:04:32.285  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385795022]
2026-08-29 04:04:32.288  INFO 2467003 --- [http-nio-8804-exec-1] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795022
2026-08-29 04:04:32.289  INFO 2467003 --- [http-nio-8804-exec-1] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3104, query=null, body=null
2026-08-29 04:04:32.775  INFO 2467003 --- [http-nio-8804-exec-1] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"523251.09","shouyi":"99999444801.51","xiaofei":"100000000266.98","liudong":"99999999009.00"}
2026-08-29 04:04:32.776  INFO 2467003 --- [http-nio-8804-exec-1] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385795022
2026-08-29 04:04:32.776  INFO 2467003 --- [http-nio-8804-exec-1] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=3104, query=null, body=null
2026-08-29 04:04:32.854  INFO 2467003 --- [http-nio-8804-exec-1] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":0,"total":0,"xiao":0}
2026-08-29 04:04:32.855  INFO 2467003 --- [http-nio-8804-exec-1] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa subtract_jifen memberId=1997111965385795022, amount=500.00, currency_type=流动积分
2026-08-29 04:04:32.855  INFO 2467003 --- [http-nio-8804-exec-1] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa POST url=https://ut.ioevisa.com/api/subtract_jifen, guoId=3104, query=null, body={"amount":"500.00","currency_type":"流动积分","description":"发布算力包活动【s925纯银针小方块贝壳耳钉女2026年新款爆款高级感耳环养耳洞耳饰 s925纯银针小方块贝壳耳 钉 钉】"}
2026-08-29 04:04:33.181  INFO 2467003 --- [http-nio-8804-exec-1] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"error":1,"msg":"余额查询失败"}
2026-08-29 04:04:33.181  WARN 2467003 --- [http-nio-8804-exec-1] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa business fail error=1, msg=余额查询失败
2026-08-29 04:04:33.187 ERROR 2467003 --- [http-nio-8804-exec-1] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[ServiceException]:400-服务器繁忙，请稍后重试

cn.lili.common.exception.ServiceException: null
	at cn.lili.common.client.IoeVisaThirdPartyClient.assertSuccess(IoeVisaThirdPartyClient.java:232)
	at cn.lili.common.client.IoeVisaThirdPartyClient.execute(IoeVisaThirdPartyClient.java:202)
	at cn.lili.common.client.IoeVisaThirdPartyClient.post(IoeVisaThirdPartyClient.java:54)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.postJifenChange(HashratePackageThirdPartyServiceImpl.java:546)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.subtractJifen(HashratePackageThirdPartyServiceImpl.java:522)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)
	at jdk.proxy2/jdk.proxy2.$Proxy199.subtractJifen(Unknown Source)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:101)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:89)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$FastClassBySpringCGLIB$$e5022e3b.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$EnhancerBySpringCGLIB$$bb9279b3.decreaseAvailable(<generated>)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.deductGiftBudget(PointsActivityServiceImpl.java:905)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:202)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$a12ee17.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 04:04:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2305
2026-08-29 04:04:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:04:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:04:35.172  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:04:35.172  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:04:35.172  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:04:35.172  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:04:35.172  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:04:35.172  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@a67bc72(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 04:04:38.275  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:38.276  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 04:04:38.276  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8246a3d, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3886e754, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3f24253a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e347277, containsSubquery=false)
2026-08-29 04:04:38.276  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2089988742671749122]
2026-08-29 04:04:38.281  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:38.281  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?)
2026-08-29 04:04:38.281  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7673ff86, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ef2826f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5348f60c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18531488, containsSubquery=false)
2026-08-29 04:04:38.281  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?) ::: [2089988742671749122, CLOSED, REJECTED, 2026-08-29 05:04:00.0, 2026-08-29 04:04:00.0]
2026-08-29 04:04:38.287  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:38.287  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,    ?, ?, ?, ?, ?, ?,      ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:04:38.287  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@3130a1ff, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, frozen_points_total, gifted_points, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=26, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=365, stopIndex=365, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=368, stopIndex=368, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=371, stopIndex=371, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=374, stopIndex=374, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=377, stopIndex=377, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=380, stopIndex=380, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=383, stopIndex=383, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=386, stopIndex=386, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=389, stopIndex=389, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=392, stopIndex=392, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=395, stopIndex=395, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=398, stopIndex=398, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=401, stopIndex=401, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=404, stopIndex=404, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=410, stopIndex=410, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=413, stopIndex=413, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=433, stopIndex=433, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=436, stopIndex=436, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=439, stopIndex=439, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=442, stopIndex=442, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=25)], parameters=[2093520167371010050, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2089988742642388994, 2089988742671749122, s925纯银针小方块贝壳耳钉女2026年新款爆款高级感耳环养耳洞耳饰 s925纯银针小方块贝壳耳 钉 钉, 0?     s925纯银针小方块贝壳耳, https://try.shanxunsw.com/uploads/_be9abfa1ffd4d8f3b2d5e9abe5929fdc3f555f9fe01ad64869.png?x-oss-process=style/4, 0.1, 00X2005700254532364600399, 10, 50, 50, 3, 2026-08-29 04:04:00.0, 2026-08-29 05:04:00.0, 500, 0, 13222222225, 2026-08-29 04:04:38.286, 2026-08-29 04:04:38.286, false])])
2026-08-29 04:04:38.287  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093520167371010050, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2089988742642388994, 2089988742671749122, s925纯银针小方块贝壳耳钉女2026年新款爆款高级感耳环养耳洞耳饰 s925纯银针小方块贝壳耳 钉 钉, 0?     s925纯银针小方块贝壳耳, https://try.shanxunsw.com/uploads/_be9abfa1ffd4d8f3b2d5e9abe5929fdc3f555f9fe01ad64869.png?x-oss-process=style/4, 0.1, 00X2005700254532364600399, 10, 50, 50, 3, 2026-08-29 04:04:00.0, 2026-08-29 05:04:00.0, 500, 0, 13222222225, 2026-08-29 04:04:38.286, 2026-08-29 04:04:38.286, false]
2026-08-29 04:04:38.291  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:38.291  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?)
2026-08-29 04:04:38.291  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@3c29f2a8, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:04:38.291  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ::: [2093520167371010050]
2026-08-29 04:04:38.302  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:38.302  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:04:38.302  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093520167421206528, 2093520167371010050, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:04:38.301, 2026-08-29 04:04:38.301, false])])
2026-08-29 04:04:38.302  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093520167421206528, 2093520167371010050, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:04:38.301, 2026-08-29 04:04:38.301, false]
2026-08-29 04:04:38.307  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:38.308  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:04:38.308  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2d1d5c09, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@fea5cac, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5aeb249a, containsSubquery=false)
2026-08-29 04:04:38.308  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2079509376485502977]
2026-08-29 04:04:38.313  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:38.313  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:04:38.313  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@758927d6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28db0af7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2b172482, containsSubquery=false)
2026-08-29 04:04:38.313  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385795022]
2026-08-29 04:04:38.316  INFO 2467003 --- [http-nio-8804-exec-8] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795022
2026-08-29 04:04:38.316  INFO 2467003 --- [http-nio-8804-exec-8] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3104, query=null, body=null
2026-08-29 04:04:38.488  INFO 2467003 --- [http-nio-8804-exec-8] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"523251.09","shouyi":"99999444801.51","xiaofei":"100000000266.98","liudong":"99999999009.00"}
2026-08-29 04:04:38.488  INFO 2467003 --- [http-nio-8804-exec-8] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385795022
2026-08-29 04:04:38.488  INFO 2467003 --- [http-nio-8804-exec-8] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=3104, query=null, body=null
2026-08-29 04:04:38.633  INFO 2467003 --- [http-nio-8804-exec-8] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":0,"total":0,"xiao":0}
2026-08-29 04:04:38.633  INFO 2467003 --- [http-nio-8804-exec-8] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa subtract_jifen memberId=1997111965385795022, amount=500.00, currency_type=流动积分
2026-08-29 04:04:38.634  INFO 2467003 --- [http-nio-8804-exec-8] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa POST url=https://ut.ioevisa.com/api/subtract_jifen, guoId=3104, query=null, body={"amount":"500.00","currency_type":"流动积分","description":"发布算力包活动【s925纯银针小方块贝壳耳钉女2026年新款爆款高级感耳环养耳洞耳饰 s925纯银针小方块贝壳耳 钉 钉】"}
2026-08-29 04:04:38.700  INFO 2467003 --- [http-nio-8804-exec-8] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"error":1,"msg":"余额查询失败"}
2026-08-29 04:04:38.701  WARN 2467003 --- [http-nio-8804-exec-8] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa business fail error=1, msg=余额查询失败
2026-08-29 04:04:38.706 ERROR 2467003 --- [http-nio-8804-exec-8] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[ServiceException]:400-服务器繁忙，请稍后重试

cn.lili.common.exception.ServiceException: null
	at cn.lili.common.client.IoeVisaThirdPartyClient.assertSuccess(IoeVisaThirdPartyClient.java:232)
	at cn.lili.common.client.IoeVisaThirdPartyClient.execute(IoeVisaThirdPartyClient.java:202)
	at cn.lili.common.client.IoeVisaThirdPartyClient.post(IoeVisaThirdPartyClient.java:54)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.postJifenChange(HashratePackageThirdPartyServiceImpl.java:546)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.subtractJifen(HashratePackageThirdPartyServiceImpl.java:522)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)
	at jdk.proxy2/jdk.proxy2.$Proxy199.subtractJifen(Unknown Source)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:101)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:89)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$FastClassBySpringCGLIB$$e5022e3b.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$EnhancerBySpringCGLIB$$bb9279b3.decreaseAvailable(<generated>)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.deductGiftBudget(PointsActivityServiceImpl.java:905)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:202)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$a12ee17.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 04:04:43.401  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:43.401  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 04:04:43.401  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8246a3d, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@38b4569, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7cac4712, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c06d7b9, containsSubquery=false)
2026-08-29 04:04:43.402  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2089988742671749122]
2026-08-29 04:04:43.407  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:43.407  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?)
2026-08-29 04:04:43.407  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7673ff86, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@298a450, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@183910a5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c347dd, containsSubquery=false)
2026-08-29 04:04:43.407  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?) ::: [2089988742671749122, CLOSED, REJECTED, 2026-08-29 05:04:00.0, 2026-08-29 04:04:00.0]
2026-08-29 04:04:43.412  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:43.413  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,    ?, ?, ?, ?, ?, ?,      ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:04:43.413  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@3130a1ff, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, frozen_points_total, gifted_points, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=26, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=365, stopIndex=365, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=368, stopIndex=368, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=371, stopIndex=371, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=374, stopIndex=374, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=377, stopIndex=377, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=380, stopIndex=380, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=383, stopIndex=383, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=386, stopIndex=386, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=389, stopIndex=389, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=392, stopIndex=392, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=395, stopIndex=395, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=398, stopIndex=398, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=401, stopIndex=401, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=404, stopIndex=404, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=410, stopIndex=410, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=413, stopIndex=413, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=433, stopIndex=433, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=436, stopIndex=436, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=439, stopIndex=439, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=442, stopIndex=442, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=25)], parameters=[2093520188879400961, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2089988742642388994, 2089988742671749122, s925纯银针小方块贝壳耳钉女2026年新款爆款高级感耳环养耳洞耳饰 s925纯银针小方块贝壳耳 钉 钉, 0?     s925纯银针小方块贝壳耳, https://try.shanxunsw.com/uploads/_be9abfa1ffd4d8f3b2d5e9abe5929fdc3f555f9fe01ad64869.png?x-oss-process=style/4, 0.1, 00X2005700254532364600399, 10, 50, 50, 3, 2026-08-29 04:04:00.0, 2026-08-29 05:04:00.0, 500, 0, 13222222225, 2026-08-29 04:04:43.412, 2026-08-29 04:04:43.412, false])])
2026-08-29 04:04:43.413  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093520188879400961, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2089988742642388994, 2089988742671749122, s925纯银针小方块贝壳耳钉女2026年新款爆款高级感耳环养耳洞耳饰 s925纯银针小方块贝壳耳 钉 钉, 0?     s925纯银针小方块贝壳耳, https://try.shanxunsw.com/uploads/_be9abfa1ffd4d8f3b2d5e9abe5929fdc3f555f9fe01ad64869.png?x-oss-process=style/4, 0.1, 00X2005700254532364600399, 10, 50, 50, 3, 2026-08-29 04:04:00.0, 2026-08-29 05:04:00.0, 500, 0, 13222222225, 2026-08-29 04:04:43.412, 2026-08-29 04:04:43.412, false]
2026-08-29 04:04:43.416  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:43.416  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?)
2026-08-29 04:04:43.416  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@3c29f2a8, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:04:43.416  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ::: [2093520188879400961]
2026-08-29 04:04:43.421  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:43.421  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:04:43.421  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093520188912820224, 2093520188879400961, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:04:43.42, 2026-08-29 04:04:43.42, false])])
2026-08-29 04:04:43.421  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093520188912820224, 2093520188879400961, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:04:43.42, 2026-08-29 04:04:43.42, false]
2026-08-29 04:04:43.425  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:43.425  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:04:43.425  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f639291, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d2224f6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b547ac1, containsSubquery=false)
2026-08-29 04:04:43.425  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2079509376485502977]
2026-08-29 04:04:43.428  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:43.428  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:04:43.428  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5927009, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18b6d438, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@619cea1f, containsSubquery=false)
2026-08-29 04:04:43.428  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385795022]
2026-08-29 04:04:43.430  INFO 2467003 --- [http-nio-8804-exec-9] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795022
2026-08-29 04:04:43.431  INFO 2467003 --- [http-nio-8804-exec-9] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3104, query=null, body=null
2026-08-29 04:04:43.514  INFO 2467003 --- [http-nio-8804-exec-9] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"523251.09","shouyi":"99999444801.51","xiaofei":"100000000266.98","liudong":"99999999009.00"}
2026-08-29 04:04:43.514  INFO 2467003 --- [http-nio-8804-exec-9] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385795022
2026-08-29 04:04:43.514  INFO 2467003 --- [http-nio-8804-exec-9] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=3104, query=null, body=null
2026-08-29 04:04:43.624  INFO 2467003 --- [http-nio-8804-exec-9] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":0,"total":0,"xiao":0}
2026-08-29 04:04:43.625  INFO 2467003 --- [http-nio-8804-exec-9] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa subtract_jifen memberId=1997111965385795022, amount=500.00, currency_type=流动积分
2026-08-29 04:04:43.625  INFO 2467003 --- [http-nio-8804-exec-9] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa POST url=https://ut.ioevisa.com/api/subtract_jifen, guoId=3104, query=null, body={"amount":"500.00","currency_type":"流动积分","description":"发布算力包活动【s925纯银针小方块贝壳耳钉女2026年新款爆款高级感耳环养耳洞耳饰 s925纯银针小方块贝壳耳 钉 钉】"}
2026-08-29 04:04:43.916  INFO 2467003 --- [http-nio-8804-exec-9] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"error":1,"msg":"余额查询失败"}
2026-08-29 04:04:43.917  WARN 2467003 --- [http-nio-8804-exec-9] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa business fail error=1, msg=余额查询失败
2026-08-29 04:04:43.934 ERROR 2467003 --- [http-nio-8804-exec-9] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[ServiceException]:400-服务器繁忙，请稍后重试

cn.lili.common.exception.ServiceException: null
	at cn.lili.common.client.IoeVisaThirdPartyClient.assertSuccess(IoeVisaThirdPartyClient.java:232)
	at cn.lili.common.client.IoeVisaThirdPartyClient.execute(IoeVisaThirdPartyClient.java:202)
	at cn.lili.common.client.IoeVisaThirdPartyClient.post(IoeVisaThirdPartyClient.java:54)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.postJifenChange(HashratePackageThirdPartyServiceImpl.java:546)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.subtractJifen(HashratePackageThirdPartyServiceImpl.java:522)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)
	at jdk.proxy2/jdk.proxy2.$Proxy199.subtractJifen(Unknown Source)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:101)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:89)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$FastClassBySpringCGLIB$$e5022e3b.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$EnhancerBySpringCGLIB$$bb9279b3.decreaseAvailable(<generated>)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.deductGiftBudget(PointsActivityServiceImpl.java:905)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:202)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$a12ee17.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 04:04:45.484  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:45.485  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:04:45.485  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5a962aba, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ba3b27f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5fb3cf70, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4d4711a0, containsSubquery=false)
2026-08-29 04:04:45.485  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:04:46.871  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:46.871  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 04:04:46.871  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8246a3d, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2bead3ff, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52d1b4aa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a37a996, containsSubquery=false)
2026-08-29 04:04:46.871  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2089988742671749122]
2026-08-29 04:04:46.881  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:46.881  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?)
2026-08-29 04:04:46.881  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7673ff86, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@645ec206, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@332342e1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6740bbca, containsSubquery=false)
2026-08-29 04:04:46.881  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?) ::: [2089988742671749122, CLOSED, REJECTED, 2026-08-29 05:04:00.0, 2026-08-29 04:04:00.0]
2026-08-29 04:04:46.890  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:46.890  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,    ?, ?, ?, ?, ?, ?,      ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:04:46.890  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@3130a1ff, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, frozen_points_total, gifted_points, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=26, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=365, stopIndex=365, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=368, stopIndex=368, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=371, stopIndex=371, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=374, stopIndex=374, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=377, stopIndex=377, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=380, stopIndex=380, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=383, stopIndex=383, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=386, stopIndex=386, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=389, stopIndex=389, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=392, stopIndex=392, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=395, stopIndex=395, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=398, stopIndex=398, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=401, stopIndex=401, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=404, stopIndex=404, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=410, stopIndex=410, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=413, stopIndex=413, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=433, stopIndex=433, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=436, stopIndex=436, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=439, stopIndex=439, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=442, stopIndex=442, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=25)], parameters=[2093520203462995969, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2089988742642388994, 2089988742671749122, s925纯银针小方块贝壳耳钉女2026年新款爆款高级感耳环养耳洞耳饰 s925纯银针小方块贝壳耳 钉 钉, 0?     s925纯银针小方块贝壳耳, https://try.shanxunsw.com/uploads/_be9abfa1ffd4d8f3b2d5e9abe5929fdc3f555f9fe01ad64869.png?x-oss-process=style/4, 0.1, 00X2005700254532364600399, 10, 50, 50, 3, 2026-08-29 04:04:00.0, 2026-08-29 05:04:00.0, 500, 0, 13222222225, 2026-08-29 04:04:46.889, 2026-08-29 04:04:46.889, false])])
2026-08-29 04:04:46.890  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093520203462995969, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2089988742642388994, 2089988742671749122, s925纯银针小方块贝壳耳钉女2026年新款爆款高级感耳环养耳洞耳饰 s925纯银针小方块贝壳耳 钉 钉, 0?     s925纯银针小方块贝壳耳, https://try.shanxunsw.com/uploads/_be9abfa1ffd4d8f3b2d5e9abe5929fdc3f555f9fe01ad64869.png?x-oss-process=style/4, 0.1, 00X2005700254532364600399, 10, 50, 50, 3, 2026-08-29 04:04:00.0, 2026-08-29 05:04:00.0, 500, 0, 13222222225, 2026-08-29 04:04:46.889, 2026-08-29 04:04:46.889, false]
2026-08-29 04:04:46.898  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:46.898  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?)
2026-08-29 04:04:46.898  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@3c29f2a8, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:04:46.898  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ::: [2093520203462995969]
2026-08-29 04:04:46.903  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:46.903  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:04:46.903  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093520203517386752, 2093520203462995969, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:04:46.902, 2026-08-29 04:04:46.902, false])])
2026-08-29 04:04:46.903  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093520203517386752, 2093520203462995969, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:04:46.902, 2026-08-29 04:04:46.902, false]
2026-08-29 04:04:46.907  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:46.907  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:04:46.907  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@794b04ee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@19027cb6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3bc46f55, containsSubquery=false)
2026-08-29 04:04:46.907  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2079509376485502977]
2026-08-29 04:04:46.909  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:04:46.909  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:04:46.909  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@391746b2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@337a7aea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2b5c0517, containsSubquery=false)
2026-08-29 04:04:46.909  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385795022]
2026-08-29 04:04:46.912  INFO 2467003 --- [http-nio-8804-exec-11] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795022
2026-08-29 04:04:46.912  INFO 2467003 --- [http-nio-8804-exec-11] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3104, query=null, body=null
2026-08-29 04:04:47.103  INFO 2467003 --- [http-nio-8804-exec-11] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"523251.09","shouyi":"99999444801.51","xiaofei":"100000000266.98","liudong":"99999999009.00"}
2026-08-29 04:04:47.103  INFO 2467003 --- [http-nio-8804-exec-11] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385795022
2026-08-29 04:04:47.103  INFO 2467003 --- [http-nio-8804-exec-11] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=3104, query=null, body=null
2026-08-29 04:04:47.252  INFO 2467003 --- [http-nio-8804-exec-11] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":0,"total":0,"xiao":0}
2026-08-29 04:04:47.252  INFO 2467003 --- [http-nio-8804-exec-11] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa subtract_jifen memberId=1997111965385795022, amount=500.00, currency_type=流动积分
2026-08-29 04:04:47.253  INFO 2467003 --- [http-nio-8804-exec-11] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa POST url=https://ut.ioevisa.com/api/subtract_jifen, guoId=3104, query=null, body={"amount":"500.00","currency_type":"流动积分","description":"发布算力包活动【s925纯银针小方块贝壳耳钉女2026年新款爆款高级感耳环养耳洞耳饰 s925纯银针小方块贝壳耳 钉 钉】"}
2026-08-29 04:04:47.364  INFO 2467003 --- [http-nio-8804-exec-11] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"error":1,"msg":"余额查询失败"}
2026-08-29 04:04:47.364  WARN 2467003 --- [http-nio-8804-exec-11] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa business fail error=1, msg=余额查询失败
2026-08-29 04:04:47.383 ERROR 2467003 --- [http-nio-8804-exec-11] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[ServiceException]:400-服务器繁忙，请稍后重试

cn.lili.common.exception.ServiceException: null
	at cn.lili.common.client.IoeVisaThirdPartyClient.assertSuccess(IoeVisaThirdPartyClient.java:232)
	at cn.lili.common.client.IoeVisaThirdPartyClient.execute(IoeVisaThirdPartyClient.java:202)
	at cn.lili.common.client.IoeVisaThirdPartyClient.post(IoeVisaThirdPartyClient.java:54)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.postJifenChange(HashratePackageThirdPartyServiceImpl.java:546)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.subtractJifen(HashratePackageThirdPartyServiceImpl.java:522)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)
	at jdk.proxy2/jdk.proxy2.$Proxy199.subtractJifen(Unknown Source)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:101)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:89)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$FastClassBySpringCGLIB$$e5022e3b.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$EnhancerBySpringCGLIB$$bb9279b3.decreaseAvailable(<generated>)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.deductGiftBudget(PointsActivityServiceImpl.java:905)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:202)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$a12ee17.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 04:05:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2306
2026-08-29 04:05:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:05:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:05:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:05:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:05:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:05:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:05:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@cf7d9c9(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 04:05:05.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:05:05.511  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:05.512  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:05:05.512  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@250f62a1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66f1f590, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52b99ef4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@27276a71, containsSubquery=false)
2026-08-29 04:05:05.512  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:05:06.062  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:06.063  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?)
2026-08-29 04:05:06.063  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a65e132, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f3029d5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ef5634b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e7aaf8a, containsSubquery=false)
2026-08-29 04:05:06.063  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?) ::: [2079509376485502977, GIFT, HASHRATE]
2026-08-29 04:05:06.067  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:06.067  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 04:05:06.067  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d90b172, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c552be9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5778cd16, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@8b059e3, containsSubquery=false)
2026-08-29 04:05:06.067  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ? ::: [2079509376485502977, GIFT, HASHRATE, 10]
2026-08-29 04:05:06.075  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:06.075  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id
2026-08-29 04:05:06.075  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a6afabd, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.of(o))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=382, distinctRow=false, projections=[ColumnProjection(owner=o, name=activity_id, alias=Optional.of(activityId)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='FROZEN'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(pendingPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='CLAIMED'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(earnedPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_statusIN('FROZEN','CLAIMED')THENIFNULL(o.num,0)ELSE0END),0), alias=Optional.of(soldNum))], columnLabels=[activityId, pendingPoints, earnedPoints, soldNum]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b835aca, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a8236d1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@10f70b23, containsSubquery=true)
2026-08-29 04:05:06.075  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id ::: [2093260090923716610]
2026-08-29 04:05:06.082  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:06.082  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:05:06.082  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@352b26c1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d2d8d54, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35df9576, containsSubquery=false)
2026-08-29 04:05:06.082  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093260090923716610]
2026-08-29 04:05:25.483  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:25.483  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:05:25.483  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@b8693e1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e0b6820, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70ad49af, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@792321a, containsSubquery=false)
2026-08-29 04:05:25.483  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:05:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2307
2026-08-29 04:05:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:05:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:05:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:05:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:05:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:05:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:05:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:05:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5fca4e77(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 04:05:43.341  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:43.341  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:05:43.341  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512551d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5904669d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76601167, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5085539f, containsSubquery=false)
2026-08-29 04:05:43.341  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610]
2026-08-29 04:05:43.344  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:43.344  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:05:43.344  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b53e9a2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ad3bd85, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70301eeb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@506036ba, containsSubquery=false)
2026-08-29 04:05:43.344  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610]
2026-08-29 04:05:43.347  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:43.347  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:05:43.347  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@383ca95c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69389d07, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ad80384, containsSubquery=false)
2026-08-29 04:05:43.347  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610, PAY]
2026-08-29 04:05:43.351  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:43.351  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 04:05:43.351  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a08b9c8, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b9b629c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@21b58c48, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73360a23, containsSubquery=true)
2026-08-29 04:05:43.351  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2085608556769476610, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 04:05:43.356  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:43.356  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:05:43.356  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@381c32a5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7bb85097, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@173ce10a, containsSubquery=false)
2026-08-29 04:05:43.356  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610, REFUND]
2026-08-29 04:05:43.365  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:43.365  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:05:43.366  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@374ad6f5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@729c1588, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@369e4374, containsSubquery=false)
2026-08-29 04:05:43.366  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2085608556769476610]
2026-08-29 04:05:43.372  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:43.372  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 04:05:43.372  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1482f407, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1d6ceac8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@59ad9ff2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@27842b82, containsSubquery=false)
2026-08-29 04:05:43.372  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2085608556769476610, 2026-08-29 00:00:00.0]
2026-08-29 04:05:43.379  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:43.379  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 04:05:43.379  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3540c398, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1361bab7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@153f4b62, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ad5a45d, containsSubquery=false)
2026-08-29 04:05:43.380  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2085608556769476610, UPPER, 0]
2026-08-29 04:05:43.389  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:43.389  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:05:43.389  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1aff88e7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4d5f20a9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@568f90ce, containsSubquery=false)
2026-08-29 04:05:43.389  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2085608556769476610]
2026-08-29 04:05:43.393  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:43.393  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:05:43.393  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@54503a1b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ef3d9bf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7877f88b, containsSubquery=false)
2026-08-29 04:05:43.393  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2085608556769476610]
2026-08-29 04:05:43.398  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:43.398  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:05:43.398  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5df47479, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a007cec, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@af2beab, containsSubquery=false)
2026-08-29 04:05:43.398  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2085608556769476610]
2026-08-29 04:05:43.404  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:43.404  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:05:43.404  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@30304bb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c9be596, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58513b0d, containsSubquery=false)
2026-08-29 04:05:43.404  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2085608556769476610]
2026-08-29 04:05:43.407  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:43.407  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:05:43.408  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@75f0ea0c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24282eec, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46fd042f, containsSubquery=false)
2026-08-29 04:05:43.408  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2085608556769476610]
2026-08-29 04:05:43.413  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:43.413  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:05:43.413  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@47f7bbe7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6905034a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4542b3b5, containsSubquery=false)
2026-08-29 04:05:43.414  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2085608556769476610]
2026-08-29 04:05:43.420  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:43.420  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 04:05:43.420  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b6f21db, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@31bca0e8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61337271, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@69cda838, containsSubquery=false)
2026-08-29 04:05:43.420  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2085608556769476610, false]
2026-08-29 04:05:43.427  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:43.428  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 04:05:43.428  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66e44707, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20ead1e8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@246231a5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@549a57b5, containsSubquery=false)
2026-08-29 04:05:43.428  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2085608556769476610]
2026-08-29 04:05:43.432  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:43.432  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:05:43.432  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49bcd8ac, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f9d09d1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6be95c05, containsSubquery=false)
2026-08-29 04:05:43.432  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2085608556769476610]
2026-08-29 04:05:43.438  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:43.438  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 04:05:43.438  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d5ec210, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e6c6c9b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@fc40427, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5e8a5838, containsSubquery=false)
2026-08-29 04:05:43.438  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2085608556769476610]
2026-08-29 04:05:43.441  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:43.441  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 04:05:43.441  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22bbff, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@74aaa7f2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@786d6ac7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@402b309f, containsSubquery=false)
2026-08-29 04:05:43.441  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 04:05:43.44, 2026-08-29 04:05:43.44, 2026-08-29 04:05:43.44]
2026-08-29 04:05:43.448  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:43.448  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 04:05:43.448  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@384f4568, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2aa3e624, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@33158427, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@52015ebe, containsSubquery=false)
2026-08-29 04:05:43.448  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2085608556769476610]
2026-08-29 04:05:43.451  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:43.451  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:05:43.451  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d323213, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1da7c93b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@450b809f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a500f6b, containsSubquery=false)
2026-08-29 04:05:43.451  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2085608556769476610, TIANQUE, false]
2026-08-29 04:05:43.453  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:43.453  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:05:43.453  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13172e6e, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@70e8cc2d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ae9ae0c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a0e1ac0, containsSubquery=false)
2026-08-29 04:05:43.453  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2085608556769476610, TIANQUE, false]
2026-08-29 04:05:43.467  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:43.467  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 04:05:43.467  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ee8cf50, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d48f441, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@138dd9e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@24297b2, containsSubquery=false)
2026-08-29 04:05:43.467  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2085608556769476610]
2026-08-29 04:05:43.536  WARN 2467003 --- [http-nio-8804-exec-16] c.l.m.s.s.IndexStatisticsServiceImpl     : 店铺首页账户余额查询失败 storeId相关 mno=399260810032306 err=File not exist: /ecommerce/seller-ceshi/data/keys/tianque/pri.key
2026-08-29 04:05:43.538  WARN 2467003 --- [http-nio-8804-exec-16] c.l.m.s.s.IndexStatisticsServiceImpl     : 店铺首页分账金额查询失败 mno=399260810032306 err=File not exist: /ecommerce/seller-ceshi/data/keys/tianque/pri.key
2026-08-29 04:05:43.631  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:43.631  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 04:05:43.631  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@467e5a58, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@57662fcf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55c20570, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1130f2bd, containsSubquery=false)
2026-08-29 04:05:43.631  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [18367394316]
2026-08-29 04:05:43.708  INFO 2467003 --- [http-nio-8804-exec-17] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2085608556769476610
2026-08-29 04:05:43.709  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:43.709  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 04:05:43.709  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d75ccd, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6294658d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7427d678, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c36d61, containsSubquery=false)
2026-08-29 04:05:43.709  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2085608556769476610]
2026-08-29 04:05:43.717  INFO 2467003 --- [http-nio-8804-exec-17] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1786587724, appId=6a7d2a4de4b0dfa55a9303bc, name=汇成商贸Jeepay
2026-08-29 04:05:44.142  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:44.143  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:05:44.143  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a98e206, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f1f700b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35bf16c8, containsSubquery=false)
2026-08-29 04:05:44.143  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2085608556769476610]
2026-08-29 04:05:44.159  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:44.160  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select s.store_logo,s.member_name,s.store_name,s.store_disable,s.self_operated,s.store_address_detail,s.store_address_path,s.store_address_id_path,s.store_center,s.store_desc,s.yzf_sign,s.yzf_mp_sign,d.* from li_store s left join li_store_detail d on s.id=d.store_id where s.id=?
2026-08-29 04:05:44.160  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e0963e8, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.of(s)), Table(name=li_store_detail, alias=Optional.of(d))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=202, distinctRow=false, projections=[ColumnProjection(owner=s, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=s, name=member_name, alias=Optional.absent()), ColumnProjection(owner=s, name=store_name, alias=Optional.absent()), ColumnProjection(owner=s, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=s, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=s, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=s, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=s, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=s, name=store_center, alias=Optional.absent()), ColumnProjection(owner=s, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=s, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=s, name=yzf_mp_sign, alias=Optional.absent()), ShorthandProjection(owner=Optional.of(d))], columnLabels=[store_logo, member_name, store_name, store_disable, self_operated, store_address_detail, store_address_path, store_address_id_path, store_center, store_desc, yzf_sign, yzf_mp_sign, id, company_address, company_address_id_path, company_address_path, company_email, company_name, company_phone, dd_code, employee_num, goods_management_category, legal_id, legal_name, legal_photo, licence_photo, license_num, link_name, link_phone, registered_capital, scope, settlement_bank_account_name, settlement_bank_account_num, settlement_bank_branch_name, settlement_bank_joint_name, store_id, store_name, stock_warning, settlement_cycle, sales_consignee_address_id, sales_consignee_address_path, sales_consignee_detail, sales_consignee_mobile, sales_consignee_name, settlement_day, sales_consignor_address_id, sales_consignor_address_path, sales_consignor_detail, sales_consignor_mobile, sales_consignor_name, app_secret_key, merchant_number, app_merchant_key]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6acccb7b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@391743ef, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3d0f70c, containsSubquery=false)
2026-08-29 04:05:44.161  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select s.store_logo,s.member_name,s.store_name,s.store_disable,s.self_operated,s.store_address_detail,s.store_address_path,s.store_address_id_path,s.store_center,s.store_desc,s.yzf_sign,s.yzf_mp_sign,d.* from li_store s left join li_store_detail d on s.id=d.store_id where s.id=? ::: [2085608556769476610]
2026-08-29 04:05:44.359  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:44.359  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_type,mcc,region,bank,license_ocr,front_ocr,back_ocr,bank_ocr,jinjian_queue_status,jinjian_queue_message,ocr_status,ocr_message,profit_sharing_status,profit_sharing_message,profit_sharing_sign_url,real_name_auth_status,real_name_auth_message,real_name_auth_url,bank_pic,store_name,store_phone,store_location,store_desc,store_logo,store_email,store_id,store_indoor,store_outdoor,bank_name,account_number,account_name,license_path,front_path,back_path,food_license_path,food_product_path,brand_path,attachement_path,store_status,member_id,remark,contact_name,created_time,audit_time  FROM li_store_apply      WHERE  (store_id = ?) ORDER BY created_time DESC LIMIT 1
2026-08-29 04:05:44.359  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@68a53307, tablesContext=TablesContext(tables=[Table(name=li_store_apply, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=595, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_type, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=bank, alias=Optional.absent()), ColumnProjection(owner=null, name=license_ocr, alias=Optional.absent()), ColumnProjection(owner=null, name=front_ocr, alias=Optional.absent()), ColumnProjection(owner=null, name=back_ocr, alias=Optional.absent()), ColumnProjection(owner=null, name=bank_ocr, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_queue_status, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_queue_message, alias=Optional.absent()), ColumnProjection(owner=null, name=ocr_status, alias=Optional.absent()), ColumnProjection(owner=null, name=ocr_message, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_message, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=real_name_auth_status, alias=Optional.absent()), ColumnProjection(owner=null, name=real_name_auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=real_name_auth_url, alias=Optional.absent()), ColumnProjection(owner=null, name=bank_pic, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_phone, alias=Optional.absent()), ColumnProjection(owner=null, name=store_location, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_email, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_indoor, alias=Optional.absent()), ColumnProjection(owner=null, name=store_outdoor, alias=Optional.absent()), ColumnProjection(owner=null, name=bank_name, alias=Optional.absent()), ColumnProjection(owner=null, name=account_number, alias=Optional.absent()), ColumnProjection(owner=null, name=account_name, alias=Optional.absent()), ColumnProjection(owner=null, name=license_path, alias=Optional.absent()), ColumnProjection(owner=null, name=front_path, alias=Optional.absent()), ColumnProjection(owner=null, name=back_path, alias=Optional.absent()), ColumnProjection(owner=null, name=food_license_path, alias=Optional.absent()), ColumnProjection(owner=null, name=food_product_path, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_path, alias=Optional.absent()), ColumnProjection(owner=null, name=attachement_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_status, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=contact_name, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent())], columnLabels=[id, store_type, mcc, region, bank, license_ocr, front_ocr, back_ocr, bank_ocr, jinjian_queue_status, jinjian_queue_message, ocr_status, ocr_message, profit_sharing_status, profit_sharing_message, profit_sharing_sign_url, real_name_auth_status, real_name_auth_message, real_name_auth_url, bank_pic, store_name, store_phone, store_location, store_desc, store_logo, store_email, store_id, store_indoor, store_outdoor, bank_name, account_number, account_name, license_path, front_path, back_path, food_license_path, food_product_path, brand_path, attachement_path, store_status, member_id, remark, contact_name, created_time, audit_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f537b34, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@268fab9d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@51d7b793, containsSubquery=false)
2026-08-29 04:05:44.359  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_type,mcc,region,bank,license_ocr,front_ocr,back_ocr,bank_ocr,jinjian_queue_status,jinjian_queue_message,ocr_status,ocr_message,profit_sharing_status,profit_sharing_message,profit_sharing_sign_url,real_name_auth_status,real_name_auth_message,real_name_auth_url,bank_pic,store_name,store_phone,store_location,store_desc,store_logo,store_email,store_id,store_indoor,store_outdoor,bank_name,account_number,account_name,license_path,front_path,back_path,food_license_path,food_product_path,brand_path,attachement_path,store_status,member_id,remark,contact_name,created_time,audit_time  FROM li_store_apply      WHERE  (store_id = ?) ORDER BY created_time DESC LIMIT 1 ::: [2085608556769476610]
2026-08-29 04:05:45.468  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:45.468  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:05:45.468  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22d2d0cc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4655be12, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@46eccbb4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@489c685e, containsSubquery=false)
2026-08-29 04:05:45.468  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:05:45.848  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:45.848  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:05:45.848  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512551d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b722a2a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47637f10, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4710dec4, containsSubquery=false)
2026-08-29 04:05:45.848  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610]
2026-08-29 04:05:45.851  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:45.851  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:05:45.851  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b53e9a2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6040f2a5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2167f697, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@415b3cf2, containsSubquery=false)
2026-08-29 04:05:45.851  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610]
2026-08-29 04:05:45.852  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:45.852  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:05:45.852  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@41f40881, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@792f0ecd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50df8ac9, containsSubquery=false)
2026-08-29 04:05:45.852  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2085608556769476610]
2026-08-29 04:05:45.853  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:45.853  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:05:45.853  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@38ad7212, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20097559, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@766fbd66, containsSubquery=false)
2026-08-29 04:05:45.853  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610, PAY]
2026-08-29 04:05:45.857  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:45.858  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 04:05:45.858  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1482f407, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28b2cd0c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4979311, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@164ee6b1, containsSubquery=false)
2026-08-29 04:05:45.858  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2085608556769476610, 2026-08-29 00:00:00.0]
2026-08-29 04:05:45.859  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:45.859  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 04:05:45.859  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a08b9c8, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@645f0717, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@50b9e43, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@413cf816, containsSubquery=true)
2026-08-29 04:05:45.859  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2085608556769476610, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 04:05:45.864  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:45.864  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:05:45.864  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b403ff6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4d1a96c0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f2b674c, containsSubquery=false)
2026-08-29 04:05:45.864  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610, REFUND]
2026-08-29 04:05:45.865  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:45.865  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 04:05:45.865  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3540c398, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e3571a2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@faf79bb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@573f0d26, containsSubquery=false)
2026-08-29 04:05:45.865  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2085608556769476610, UPPER, 0]
2026-08-29 04:05:45.874  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:45.875  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:05:45.875  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@23684370, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c912c06, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@492d763, containsSubquery=false)
2026-08-29 04:05:45.875  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2085608556769476610]
2026-08-29 04:05:45.880  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:45.881  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:05:45.881  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43fd1e5d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51c6f08e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c5e609f, containsSubquery=false)
2026-08-29 04:05:45.881  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2085608556769476610]
2026-08-29 04:05:45.887  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:45.887  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:05:45.887  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@68024588, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@37078a8f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@169f795, containsSubquery=false)
2026-08-29 04:05:45.887  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2085608556769476610]
2026-08-29 04:05:45.892  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:45.892  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:05:45.892  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a4be0d6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4507355, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4bc1ab6, containsSubquery=false)
2026-08-29 04:05:45.893  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2085608556769476610]
2026-08-29 04:05:45.899  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:45.899  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:05:45.899  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4dadda0a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29a000a3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30a40422, containsSubquery=false)
2026-08-29 04:05:45.899  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2085608556769476610]
2026-08-29 04:05:45.906  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:45.906  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:05:45.906  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@76ccb8ac, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@66d93743, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6dfb94f2, containsSubquery=false)
2026-08-29 04:05:45.906  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2085608556769476610]
2026-08-29 04:05:45.912  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:45.912  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 04:05:45.912  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b6f21db, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e45d7bf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3fa88e81, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17d5b458, containsSubquery=false)
2026-08-29 04:05:45.912  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2085608556769476610, false]
2026-08-29 04:05:45.916  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:45.917  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 04:05:45.917  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66e44707, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@21315653, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1bfc5159, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@174055de, containsSubquery=false)
2026-08-29 04:05:45.917  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2085608556769476610]
2026-08-29 04:05:45.922  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:45.922  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:05:45.922  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2fa3e9bf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a58b730, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6577b69a, containsSubquery=false)
2026-08-29 04:05:45.922  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2085608556769476610]
2026-08-29 04:05:45.926  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:45.926  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 04:05:45.926  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d5ec210, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c489070, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@44d32605, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5233f772, containsSubquery=false)
2026-08-29 04:05:45.926  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2085608556769476610]
2026-08-29 04:05:45.928  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:45.928  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 04:05:45.928  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22bbff, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c9f462, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b0c1bae, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e053f45, containsSubquery=false)
2026-08-29 04:05:45.928  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 04:05:45.927, 2026-08-29 04:05:45.928, 2026-08-29 04:05:45.928]
2026-08-29 04:05:45.935  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:45.935  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 04:05:45.935  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@384f4568, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6fd8d2cf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28e03766, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a9ef17d, containsSubquery=false)
2026-08-29 04:05:45.935  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2085608556769476610]
2026-08-29 04:05:45.938  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:45.938  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:05:45.938  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d323213, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7dfa7f88, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20b26c53, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@234b50a7, containsSubquery=false)
2026-08-29 04:05:45.938  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2085608556769476610, TIANQUE, false]
2026-08-29 04:05:45.942  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:45.942  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:05:45.942  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13172e6e, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2bd6661a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5261c5af, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f57222a, containsSubquery=false)
2026-08-29 04:05:45.942  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2085608556769476610, TIANQUE, false]
2026-08-29 04:05:45.945  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:45.945  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 04:05:45.945  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ee8cf50, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79b32053, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4fc30b3d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e58daa5, containsSubquery=false)
2026-08-29 04:05:45.945  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2085608556769476610]
2026-08-29 04:05:45.948  WARN 2467003 --- [http-nio-8804-exec-22] c.l.m.s.s.IndexStatisticsServiceImpl     : 店铺首页账户余额查询失败 storeId相关 mno=399260810032306 err=File not exist: /ecommerce/seller-ceshi/data/keys/tianque/pri.key
2026-08-29 04:05:45.948  WARN 2467003 --- [http-nio-8804-exec-22] c.l.m.s.s.IndexStatisticsServiceImpl     : 店铺首页分账金额查询失败 mno=399260810032306 err=File not exist: /ecommerce/seller-ceshi/data/keys/tianque/pri.key
2026-08-29 04:05:48.640  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:48.641  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?)
2026-08-29 04:05:48.641  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c8bb872, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@27ac2009, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b5bb899, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7a676e63, containsSubquery=false)
2026-08-29 04:05:48.641  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?) ::: [2085608556769476610, EXCHANGE]
2026-08-29 04:05:54.593  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:54.593  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:05:54.594  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@553dde14, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@11f376da, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c40c949, containsSubquery=false)
2026-08-29 04:05:54.594  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2085608556769476610]
2026-08-29 04:05:54.596  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:54.596  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:05:54.596  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@536e2c08, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@192eadad, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40fb5993, containsSubquery=false)
2026-08-29 04:05:54.596  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [2083825290233057295]
2026-08-29 04:05:54.598  INFO 2467003 --- [http-nio-8804-exec-23] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_payment_packages memberId=2083825290233057295, current=1, pageSize=100
2026-08-29 04:05:54.599  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:54.599  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:05:54.599  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@592c6651, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43818b26, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2875da08, containsSubquery=false)
2026-08-29 04:05:54.599  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [2083825290233057295]
2026-08-29 04:05:54.602  INFO 2467003 --- [http-nio-8804-exec-23] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_payment_packages, guoId=107526, query={current=1, pageSize=100}, body=null
2026-08-29 04:05:56.003  INFO 2467003 --- [http-nio-8804-exec-23] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body=[{"add":0.4,"already":12,"av":1,"days":42,"duration":"0.4积","hold":12,"max":12,"name":"一星体验店铺","price":"10积分","receive":1,"shouyi":"0.04","suanli":"0.24","xiaofei":"0.01"},{"add":4.1,"already":7,"av":10,"days":44,"duration":"4.1积","hold":123,"max":7,"name":"二星体验店铺","price":"100积分","receive":2,"shouyi":"0.42","suanli":"2.27","xiaofei":"0.10"},{"add":22,"already":2,"av":50,"days":36,"duration":"22积","hold":660,"max":2,"name":"三星体验店铺","price":"500积分","receive":3,"shouyi":"3.56","suanli":"13.89","xiaofei":"0.89"},{"add":42,"already":3,"av":100,"days":42,"duration":"42积","hold":1260,"max":3,"name":"四星体验店铺","price":"1000积分","receive":4,"shouyi":"4.95","suanli":"23.81","xiaofei":"1.24"},{"add":126,"already":1,"av":300,"days":35,"duration":"126积","hold":3780,"max":1,"name":"五星体验店铺","price":"3000积分","receive":4,"shouyi":"17.83","suanli":"85.71","xiaofei":"4.46"},{"add":212,"already":0,"av":500,"days":30,"duration":"212积","hold":6360,"max":2,"name":"六星体验店铺","price":"5000积分","receive":5,"shouyi":"36.27","suanli":"166.67","xiaofei":"9.07"},{"add":427,"already":0,"av":1000,"days":30,"duration":"427积","hold":12810,"max":1,"name":"七星体验店铺","price":"10000积分","receive":5,"shouyi":"74.93","suanli":"333.33","xiaofei":"18.73"},{"add":1290,"already":0,"av":3000,"days":30,"duration":"1290积","hold":38700,"max":1,"name":"形象店铺","price":"30000积分","receive":6,"shouyi":"232.00","suanli":"1000.00","xiaofei":"58.00"},{"add":0,"already":0,"av":0,"days":30,"duration":"无效积分","hold":0,"max":0,"name":"无效积分","price":"无效积分","receive":0,"shouyi":"0.00","suanli":"0.00","xiaofei":"0.00"}]
2026-08-29 04:05:56.919  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:56.919  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (store_id = ? AND market_enable = ? AND quantity > ?)
2026-08-29 04:05:56.919  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@558cc22, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69308c9c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7852a6a8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a59a9cd, containsSubquery=false)
2026-08-29 04:05:56.919  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (store_id = ? AND market_enable = ? AND quantity > ?) ::: [2085608556769476610, UPPER, 0]
2026-08-29 04:05:56.922  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:05:56.922  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity > ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 04:05:56.923  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5960512f, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=523, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6923f4e8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e233fc0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@155f7f3d, containsSubquery=false)
2026-08-29 04:05:56.923  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity > ?) ORDER BY create_time DESC LIMIT ? ::: [2085608556769476610, UPPER, 0, 20]
2026-08-29 04:06:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2308
2026-08-29 04:06:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:06:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:06:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:06:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:06:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:06:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:06:05.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7e87b0bb(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 04:06:05.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:06:05.506  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:05.506  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:06:05.506  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@692f740e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58255208, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@37a3af48, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b806196, containsSubquery=false)
2026-08-29 04:06:05.506  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:06:07.866  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:07.866  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 04:06:07.866  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8246a3d, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c0c8e9e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d214b36, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4a6ae6c6, containsSubquery=false)
2026-08-29 04:06:07.866  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2085608556774000202]
2026-08-29 04:06:07.870  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:07.870  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?)
2026-08-29 04:06:07.870  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7673ff86, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@739acc81, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e5b58e2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@287d49f3, containsSubquery=false)
2026-08-29 04:06:07.870  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?) ::: [2085608556774000202, CLOSED, REJECTED, 2026-08-29 05:06:00.0, 2026-08-29 04:06:00.0]
2026-08-29 04:06:07.878 ERROR 2467003 --- [http-nio-8804-exec-26] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[ServiceException]:47012-商品参与活动时间有重复

cn.lili.common.exception.ServiceException: null
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.checkTimeOverlap(PointsActivityServiceImpl.java:1000)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:115)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$a12ee17.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 04:06:10.442  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:10.442  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?)
2026-08-29 04:06:10.442  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c8bb872, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f46ed49, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5cd2a832, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3fbe2d51, containsSubquery=false)
2026-08-29 04:06:10.443  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?) ::: [2085608556769476610, EXCHANGE]
2026-08-29 04:06:11.181  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:11.181  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?)
2026-08-29 04:06:11.181  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a65e132, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1fb5f3f0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1937830a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@27fa0cf1, containsSubquery=false)
2026-08-29 04:06:11.181  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?) ::: [2085608556769476610, GIFT, HASHRATE]
2026-08-29 04:06:11.185  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:11.185  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 04:06:11.185  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d90b172, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35242a15, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@424e25c4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4634ba28, containsSubquery=false)
2026-08-29 04:06:11.185  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ? ::: [2085608556769476610, GIFT, HASHRATE, 10]
2026-08-29 04:06:11.231  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:11.231  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id
2026-08-29 04:06:11.231  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1571b516, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.of(o))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=382, distinctRow=false, projections=[ColumnProjection(owner=o, name=activity_id, alias=Optional.of(activityId)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='FROZEN'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(pendingPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='CLAIMED'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(earnedPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_statusIN('FROZEN','CLAIMED')THENIFNULL(o.num,0)ELSE0END),0), alias=Optional.of(soldNum))], columnLabels=[activityId, pendingPoints, earnedPoints, soldNum]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7708d073, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d90b34c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2424c1f8, containsSubquery=true)
2026-08-29 04:06:11.231  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id ::: [2093289077356023809, 2093286679338278914, 2093278268064260098]
2026-08-29 04:06:11.252  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:11.253  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:06:11.253  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35ed15fc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@374439b8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@237ef04e, containsSubquery=false)
2026-08-29 04:06:11.253  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093289077356023809]
2026-08-29 04:06:11.275  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:11.275  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:06:11.276  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1bbc149f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f947b26, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@795d75d8, containsSubquery=false)
2026-08-29 04:06:11.276  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093286679338278914]
2026-08-29 04:06:11.287  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:11.288  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:06:11.288  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78012ade, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ae063b3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b6fa7f4, containsSubquery=false)
2026-08-29 04:06:11.288  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093278268064260098]
2026-08-29 04:06:13.614  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:13.614  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag FROM li_points_activity WHERE id=?
2026-08-29 04:06:13.614  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@587d6eb5, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=401, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ce6a340, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a4db8da, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5b2734b0, containsSubquery=false)
2026-08-29 04:06:13.614  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag FROM li_points_activity WHERE id=? ::: [2093289077356023809]
2026-08-29 04:06:13.624  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:13.624  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: UPDATE li_points_activity  SET status=?       WHERE  (id = ? AND status = ?)
2026-08-29 04:06:13.624  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.UpdateStatement@261f7e84, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:06:13.624  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: UPDATE li_points_activity  SET status=?       WHERE  (id = ? AND status = ?) ::: [CLOSED, 2093289077356023809, STARTED]
2026-08-29 04:06:13.954  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:13.954  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?)
2026-08-29 04:06:13.954  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a65e132, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a3d8f0e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c6e9472, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e7fd3f1, containsSubquery=false)
2026-08-29 04:06:13.954  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?) ::: [2085608556769476610, GIFT, HASHRATE]
2026-08-29 04:06:13.957  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:13.957  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 04:06:13.957  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d90b172, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c61edfc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c7159da, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@120d1841, containsSubquery=false)
2026-08-29 04:06:13.957  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ? ::: [2085608556769476610, GIFT, HASHRATE, 10]
2026-08-29 04:06:13.960  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:13.960  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id
2026-08-29 04:06:13.960  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1571b516, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.of(o))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=382, distinctRow=false, projections=[ColumnProjection(owner=o, name=activity_id, alias=Optional.of(activityId)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='FROZEN'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(pendingPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='CLAIMED'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(earnedPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_statusIN('FROZEN','CLAIMED')THENIFNULL(o.num,0)ELSE0END),0), alias=Optional.of(soldNum))], columnLabels=[activityId, pendingPoints, earnedPoints, soldNum]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@44a1df3e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4218e1f9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@38ad36eb, containsSubquery=true)
2026-08-29 04:06:13.960  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id ::: [2093289077356023809, 2093286679338278914, 2093278268064260098]
2026-08-29 04:06:13.973  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:13.978  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:06:13.978  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@26f10633, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@77ba7668, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@149dfae9, containsSubquery=false)
2026-08-29 04:06:13.978  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093289077356023809]
2026-08-29 04:06:13.981  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:13.981  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:06:13.981  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@24e3df9f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f523358, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7484e6b0, containsSubquery=false)
2026-08-29 04:06:13.981  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093286679338278914]
2026-08-29 04:06:13.983  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:13.983  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:06:13.983  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7718040f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@247acd3a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7f18a0ad, containsSubquery=false)
2026-08-29 04:06:13.983  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093278268064260098]
2026-08-29 04:06:15.618  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:15.619  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?)
2026-08-29 04:06:15.619  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a65e132, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@674232b0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@251a5c0d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a0b8d1c, containsSubquery=false)
2026-08-29 04:06:15.619  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?) ::: [2085608556769476610, GIFT, HASHRATE]
2026-08-29 04:06:18.680  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:18.681  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?)
2026-08-29 04:06:18.681  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c8bb872, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ccd7799, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@224d4b8a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@998a080, containsSubquery=false)
2026-08-29 04:06:18.681  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?) ::: [2085608556769476610, EXCHANGE]
2026-08-29 04:06:20.935  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:20.935  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:06:20.935  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6192c9d3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4da2b219, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18f9cf80, containsSubquery=false)
2026-08-29 04:06:20.935  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2085608556769476610]
2026-08-29 04:06:20.937  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:20.938  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:06:20.938  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5e674876, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@83409f5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4dccb602, containsSubquery=false)
2026-08-29 04:06:20.938  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [2083825290233057295]
2026-08-29 04:06:20.940  INFO 2467003 --- [http-nio-8804-exec-33] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_payment_packages memberId=2083825290233057295, current=1, pageSize=100
2026-08-29 04:06:20.941  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:20.941  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:06:20.941  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f3a8e1d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@476e495e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@288aa600, containsSubquery=false)
2026-08-29 04:06:20.941  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [2083825290233057295]
2026-08-29 04:06:20.943  INFO 2467003 --- [http-nio-8804-exec-33] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_payment_packages, guoId=107526, query={current=1, pageSize=100}, body=null
2026-08-29 04:06:21.680  INFO 2467003 --- [http-nio-8804-exec-33] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body=[{"add":0.4,"already":12,"av":1,"days":42,"duration":"0.4积","hold":12,"max":12,"name":"一星体验店铺","price":"10积分","receive":1,"shouyi":"0.04","suanli":"0.24","xiaofei":"0.01"},{"add":4.1,"already":7,"av":10,"days":44,"duration":"4.1积","hold":123,"max":7,"name":"二星体验店铺","price":"100积分","receive":2,"shouyi":"0.42","suanli":"2.27","xiaofei":"0.10"},{"add":22,"already":2,"av":50,"days":36,"duration":"22积","hold":660,"max":2,"name":"三星体验店铺","price":"500积分","receive":3,"shouyi":"3.56","suanli":"13.89","xiaofei":"0.89"},{"add":42,"already":3,"av":100,"days":42,"duration":"42积","hold":1260,"max":3,"name":"四星体验店铺","price":"1000积分","receive":4,"shouyi":"4.95","suanli":"23.81","xiaofei":"1.24"},{"add":126,"already":1,"av":300,"days":35,"duration":"126积","hold":3780,"max":1,"name":"五星体验店铺","price":"3000积分","receive":4,"shouyi":"17.83","suanli":"85.71","xiaofei":"4.46"},{"add":212,"already":0,"av":500,"days":30,"duration":"212积","hold":6360,"max":2,"name":"六星体验店铺","price":"5000积分","receive":5,"shouyi":"36.27","suanli":"166.67","xiaofei":"9.07"},{"add":427,"already":0,"av":1000,"days":30,"duration":"427积","hold":12810,"max":1,"name":"七星体验店铺","price":"10000积分","receive":5,"shouyi":"74.93","suanli":"333.33","xiaofei":"18.73"},{"add":1290,"already":0,"av":3000,"days":30,"duration":"1290积","hold":38700,"max":1,"name":"形象店铺","price":"30000积分","receive":6,"shouyi":"232.00","suanli":"1000.00","xiaofei":"58.00"},{"add":0,"already":0,"av":0,"days":30,"duration":"无效积分","hold":0,"max":0,"name":"无效积分","price":"无效积分","receive":0,"shouyi":"0.00","suanli":"0.00","xiaofei":"0.00"}]
2026-08-29 04:06:21.806  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:21.806  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (store_id = ? AND market_enable = ? AND quantity > ?)
2026-08-29 04:06:21.806  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@558cc22, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b893f96, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@48a46c3a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@20598100, containsSubquery=false)
2026-08-29 04:06:21.806  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (store_id = ? AND market_enable = ? AND quantity > ?) ::: [2085608556769476610, UPPER, 0]
2026-08-29 04:06:21.809  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:21.809  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity > ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 04:06:21.809  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5960512f, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=523, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@16879fa4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7aba5df5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15682703, containsSubquery=false)
2026-08-29 04:06:21.809  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity > ?) ORDER BY create_time DESC LIMIT ? ::: [2085608556769476610, UPPER, 0, 20]
2026-08-29 04:06:25.476  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:25.476  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:06:25.476  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@35597ce3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2d42c4b4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8006f80, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30076d93, containsSubquery=false)
2026-08-29 04:06:25.476  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:06:33.808  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:33.808  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 04:06:33.808  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8246a3d, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1773854d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ff58849, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@70afc942, containsSubquery=false)
2026-08-29 04:06:33.808  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2085608556774000202]
2026-08-29 04:06:33.811  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:33.811  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?)
2026-08-29 04:06:33.811  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7673ff86, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55c0ede2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5babcbc1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@571c5c32, containsSubquery=false)
2026-08-29 04:06:33.811  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?) ::: [2085608556774000202, CLOSED, REJECTED, 2026-08-29 05:06:00.0, 2026-08-29 04:06:00.0]
2026-08-29 04:06:33.816  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:33.816  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,    ?, ?, ?, ?, ?, ?,      ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:06:33.816  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@3130a1ff, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, frozen_points_total, gifted_points, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=26, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=365, stopIndex=365, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=368, stopIndex=368, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=371, stopIndex=371, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=374, stopIndex=374, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=377, stopIndex=377, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=380, stopIndex=380, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=383, stopIndex=383, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=386, stopIndex=386, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=389, stopIndex=389, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=392, stopIndex=392, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=395, stopIndex=395, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=398, stopIndex=398, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=401, stopIndex=401, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=404, stopIndex=404, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=410, stopIndex=410, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=413, stopIndex=413, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=433, stopIndex=433, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=436, stopIndex=436, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=439, stopIndex=439, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=442, stopIndex=442, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=25)], parameters=[2093520651947339778, 2085608556769476610, 汇成, GIFT, 300, HASHRATE, PENDING_AUDIT, 2085608556774000201, 2085608556774000202, 分账测试1元-汇成,  默认, https://maite-duanju.oss-cn-beijing.aliyuncs.com/STORE/1376417684140326912/default/c3231fce501f40f38c9fe83a97fd29b3.png?x-oss-process=style/400X400, 1.0, FZHC001, 10, 1, 1, 1, 2026-08-29 04:06:00.0, 2026-08-29 05:06:00.0, 10, 0, 18367394316, 2026-08-29 04:06:33.815, 2026-08-29 04:06:33.815, false])])
2026-08-29 04:06:33.816  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093520651947339778, 2085608556769476610, 汇成, GIFT, 300, HASHRATE, PENDING_AUDIT, 2085608556774000201, 2085608556774000202, 分账测试1元-汇成,  默认, https://maite-duanju.oss-cn-beijing.aliyuncs.com/STORE/1376417684140326912/default/c3231fce501f40f38c9fe83a97fd29b3.png?x-oss-process=style/400X400, 1.0, FZHC001, 10, 1, 1, 1, 2026-08-29 04:06:00.0, 2026-08-29 05:06:00.0, 10, 0, 18367394316, 2026-08-29 04:06:33.815, 2026-08-29 04:06:33.815, false]
2026-08-29 04:06:33.819  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:33.819  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?)
2026-08-29 04:06:33.819  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@3c29f2a8, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:06:33.819  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ::: [2093520651947339778]
2026-08-29 04:06:33.824  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:33.824  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:06:33.824  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093520651976564736, 2093520651947339778, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 18367394316, 2026-08-29 04:06:33.823, 2026-08-29 04:06:33.823, false])])
2026-08-29 04:06:33.824  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093520651976564736, 2093520651947339778, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 18367394316, 2026-08-29 04:06:33.823, 2026-08-29 04:06:33.823, false]
2026-08-29 04:06:33.827  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:33.827  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:06:33.827  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1962df96, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1f2a5bff, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1db12c09, containsSubquery=false)
2026-08-29 04:06:33.827  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2085608556769476610]
2026-08-29 04:06:33.829  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:33.829  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:06:33.829  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@641ad137, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29229be8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3d672ba1, containsSubquery=false)
2026-08-29 04:06:33.829  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [2083825290233057295]
2026-08-29 04:06:33.831  INFO 2467003 --- [http-nio-8804-exec-39] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=2083825290233057295
2026-08-29 04:06:33.832  INFO 2467003 --- [http-nio-8804-exec-39] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=107526, query=null, body=null
2026-08-29 04:06:33.979  INFO 2467003 --- [http-nio-8804-exec-39] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"33.84","shouyi":"999699.00","xiaofei":"1000045.56","liudong":"1000193.00"}
2026-08-29 04:06:33.980  INFO 2467003 --- [http-nio-8804-exec-39] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=2083825290233057295
2026-08-29 04:06:33.980  INFO 2467003 --- [http-nio-8804-exec-39] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=107526, query=null, body=null
2026-08-29 04:06:34.267  INFO 2467003 --- [http-nio-8804-exec-39] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":682,"total":0,"xiao":0}
2026-08-29 04:06:34.267  INFO 2467003 --- [http-nio-8804-exec-39] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa subtract_jifen memberId=2083825290233057295, amount=10.00, currency_type=流动积分
2026-08-29 04:06:34.268  INFO 2467003 --- [http-nio-8804-exec-39] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa POST url=https://ut.ioevisa.com/api/subtract_jifen, guoId=107526, query=null, body={"amount":"10.00","currency_type":"流动积分","description":"发布算力包活动【分账测试1元-汇成】"}
2026-08-29 04:06:34.485  INFO 2467003 --- [http-nio-8804-exec-39] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"error":0,"msg":"成功"}
2026-08-29 04:06:34.485  INFO 2467003 --- [http-nio-8804-exec-39] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=2083825290233057295
2026-08-29 04:06:34.485  INFO 2467003 --- [http-nio-8804-exec-39] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=107526, query=null, body=null
2026-08-29 04:06:34.617  INFO 2467003 --- [http-nio-8804-exec-39] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"33.84","shouyi":"999699.00","xiaofei":"1000045.56","liudong":"1000183.00"}
2026-08-29 04:06:34.617  INFO 2467003 --- [http-nio-8804-exec-39] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=2083825290233057295
2026-08-29 04:06:34.617  INFO 2467003 --- [http-nio-8804-exec-39] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=107526, query=null, body=null
2026-08-29 04:06:34.702  INFO 2467003 --- [http-nio-8804-exec-39] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":682,"total":0,"xiao":0}
2026-08-29 04:06:34.708  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:34.708  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_member_points_history  ( id, create_by, create_time, member_id, member_name, point, before_point, variable_point, content, biz_no, change_type, frozen_point, point_type, point_bucket )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?  )
2026-08-29 04:06:34.708  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@fcdbfa4, tablesContext=TablesContext(tables=[Table(name=li_member_points_history, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, create_by, create_time, member_id, member_name, point, before_point, variable_point, content, biz_no, change_type, frozen_point, point_type, point_bucket], insertValueContexts=[InsertValueContext(parametersCount=14, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=211, stopIndex=211, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=214, stopIndex=214, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=217, stopIndex=217, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=220, stopIndex=220, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=223, stopIndex=223, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=226, stopIndex=226, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=229, stopIndex=229, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=232, stopIndex=232, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=235, stopIndex=235, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=238, stopIndex=238, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=241, stopIndex=241, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=244, stopIndex=244, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=247, stopIndex=247, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=250, stopIndex=250, parameterMarkerIndex=13)], parameters=[2093520655680270338, 18367394316, 2026-08-29 04:06:34.707, 2083825290233057295, 18367394316, 1000183.0, 1000193.0, 10.0, 发布算力包活动【分账测试1元-汇成】, 2093520651947339778, AVAILABLE_DECREASE, 0, REDUCE, FLOW])])
2026-08-29 04:06:34.708  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_member_points_history  ( id, create_by, create_time, member_id, member_name, point, before_point, variable_point, content, biz_no, change_type, frozen_point, point_type, point_bucket )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093520655680270338, 18367394316, 2026-08-29 04:06:34.707, 2083825290233057295, 18367394316, 1000183.0, 1000193.0, 10.0, 发布算力包活动【分账测试1元-汇成】, 2093520651947339778, AVAILABLE_DECREASE, 0, REDUCE, FLOW]
2026-08-29 04:06:34.711  INFO 2467003 --- [http-nio-8804-exec-39] c.l.m.m.s.MemberPointWalletServiceImpl   : 远程积分流水 memberId=2083825290233057295 bucket=FLOW - 10.0 before=1000193.0 after=1000183.0 bizNo=2093520651947339778
2026-08-29 04:06:34.712  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:34.712  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:06:34.712  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7582d497, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26fe15ec, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@442cae08, containsSubquery=false)
2026-08-29 04:06:34.712  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093520651947339778]
2026-08-29 04:06:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2309
2026-08-29 04:06:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:06:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:06:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:06:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:06:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:06:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:06:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:06:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@8989583(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 04:06:40.324  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:40.324  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:06:40.324  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5fef0dc8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@193c1af, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@435a8274, containsSubquery=false)
2026-08-29 04:06:40.325  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2085608556769476610]
2026-08-29 04:06:40.327  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:40.328  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:06:40.328  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@752adf0a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62f4baf9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@465e7092, containsSubquery=false)
2026-08-29 04:06:40.328  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [2083825290233057295]
2026-08-29 04:06:40.330  INFO 2467003 --- [http-nio-8804-exec-37] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_payment_packages memberId=2083825290233057295, current=1, pageSize=100
2026-08-29 04:06:40.330  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:40.330  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:06:40.330  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17ffdcdd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2210f450, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77a9303, containsSubquery=false)
2026-08-29 04:06:40.330  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [2083825290233057295]
2026-08-29 04:06:40.333  INFO 2467003 --- [http-nio-8804-exec-37] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_payment_packages, guoId=107526, query={current=1, pageSize=100}, body=null
2026-08-29 04:06:41.091  INFO 2467003 --- [http-nio-8804-exec-37] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body=[{"add":0.4,"already":12,"av":1,"days":42,"duration":"0.4积","hold":12,"max":12,"name":"一星体验店铺","price":"10积分","receive":1,"shouyi":"0.04","suanli":"0.24","xiaofei":"0.01"},{"add":4.1,"already":7,"av":10,"days":44,"duration":"4.1积","hold":123,"max":7,"name":"二星体验店铺","price":"100积分","receive":2,"shouyi":"0.42","suanli":"2.27","xiaofei":"0.10"},{"add":22,"already":2,"av":50,"days":36,"duration":"22积","hold":660,"max":2,"name":"三星体验店铺","price":"500积分","receive":3,"shouyi":"3.56","suanli":"13.89","xiaofei":"0.89"},{"add":42,"already":3,"av":100,"days":42,"duration":"42积","hold":1260,"max":3,"name":"四星体验店铺","price":"1000积分","receive":4,"shouyi":"4.95","suanli":"23.81","xiaofei":"1.24"},{"add":126,"already":1,"av":300,"days":35,"duration":"126积","hold":3780,"max":1,"name":"五星体验店铺","price":"3000积分","receive":4,"shouyi":"17.83","suanli":"85.71","xiaofei":"4.46"},{"add":212,"already":0,"av":500,"days":30,"duration":"212积","hold":6360,"max":2,"name":"六星体验店铺","price":"5000积分","receive":5,"shouyi":"36.27","suanli":"166.67","xiaofei":"9.07"},{"add":427,"already":0,"av":1000,"days":30,"duration":"427积","hold":12810,"max":1,"name":"七星体验店铺","price":"10000积分","receive":5,"shouyi":"74.93","suanli":"333.33","xiaofei":"18.73"},{"add":1290,"already":0,"av":3000,"days":30,"duration":"1290积","hold":38700,"max":1,"name":"形象店铺","price":"30000积分","receive":6,"shouyi":"232.00","suanli":"1000.00","xiaofei":"58.00"},{"add":0,"already":0,"av":0,"days":30,"duration":"无效积分","hold":0,"max":0,"name":"无效积分","price":"无效积分","receive":0,"shouyi":"0.00","suanli":"0.00","xiaofei":"0.00"}]
2026-08-29 04:06:41.783  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:41.784  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?)
2026-08-29 04:06:41.784  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c8bb872, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3875d0b4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@60f1a6f6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2856313f, containsSubquery=false)
2026-08-29 04:06:41.784  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?) ::: [2085608556769476610, EXCHANGE]
2026-08-29 04:06:42.420  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:42.420  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?)
2026-08-29 04:06:42.420  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a65e132, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6a15fdc9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4d9b007d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7448f2df, containsSubquery=false)
2026-08-29 04:06:42.420  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?) ::: [2085608556769476610, GIFT, HASHRATE]
2026-08-29 04:06:42.422  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:42.422  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 04:06:42.422  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d90b172, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20277d3a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@13caadeb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@41570b9d, containsSubquery=false)
2026-08-29 04:06:42.422  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ? ::: [2085608556769476610, GIFT, HASHRATE, 10]
2026-08-29 04:06:42.452  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:42.453  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id
2026-08-29 04:06:42.453  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30598be3, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.of(o))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=382, distinctRow=false, projections=[ColumnProjection(owner=o, name=activity_id, alias=Optional.of(activityId)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='FROZEN'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(pendingPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='CLAIMED'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(earnedPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_statusIN('FROZEN','CLAIMED')THENIFNULL(o.num,0)ELSE0END),0), alias=Optional.of(soldNum))], columnLabels=[activityId, pendingPoints, earnedPoints, soldNum]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d32194f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e7fbd69, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68fe3937, containsSubquery=true)
2026-08-29 04:06:42.453  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id ::: [2093520651947339778, 2093289077356023809, 2093286679338278914, 2093278268064260098]
2026-08-29 04:06:42.461  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:42.461  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:06:42.462  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5aa64458, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4388e9ba, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72378ee2, containsSubquery=false)
2026-08-29 04:06:42.462  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093520651947339778]
2026-08-29 04:06:42.464  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:42.464  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:06:42.464  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6eacad1a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20227eb3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@28c985f3, containsSubquery=false)
2026-08-29 04:06:42.465  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093289077356023809]
2026-08-29 04:06:42.467  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:42.467  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:06:42.467  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1069fe09, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@746b17ea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4f280642, containsSubquery=false)
2026-08-29 04:06:42.467  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093286679338278914]
2026-08-29 04:06:42.469  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:42.469  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:06:42.469  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@718fdf43, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e9acd26, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77e796fc, containsSubquery=false)
2026-08-29 04:06:42.469  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093278268064260098]
2026-08-29 04:06:45.484  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:45.484  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:06:45.484  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64ce74af, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@499a0269, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@764d507b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f5a19ff, containsSubquery=false)
2026-08-29 04:06:45.484  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:06:51.199  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:51.199  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:06:51.199  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c560552, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e8aa827, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ce82322, containsSubquery=false)
2026-08-29 04:06:51.199  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079764405385637890]
2026-08-29 04:06:51.203  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:51.203  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 04:06:51.203  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1482f407, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@637b5372, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e078d0c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55f3df40, containsSubquery=false)
2026-08-29 04:06:51.204  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079764405385637890, 2026-08-29 00:00:00.0]
2026-08-29 04:06:51.211  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:51.211  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 04:06:51.211  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3540c398, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@eb26342, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45f0b40b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@165c4e11, containsSubquery=false)
2026-08-29 04:06:51.211  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079764405385637890, UPPER, 0]
2026-08-29 04:06:51.221  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:51.221  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:06:51.221  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@68048ce2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c5c7b35, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26836544, containsSubquery=false)
2026-08-29 04:06:51.221  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079764405385637890]
2026-08-29 04:06:51.225  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:51.226  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:06:51.226  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c636003, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@21f78f8e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@38589d1e, containsSubquery=false)
2026-08-29 04:06:51.226  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079764405385637890]
2026-08-29 04:06:51.231  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:51.231  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:06:51.231  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@8cd32ef, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7481ee85, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1cbeb209, containsSubquery=false)
2026-08-29 04:06:51.231  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079764405385637890]
2026-08-29 04:06:51.236  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:51.236  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:06:51.236  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49be8806, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20f955c2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ec27b85, containsSubquery=false)
2026-08-29 04:06:51.236  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079764405385637890]
2026-08-29 04:06:51.240  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:51.240  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:06:51.240  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ed3c0ea, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@737094e6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b3f7a8, containsSubquery=false)
2026-08-29 04:06:51.240  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079764405385637890]
2026-08-29 04:06:51.243  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:51.243  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:06:51.243  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@739cd560, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a8b620c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79e2bdbd, containsSubquery=false)
2026-08-29 04:06:51.243  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079764405385637890]
2026-08-29 04:06:51.248  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:51.248  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 04:06:51.248  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b6f21db, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c82cc25, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@50e1815d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d0fcd9e, containsSubquery=false)
2026-08-29 04:06:51.248  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079764405385637890, false]
2026-08-29 04:06:51.255  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:51.255  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 04:06:51.255  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66e44707, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@24b27639, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47322c0c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72ff02a1, containsSubquery=false)
2026-08-29 04:06:51.255  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079764405385637890]
2026-08-29 04:06:51.259  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:51.259  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:06:51.259  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@444577d1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ea58ff2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@45ccb604, containsSubquery=false)
2026-08-29 04:06:51.259  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079764405385637890]
2026-08-29 04:06:51.263  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:51.263  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 04:06:51.263  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d5ec210, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51e64ef6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@71babe58, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@796ed692, containsSubquery=false)
2026-08-29 04:06:51.263  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079764405385637890]
2026-08-29 04:06:51.266  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:51.266  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 04:06:51.266  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22bbff, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7902a412, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76d737e6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f985e1f, containsSubquery=false)
2026-08-29 04:06:51.266  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 04:06:51.265, 2026-08-29 04:06:51.265, 2026-08-29 04:06:51.265]
2026-08-29 04:06:51.272  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:51.272  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 04:06:51.272  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@384f4568, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@25fadc6a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@487f066c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53b6d5cf, containsSubquery=false)
2026-08-29 04:06:51.272  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079764405385637890]
2026-08-29 04:06:51.275  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:51.275  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:06:51.275  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d323213, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@170c6b46, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7271ccc5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@70bf7cae, containsSubquery=false)
2026-08-29 04:06:51.275  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079764405385637890, TIANQUE, false]
2026-08-29 04:06:51.277  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:51.278  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:06:51.278  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13172e6e, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d0e9a76, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@56dfc775, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@382046fa, containsSubquery=false)
2026-08-29 04:06:51.278  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079764405385637890, TIANQUE, false]
2026-08-29 04:06:51.279  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:51.279  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 04:06:51.279  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ee8cf50, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@331c8348, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9310447, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1cd18a2b, containsSubquery=false)
2026-08-29 04:06:51.279  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079764405385637890]
2026-08-29 04:06:51.281  WARN 2467003 --- [http-nio-8804-exec-41] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079764405385637890 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 04:06:51.286  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:51.286  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:06:51.286  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512551d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4241554e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d74cd71, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@159fcfb2, containsSubquery=false)
2026-08-29 04:06:51.286  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079764405385637890]
2026-08-29 04:06:51.288  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:51.288  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:06:51.288  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b53e9a2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c504afe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d9ea99, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@692cfa8, containsSubquery=false)
2026-08-29 04:06:51.288  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079764405385637890]
2026-08-29 04:06:51.291  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:51.291  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:06:51.291  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@774ceb66, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@67b395a8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31279f5e, containsSubquery=false)
2026-08-29 04:06:51.291  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079764405385637890, PAY]
2026-08-29 04:06:51.295  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:51.295  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 04:06:51.295  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a08b9c8, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f20afb5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22f01860, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73309fc9, containsSubquery=true)
2026-08-29 04:06:51.295  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079764405385637890, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 04:06:51.301  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:51.302  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:06:51.302  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49eac05, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7327b588, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@39d1d7bd, containsSubquery=false)
2026-08-29 04:06:51.302  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079764405385637890, REFUND]
2026-08-29 04:06:51.727  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:51.727  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 04:06:51.727  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@467e5a58, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69646428, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b0a53c0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58982781, containsSubquery=false)
2026-08-29 04:06:51.727  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [15989833970]
2026-08-29 04:06:51.821  INFO 2467003 --- [http-nio-8804-exec-44] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2079764405385637890
2026-08-29 04:06:51.822  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:51.822  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 04:06:51.822  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d75ccd, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5a852049, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4338a0b7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36f634f0, containsSubquery=false)
2026-08-29 04:06:51.822  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2079764405385637890]
2026-08-29 04:06:51.823  WARN 2467003 --- [http-nio-8804-exec-44] c.l.m.w.s.PaymentMerchantsServiceImpl    : 未找到支付配置，请检查是否已配置或状态为启用
2026-08-29 04:06:51.825 ERROR 2467003 --- [http-nio-8804-exec-44] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[RuntimeException]:

java.lang.NullPointerException: Cannot invoke "cn.lili.modules.wallet.entity.dos.PaymentMerchants.setAppSecret(String)" because "merchants" is null
	at cn.lili.modules.statistics.serviceimpl.IndexStatisticsServiceImpl.checkPayments(IndexStatisticsServiceImpl.java:245)
	at cn.lili.controller.statistics.IndexStatisticsStoreController.payment(IndexStatisticsStoreController.java:66)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 04:06:53.525  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:53.525  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:06:53.525  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b4973f4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@502b030f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e8503d7, containsSubquery=false)
2026-08-29 04:06:53.526  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079764405385637890]
2026-08-29 04:06:53.531  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:53.531  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 04:06:53.531  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1482f407, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78d892bc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ee5bdcb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5021c1c5, containsSubquery=false)
2026-08-29 04:06:53.531  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079764405385637890, 2026-08-29 00:00:00.0]
2026-08-29 04:06:53.544  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:53.544  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 04:06:53.544  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3540c398, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7183ac9f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ff27483, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@42c2defe, containsSubquery=false)
2026-08-29 04:06:53.544  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079764405385637890, UPPER, 0]
2026-08-29 04:06:53.557  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:53.557  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:06:53.557  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a179c4f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e768edd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@346de4a1, containsSubquery=false)
2026-08-29 04:06:53.557  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079764405385637890]
2026-08-29 04:06:53.561  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:53.561  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:06:53.561  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@73616543, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2872df62, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4731f26b, containsSubquery=false)
2026-08-29 04:06:53.561  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079764405385637890]
2026-08-29 04:06:53.566  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:53.566  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:06:53.566  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b918c9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@48d3001f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6579195e, containsSubquery=false)
2026-08-29 04:06:53.566  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079764405385637890]
2026-08-29 04:06:53.571  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:53.571  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:06:53.571  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@31c22a4d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c5c66c2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40b35f3, containsSubquery=false)
2026-08-29 04:06:53.571  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079764405385637890]
2026-08-29 04:06:53.574  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:53.574  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:06:53.574  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32eadfc0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f13c0c3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ae2d4b1, containsSubquery=false)
2026-08-29 04:06:53.574  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079764405385637890]
2026-08-29 04:06:53.577  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:53.577  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:06:53.577  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c6c7a3e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@30c76a5e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3a30c1a2, containsSubquery=false)
2026-08-29 04:06:53.577  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079764405385637890]
2026-08-29 04:06:53.583  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:53.583  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 04:06:53.583  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b6f21db, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6658e772, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a5907ca, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2eae473b, containsSubquery=false)
2026-08-29 04:06:53.583  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079764405385637890, false]
2026-08-29 04:06:53.588  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:53.588  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 04:06:53.588  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66e44707, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@47ad8955, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1be68904, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3a12de9c, containsSubquery=false)
2026-08-29 04:06:53.588  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079764405385637890]
2026-08-29 04:06:53.592  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:53.592  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:06:53.592  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e8ce5a6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c628d5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21ac709a, containsSubquery=false)
2026-08-29 04:06:53.592  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079764405385637890]
2026-08-29 04:06:53.597  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:53.597  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 04:06:53.597  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d5ec210, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3585b7ac, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@77ef2926, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4edd5e9e, containsSubquery=false)
2026-08-29 04:06:53.597  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079764405385637890]
2026-08-29 04:06:53.600  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:53.600  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 04:06:53.600  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22bbff, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b694475, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4fe4ce28, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3a4920de, containsSubquery=false)
2026-08-29 04:06:53.600  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 04:06:53.599, 2026-08-29 04:06:53.599, 2026-08-29 04:06:53.599]
2026-08-29 04:06:53.605  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:53.605  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 04:06:53.605  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@384f4568, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@18ca0790, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b768b87, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56e201c5, containsSubquery=false)
2026-08-29 04:06:53.605  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079764405385637890]
2026-08-29 04:06:53.607  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:53.607  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:06:53.607  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d323213, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@cede2f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@46e41bda, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@78a7097a, containsSubquery=false)
2026-08-29 04:06:53.607  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079764405385637890, TIANQUE, false]
2026-08-29 04:06:53.609  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:53.609  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:06:53.609  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13172e6e, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6deb107f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2dc72861, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2306f4f1, containsSubquery=false)
2026-08-29 04:06:53.609  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079764405385637890, TIANQUE, false]
2026-08-29 04:06:53.611  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:53.611  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 04:06:53.611  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ee8cf50, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@36c8c554, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22fd1e00, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1af919d9, containsSubquery=false)
2026-08-29 04:06:53.611  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079764405385637890]
2026-08-29 04:06:53.612  WARN 2467003 --- [http-nio-8804-exec-45] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079764405385637890 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 04:06:53.636  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:53.636  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:06:53.636  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512551d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6868e6b7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35a6b56c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5b63c6f4, containsSubquery=false)
2026-08-29 04:06:53.636  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079764405385637890]
2026-08-29 04:06:53.638  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:53.638  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:06:53.638  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b53e9a2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b8921e7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e980c04, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d77b039, containsSubquery=false)
2026-08-29 04:06:53.638  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079764405385637890]
2026-08-29 04:06:53.640  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:53.640  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:06:53.640  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4dacc5bf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2dba424b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58106833, containsSubquery=false)
2026-08-29 04:06:53.640  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079764405385637890, PAY]
2026-08-29 04:06:53.645  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:53.645  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 04:06:53.645  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a08b9c8, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f9b6ae2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3491d6d2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3cf56d45, containsSubquery=true)
2026-08-29 04:06:53.645  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079764405385637890, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 04:06:53.649  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:53.649  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:06:53.649  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@44ffb8e8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@53f77a77, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4abf90c3, containsSubquery=false)
2026-08-29 04:06:53.649  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079764405385637890, REFUND]
2026-08-29 04:06:54.074  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:54.074  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?)
2026-08-29 04:06:54.074  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c8bb872, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a4d2248, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@678102f9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26b20a0a, containsSubquery=false)
2026-08-29 04:06:54.074  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?) ::: [2079764405385637890, EXCHANGE]
2026-08-29 04:06:55.497  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:55.497  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?)
2026-08-29 04:06:55.497  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a65e132, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5847fe2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35da6ea7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3a838ff7, containsSubquery=false)
2026-08-29 04:06:55.497  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?) ::: [2079764405385637890, GIFT, HASHRATE]
2026-08-29 04:06:57.184  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:57.184  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:06:57.184  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@268eb8d2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d74db20, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@52969ae3, containsSubquery=false)
2026-08-29 04:06:57.184  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2085608556769476610]
2026-08-29 04:06:57.187  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:57.187  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:06:57.187  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1418e128, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@72bf20ca, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2113ec7a, containsSubquery=false)
2026-08-29 04:06:57.187  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [2083825290233057295]
2026-08-29 04:06:57.189  INFO 2467003 --- [http-nio-8804-exec-49] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_payment_packages memberId=2083825290233057295, current=1, pageSize=100
2026-08-29 04:06:57.190  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:57.190  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:06:57.190  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@222716b3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ce94eb1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5dd00061, containsSubquery=false)
2026-08-29 04:06:57.191  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [2083825290233057295]
2026-08-29 04:06:57.193  INFO 2467003 --- [http-nio-8804-exec-49] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_payment_packages, guoId=107526, query={current=1, pageSize=100}, body=null
2026-08-29 04:06:57.582  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:57.583  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:06:57.583  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a52a0a4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e4d89d7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@37df8a03, containsSubquery=false)
2026-08-29 04:06:57.583  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2079764405385637890]
2026-08-29 04:06:57.585  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:57.585  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:06:57.585  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3e407df8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@750467a1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3afc0591, containsSubquery=false)
2026-08-29 04:06:57.585  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [2079468050684321792]
2026-08-29 04:06:57.587  INFO 2467003 --- [http-nio-8804-exec-3] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_payment_packages memberId=2079468050684321792, current=1, pageSize=100
2026-08-29 04:06:57.587  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:57.587  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:06:57.587  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7524079, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5d581d8f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@49f93067, containsSubquery=false)
2026-08-29 04:06:57.587  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [2079468050684321792]
2026-08-29 04:06:57.589  INFO 2467003 --- [http-nio-8804-exec-3] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_payment_packages, guoId=107560, query={current=1, pageSize=100}, body=null
2026-08-29 04:06:57.958  INFO 2467003 --- [http-nio-8804-exec-49] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body=[{"add":0.4,"already":12,"av":1,"days":42,"duration":"0.4积","hold":12,"max":12,"name":"一星体验店铺","price":"10积分","receive":1,"shouyi":"0.04","suanli":"0.24","xiaofei":"0.01"},{"add":4.1,"already":7,"av":10,"days":44,"duration":"4.1积","hold":123,"max":7,"name":"二星体验店铺","price":"100积分","receive":2,"shouyi":"0.42","suanli":"2.27","xiaofei":"0.10"},{"add":22,"already":2,"av":50,"days":36,"duration":"22积","hold":660,"max":2,"name":"三星体验店铺","price":"500积分","receive":3,"shouyi":"3.56","suanli":"13.89","xiaofei":"0.89"},{"add":42,"already":3,"av":100,"days":42,"duration":"42积","hold":1260,"max":3,"name":"四星体验店铺","price":"1000积分","receive":4,"shouyi":"4.95","suanli":"23.81","xiaofei":"1.24"},{"add":126,"already":1,"av":300,"days":35,"duration":"126积","hold":3780,"max":1,"name":"五星体验店铺","price":"3000积分","receive":4,"shouyi":"17.83","suanli":"85.71","xiaofei":"4.46"},{"add":212,"already":0,"av":500,"days":30,"duration":"212积","hold":6360,"max":2,"name":"六星体验店铺","price":"5000积分","receive":5,"shouyi":"36.27","suanli":"166.67","xiaofei":"9.07"},{"add":427,"already":0,"av":1000,"days":30,"duration":"427积","hold":12810,"max":1,"name":"七星体验店铺","price":"10000积分","receive":5,"shouyi":"74.93","suanli":"333.33","xiaofei":"18.73"},{"add":1290,"already":0,"av":3000,"days":30,"duration":"1290积","hold":38700,"max":1,"name":"形象店铺","price":"30000积分","receive":6,"shouyi":"232.00","suanli":"1000.00","xiaofei":"58.00"},{"add":0,"already":0,"av":0,"days":30,"duration":"无效积分","hold":0,"max":0,"name":"无效积分","price":"无效积分","receive":0,"shouyi":"0.00","suanli":"0.00","xiaofei":"0.00"}]
2026-08-29 04:06:58.144  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:58.144  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (store_id = ? AND market_enable = ? AND quantity > ?)
2026-08-29 04:06:58.144  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@558cc22, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@64e1e4a7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@377c1ff, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5adfd069, containsSubquery=false)
2026-08-29 04:06:58.144  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (store_id = ? AND market_enable = ? AND quantity > ?) ::: [2085608556769476610, UPPER, 0]
2026-08-29 04:06:58.146  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:58.147  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity > ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 04:06:58.147  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5960512f, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=523, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a01d06b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ef913da, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e8742ba, containsSubquery=false)
2026-08-29 04:06:58.147  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity > ?) ORDER BY create_time DESC LIMIT ? ::: [2085608556769476610, UPPER, 0, 20]
2026-08-29 04:06:58.398  INFO 2467003 --- [http-nio-8804-exec-3] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body=[{"add":0.4,"already":0,"av":1,"days":30,"duration":"0.4积","hold":12,"max":12,"name":"一星体验店铺","price":"10积分","receive":1,"shouyi":"0.05","suanli":"0.33","xiaofei":"0.01"},{"add":4.1,"already":0,"av":10,"days":30,"duration":"4.1积","hold":123,"max":7,"name":"二星体验店铺","price":"100积分","receive":2,"shouyi":"0.61","suanli":"3.33","xiaofei":"0.15"},{"add":22,"already":0,"av":50,"days":30,"duration":"22积","hold":660,"max":2,"name":"三星体验店铺","price":"500积分","receive":3,"shouyi":"4.27","suanli":"16.67","xiaofei":"1.07"},{"add":42,"already":0,"av":100,"days":30,"duration":"42积","hold":1260,"max":3,"name":"四星体验店铺","price":"1000积分","receive":4,"shouyi":"6.93","suanli":"33.33","xiaofei":"1.73"},{"add":126,"already":0,"av":300,"days":30,"duration":"126积","hold":3780,"max":1,"name":"五星体验店铺","price":"3000积分","receive":4,"shouyi":"20.80","suanli":"100.00","xiaofei":"5.20"},{"add":212,"already":0,"av":500,"days":30,"duration":"212积","hold":6360,"max":2,"name":"六星体验店铺","price":"5000积分","receive":5,"shouyi":"36.27","suanli":"166.67","xiaofei":"9.07"},{"add":427,"already":0,"av":1000,"days":30,"duration":"427积","hold":12810,"max":1,"name":"七星体验店铺","price":"10000积分","receive":5,"shouyi":"74.93","suanli":"333.33","xiaofei":"18.73"},{"add":1290,"already":0,"av":3000,"days":30,"duration":"1290积","hold":38700,"max":1,"name":"形象店铺","price":"30000积分","receive":6,"shouyi":"232.00","suanli":"1000.00","xiaofei":"58.00"},{"add":0,"already":0,"av":0,"days":30,"duration":"无效积分","hold":0,"max":0,"name":"无效积分","price":"无效积分","receive":0,"shouyi":"0.00","suanli":"0.00","xiaofei":"0.00"}]
2026-08-29 04:06:58.779  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:06:58.779  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (store_id = ? AND market_enable = ? AND quantity > ?)
2026-08-29 04:06:58.779  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@558cc22, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@10781683, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35be9ae, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@694cfd95, containsSubquery=false)
2026-08-29 04:06:58.779  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (store_id = ? AND market_enable = ? AND quantity > ?) ::: [2079764405385637890, UPPER, 0]
2026-08-29 04:07:03.632  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:03.632  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (store_id = ? AND market_enable = ? AND quantity > ?)
2026-08-29 04:07:03.632  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@558cc22, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f501201, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@296d91c1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ee972d1, containsSubquery=false)
2026-08-29 04:07:03.632  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (store_id = ? AND market_enable = ? AND quantity > ?) ::: [2079764405385637890, UPPER, 0]
2026-08-29 04:07:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2310
2026-08-29 04:07:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:07:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:07:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@427add31(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 04:07:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:07:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:07:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:07:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:07:05.170  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:07:05.473  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:05.473  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:07:05.473  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@10f1eb5e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@575bef09, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@272ae801, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16287152, containsSubquery=false)
2026-08-29 04:07:05.473  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:07:07.114  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:07.114  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 04:07:07.114  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8246a3d, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e9afab8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3736c2e0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@39e552d3, containsSubquery=false)
2026-08-29 04:07:07.114  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2087887150229139457]
2026-08-29 04:07:07.119  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:07.119  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?)
2026-08-29 04:07:07.120  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7673ff86, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@77d1e01f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@643147fc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@70ae5572, containsSubquery=false)
2026-08-29 04:07:07.120  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?) ::: [2087887150229139457, CLOSED, REJECTED, 2026-08-29 05:07:00.0, 2026-08-29 04:07:00.0]
2026-08-29 04:07:07.126  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:07.126  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,    ?, ?, ?, ?, ?, ?,      ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:07:07.126  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@3130a1ff, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, frozen_points_total, gifted_points, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=26, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=365, stopIndex=365, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=368, stopIndex=368, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=371, stopIndex=371, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=374, stopIndex=374, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=377, stopIndex=377, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=380, stopIndex=380, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=383, stopIndex=383, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=386, stopIndex=386, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=389, stopIndex=389, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=392, stopIndex=392, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=395, stopIndex=395, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=398, stopIndex=398, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=401, stopIndex=401, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=404, stopIndex=404, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=410, stopIndex=410, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=413, stopIndex=413, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=433, stopIndex=433, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=436, stopIndex=436, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=439, stopIndex=439, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=442, stopIndex=442, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=25)], parameters=[2093520791655411713, 2085608556769476610, 汇成, GIFT, 300, HASHRATE, PENDING_AUDIT, 2087887150199779330, 2087887150229139457, 雄耀 男人的 雄鹰一 雄鹰一, , https://try.shanxunsw.com/uploads/_7535d34ff1d73df315219c15b542b26b04456157566c02c59a.jpg?x-oss-process=style/4, 20.0, 00X2002955482349303314679, 10, 1, 1, 1, 2026-08-29 04:07:00.0, 2026-08-29 05:07:00.0, 10, 0, 18367394316, 2026-08-29 04:07:07.125, 2026-08-29 04:07:07.125, false])])
2026-08-29 04:07:07.127  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093520791655411713, 2085608556769476610, 汇成, GIFT, 300, HASHRATE, PENDING_AUDIT, 2087887150199779330, 2087887150229139457, 雄耀 男人的 雄鹰一 雄鹰一, , https://try.shanxunsw.com/uploads/_7535d34ff1d73df315219c15b542b26b04456157566c02c59a.jpg?x-oss-process=style/4, 20.0, 00X2002955482349303314679, 10, 1, 1, 1, 2026-08-29 04:07:00.0, 2026-08-29 05:07:00.0, 10, 0, 18367394316, 2026-08-29 04:07:07.125, 2026-08-29 04:07:07.125, false]
2026-08-29 04:07:07.130  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:07.130  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?)
2026-08-29 04:07:07.130  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@3c29f2a8, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:07:07.130  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ::: [2093520791655411713]
2026-08-29 04:07:07.134  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:07.134  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:07:07.134  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093520791688830976, 2093520791655411713, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 18367394316, 2026-08-29 04:07:07.133, 2026-08-29 04:07:07.133, false])])
2026-08-29 04:07:07.134  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093520791688830976, 2093520791655411713, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 18367394316, 2026-08-29 04:07:07.133, 2026-08-29 04:07:07.133, false]
2026-08-29 04:07:07.136  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:07.137  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:07:07.137  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@62366966, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c59a49f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@981a3a3, containsSubquery=false)
2026-08-29 04:07:07.137  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2085608556769476610]
2026-08-29 04:07:07.138  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:07.139  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:07:07.139  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4153e7d8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20cfce31, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2457fd30, containsSubquery=false)
2026-08-29 04:07:07.139  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [2083825290233057295]
2026-08-29 04:07:07.141  INFO 2467003 --- [http-nio-8804-exec-6] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=2083825290233057295
2026-08-29 04:07:07.141  INFO 2467003 --- [http-nio-8804-exec-6] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=107526, query=null, body=null
2026-08-29 04:07:07.195  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:07.195  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?)
2026-08-29 04:07:07.195  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a65e132, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14bb326a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@482eec12, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7fe78c91, containsSubquery=false)
2026-08-29 04:07:07.195  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?) ::: [2079764405385637890, GIFT, HASHRATE]
2026-08-29 04:07:07.522  INFO 2467003 --- [http-nio-8804-exec-6] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"33.84","shouyi":"999699.00","xiaofei":"1000045.56","liudong":"1000183.00"}
2026-08-29 04:07:07.522  INFO 2467003 --- [http-nio-8804-exec-6] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=2083825290233057295
2026-08-29 04:07:07.522  INFO 2467003 --- [http-nio-8804-exec-6] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=107526, query=null, body=null
2026-08-29 04:07:07.607  INFO 2467003 --- [http-nio-8804-exec-6] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":682,"total":0,"xiao":0}
2026-08-29 04:07:07.607  INFO 2467003 --- [http-nio-8804-exec-6] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa subtract_jifen memberId=2083825290233057295, amount=10.00, currency_type=流动积分
2026-08-29 04:07:07.608  INFO 2467003 --- [http-nio-8804-exec-6] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa POST url=https://ut.ioevisa.com/api/subtract_jifen, guoId=107526, query=null, body={"amount":"10.00","currency_type":"流动积分","description":"发布算力包活动【雄耀 男人的 雄鹰一 雄鹰一】"}
2026-08-29 04:07:07.823  INFO 2467003 --- [http-nio-8804-exec-6] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"error":1,"msg":"余额查询失败"}
2026-08-29 04:07:07.823  WARN 2467003 --- [http-nio-8804-exec-6] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa business fail error=1, msg=余额查询失败
2026-08-29 04:07:07.826 ERROR 2467003 --- [http-nio-8804-exec-6] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[ServiceException]:400-服务器繁忙，请稍后重试

cn.lili.common.exception.ServiceException: null
	at cn.lili.common.client.IoeVisaThirdPartyClient.assertSuccess(IoeVisaThirdPartyClient.java:232)
	at cn.lili.common.client.IoeVisaThirdPartyClient.execute(IoeVisaThirdPartyClient.java:202)
	at cn.lili.common.client.IoeVisaThirdPartyClient.post(IoeVisaThirdPartyClient.java:54)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.postJifenChange(HashratePackageThirdPartyServiceImpl.java:546)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.subtractJifen(HashratePackageThirdPartyServiceImpl.java:522)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)
	at jdk.proxy2/jdk.proxy2.$Proxy199.subtractJifen(Unknown Source)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:101)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:89)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$FastClassBySpringCGLIB$$e5022e3b.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$EnhancerBySpringCGLIB$$bb9279b3.decreaseAvailable(<generated>)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.deductGiftBudget(PointsActivityServiceImpl.java:905)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:202)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$a12ee17.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 04:07:25.470  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:25.471  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:07:25.471  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38ce427c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@481336ba, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49066882, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ccb78ad, containsSubquery=false)
2026-08-29 04:07:25.471  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:07:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2311
2026-08-29 04:07:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:07:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:07:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:07:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:07:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:07:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:07:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:07:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@221f4841(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 04:07:45.478  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:45.478  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:07:45.478  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d849ee9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c711352, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c207a3b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@263cd00f, containsSubquery=false)
2026-08-29 04:07:45.478  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:07:58.507  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:58.507  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:07:58.507  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6178821a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@73b10180, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31427ecd, containsSubquery=false)
2026-08-29 04:07:58.508  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 04:07:58.512  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:58.512  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 04:07:58.512  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1482f407, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@33704246, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1166f6f3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@22af7e09, containsSubquery=false)
2026-08-29 04:07:58.513  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 04:07:58.518  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:58.518  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 04:07:58.518  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3540c398, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a7cb4e1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@13fad491, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e54f881, containsSubquery=false)
2026-08-29 04:07:58.518  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 04:07:58.527  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:58.527  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:07:58.527  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50b35bb6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@798a21d1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@22d3c743, containsSubquery=false)
2026-08-29 04:07:58.527  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 04:07:58.534  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:58.534  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:07:58.534  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@177abf8d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2baf8bfe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e4ff519, containsSubquery=false)
2026-08-29 04:07:58.534  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 04:07:58.540  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:58.541  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:07:58.541  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5059bda5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@610f7d8a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77dadd76, containsSubquery=false)
2026-08-29 04:07:58.541  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 04:07:58.547  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:58.547  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:07:58.547  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@63439ae, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27247573, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b1cae, containsSubquery=false)
2026-08-29 04:07:58.547  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 04:07:58.556  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:58.556  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:07:58.556  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@508447d1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8728f03, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77d65c57, containsSubquery=false)
2026-08-29 04:07:58.556  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 04:07:58.562  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:58.562  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:07:58.562  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34540a6f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@71a5dc56, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c47a1d2, containsSubquery=false)
2026-08-29 04:07:58.562  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 04:07:58.568  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:58.568  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 04:07:58.568  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b6f21db, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b25ad96, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a2dc411, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7dbd038e, containsSubquery=false)
2026-08-29 04:07:58.568  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 04:07:58.573  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:58.573  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 04:07:58.573  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66e44707, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@479f855d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52ab4f53, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5b598a64, containsSubquery=false)
2026-08-29 04:07:58.574  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 04:07:58.578  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:58.578  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:07:58.578  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3daed554, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a33622f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ce87e7c, containsSubquery=false)
2026-08-29 04:07:58.578  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 04:07:58.582  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:58.582  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 04:07:58.582  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d5ec210, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1de34ac7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@32d7cc99, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2d22ea23, containsSubquery=false)
2026-08-29 04:07:58.582  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 04:07:58.586  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:58.586  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 04:07:58.586  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22bbff, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@9cb43a2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3302c34a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6cdb85, containsSubquery=false)
2026-08-29 04:07:58.586  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 04:07:58.585, 2026-08-29 04:07:58.585, 2026-08-29 04:07:58.585]
2026-08-29 04:07:58.590  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:58.590  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:07:58.590  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512551d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@41f0d890, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@34cf0b1f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b7589bf, containsSubquery=false)
2026-08-29 04:07:58.590  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 04:07:58.591  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:58.591  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 04:07:58.591  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@384f4568, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@54a6e3bd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3270ba5f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6704c23b, containsSubquery=false)
2026-08-29 04:07:58.591  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 04:07:58.593  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:58.593  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:58.593  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:07:58.593  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:07:58.593  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d323213, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@194af502, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@581ef90a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@28a71262, containsSubquery=false)
2026-08-29 04:07:58.593  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b53e9a2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a13cf74, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d6c93f8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@12556754, containsSubquery=false)
2026-08-29 04:07:58.594  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 04:07:58.594  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 04:07:58.596  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:58.596  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:58.596  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:07:58.596  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:07:58.596  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c22895b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3574204c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25a349aa, containsSubquery=false)
2026-08-29 04:07:58.596  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13172e6e, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ffd1f13, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@f593a8c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3238199b, containsSubquery=false)
2026-08-29 04:07:58.596  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 04:07:58.596  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 04:07:58.597  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:58.597  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 04:07:58.597  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ee8cf50, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@10a393b6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62a5b4f8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15887aae, containsSubquery=false)
2026-08-29 04:07:58.597  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 04:07:58.599  WARN 2467003 --- [http-nio-8804-exec-9] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 04:07:58.600  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:58.600  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 04:07:58.600  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a08b9c8, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6de722ac, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52b6d8a3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1afecc5f, containsSubquery=true)
2026-08-29 04:07:58.601  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 04:07:58.604  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:58.604  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:07:58.604  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7bc78492, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17372381, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68d2ee39, containsSubquery=false)
2026-08-29 04:07:58.604  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 04:07:58.984  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:58.984  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 04:07:58.984  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@467e5a58, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49f64cb9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@72972bb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4519de4a, containsSubquery=false)
2026-08-29 04:07:58.984  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13222222225]
2026-08-29 04:07:59.071  INFO 2467003 --- [http-nio-8804-exec-11] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2079509376485502977
2026-08-29 04:07:59.071  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:07:59.071  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 04:07:59.071  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d75ccd, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c2c6e37, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@37cc1c76, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1fd3edb9, containsSubquery=false)
2026-08-29 04:07:59.071  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 04:07:59.073  INFO 2467003 --- [http-nio-8804-exec-11] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1785555863, appId=6a6d6b97e4b0dfa55a9303ba, name=微信支付
2026-08-29 04:08:01.395  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:01.396  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:08:01.396  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e874b57, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12efcc14, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@731fa1f9, containsSubquery=false)
2026-08-29 04:08:01.396  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 04:08:01.409  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:01.409  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 04:08:01.409  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1482f407, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2277edd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c390709, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b0fc2c7, containsSubquery=false)
2026-08-29 04:08:01.409  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 04:08:01.415  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:01.415  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 04:08:01.415  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3540c398, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@caf6413, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49f386bb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2bc22ed4, containsSubquery=false)
2026-08-29 04:08:01.415  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 04:08:01.419  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:01.419  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:08:01.419  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512551d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@33ccc372, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a718458, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@833ec3b, containsSubquery=false)
2026-08-29 04:08:01.419  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 04:08:01.422  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:01.422  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:08:01.422  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b53e9a2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3cf305e5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2b366474, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@10ba0a26, containsSubquery=false)
2026-08-29 04:08:01.422  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 04:08:01.424  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:01.424  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:08:01.424  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1040ddf2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a4ef5a0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@414e9bee, containsSubquery=false)
2026-08-29 04:08:01.424  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 04:08:01.426  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:01.426  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:08:01.426  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56bea4e6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16956f2d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@20e83ef6, containsSubquery=false)
2026-08-29 04:08:01.426  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 04:08:01.430  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:01.430  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 04:08:01.430  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a08b9c8, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b816328, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@affef20, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2bbc25c1, containsSubquery=true)
2026-08-29 04:08:01.430  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:01.430  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:08:01.430  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 04:08:01.430  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5528eef2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@608c9e52, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6838b6c, containsSubquery=false)
2026-08-29 04:08:01.430  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 04:08:01.436  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:01.436  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:08:01.436  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c237ae7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26fbd88f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ace11a8, containsSubquery=false)
2026-08-29 04:08:01.436  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 04:08:01.437  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:01.437  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:08:01.437  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f50c2c1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3512f4ac, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30fa5e07, containsSubquery=false)
2026-08-29 04:08:01.437  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 04:08:01.443  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:01.443  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:08:01.443  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@456b1099, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27037455, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64052730, containsSubquery=false)
2026-08-29 04:08:01.443  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 04:08:01.448  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:01.448  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:08:01.448  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53f8a957, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e8928bf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@535245a7, containsSubquery=false)
2026-08-29 04:08:01.448  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 04:08:01.453  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:01.453  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:08:01.453  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5300975b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@123e8fe1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@793f6d1a, containsSubquery=false)
2026-08-29 04:08:01.453  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 04:08:01.459  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:01.460  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 04:08:01.460  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b6f21db, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@10eb3e26, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@123ed69c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b8b07bd, containsSubquery=false)
2026-08-29 04:08:01.460  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 04:08:01.467  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:01.467  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 04:08:01.467  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66e44707, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@75fe7c3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@648abe7a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c637d9e, containsSubquery=false)
2026-08-29 04:08:01.467  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 04:08:01.481  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:01.481  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:08:01.481  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c524699, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b9a4b00, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@10378a11, containsSubquery=false)
2026-08-29 04:08:01.481  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 04:08:01.490  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:01.490  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 04:08:01.490  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d5ec210, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@8d0179c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@249b7395, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3024bff4, containsSubquery=false)
2026-08-29 04:08:01.490  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 04:08:01.496  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:01.496  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 04:08:01.496  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22bbff, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ae9d1e3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6fa70a55, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e4d9b2c, containsSubquery=false)
2026-08-29 04:08:01.496  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 04:08:01.495, 2026-08-29 04:08:01.496, 2026-08-29 04:08:01.496]
2026-08-29 04:08:01.507  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:01.507  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 04:08:01.507  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@384f4568, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20c970d8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27f1b16, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d3d30a0, containsSubquery=false)
2026-08-29 04:08:01.507  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 04:08:01.509  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:01.510  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:08:01.510  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d323213, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@324fd34d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@56134d94, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@44d8d367, containsSubquery=false)
2026-08-29 04:08:01.510  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 04:08:01.513  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:01.513  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:08:01.513  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13172e6e, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1a09cd44, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18486689, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1baaeca0, containsSubquery=false)
2026-08-29 04:08:01.513  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 04:08:01.516  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:01.516  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 04:08:01.516  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ee8cf50, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@102bb9a2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ca898eb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@182eee6b, containsSubquery=false)
2026-08-29 04:08:01.516  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 04:08:01.518  WARN 2467003 --- [http-nio-8804-exec-12] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 04:08:02.676  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:02.676  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?)
2026-08-29 04:08:02.676  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c8bb872, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@125a7f5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c883763, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4d3cb44b, containsSubquery=false)
2026-08-29 04:08:02.676  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?) ::: [2079509376485502977, EXCHANGE]
2026-08-29 04:08:02.681  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:02.681  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 04:08:02.681  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56ef373a, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@216722aa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9515421, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@20b3f06f, containsSubquery=false)
2026-08-29 04:08:02.681  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ?) ORDER BY create_time DESC LIMIT ? ::: [2079509376485502977, EXCHANGE, 10]
2026-08-29 04:08:02.686  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:02.686  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=0   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=1   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(IFNULL(o.num,0)),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? , ? , ? , ? )  AND o.activity_type IN ('EXCHANGE','OFFSET') AND o.points_status IN ('FROZEN','CONFIRMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id
2026-08-29 04:08:02.686  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e87e332, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.of(o))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=343, distinctRow=false, projections=[ColumnProjection(owner=o, name=activity_id, alias=Optional.of(activityId)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENIFNULL(o.merchant_settled,0)=0ANDIFNULL(o.pay_points,0)>0THENo.pay_pointsELSE0END),0), alias=Optional.of(pendingPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENIFNULL(o.merchant_settled,0)=1ANDIFNULL(o.pay_points,0)>0THENo.pay_pointsELSE0END),0), alias=Optional.of(earnedPoints)), ExpressionProjection(expression=IFNULL(SUM(IFNULL(o.num,0)),0), alias=Optional.of(soldNum))], columnLabels=[activityId, pendingPoints, earnedPoints, soldNum]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d6e7d6f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e9dd0bf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3112698b, containsSubquery=true)
2026-08-29 04:08:02.686  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=0   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=1   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(IFNULL(o.num,0)),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? , ? , ? , ? )  AND o.activity_type IN ('EXCHANGE','OFFSET') AND o.points_status IN ('FROZEN','CONFIRMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id ::: [2093281250826772482, 2093275479049232386, 2092887783071977474, 2092868987007438849, 2092185816804769793, 2092081101030965250, 2092076012320997377]
2026-08-29 04:08:02.727  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:02.727  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (activity_id IN (?,?,?,?,?,?,?) AND activity_type IN (?,?) AND points_status IN (?,?) AND (pay_points IS NULL OR pay_points <= ?))
2026-08-29 04:08:02.727  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7803d1e4, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e19e75b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@197af8e4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5fbdc9b3, containsSubquery=false)
2026-08-29 04:08:02.727  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (activity_id IN (?,?,?,?,?,?,?) AND activity_type IN (?,?) AND points_status IN (?,?) AND (pay_points IS NULL OR pay_points <= ?)) ::: [2093281250826772482, 2093275479049232386, 2092887783071977474, 2092868987007438849, 2092185816804769793, 2092081101030965250, 2092076012320997377, EXCHANGE, OFFSET, CONFIRMED, FROZEN, 0]
2026-08-29 04:08:04.044  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:04.044  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?)
2026-08-29 04:08:04.044  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a65e132, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@393e9b8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e7a96f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5e105ed0, containsSubquery=false)
2026-08-29 04:08:04.044  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?) ::: [2079509376485502977, GIFT, HASHRATE]
2026-08-29 04:08:04.059  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:04.059  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 04:08:04.059  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d90b172, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@36ce2266, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6af40cb1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1945601d, containsSubquery=false)
2026-08-29 04:08:04.059  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ? ::: [2079509376485502977, GIFT, HASHRATE, 10]
2026-08-29 04:08:04.062  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:04.062  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id
2026-08-29 04:08:04.062  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a6afabd, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.of(o))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=382, distinctRow=false, projections=[ColumnProjection(owner=o, name=activity_id, alias=Optional.of(activityId)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='FROZEN'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(pendingPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='CLAIMED'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(earnedPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_statusIN('FROZEN','CLAIMED')THENIFNULL(o.num,0)ELSE0END),0), alias=Optional.of(soldNum))], columnLabels=[activityId, pendingPoints, earnedPoints, soldNum]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@268ddcb6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6cd6dd52, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5e211d5d, containsSubquery=true)
2026-08-29 04:08:04.062  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id ::: [2093260090923716610]
2026-08-29 04:08:04.065  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:04.065  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:08:04.065  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@15d69d27, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43cba135, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4354e7fb, containsSubquery=false)
2026-08-29 04:08:04.065  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093260090923716610]
2026-08-29 04:08:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2312
2026-08-29 04:08:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:08:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:08:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4cae21d8(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 04:08:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:08:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:08:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:08:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:08:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:08:05.471  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:05.471  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:08:05.471  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56a6ccbc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a5d01b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25e4b52d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@499f8ada, containsSubquery=false)
2026-08-29 04:08:05.471  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:08:07.520  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:07.520  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:08:07.520  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ea32290, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4edcb0d9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@ad2c766, containsSubquery=false)
2026-08-29 04:08:07.521  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2079509376485502977]
2026-08-29 04:08:07.523  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:07.523  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:08:07.523  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@75671e7d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69921e40, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@41d4ccc3, containsSubquery=false)
2026-08-29 04:08:07.523  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385795022]
2026-08-29 04:08:07.525  INFO 2467003 --- [http-nio-8804-exec-17] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_payment_packages memberId=1997111965385795022, current=1, pageSize=100
2026-08-29 04:08:07.525  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:07.525  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:08:07.525  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1a55b8ce, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d80cd93, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7efb17ae, containsSubquery=false)
2026-08-29 04:08:07.525  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385795022]
2026-08-29 04:08:07.527  INFO 2467003 --- [http-nio-8804-exec-17] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_payment_packages, guoId=3104, query={current=1, pageSize=100}, body=null
2026-08-29 04:08:08.424  INFO 2467003 --- [http-nio-8804-exec-17] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body=[{"add":0.4,"already":12,"av":1,"days":42,"duration":"0.4积","hold":12,"max":12,"name":"一星体验店铺","price":"10积分","receive":1,"shouyi":"0.04","suanli":"0.24","xiaofei":"0.01"},{"add":4.1,"already":7,"av":10,"days":44,"duration":"4.1积","hold":123,"max":7,"name":"二星体验店铺","price":"100积分","receive":2,"shouyi":"0.42","suanli":"2.27","xiaofei":"0.10"},{"add":22,"already":2,"av":50,"days":36,"duration":"22积","hold":660,"max":2,"name":"三星体验店铺","price":"500积分","receive":3,"shouyi":"3.56","suanli":"13.89","xiaofei":"0.89"},{"add":42,"already":3,"av":100,"days":42,"duration":"42积","hold":1260,"max":3,"name":"四星体验店铺","price":"1000积分","receive":4,"shouyi":"4.95","suanli":"23.81","xiaofei":"1.24"},{"add":126,"already":1,"av":300,"days":35,"duration":"126积","hold":3780,"max":1,"name":"五星体验店铺","price":"3000积分","receive":4,"shouyi":"17.83","suanli":"85.71","xiaofei":"4.46"},{"add":212,"already":2,"av":500,"days":42,"duration":"212积","hold":6360,"max":2,"name":"六星体验店铺","price":"5000积分","receive":5,"shouyi":"25.90","suanli":"119.05","xiaofei":"6.48"},{"add":427,"already":1,"av":1000,"days":37,"duration":"427积","hold":12810,"max":1,"name":"七星体验店铺","price":"10000积分","receive":5,"shouyi":"60.76","suanli":"270.27","xiaofei":"15.19"},{"add":1290,"already":0,"av":3000,"days":30,"duration":"1290积","hold":38700,"max":1,"name":"形象店铺","price":"30000积分","receive":6,"shouyi":"232.00","suanli":"1000.00","xiaofei":"58.00"},{"add":0,"already":0,"av":0,"days":30,"duration":"无效积分","hold":0,"max":0,"name":"无效积分","price":"无效积分","receive":0,"shouyi":"0.00","suanli":"0.00","xiaofei":"0.00"}]
2026-08-29 04:08:08.851  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:08.851  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (store_id = ? AND market_enable = ? AND quantity > ?)
2026-08-29 04:08:08.851  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@558cc22, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@220a7af8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6317d46c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32399d69, containsSubquery=false)
2026-08-29 04:08:08.851  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (store_id = ? AND market_enable = ? AND quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 04:08:08.854  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:08.854  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity > ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 04:08:08.854  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5960512f, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=523, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14093e27, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a253b1a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@300fd141, containsSubquery=false)
2026-08-29 04:08:08.855  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity > ?) ORDER BY create_time DESC LIMIT ? ::: [2079509376485502977, UPPER, 0, 20]
2026-08-29 04:08:11.312  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:11.312  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:08:11.312  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512551d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3723c9ab, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1cd68989, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@49b423f, containsSubquery=false)
2026-08-29 04:08:11.312  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610]
2026-08-29 04:08:11.315  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:11.316  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:08:11.316  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b53e9a2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@257cc75, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5c83ecba, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4cd8a910, containsSubquery=false)
2026-08-29 04:08:11.316  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610]
2026-08-29 04:08:11.318  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:11.318  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:08:11.318  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3505d1f6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c9c6e6f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34dbfa40, containsSubquery=false)
2026-08-29 04:08:11.318  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610, PAY]
2026-08-29 04:08:11.322  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:11.322  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 04:08:11.322  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a08b9c8, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@601c546, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d63263c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2921394e, containsSubquery=true)
2026-08-29 04:08:11.322  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2085608556769476610, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 04:08:11.342  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:11.342  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:08:11.342  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@57d01d1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2536a379, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e212169, containsSubquery=false)
2026-08-29 04:08:11.342  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610, REFUND]
2026-08-29 04:08:11.344  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:11.345  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:08:11.345  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c288a0d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18dd83c3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53b5fe6d, containsSubquery=false)
2026-08-29 04:08:11.345  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2085608556769476610]
2026-08-29 04:08:11.348  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:11.349  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 04:08:11.349  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1482f407, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1730b730, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b0a652d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@bb92149, containsSubquery=false)
2026-08-29 04:08:11.349  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2085608556769476610, 2026-08-29 00:00:00.0]
2026-08-29 04:08:11.355  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:11.355  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 04:08:11.355  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3540c398, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7dfa8ee1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3f8b5b7e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3812f62e, containsSubquery=false)
2026-08-29 04:08:11.355  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2085608556769476610, UPPER, 0]
2026-08-29 04:08:11.364  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:11.364  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:08:11.364  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c69e687, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@13e5d4a2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2335ad44, containsSubquery=false)
2026-08-29 04:08:11.364  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2085608556769476610]
2026-08-29 04:08:11.372  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:11.372  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:08:11.372  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@54b0915f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ae14900, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c44c169, containsSubquery=false)
2026-08-29 04:08:11.372  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2085608556769476610]
2026-08-29 04:08:11.379  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:11.380  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:08:11.380  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ddbe61b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27ee2b40, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@38c21b43, containsSubquery=false)
2026-08-29 04:08:11.380  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2085608556769476610]
2026-08-29 04:08:11.384  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:11.384  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:08:11.384  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7149fc19, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@59f9e970, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@69bb7623, containsSubquery=false)
2026-08-29 04:08:11.384  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2085608556769476610]
2026-08-29 04:08:11.389  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:11.389  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:08:11.389  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d63f22a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@fdb91cb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f859d2f, containsSubquery=false)
2026-08-29 04:08:11.389  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2085608556769476610]
2026-08-29 04:08:11.392  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:11.392  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:08:11.392  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ce48730, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4fbb0166, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50690a3e, containsSubquery=false)
2026-08-29 04:08:11.393  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2085608556769476610]
2026-08-29 04:08:11.396  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:11.396  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 04:08:11.396  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b6f21db, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20e03ae3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3840fc3b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@44aa0f52, containsSubquery=false)
2026-08-29 04:08:11.396  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2085608556769476610, false]
2026-08-29 04:08:11.404  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:11.404  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 04:08:11.404  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66e44707, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5085f3ba, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4441b667, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@61535efe, containsSubquery=false)
2026-08-29 04:08:11.404  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2085608556769476610]
2026-08-29 04:08:11.413  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:11.413  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:08:11.413  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@637a10c5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18a506fa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7f26e127, containsSubquery=false)
2026-08-29 04:08:11.413  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2085608556769476610]
2026-08-29 04:08:11.418  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:11.419  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 04:08:11.419  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d5ec210, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d60bbc6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15074694, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@22d66f17, containsSubquery=false)
2026-08-29 04:08:11.419  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2085608556769476610]
2026-08-29 04:08:11.422  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:11.422  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 04:08:11.422  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22bbff, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f8632de, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e394eee, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34cbe5, containsSubquery=false)
2026-08-29 04:08:11.422  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 04:08:11.421, 2026-08-29 04:08:11.421, 2026-08-29 04:08:11.421]
2026-08-29 04:08:11.428  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:11.428  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 04:08:11.428  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@384f4568, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3df0c24e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1bbd5df6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6f976bb9, containsSubquery=false)
2026-08-29 04:08:11.428  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2085608556769476610]
2026-08-29 04:08:11.431  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:11.431  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:08:11.431  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d323213, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39e60a63, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d787445, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7967780f, containsSubquery=false)
2026-08-29 04:08:11.431  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2085608556769476610, TIANQUE, false]
2026-08-29 04:08:11.434  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:11.434  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:08:11.434  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13172e6e, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3bec5da0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7989edd2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46fdbc19, containsSubquery=false)
2026-08-29 04:08:11.434  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2085608556769476610, TIANQUE, false]
2026-08-29 04:08:11.437  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:11.437  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 04:08:11.437  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ee8cf50, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7af720ac, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5141569f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33b399a7, containsSubquery=false)
2026-08-29 04:08:11.437  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2085608556769476610]
2026-08-29 04:08:11.440  WARN 2467003 --- [http-nio-8804-exec-20] c.l.m.s.s.IndexStatisticsServiceImpl     : 店铺首页账户余额查询失败 storeId相关 mno=399260810032306 err=File not exist: /ecommerce/seller-ceshi/data/keys/tianque/pri.key
2026-08-29 04:08:11.440  WARN 2467003 --- [http-nio-8804-exec-20] c.l.m.s.s.IndexStatisticsServiceImpl     : 店铺首页分账金额查询失败 mno=399260810032306 err=File not exist: /ecommerce/seller-ceshi/data/keys/tianque/pri.key
2026-08-29 04:08:11.684  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:11.684  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 04:08:11.684  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@467e5a58, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12f344d9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4aa639d0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16d200fa, containsSubquery=false)
2026-08-29 04:08:11.684  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [18367394316]
2026-08-29 04:08:11.772  INFO 2467003 --- [http-nio-8804-exec-22] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2085608556769476610
2026-08-29 04:08:11.773  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:11.773  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 04:08:11.773  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d75ccd, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51bbad02, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@57e8a21f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5cb7f04b, containsSubquery=false)
2026-08-29 04:08:11.773  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2085608556769476610]
2026-08-29 04:08:11.775  INFO 2467003 --- [http-nio-8804-exec-22] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1786587724, appId=6a7d2a4de4b0dfa55a9303bc, name=汇成商贸Jeepay
2026-08-29 04:08:25.465  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:25.465  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:08:25.465  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4564b22e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@431d897, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d945d23, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@14bdcfec, containsSubquery=false)
2026-08-29 04:08:25.465  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:08:29.017  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:29.017  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 04:08:29.017  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8246a3d, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b585c25, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@251064e4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b5c32de, containsSubquery=false)
2026-08-29 04:08:29.017  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2083457844124000258]
2026-08-29 04:08:29.021  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:29.021  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?)
2026-08-29 04:08:29.021  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7673ff86, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6dfcb12f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@77acb48c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5dac5e5f, containsSubquery=false)
2026-08-29 04:08:29.021  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?) ::: [2083457844124000258, CLOSED, REJECTED, 2026-08-31 04:08:00.0, 2026-08-29 04:08:00.0]
2026-08-29 04:08:29.027  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:29.027  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,    ?, ?, ?, ?, ?, ?,      ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:29.027  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@3130a1ff, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, frozen_points_total, gifted_points, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=26, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=365, stopIndex=365, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=368, stopIndex=368, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=371, stopIndex=371, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=374, stopIndex=374, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=377, stopIndex=377, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=380, stopIndex=380, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=383, stopIndex=383, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=386, stopIndex=386, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=389, stopIndex=389, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=392, stopIndex=392, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=395, stopIndex=395, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=398, stopIndex=398, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=401, stopIndex=401, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=404, stopIndex=404, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=410, stopIndex=410, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=413, stopIndex=413, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=433, stopIndex=433, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=436, stopIndex=436, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=439, stopIndex=439, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=442, stopIndex=442, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=25)], parameters=[2093521135173103618, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:29.026, 2026-08-29 04:08:29.026, false])])
2026-08-29 04:08:29.027  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521135173103618, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:29.026, 2026-08-29 04:08:29.026, false]
2026-08-29 04:08:29.030  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:29.030  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?)
2026-08-29 04:08:29.030  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@3c29f2a8, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:08:29.030  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ::: [2093521135173103618]
2026-08-29 04:08:29.035  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:29.035  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:29.035  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093521135206522880, 2093521135173103618, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:29.034, 2026-08-29 04:08:29.034, false])])
2026-08-29 04:08:29.035  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521135206522880, 2093521135173103618, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:29.034, 2026-08-29 04:08:29.034, false]
2026-08-29 04:08:29.041  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:29.042  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:29.042  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093521135231688704, 2093521135173103618, 100积分, 二星体验店铺, 100.00, 1, 99.88, 203.28, 100积分, true, false, 123, 7, true, 2.27, 4.62, 44, 4.1, 7, 10, 44, 4.1积, 123, 7, 2, 2.27, 0.42, 0.10, 13222222225, 2026-08-29 04:08:29.041, 2026-08-29 04:08:29.041, false])])
2026-08-29 04:08:29.042  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521135231688704, 2093521135173103618, 100积分, 二星体验店铺, 100.00, 1, 99.88, 203.28, 100积分, true, false, 123, 7, true, 2.27, 4.62, 44, 4.1, 7, 10, 44, 4.1积, 123, 7, 2, 2.27, 0.42, 0.10, 13222222225, 2026-08-29 04:08:29.041, 2026-08-29 04:08:29.041, false]
2026-08-29 04:08:29.044  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:29.044  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:08:29.044  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@383a74b5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c8d0d9d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@84ec4e5, containsSubquery=false)
2026-08-29 04:08:29.044  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2079509376485502977]
2026-08-29 04:08:29.046  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:29.046  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:08:29.046  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1575ef0a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41c0e9dc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f5764ed, containsSubquery=false)
2026-08-29 04:08:29.046  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385795022]
2026-08-29 04:08:29.048  INFO 2467003 --- [http-nio-8804-exec-24] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795022
2026-08-29 04:08:29.048  INFO 2467003 --- [http-nio-8804-exec-24] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3104, query=null, body=null
2026-08-29 04:08:29.240  INFO 2467003 --- [http-nio-8804-exec-24] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"523251.09","shouyi":"99999444801.51","xiaofei":"100000000266.98","liudong":"99999999009.00"}
2026-08-29 04:08:29.240  INFO 2467003 --- [http-nio-8804-exec-24] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385795022
2026-08-29 04:08:29.240  INFO 2467003 --- [http-nio-8804-exec-24] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=3104, query=null, body=null
2026-08-29 04:08:29.369  INFO 2467003 --- [http-nio-8804-exec-24] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":0,"total":0,"xiao":0}
2026-08-29 04:08:29.369  INFO 2467003 --- [http-nio-8804-exec-24] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa subtract_jifen memberId=1997111965385795022, amount=1100.00, currency_type=流动积分
2026-08-29 04:08:29.370  INFO 2467003 --- [http-nio-8804-exec-24] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa POST url=https://ut.ioevisa.com/api/subtract_jifen, guoId=3104, query=null, body={"amount":"1100.00","currency_type":"流动积分","description":"发布算力包活动【高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光】"}
2026-08-29 04:08:29.551  INFO 2467003 --- [http-nio-8804-exec-24] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"error":1,"msg":"余额查询失败"}
2026-08-29 04:08:29.551  WARN 2467003 --- [http-nio-8804-exec-24] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa business fail error=1, msg=余额查询失败
2026-08-29 04:08:29.555 ERROR 2467003 --- [http-nio-8804-exec-24] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[ServiceException]:400-服务器繁忙，请稍后重试

cn.lili.common.exception.ServiceException: null
	at cn.lili.common.client.IoeVisaThirdPartyClient.assertSuccess(IoeVisaThirdPartyClient.java:232)
	at cn.lili.common.client.IoeVisaThirdPartyClient.execute(IoeVisaThirdPartyClient.java:202)
	at cn.lili.common.client.IoeVisaThirdPartyClient.post(IoeVisaThirdPartyClient.java:54)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.postJifenChange(HashratePackageThirdPartyServiceImpl.java:546)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.subtractJifen(HashratePackageThirdPartyServiceImpl.java:522)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)
	at jdk.proxy2/jdk.proxy2.$Proxy199.subtractJifen(Unknown Source)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:101)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:89)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$FastClassBySpringCGLIB$$e5022e3b.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$EnhancerBySpringCGLIB$$bb9279b3.decreaseAvailable(<generated>)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.deductGiftBudget(PointsActivityServiceImpl.java:905)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:202)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$a12ee17.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 04:08:31.251  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:31.251  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 04:08:31.251  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8246a3d, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c160132, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1eed1903, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@70c9ebb3, containsSubquery=false)
2026-08-29 04:08:31.251  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2083457844124000258]
2026-08-29 04:08:31.254  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:31.254  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?)
2026-08-29 04:08:31.254  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7673ff86, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@391fc5fe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@634251d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ee552c0, containsSubquery=false)
2026-08-29 04:08:31.254  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?) ::: [2083457844124000258, CLOSED, REJECTED, 2026-08-31 04:08:00.0, 2026-08-29 04:08:00.0]
2026-08-29 04:08:31.258  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:31.258  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,    ?, ?, ?, ?, ?, ?,      ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:31.258  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@3130a1ff, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, frozen_points_total, gifted_points, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=26, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=365, stopIndex=365, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=368, stopIndex=368, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=371, stopIndex=371, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=374, stopIndex=374, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=377, stopIndex=377, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=380, stopIndex=380, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=383, stopIndex=383, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=386, stopIndex=386, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=389, stopIndex=389, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=392, stopIndex=392, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=395, stopIndex=395, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=398, stopIndex=398, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=401, stopIndex=401, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=404, stopIndex=404, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=410, stopIndex=410, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=413, stopIndex=413, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=433, stopIndex=433, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=436, stopIndex=436, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=439, stopIndex=439, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=442, stopIndex=442, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=25)], parameters=[2093521144534790146, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:31.257, 2026-08-29 04:08:31.257, false])])
2026-08-29 04:08:31.258  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521144534790146, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:31.257, 2026-08-29 04:08:31.257, false]
2026-08-29 04:08:31.261  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:31.261  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?)
2026-08-29 04:08:31.261  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@3c29f2a8, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:08:31.261  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ::: [2093521144534790146]
2026-08-29 04:08:31.264  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:31.265  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:31.265  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093521144559820800, 2093521144534790146, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:31.264, 2026-08-29 04:08:31.264, false])])
2026-08-29 04:08:31.265  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521144559820800, 2093521144534790146, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:31.264, 2026-08-29 04:08:31.264, false]
2026-08-29 04:08:31.269  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:31.269  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:31.270  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093521144580792320, 2093521144534790146, 100积分, 二星体验店铺, 100.00, 1, 99.88, 203.28, 100积分, true, false, 123, 7, true, 2.27, 4.62, 44, 4.1, 7, 10, 44, 4.1积, 123, 7, 2, 2.27, 0.42, 0.10, 13222222225, 2026-08-29 04:08:31.269, 2026-08-29 04:08:31.269, false])])
2026-08-29 04:08:31.270  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521144580792320, 2093521144534790146, 100积分, 二星体验店铺, 100.00, 1, 99.88, 203.28, 100积分, true, false, 123, 7, true, 2.27, 4.62, 44, 4.1, 7, 10, 44, 4.1积, 123, 7, 2, 2.27, 0.42, 0.10, 13222222225, 2026-08-29 04:08:31.269, 2026-08-29 04:08:31.269, false]
2026-08-29 04:08:31.272  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:31.272  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:08:31.272  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ddaf929, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4162a383, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@702ad0d2, containsSubquery=false)
2026-08-29 04:08:31.272  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2079509376485502977]
2026-08-29 04:08:31.274  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:31.274  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:08:31.274  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@790ef4af, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2da42eb6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@baec790, containsSubquery=false)
2026-08-29 04:08:31.274  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385795022]
2026-08-29 04:08:31.276  INFO 2467003 --- [http-nio-8804-exec-25] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795022
2026-08-29 04:08:31.276  INFO 2467003 --- [http-nio-8804-exec-25] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3104, query=null, body=null
2026-08-29 04:08:31.406  INFO 2467003 --- [http-nio-8804-exec-25] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"523251.09","shouyi":"99999444801.51","xiaofei":"100000000266.98","liudong":"99999999009.00"}
2026-08-29 04:08:31.406  INFO 2467003 --- [http-nio-8804-exec-25] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385795022
2026-08-29 04:08:31.406  INFO 2467003 --- [http-nio-8804-exec-25] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=3104, query=null, body=null
2026-08-29 04:08:31.535  INFO 2467003 --- [http-nio-8804-exec-25] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":0,"total":0,"xiao":0}
2026-08-29 04:08:31.535  INFO 2467003 --- [http-nio-8804-exec-25] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa subtract_jifen memberId=1997111965385795022, amount=1100.00, currency_type=流动积分
2026-08-29 04:08:31.536  INFO 2467003 --- [http-nio-8804-exec-25] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa POST url=https://ut.ioevisa.com/api/subtract_jifen, guoId=3104, query=null, body={"amount":"1100.00","currency_type":"流动积分","description":"发布算力包活动【高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光】"}
2026-08-29 04:08:31.712  INFO 2467003 --- [http-nio-8804-exec-25] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"error":1,"msg":"余额查询失败"}
2026-08-29 04:08:31.712  WARN 2467003 --- [http-nio-8804-exec-25] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa business fail error=1, msg=余额查询失败
2026-08-29 04:08:31.716 ERROR 2467003 --- [http-nio-8804-exec-25] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[ServiceException]:400-服务器繁忙，请稍后重试

cn.lili.common.exception.ServiceException: null
	at cn.lili.common.client.IoeVisaThirdPartyClient.assertSuccess(IoeVisaThirdPartyClient.java:232)
	at cn.lili.common.client.IoeVisaThirdPartyClient.execute(IoeVisaThirdPartyClient.java:202)
	at cn.lili.common.client.IoeVisaThirdPartyClient.post(IoeVisaThirdPartyClient.java:54)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.postJifenChange(HashratePackageThirdPartyServiceImpl.java:546)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.subtractJifen(HashratePackageThirdPartyServiceImpl.java:522)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)
	at jdk.proxy2/jdk.proxy2.$Proxy199.subtractJifen(Unknown Source)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:101)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:89)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$FastClassBySpringCGLIB$$e5022e3b.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$EnhancerBySpringCGLIB$$bb9279b3.decreaseAvailable(<generated>)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.deductGiftBudget(PointsActivityServiceImpl.java:905)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:202)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$a12ee17.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 04:08:32.670  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:32.670  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 04:08:32.670  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8246a3d, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69c86e3d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6319ca6f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c332055, containsSubquery=false)
2026-08-29 04:08:32.670  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2083457844124000258]
2026-08-29 04:08:32.673  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:32.673  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?)
2026-08-29 04:08:32.673  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7673ff86, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1263f974, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27e742e5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b06a062, containsSubquery=false)
2026-08-29 04:08:32.673  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?) ::: [2083457844124000258, CLOSED, REJECTED, 2026-08-31 04:08:00.0, 2026-08-29 04:08:00.0]
2026-08-29 04:08:32.677  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:32.678  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,    ?, ?, ?, ?, ?, ?,      ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:32.678  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@3130a1ff, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, frozen_points_total, gifted_points, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=26, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=365, stopIndex=365, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=368, stopIndex=368, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=371, stopIndex=371, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=374, stopIndex=374, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=377, stopIndex=377, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=380, stopIndex=380, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=383, stopIndex=383, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=386, stopIndex=386, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=389, stopIndex=389, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=392, stopIndex=392, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=395, stopIndex=395, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=398, stopIndex=398, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=401, stopIndex=401, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=404, stopIndex=404, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=410, stopIndex=410, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=413, stopIndex=413, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=433, stopIndex=433, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=436, stopIndex=436, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=439, stopIndex=439, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=442, stopIndex=442, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=25)], parameters=[2093521150486507522, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:32.677, 2026-08-29 04:08:32.677, false])])
2026-08-29 04:08:32.678  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521150486507522, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:32.677, 2026-08-29 04:08:32.677, false]
2026-08-29 04:08:32.681  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:32.681  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?)
2026-08-29 04:08:32.681  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@3c29f2a8, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:08:32.681  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ::: [2093521150486507522]
2026-08-29 04:08:32.685  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:32.685  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:32.685  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093521150515732480, 2093521150486507522, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:32.684, 2026-08-29 04:08:32.684, false])])
2026-08-29 04:08:32.685  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521150515732480, 2093521150486507522, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:32.684, 2026-08-29 04:08:32.684, false]
2026-08-29 04:08:32.689  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:32.689  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:32.689  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093521150536704000, 2093521150486507522, 100积分, 二星体验店铺, 100.00, 1, 99.88, 203.28, 100积分, true, false, 123, 7, true, 2.27, 4.62, 44, 4.1, 7, 10, 44, 4.1积, 123, 7, 2, 2.27, 0.42, 0.10, 13222222225, 2026-08-29 04:08:32.688, 2026-08-29 04:08:32.688, false])])
2026-08-29 04:08:32.689  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521150536704000, 2093521150486507522, 100积分, 二星体验店铺, 100.00, 1, 99.88, 203.28, 100积分, true, false, 123, 7, true, 2.27, 4.62, 44, 4.1, 7, 10, 44, 4.1积, 123, 7, 2, 2.27, 0.42, 0.10, 13222222225, 2026-08-29 04:08:32.688, 2026-08-29 04:08:32.688, false]
2026-08-29 04:08:32.691  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:32.691  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:08:32.691  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@18c69087, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2580c3a7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b344324, containsSubquery=false)
2026-08-29 04:08:32.691  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2079509376485502977]
2026-08-29 04:08:32.693  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:32.693  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:08:32.693  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f48ebf8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c769c4d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7582d784, containsSubquery=false)
2026-08-29 04:08:32.693  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385795022]
2026-08-29 04:08:32.694  INFO 2467003 --- [http-nio-8804-exec-26] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795022
2026-08-29 04:08:32.694  INFO 2467003 --- [http-nio-8804-exec-26] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3104, query=null, body=null
2026-08-29 04:08:32.967  INFO 2467003 --- [http-nio-8804-exec-26] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"523251.09","shouyi":"99999444801.51","xiaofei":"100000000266.98","liudong":"99999999009.00"}
2026-08-29 04:08:32.968  INFO 2467003 --- [http-nio-8804-exec-26] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385795022
2026-08-29 04:08:32.968  INFO 2467003 --- [http-nio-8804-exec-26] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=3104, query=null, body=null
2026-08-29 04:08:33.026  INFO 2467003 --- [http-nio-8804-exec-26] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":0,"total":0,"xiao":0}
2026-08-29 04:08:33.027  INFO 2467003 --- [http-nio-8804-exec-26] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa subtract_jifen memberId=1997111965385795022, amount=1100.00, currency_type=流动积分
2026-08-29 04:08:33.027  INFO 2467003 --- [http-nio-8804-exec-26] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa POST url=https://ut.ioevisa.com/api/subtract_jifen, guoId=3104, query=null, body={"amount":"1100.00","currency_type":"流动积分","description":"发布算力包活动【高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光】"}
2026-08-29 04:08:33.159  INFO 2467003 --- [http-nio-8804-exec-26] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"error":1,"msg":"余额查询失败"}
2026-08-29 04:08:33.159  WARN 2467003 --- [http-nio-8804-exec-26] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa business fail error=1, msg=余额查询失败
2026-08-29 04:08:33.163 ERROR 2467003 --- [http-nio-8804-exec-26] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[ServiceException]:400-服务器繁忙，请稍后重试

cn.lili.common.exception.ServiceException: null
	at cn.lili.common.client.IoeVisaThirdPartyClient.assertSuccess(IoeVisaThirdPartyClient.java:232)
	at cn.lili.common.client.IoeVisaThirdPartyClient.execute(IoeVisaThirdPartyClient.java:202)
	at cn.lili.common.client.IoeVisaThirdPartyClient.post(IoeVisaThirdPartyClient.java:54)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.postJifenChange(HashratePackageThirdPartyServiceImpl.java:546)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.subtractJifen(HashratePackageThirdPartyServiceImpl.java:522)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)
	at jdk.proxy2/jdk.proxy2.$Proxy199.subtractJifen(Unknown Source)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:101)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:89)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$FastClassBySpringCGLIB$$e5022e3b.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$EnhancerBySpringCGLIB$$bb9279b3.decreaseAvailable(<generated>)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.deductGiftBudget(PointsActivityServiceImpl.java:905)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:202)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$a12ee17.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 04:08:34.630  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:34.630  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 04:08:34.630  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8246a3d, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c94c8e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27f91302, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b4623f1, containsSubquery=false)
2026-08-29 04:08:34.630  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2083457844124000258]
2026-08-29 04:08:34.633  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:34.633  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?)
2026-08-29 04:08:34.633  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7673ff86, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19899172, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@438a7019, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4336d796, containsSubquery=false)
2026-08-29 04:08:34.633  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?) ::: [2083457844124000258, CLOSED, REJECTED, 2026-08-31 04:08:00.0, 2026-08-29 04:08:00.0]
2026-08-29 04:08:34.637  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:34.637  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,    ?, ?, ?, ?, ?, ?,      ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:34.637  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@3130a1ff, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, frozen_points_total, gifted_points, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=26, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=365, stopIndex=365, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=368, stopIndex=368, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=371, stopIndex=371, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=374, stopIndex=374, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=377, stopIndex=377, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=380, stopIndex=380, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=383, stopIndex=383, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=386, stopIndex=386, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=389, stopIndex=389, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=392, stopIndex=392, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=395, stopIndex=395, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=398, stopIndex=398, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=401, stopIndex=401, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=404, stopIndex=404, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=410, stopIndex=410, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=413, stopIndex=413, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=433, stopIndex=433, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=436, stopIndex=436, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=439, stopIndex=439, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=442, stopIndex=442, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=25)], parameters=[2093521158703149057, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:34.636, 2026-08-29 04:08:34.636, false])])
2026-08-29 04:08:34.637  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521158703149057, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:34.636, 2026-08-29 04:08:34.636, false]
2026-08-29 04:08:34.642  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:34.642  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?)
2026-08-29 04:08:34.642  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@3c29f2a8, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:08:34.642  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ::: [2093521158703149057]
2026-08-29 04:08:34.647  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:34.647  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:34.647  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093521158744956928, 2093521158703149057, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:34.646, 2026-08-29 04:08:34.646, false])])
2026-08-29 04:08:34.647  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521158744956928, 2093521158703149057, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:34.646, 2026-08-29 04:08:34.646, false]
2026-08-29 04:08:34.652  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:34.652  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:34.652  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093521158765928448, 2093521158703149057, 100积分, 二星体验店铺, 100.00, 1, 99.88, 203.28, 100积分, true, false, 123, 7, true, 2.27, 4.62, 44, 4.1, 7, 10, 44, 4.1积, 123, 7, 2, 2.27, 0.42, 0.10, 13222222225, 2026-08-29 04:08:34.651, 2026-08-29 04:08:34.651, false])])
2026-08-29 04:08:34.652  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521158765928448, 2093521158703149057, 100积分, 二星体验店铺, 100.00, 1, 99.88, 203.28, 100积分, true, false, 123, 7, true, 2.27, 4.62, 44, 4.1, 7, 10, 44, 4.1积, 123, 7, 2, 2.27, 0.42, 0.10, 13222222225, 2026-08-29 04:08:34.651, 2026-08-29 04:08:34.651, false]
2026-08-29 04:08:34.655  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:34.655  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:08:34.655  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@570c47f9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b0650cd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5dd9bd46, containsSubquery=false)
2026-08-29 04:08:34.655  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2079509376485502977]
2026-08-29 04:08:34.657  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:34.657  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:08:34.657  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d8f8c14, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4662950, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@14c58717, containsSubquery=false)
2026-08-29 04:08:34.657  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385795022]
2026-08-29 04:08:34.660  INFO 2467003 --- [http-nio-8804-exec-27] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795022
2026-08-29 04:08:34.660  INFO 2467003 --- [http-nio-8804-exec-27] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3104, query=null, body=null
2026-08-29 04:08:34.751  INFO 2467003 --- [http-nio-8804-exec-27] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"523251.09","shouyi":"99999444801.51","xiaofei":"100000000266.98","liudong":"99999999009.00"}
2026-08-29 04:08:34.752  INFO 2467003 --- [http-nio-8804-exec-27] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385795022
2026-08-29 04:08:34.752  INFO 2467003 --- [http-nio-8804-exec-27] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=3104, query=null, body=null
2026-08-29 04:08:34.820  INFO 2467003 --- [http-nio-8804-exec-27] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":0,"total":0,"xiao":0}
2026-08-29 04:08:34.821  INFO 2467003 --- [http-nio-8804-exec-27] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa subtract_jifen memberId=1997111965385795022, amount=1100.00, currency_type=流动积分
2026-08-29 04:08:34.821  INFO 2467003 --- [http-nio-8804-exec-27] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa POST url=https://ut.ioevisa.com/api/subtract_jifen, guoId=3104, query=null, body={"amount":"1100.00","currency_type":"流动积分","description":"发布算力包活动【高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光】"}
2026-08-29 04:08:34.905  INFO 2467003 --- [http-nio-8804-exec-27] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"error":1,"msg":"余额查询失败"}
2026-08-29 04:08:34.905  WARN 2467003 --- [http-nio-8804-exec-27] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa business fail error=1, msg=余额查询失败
2026-08-29 04:08:34.910 ERROR 2467003 --- [http-nio-8804-exec-27] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[ServiceException]:400-服务器繁忙，请稍后重试

cn.lili.common.exception.ServiceException: null
	at cn.lili.common.client.IoeVisaThirdPartyClient.assertSuccess(IoeVisaThirdPartyClient.java:232)
	at cn.lili.common.client.IoeVisaThirdPartyClient.execute(IoeVisaThirdPartyClient.java:202)
	at cn.lili.common.client.IoeVisaThirdPartyClient.post(IoeVisaThirdPartyClient.java:54)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.postJifenChange(HashratePackageThirdPartyServiceImpl.java:546)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.subtractJifen(HashratePackageThirdPartyServiceImpl.java:522)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)
	at jdk.proxy2/jdk.proxy2.$Proxy199.subtractJifen(Unknown Source)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:101)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:89)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$FastClassBySpringCGLIB$$e5022e3b.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$EnhancerBySpringCGLIB$$bb9279b3.decreaseAvailable(<generated>)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.deductGiftBudget(PointsActivityServiceImpl.java:905)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:202)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$a12ee17.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 04:08:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2313
2026-08-29 04:08:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:08:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:08:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:08:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:08:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:08:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:08:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:08:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6d74fe37(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 04:08:36.041  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.041  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 04:08:36.041  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8246a3d, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@70af33e0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2148b86e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35aa7d09, containsSubquery=false)
2026-08-29 04:08:36.041  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2083457844124000258]
2026-08-29 04:08:36.046  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.046  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?)
2026-08-29 04:08:36.046  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7673ff86, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58ef3c8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@632a8445, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ecb2658, containsSubquery=false)
2026-08-29 04:08:36.046  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?) ::: [2083457844124000258, CLOSED, REJECTED, 2026-08-31 04:08:00.0, 2026-08-29 04:08:00.0]
2026-08-29 04:08:36.051  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.051  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,    ?, ?, ?, ?, ?, ?,      ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:36.051  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@3130a1ff, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, frozen_points_total, gifted_points, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=26, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=365, stopIndex=365, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=368, stopIndex=368, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=371, stopIndex=371, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=374, stopIndex=374, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=377, stopIndex=377, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=380, stopIndex=380, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=383, stopIndex=383, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=386, stopIndex=386, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=389, stopIndex=389, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=392, stopIndex=392, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=395, stopIndex=395, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=398, stopIndex=398, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=401, stopIndex=401, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=404, stopIndex=404, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=410, stopIndex=410, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=413, stopIndex=413, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=433, stopIndex=433, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=436, stopIndex=436, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=439, stopIndex=439, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=442, stopIndex=442, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=25)], parameters=[2093521164633894913, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:36.05, 2026-08-29 04:08:36.05, false])])
2026-08-29 04:08:36.052  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521164633894913, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:36.05, 2026-08-29 04:08:36.05, false]
2026-08-29 04:08:36.055  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.055  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?)
2026-08-29 04:08:36.055  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@3c29f2a8, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:08:36.055  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ::: [2093521164633894913]
2026-08-29 04:08:36.060  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.060  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:36.060  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093521164671508480, 2093521164633894913, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:36.06, 2026-08-29 04:08:36.06, false])])
2026-08-29 04:08:36.060  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521164671508480, 2093521164633894913, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:36.06, 2026-08-29 04:08:36.06, false]
2026-08-29 04:08:36.067  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.067  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:36.067  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093521164696674304, 2093521164633894913, 100积分, 二星体验店铺, 100.00, 1, 99.88, 203.28, 100积分, true, false, 123, 7, true, 2.27, 4.62, 44, 4.1, 7, 10, 44, 4.1积, 123, 7, 2, 2.27, 0.42, 0.10, 13222222225, 2026-08-29 04:08:36.067, 2026-08-29 04:08:36.067, false])])
2026-08-29 04:08:36.068  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521164696674304, 2093521164633894913, 100积分, 二星体验店铺, 100.00, 1, 99.88, 203.28, 100积分, true, false, 123, 7, true, 2.27, 4.62, 44, 4.1, 7, 10, 44, 4.1积, 123, 7, 2, 2.27, 0.42, 0.10, 13222222225, 2026-08-29 04:08:36.067, 2026-08-29 04:08:36.067, false]
2026-08-29 04:08:36.072  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.072  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:08:36.072  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@703874fd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1415d468, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f07a190, containsSubquery=false)
2026-08-29 04:08:36.072  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2079509376485502977]
2026-08-29 04:08:36.074  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.074  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:08:36.074  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@514a5c69, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b4664bc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@92f4365, containsSubquery=false)
2026-08-29 04:08:36.074  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385795022]
2026-08-29 04:08:36.077  INFO 2467003 --- [http-nio-8804-exec-28] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795022
2026-08-29 04:08:36.077  INFO 2467003 --- [http-nio-8804-exec-28] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3104, query=null, body=null
2026-08-29 04:08:36.175  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.175  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:08:36.175  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512551d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@718fc460, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6847934f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35f13b9d, containsSubquery=false)
2026-08-29 04:08:36.175  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610]
2026-08-29 04:08:36.178  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.178  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:08:36.178  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b53e9a2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@30ad17a3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@cbceff8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d285bc8, containsSubquery=false)
2026-08-29 04:08:36.178  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610]
2026-08-29 04:08:36.180  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.180  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:08:36.180  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2bc55529, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@34acad82, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1561139, containsSubquery=false)
2026-08-29 04:08:36.180  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610, PAY]
2026-08-29 04:08:36.185  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.185  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 04:08:36.185  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a08b9c8, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c65c66f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4d0bdf03, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f220fe9, containsSubquery=true)
2026-08-29 04:08:36.185  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2085608556769476610, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 04:08:36.189  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.189  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:08:36.189  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66cd8178, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@592f970f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3452b3b8, containsSubquery=false)
2026-08-29 04:08:36.189  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610, REFUND]
2026-08-29 04:08:36.198  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.198  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:08:36.198  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@72e4397c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4843e245, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c0362b9, containsSubquery=false)
2026-08-29 04:08:36.198  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2085608556769476610]
2026-08-29 04:08:36.202  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.202  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 04:08:36.202  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1482f407, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@16fc0d8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@364e7ce6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ecf9cfd, containsSubquery=false)
2026-08-29 04:08:36.202  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2085608556769476610, 2026-08-29 00:00:00.0]
2026-08-29 04:08:36.208  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.208  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 04:08:36.208  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3540c398, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@384ce82f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a06a3af, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6bdcc0c3, containsSubquery=false)
2026-08-29 04:08:36.208  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2085608556769476610, UPPER, 0]
2026-08-29 04:08:36.216  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.216  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:08:36.216  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@26363022, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2be136ff, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ed47d7e, containsSubquery=false)
2026-08-29 04:08:36.216  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2085608556769476610]
2026-08-29 04:08:36.220  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.220  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:08:36.220  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55d76784, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@48f5cfcd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33df6562, containsSubquery=false)
2026-08-29 04:08:36.220  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2085608556769476610]
2026-08-29 04:08:36.224  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.224  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:08:36.224  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53f6bec8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b4a35a1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31e38ec2, containsSubquery=false)
2026-08-29 04:08:36.224  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2085608556769476610]
2026-08-29 04:08:36.227  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.227  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:08:36.227  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@74fa8715, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@59c292d6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@c5d742a, containsSubquery=false)
2026-08-29 04:08:36.227  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2085608556769476610]
2026-08-29 04:08:36.229  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.229  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:08:36.229  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@65a7ad62, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@23c69d8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b9c029d, containsSubquery=false)
2026-08-29 04:08:36.229  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2085608556769476610]
2026-08-29 04:08:36.231  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.231  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:08:36.231  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c0fa205, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@78cc1f3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72ec0ff0, containsSubquery=false)
2026-08-29 04:08:36.231  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2085608556769476610]
2026-08-29 04:08:36.235  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.235  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 04:08:36.235  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b6f21db, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c5426be, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e55374b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@410f1ae0, containsSubquery=false)
2026-08-29 04:08:36.235  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2085608556769476610, false]
2026-08-29 04:08:36.238  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.238  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 04:08:36.238  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66e44707, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61fa8a77, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@581b44b2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@565f51eb, containsSubquery=false)
2026-08-29 04:08:36.238  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2085608556769476610]
2026-08-29 04:08:36.240  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.240  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:08:36.240  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@47ffdeef, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b031ff2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@669a573c, containsSubquery=false)
2026-08-29 04:08:36.240  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2085608556769476610]
2026-08-29 04:08:36.242  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.242  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 04:08:36.242  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d5ec210, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@705a07e8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@444d9d68, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@585a1316, containsSubquery=false)
2026-08-29 04:08:36.242  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2085608556769476610]
2026-08-29 04:08:36.243  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.243  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 04:08:36.243  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22bbff, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@784bab7c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7081c5c0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@745eeb8, containsSubquery=false)
2026-08-29 04:08:36.243  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 04:08:36.242, 2026-08-29 04:08:36.242, 2026-08-29 04:08:36.242]
2026-08-29 04:08:36.248  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.248  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 04:08:36.248  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@384f4568, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@22cc8a47, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a548088, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@363e7036, containsSubquery=false)
2026-08-29 04:08:36.248  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2085608556769476610]
2026-08-29 04:08:36.250  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.250  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:08:36.250  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d323213, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d68f2b5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@289290ee, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f1db371, containsSubquery=false)
2026-08-29 04:08:36.250  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2085608556769476610, TIANQUE, false]
2026-08-29 04:08:36.252  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.252  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:08:36.252  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13172e6e, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39512fa4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b6595c4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5fdefbb7, containsSubquery=false)
2026-08-29 04:08:36.252  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2085608556769476610, TIANQUE, false]
2026-08-29 04:08:36.253  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.253  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 04:08:36.253  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ee8cf50, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b45e172, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@23eeb0ee, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@123f265a, containsSubquery=false)
2026-08-29 04:08:36.253  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2085608556769476610]
2026-08-29 04:08:36.255  WARN 2467003 --- [http-nio-8804-exec-30] c.l.m.s.s.IndexStatisticsServiceImpl     : 店铺首页账户余额查询失败 storeId相关 mno=399260810032306 err=File not exist: /ecommerce/seller-ceshi/data/keys/tianque/pri.key
2026-08-29 04:08:36.255  WARN 2467003 --- [http-nio-8804-exec-30] c.l.m.s.s.IndexStatisticsServiceImpl     : 店铺首页分账金额查询失败 mno=399260810032306 err=File not exist: /ecommerce/seller-ceshi/data/keys/tianque/pri.key
2026-08-29 04:08:36.425  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.425  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 04:08:36.425  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8246a3d, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52fd8dd0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9aefe70, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7bb5c0c0, containsSubquery=false)
2026-08-29 04:08:36.425  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2083457844124000258]
2026-08-29 04:08:36.428  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.428  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?)
2026-08-29 04:08:36.428  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7673ff86, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b300561, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ed66907, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@605d2ebd, containsSubquery=false)
2026-08-29 04:08:36.428  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?) ::: [2083457844124000258, CLOSED, REJECTED, 2026-08-31 04:08:00.0, 2026-08-29 04:08:00.0]
2026-08-29 04:08:36.431  INFO 2467003 --- [http-nio-8804-exec-28] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"523251.09","shouyi":"99999444801.51","xiaofei":"100000000266.98","liudong":"99999999009.00"}
2026-08-29 04:08:36.431  INFO 2467003 --- [http-nio-8804-exec-28] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385795022
2026-08-29 04:08:36.431  INFO 2467003 --- [http-nio-8804-exec-28] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=3104, query=null, body=null
2026-08-29 04:08:36.432  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.432  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,    ?, ?, ?, ?, ?, ?,      ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:36.432  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@3130a1ff, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, frozen_points_total, gifted_points, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=26, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=365, stopIndex=365, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=368, stopIndex=368, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=371, stopIndex=371, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=374, stopIndex=374, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=377, stopIndex=377, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=380, stopIndex=380, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=383, stopIndex=383, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=386, stopIndex=386, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=389, stopIndex=389, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=392, stopIndex=392, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=395, stopIndex=395, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=398, stopIndex=398, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=401, stopIndex=401, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=404, stopIndex=404, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=410, stopIndex=410, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=413, stopIndex=413, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=433, stopIndex=433, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=436, stopIndex=436, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=439, stopIndex=439, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=442, stopIndex=442, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=25)], parameters=[2093521166231924738, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:36.431, 2026-08-29 04:08:36.431, false])])
2026-08-29 04:08:36.432  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521166231924738, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:36.431, 2026-08-29 04:08:36.431, false]
2026-08-29 04:08:36.434  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.434  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?)
2026-08-29 04:08:36.434  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@3c29f2a8, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:08:36.434  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ::: [2093521166231924738]
2026-08-29 04:08:36.437  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.437  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:36.437  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093521166256955392, 2093521166231924738, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:36.437, 2026-08-29 04:08:36.437, false])])
2026-08-29 04:08:36.438  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521166256955392, 2093521166231924738, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:36.437, 2026-08-29 04:08:36.437, false]
2026-08-29 04:08:36.606  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.606  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 04:08:36.606  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8246a3d, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@496fd767, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52191e44, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@284324da, containsSubquery=false)
2026-08-29 04:08:36.606  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2083457844124000258]
2026-08-29 04:08:36.618  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.618  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?)
2026-08-29 04:08:36.618  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7673ff86, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@510fb878, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@60dc9b88, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4524a02e, containsSubquery=false)
2026-08-29 04:08:36.619  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?) ::: [2083457844124000258, CLOSED, REJECTED, 2026-08-31 04:08:00.0, 2026-08-29 04:08:00.0]
2026-08-29 04:08:36.625  INFO 2467003 --- [http-nio-8804-exec-28] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":0,"total":0,"xiao":0}
2026-08-29 04:08:36.626  INFO 2467003 --- [http-nio-8804-exec-28] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa subtract_jifen memberId=1997111965385795022, amount=1100.00, currency_type=流动积分
2026-08-29 04:08:36.626  INFO 2467003 --- [http-nio-8804-exec-28] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa POST url=https://ut.ioevisa.com/api/subtract_jifen, guoId=3104, query=null, body={"amount":"1100.00","currency_type":"流动积分","description":"发布算力包活动【高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光】"}
2026-08-29 04:08:36.628  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.628  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,    ?, ?, ?, ?, ?, ?,      ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:36.628  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@3130a1ff, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, frozen_points_total, gifted_points, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=26, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=365, stopIndex=365, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=368, stopIndex=368, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=371, stopIndex=371, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=374, stopIndex=374, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=377, stopIndex=377, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=380, stopIndex=380, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=383, stopIndex=383, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=386, stopIndex=386, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=389, stopIndex=389, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=392, stopIndex=392, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=395, stopIndex=395, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=398, stopIndex=398, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=401, stopIndex=401, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=404, stopIndex=404, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=410, stopIndex=410, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=413, stopIndex=413, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=433, stopIndex=433, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=436, stopIndex=436, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=439, stopIndex=439, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=442, stopIndex=442, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=25)], parameters=[2093521167054008322, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:36.628, 2026-08-29 04:08:36.628, false])])
2026-08-29 04:08:36.628  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521167054008322, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:36.628, 2026-08-29 04:08:36.628, false]
2026-08-29 04:08:36.631  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.632  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?)
2026-08-29 04:08:36.632  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@3c29f2a8, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:08:36.632  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ::: [2093521167054008322]
2026-08-29 04:08:36.637  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.637  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:36.637  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093521167091621888, 2093521167054008322, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:36.636, 2026-08-29 04:08:36.636, false])])
2026-08-29 04:08:36.637  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521167091621888, 2093521167054008322, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:36.636, 2026-08-29 04:08:36.636, false]
2026-08-29 04:08:36.688  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.688  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 04:08:36.689  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8246a3d, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2dc278e7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@64292cbf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@141b5f3c, containsSubquery=false)
2026-08-29 04:08:36.689  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2083457844124000258]
2026-08-29 04:08:36.703  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.703  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?)
2026-08-29 04:08:36.703  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7673ff86, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@323f20b8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7c936b7c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@722db6bf, containsSubquery=false)
2026-08-29 04:08:36.703  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?) ::: [2083457844124000258, CLOSED, REJECTED, 2026-08-31 04:08:00.0, 2026-08-29 04:08:00.0]
2026-08-29 04:08:36.715  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.715  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,    ?, ?, ?, ?, ?, ?,      ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:36.715  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@3130a1ff, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, frozen_points_total, gifted_points, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=26, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=365, stopIndex=365, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=368, stopIndex=368, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=371, stopIndex=371, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=374, stopIndex=374, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=377, stopIndex=377, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=380, stopIndex=380, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=383, stopIndex=383, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=386, stopIndex=386, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=389, stopIndex=389, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=392, stopIndex=392, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=395, stopIndex=395, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=398, stopIndex=398, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=401, stopIndex=401, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=404, stopIndex=404, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=410, stopIndex=410, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=413, stopIndex=413, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=433, stopIndex=433, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=436, stopIndex=436, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=439, stopIndex=439, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=442, stopIndex=442, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=25)], parameters=[2093521167414718466, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:36.714, 2026-08-29 04:08:36.714, false])])
2026-08-29 04:08:36.715  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521167414718466, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:36.714, 2026-08-29 04:08:36.714, false]
2026-08-29 04:08:36.719  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.719  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?)
2026-08-29 04:08:36.719  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@3c29f2a8, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:08:36.719  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ::: [2093521167414718466]
2026-08-29 04:08:36.724  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.724  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:36.724  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093521167456526336, 2093521167414718466, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:36.723, 2026-08-29 04:08:36.723, false])])
2026-08-29 04:08:36.724  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521167456526336, 2093521167414718466, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:36.723, 2026-08-29 04:08:36.723, false]
2026-08-29 04:08:36.735  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.735  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 04:08:36.735  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8246a3d, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@259261a9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@71161a27, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e79f5bc, containsSubquery=false)
2026-08-29 04:08:36.735  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2083457844124000258]
2026-08-29 04:08:36.745  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.745  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?)
2026-08-29 04:08:36.745  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7673ff86, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a4aaa47, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4bff7ea7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@39903d88, containsSubquery=false)
2026-08-29 04:08:36.745  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?) ::: [2083457844124000258, CLOSED, REJECTED, 2026-08-31 04:08:00.0, 2026-08-29 04:08:00.0]
2026-08-29 04:08:36.756  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.756  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,    ?, ?, ?, ?, ?, ?,      ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:36.756  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@3130a1ff, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, frozen_points_total, gifted_points, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=26, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=365, stopIndex=365, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=368, stopIndex=368, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=371, stopIndex=371, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=374, stopIndex=374, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=377, stopIndex=377, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=380, stopIndex=380, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=383, stopIndex=383, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=386, stopIndex=386, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=389, stopIndex=389, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=392, stopIndex=392, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=395, stopIndex=395, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=398, stopIndex=398, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=401, stopIndex=401, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=404, stopIndex=404, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=410, stopIndex=410, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=413, stopIndex=413, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=433, stopIndex=433, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=436, stopIndex=436, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=439, stopIndex=439, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=442, stopIndex=442, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=25)], parameters=[2093521167590879234, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:36.755, 2026-08-29 04:08:36.755, false])])
2026-08-29 04:08:36.756  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521167590879234, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:36.755, 2026-08-29 04:08:36.755, false]
2026-08-29 04:08:36.761  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.761  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?)
2026-08-29 04:08:36.761  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@3c29f2a8, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:08:36.761  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ::: [2093521167590879234]
2026-08-29 04:08:36.767  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.767  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:36.767  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093521167636881408, 2093521167590879234, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:36.766, 2026-08-29 04:08:36.766, false])])
2026-08-29 04:08:36.767  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521167636881408, 2093521167590879234, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:36.766, 2026-08-29 04:08:36.766, false]
2026-08-29 04:08:36.873  INFO 2467003 --- [http-nio-8804-exec-28] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"error":1,"msg":"余额查询失败"}
2026-08-29 04:08:36.873  WARN 2467003 --- [http-nio-8804-exec-28] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa business fail error=1, msg=余额查询失败
2026-08-29 04:08:36.877 ERROR 2467003 --- [http-nio-8804-exec-28] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[ServiceException]:400-服务器繁忙，请稍后重试

cn.lili.common.exception.ServiceException: null
	at cn.lili.common.client.IoeVisaThirdPartyClient.assertSuccess(IoeVisaThirdPartyClient.java:232)
	at cn.lili.common.client.IoeVisaThirdPartyClient.execute(IoeVisaThirdPartyClient.java:202)
	at cn.lili.common.client.IoeVisaThirdPartyClient.post(IoeVisaThirdPartyClient.java:54)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.postJifenChange(HashratePackageThirdPartyServiceImpl.java:546)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.subtractJifen(HashratePackageThirdPartyServiceImpl.java:522)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)
	at jdk.proxy2/jdk.proxy2.$Proxy199.subtractJifen(Unknown Source)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:101)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:89)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$FastClassBySpringCGLIB$$e5022e3b.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$EnhancerBySpringCGLIB$$bb9279b3.decreaseAvailable(<generated>)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.deductGiftBudget(PointsActivityServiceImpl.java:905)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:202)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$a12ee17.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 04:08:36.889  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.889  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:36.889  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093521168127614976, 2093521166231924738, 100积分, 二星体验店铺, 100.00, 1, 99.88, 203.28, 100积分, true, false, 123, 7, true, 2.27, 4.62, 44, 4.1, 7, 10, 44, 4.1积, 123, 7, 2, 2.27, 0.42, 0.10, 13222222225, 2026-08-29 04:08:36.889, 2026-08-29 04:08:36.889, false])])
2026-08-29 04:08:36.890  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521168127614976, 2093521166231924738, 100积分, 二星体验店铺, 100.00, 1, 99.88, 203.28, 100积分, true, false, 123, 7, true, 2.27, 4.62, 44, 4.1, 7, 10, 44, 4.1积, 123, 7, 2, 2.27, 0.42, 0.10, 13222222225, 2026-08-29 04:08:36.889, 2026-08-29 04:08:36.889, false]
2026-08-29 04:08:36.892  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.892  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:08:36.892  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6872df6f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a2c2985, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e3c262a, containsSubquery=false)
2026-08-29 04:08:36.893  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2079509376485502977]
2026-08-29 04:08:36.894  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:36.894  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:08:36.894  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@503dda78, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7bf6b1fb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7474d5d9, containsSubquery=false)
2026-08-29 04:08:36.894  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385795022]
2026-08-29 04:08:36.896  INFO 2467003 --- [http-nio-8804-exec-31] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795022
2026-08-29 04:08:36.896  INFO 2467003 --- [http-nio-8804-exec-31] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3104, query=null, body=null
2026-08-29 04:08:36.955 ERROR 2467003 --- [http-nio-8804-exec-33] druid.sql.Statement                      : {conn-10013, pstmt-23261} execute error. INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)

com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:123)
	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
	at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
	at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3446)
	at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:638)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:152)
	at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
	at org.apache.shardingsphere.shardingjdbc.executor.SQLExecuteCallbackFactory$2.executeSQL(SQLExecuteCallbackFactory.java:64)
	at org.apache.shardingsphere.shardingjdbc.executor.SQLExecuteCallbackFactory$2.executeSQL(SQLExecuteCallbackFactory.java:60)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteCallback.execute0(SQLExecuteCallback.java:79)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteCallback.execute(SQLExecuteCallback.java:61)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.syncGroupExecute(ShardingExecuteEngine.java:125)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.serialExecute(ShardingExecuteEngine.java:90)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.groupExecute(ShardingExecuteEngine.java:83)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteTemplate.executeGroup(SQLExecuteTemplate.java:73)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteTemplate.executeGroup(SQLExecuteTemplate.java:56)
	at org.apache.shardingsphere.shardingjdbc.executor.AbstractStatementExecutor.executeCallback(AbstractStatementExecutor.java:140)
	at org.apache.shardingsphere.shardingjdbc.executor.PreparedStatementExecutor.execute(PreparedStatementExecutor.java:153)
	at org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.ShardingPreparedStatement.execute(ShardingPreparedStatement.java:192)
	at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)
	at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)
	at jdk.internal.reflect.GeneratedMethodAccessor373.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
	at jdk.proxy2/jdk.proxy2.$Proxy656.update(Unknown Source)
	at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)
	at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
	at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)
	at jdk.internal.reflect.GeneratedMethodAccessor372.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)
	at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)
	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
	at jdk.proxy2/jdk.proxy2.$Proxy654.update(Unknown Source)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)
	at jdk.internal.reflect.GeneratedMethodAccessor670.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
	at jdk.proxy2/jdk.proxy2.$Proxy149.insert(Unknown Source)
	at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)
	at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:152)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
	at jdk.proxy2/jdk.proxy2.$Proxy329.insert(Unknown Source)
	at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl.replaceActivityPackages(PointsActivityGiftPackageServiceImpl.java:46)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl$$FastClassBySpringCGLIB$$677e804d.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl$$EnhancerBySpringCGLIB$$e33a4b29.replaceActivityPackages(<generated>)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:197)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$a12ee17.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at jdk.internal.reflect.GeneratedMethodAccessor956.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 04:08:36.956 ERROR 2467003 --- [http-nio-8804-exec-34] druid.sql.Statement                      : {conn-10014, pstmt-23267} execute error. INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)

com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:123)
	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
	at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
	at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3446)
	at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:638)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:152)
	at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
	at org.apache.shardingsphere.shardingjdbc.executor.SQLExecuteCallbackFactory$2.executeSQL(SQLExecuteCallbackFactory.java:64)
	at org.apache.shardingsphere.shardingjdbc.executor.SQLExecuteCallbackFactory$2.executeSQL(SQLExecuteCallbackFactory.java:60)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteCallback.execute0(SQLExecuteCallback.java:79)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteCallback.execute(SQLExecuteCallback.java:61)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.syncGroupExecute(ShardingExecuteEngine.java:125)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.serialExecute(ShardingExecuteEngine.java:90)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.groupExecute(ShardingExecuteEngine.java:83)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteTemplate.executeGroup(SQLExecuteTemplate.java:73)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteTemplate.executeGroup(SQLExecuteTemplate.java:56)
	at org.apache.shardingsphere.shardingjdbc.executor.AbstractStatementExecutor.executeCallback(AbstractStatementExecutor.java:140)
	at org.apache.shardingsphere.shardingjdbc.executor.PreparedStatementExecutor.execute(PreparedStatementExecutor.java:153)
	at org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.ShardingPreparedStatement.execute(ShardingPreparedStatement.java:192)
	at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)
	at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)
	at jdk.internal.reflect.GeneratedMethodAccessor373.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
	at jdk.proxy2/jdk.proxy2.$Proxy656.update(Unknown Source)
	at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)
	at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
	at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)
	at jdk.internal.reflect.GeneratedMethodAccessor372.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)
	at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)
	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
	at jdk.proxy2/jdk.proxy2.$Proxy654.update(Unknown Source)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)
	at jdk.internal.reflect.GeneratedMethodAccessor670.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
	at jdk.proxy2/jdk.proxy2.$Proxy149.insert(Unknown Source)
	at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)
	at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:152)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
	at jdk.proxy2/jdk.proxy2.$Proxy329.insert(Unknown Source)
	at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl.replaceActivityPackages(PointsActivityGiftPackageServiceImpl.java:46)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl$$FastClassBySpringCGLIB$$677e804d.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl$$EnhancerBySpringCGLIB$$e33a4b29.replaceActivityPackages(<generated>)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:197)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$a12ee17.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at jdk.internal.reflect.GeneratedMethodAccessor956.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 04:08:36.956 ERROR 2467003 --- [http-nio-8804-exec-32] druid.sql.Statement                      : {conn-10012, pstmt-23255} execute error. INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)

com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:123)
	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
	at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
	at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3446)
	at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:638)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:152)
	at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
	at org.apache.shardingsphere.shardingjdbc.executor.SQLExecuteCallbackFactory$2.executeSQL(SQLExecuteCallbackFactory.java:64)
	at org.apache.shardingsphere.shardingjdbc.executor.SQLExecuteCallbackFactory$2.executeSQL(SQLExecuteCallbackFactory.java:60)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteCallback.execute0(SQLExecuteCallback.java:79)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteCallback.execute(SQLExecuteCallback.java:61)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.syncGroupExecute(ShardingExecuteEngine.java:125)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.serialExecute(ShardingExecuteEngine.java:90)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.groupExecute(ShardingExecuteEngine.java:83)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteTemplate.executeGroup(SQLExecuteTemplate.java:73)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteTemplate.executeGroup(SQLExecuteTemplate.java:56)
	at org.apache.shardingsphere.shardingjdbc.executor.AbstractStatementExecutor.executeCallback(AbstractStatementExecutor.java:140)
	at org.apache.shardingsphere.shardingjdbc.executor.PreparedStatementExecutor.execute(PreparedStatementExecutor.java:153)
	at org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.ShardingPreparedStatement.execute(ShardingPreparedStatement.java:192)
	at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)
	at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)
	at jdk.internal.reflect.GeneratedMethodAccessor373.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
	at jdk.proxy2/jdk.proxy2.$Proxy656.update(Unknown Source)
	at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)
	at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
	at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)
	at jdk.internal.reflect.GeneratedMethodAccessor372.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)
	at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)
	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
	at jdk.proxy2/jdk.proxy2.$Proxy654.update(Unknown Source)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)
	at jdk.internal.reflect.GeneratedMethodAccessor670.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
	at jdk.proxy2/jdk.proxy2.$Proxy149.insert(Unknown Source)
	at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)
	at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:152)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
	at jdk.proxy2/jdk.proxy2.$Proxy329.insert(Unknown Source)
	at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl.replaceActivityPackages(PointsActivityGiftPackageServiceImpl.java:46)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl$$FastClassBySpringCGLIB$$677e804d.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl$$EnhancerBySpringCGLIB$$e33a4b29.replaceActivityPackages(<generated>)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:197)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$a12ee17.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at jdk.internal.reflect.GeneratedMethodAccessor956.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 04:08:37.001  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:37.001  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?)
2026-08-29 04:08:37.001  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c8bb872, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@758c37fb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b0674f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e5b7fde, containsSubquery=false)
2026-08-29 04:08:37.001  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?) ::: [2085608556769476610, EXCHANGE]
2026-08-29 04:08:37.118  INFO 2467003 --- [http-nio-8804-exec-31] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"523251.09","shouyi":"99999444801.51","xiaofei":"100000000266.98","liudong":"99999999009.00"}
2026-08-29 04:08:37.118  INFO 2467003 --- [http-nio-8804-exec-31] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385795022
2026-08-29 04:08:37.118  INFO 2467003 --- [http-nio-8804-exec-31] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=3104, query=null, body=null
2026-08-29 04:08:37.174 ERROR 2467003 --- [http-nio-8804-exec-32] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[RuntimeException]:

org.springframework.dao.DeadlockLoserDataAccessException: 
### Error updating database.  Cause: com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
### The error may exist in cn/lili/modules/promotion/mapper/PointsActivityGiftPackageMapper.java (best guess)
### The error may involve cn.lili.modules.promotion.mapper.PointsActivityGiftPackageMapper.insert-Inline
### The error occurred while setting parameters
### SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
### Cause: com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
; Deadlock found when trying to get lock; try restarting transaction; nested exception is com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
	at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:271)
	at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70)
	at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)
	at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)
	at jdk.proxy2/jdk.proxy2.$Proxy149.insert(Unknown Source)
	at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)
	at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:152)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
	at jdk.proxy2/jdk.proxy2.$Proxy329.insert(Unknown Source)
	at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl.replaceActivityPackages(PointsActivityGiftPackageServiceImpl.java:46)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl$$FastClassBySpringCGLIB$$677e804d.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl$$EnhancerBySpringCGLIB$$e33a4b29.replaceActivityPackages(<generated>)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:197)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$a12ee17.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at jdk.internal.reflect.GeneratedMethodAccessor956.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:123)
	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
	at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
	at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3446)
	at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:638)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:152)
	at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
	at org.apache.shardingsphere.shardingjdbc.executor.SQLExecuteCallbackFactory$2.executeSQL(SQLExecuteCallbackFactory.java:64)
	at org.apache.shardingsphere.shardingjdbc.executor.SQLExecuteCallbackFactory$2.executeSQL(SQLExecuteCallbackFactory.java:60)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteCallback.execute0(SQLExecuteCallback.java:79)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteCallback.execute(SQLExecuteCallback.java:61)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.syncGroupExecute(ShardingExecuteEngine.java:125)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.serialExecute(ShardingExecuteEngine.java:90)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.groupExecute(ShardingExecuteEngine.java:83)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteTemplate.executeGroup(SQLExecuteTemplate.java:73)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteTemplate.executeGroup(SQLExecuteTemplate.java:56)
	at org.apache.shardingsphere.shardingjdbc.executor.AbstractStatementExecutor.executeCallback(AbstractStatementExecutor.java:140)
	at org.apache.shardingsphere.shardingjdbc.executor.PreparedStatementExecutor.execute(PreparedStatementExecutor.java:153)
	at org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.ShardingPreparedStatement.execute(ShardingPreparedStatement.java:192)
	at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)
	at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)
	at jdk.internal.reflect.GeneratedMethodAccessor373.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
	at jdk.proxy2/jdk.proxy2.$Proxy656.update(Unknown Source)
	at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)
	at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
	at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)
	at jdk.internal.reflect.GeneratedMethodAccessor372.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)
	at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)
	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
	at jdk.proxy2/jdk.proxy2.$Proxy654.update(Unknown Source)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)
	at jdk.internal.reflect.GeneratedMethodAccessor670.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
	... 131 common frames omitted

2026-08-29 04:08:37.176 ERROR 2467003 --- [http-nio-8804-exec-33] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[RuntimeException]:

org.springframework.dao.DeadlockLoserDataAccessException: 
### Error updating database.  Cause: com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
### The error may exist in cn/lili/modules/promotion/mapper/PointsActivityGiftPackageMapper.java (best guess)
### The error may involve cn.lili.modules.promotion.mapper.PointsActivityGiftPackageMapper.insert-Inline
### The error occurred while setting parameters
### SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
### Cause: com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
; Deadlock found when trying to get lock; try restarting transaction; nested exception is com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
	at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:271)
	at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70)
	at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)
	at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)
	at jdk.proxy2/jdk.proxy2.$Proxy149.insert(Unknown Source)
	at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)
	at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:152)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
	at jdk.proxy2/jdk.proxy2.$Proxy329.insert(Unknown Source)
	at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl.replaceActivityPackages(PointsActivityGiftPackageServiceImpl.java:46)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl$$FastClassBySpringCGLIB$$677e804d.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl$$EnhancerBySpringCGLIB$$e33a4b29.replaceActivityPackages(<generated>)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:197)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$a12ee17.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at jdk.internal.reflect.GeneratedMethodAccessor956.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:123)
	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
	at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
	at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3446)
	at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:638)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:152)
	at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
	at org.apache.shardingsphere.shardingjdbc.executor.SQLExecuteCallbackFactory$2.executeSQL(SQLExecuteCallbackFactory.java:64)
	at org.apache.shardingsphere.shardingjdbc.executor.SQLExecuteCallbackFactory$2.executeSQL(SQLExecuteCallbackFactory.java:60)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteCallback.execute0(SQLExecuteCallback.java:79)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteCallback.execute(SQLExecuteCallback.java:61)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.syncGroupExecute(ShardingExecuteEngine.java:125)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.serialExecute(ShardingExecuteEngine.java:90)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.groupExecute(ShardingExecuteEngine.java:83)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteTemplate.executeGroup(SQLExecuteTemplate.java:73)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteTemplate.executeGroup(SQLExecuteTemplate.java:56)
	at org.apache.shardingsphere.shardingjdbc.executor.AbstractStatementExecutor.executeCallback(AbstractStatementExecutor.java:140)
	at org.apache.shardingsphere.shardingjdbc.executor.PreparedStatementExecutor.execute(PreparedStatementExecutor.java:153)
	at org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.ShardingPreparedStatement.execute(ShardingPreparedStatement.java:192)
	at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)
	at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)
	at jdk.internal.reflect.GeneratedMethodAccessor373.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
	at jdk.proxy2/jdk.proxy2.$Proxy656.update(Unknown Source)
	at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)
	at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
	at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)
	at jdk.internal.reflect.GeneratedMethodAccessor372.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)
	at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)
	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
	at jdk.proxy2/jdk.proxy2.$Proxy654.update(Unknown Source)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)
	at jdk.internal.reflect.GeneratedMethodAccessor670.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
	... 131 common frames omitted

2026-08-29 04:08:37.177 ERROR 2467003 --- [http-nio-8804-exec-34] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[RuntimeException]:

org.springframework.dao.DeadlockLoserDataAccessException: 
### Error updating database.  Cause: com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
### The error may exist in cn/lili/modules/promotion/mapper/PointsActivityGiftPackageMapper.java (best guess)
### The error may involve cn.lili.modules.promotion.mapper.PointsActivityGiftPackageMapper.insert-Inline
### The error occurred while setting parameters
### SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
### Cause: com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
; Deadlock found when trying to get lock; try restarting transaction; nested exception is com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
	at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:271)
	at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70)
	at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)
	at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)
	at jdk.proxy2/jdk.proxy2.$Proxy149.insert(Unknown Source)
	at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)
	at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:152)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
	at jdk.proxy2/jdk.proxy2.$Proxy329.insert(Unknown Source)
	at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl.replaceActivityPackages(PointsActivityGiftPackageServiceImpl.java:46)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl$$FastClassBySpringCGLIB$$677e804d.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl$$EnhancerBySpringCGLIB$$e33a4b29.replaceActivityPackages(<generated>)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:197)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$a12ee17.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at jdk.internal.reflect.GeneratedMethodAccessor956.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:123)
	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
	at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
	at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3446)
	at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:638)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:152)
	at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
	at org.apache.shardingsphere.shardingjdbc.executor.SQLExecuteCallbackFactory$2.executeSQL(SQLExecuteCallbackFactory.java:64)
	at org.apache.shardingsphere.shardingjdbc.executor.SQLExecuteCallbackFactory$2.executeSQL(SQLExecuteCallbackFactory.java:60)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteCallback.execute0(SQLExecuteCallback.java:79)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteCallback.execute(SQLExecuteCallback.java:61)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.syncGroupExecute(ShardingExecuteEngine.java:125)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.serialExecute(ShardingExecuteEngine.java:90)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.groupExecute(ShardingExecuteEngine.java:83)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteTemplate.executeGroup(SQLExecuteTemplate.java:73)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteTemplate.executeGroup(SQLExecuteTemplate.java:56)
	at org.apache.shardingsphere.shardingjdbc.executor.AbstractStatementExecutor.executeCallback(AbstractStatementExecutor.java:140)
	at org.apache.shardingsphere.shardingjdbc.executor.PreparedStatementExecutor.execute(PreparedStatementExecutor.java:153)
	at org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.ShardingPreparedStatement.execute(ShardingPreparedStatement.java:192)
	at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)
	at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)
	at jdk.internal.reflect.GeneratedMethodAccessor373.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
	at jdk.proxy2/jdk.proxy2.$Proxy656.update(Unknown Source)
	at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)
	at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
	at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)
	at jdk.internal.reflect.GeneratedMethodAccessor372.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)
	at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)
	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
	at jdk.proxy2/jdk.proxy2.$Proxy654.update(Unknown Source)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)
	at jdk.internal.reflect.GeneratedMethodAccessor670.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
	... 131 common frames omitted

2026-08-29 04:08:37.286  INFO 2467003 --- [http-nio-8804-exec-31] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":0,"total":0,"xiao":0}
2026-08-29 04:08:37.286  INFO 2467003 --- [http-nio-8804-exec-31] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa subtract_jifen memberId=1997111965385795022, amount=1100.00, currency_type=流动积分
2026-08-29 04:08:37.287  INFO 2467003 --- [http-nio-8804-exec-31] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa POST url=https://ut.ioevisa.com/api/subtract_jifen, guoId=3104, query=null, body={"amount":"1100.00","currency_type":"流动积分","description":"发布算力包活动【高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光】"}
2026-08-29 04:08:37.610  INFO 2467003 --- [http-nio-8804-exec-31] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"error":1,"msg":"余额查询失败"}
2026-08-29 04:08:37.610  WARN 2467003 --- [http-nio-8804-exec-31] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa business fail error=1, msg=余额查询失败
2026-08-29 04:08:37.615 ERROR 2467003 --- [http-nio-8804-exec-31] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[ServiceException]:400-服务器繁忙，请稍后重试

cn.lili.common.exception.ServiceException: null
	at cn.lili.common.client.IoeVisaThirdPartyClient.assertSuccess(IoeVisaThirdPartyClient.java:232)
	at cn.lili.common.client.IoeVisaThirdPartyClient.execute(IoeVisaThirdPartyClient.java:202)
	at cn.lili.common.client.IoeVisaThirdPartyClient.post(IoeVisaThirdPartyClient.java:54)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.postJifenChange(HashratePackageThirdPartyServiceImpl.java:546)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.subtractJifen(HashratePackageThirdPartyServiceImpl.java:522)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)
	at jdk.proxy2/jdk.proxy2.$Proxy199.subtractJifen(Unknown Source)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:101)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:89)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$FastClassBySpringCGLIB$$e5022e3b.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$EnhancerBySpringCGLIB$$bb9279b3.decreaseAvailable(<generated>)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.deductGiftBudget(PointsActivityServiceImpl.java:905)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:202)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$a12ee17.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 04:08:37.723  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:37.723  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?)
2026-08-29 04:08:37.723  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a65e132, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6fa2ddf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@695a34e0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@43130d39, containsSubquery=false)
2026-08-29 04:08:37.723  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?) ::: [2085608556769476610, GIFT, HASHRATE]
2026-08-29 04:08:37.726  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:37.726  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 04:08:37.726  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d90b172, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4040228c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1be18578, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b8a5de, containsSubquery=false)
2026-08-29 04:08:37.726  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ? ::: [2085608556769476610, GIFT, HASHRATE, 10]
2026-08-29 04:08:37.729  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:37.729  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id
2026-08-29 04:08:37.729  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30598be3, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.of(o))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=382, distinctRow=false, projections=[ColumnProjection(owner=o, name=activity_id, alias=Optional.of(activityId)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='FROZEN'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(pendingPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='CLAIMED'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(earnedPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_statusIN('FROZEN','CLAIMED')THENIFNULL(o.num,0)ELSE0END),0), alias=Optional.of(soldNum))], columnLabels=[activityId, pendingPoints, earnedPoints, soldNum]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17dd3a12, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b7d4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4452745f, containsSubquery=true)
2026-08-29 04:08:37.729  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id ::: [2093520651947339778, 2093289077356023809, 2093286679338278914, 2093278268064260098]
2026-08-29 04:08:37.734  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:37.734  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:08:37.734  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28751bfb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7fd27226, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4406f878, containsSubquery=false)
2026-08-29 04:08:37.734  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093520651947339778]
2026-08-29 04:08:37.736  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:37.736  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:08:37.736  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@70a9c59f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31f26ca, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7aa46962, containsSubquery=false)
2026-08-29 04:08:37.736  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093289077356023809]
2026-08-29 04:08:37.738  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:37.738  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:08:37.738  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@145b240b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4dedb09b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33668b0, containsSubquery=false)
2026-08-29 04:08:37.738  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093286679338278914]
2026-08-29 04:08:37.740  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:37.740  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:08:37.740  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@435f0a54, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@739c8967, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5db9a957, containsSubquery=false)
2026-08-29 04:08:37.740  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093278268064260098]
2026-08-29 04:08:37.950  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:37.950  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 04:08:37.950  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8246a3d, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ac9645b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6bb4dfe4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4caa75cd, containsSubquery=false)
2026-08-29 04:08:37.950  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2083457844124000258]
2026-08-29 04:08:37.954  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:37.954  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?)
2026-08-29 04:08:37.954  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7673ff86, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e7cc059, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@71e7d446, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@52c82501, containsSubquery=false)
2026-08-29 04:08:37.954  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?) ::: [2083457844124000258, CLOSED, REJECTED, 2026-08-31 04:08:00.0, 2026-08-29 04:08:00.0]
2026-08-29 04:08:37.958  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:37.958  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,    ?, ?, ?, ?, ?, ?,      ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:37.958  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@3130a1ff, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, frozen_points_total, gifted_points, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=26, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=365, stopIndex=365, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=368, stopIndex=368, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=371, stopIndex=371, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=374, stopIndex=374, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=377, stopIndex=377, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=380, stopIndex=380, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=383, stopIndex=383, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=386, stopIndex=386, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=389, stopIndex=389, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=392, stopIndex=392, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=395, stopIndex=395, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=398, stopIndex=398, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=401, stopIndex=401, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=404, stopIndex=404, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=410, stopIndex=410, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=413, stopIndex=413, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=433, stopIndex=433, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=436, stopIndex=436, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=439, stopIndex=439, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=442, stopIndex=442, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=25)], parameters=[2093521172636626946, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:37.958, 2026-08-29 04:08:37.958, false])])
2026-08-29 04:08:37.959  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521172636626946, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:37.958, 2026-08-29 04:08:37.958, false]
2026-08-29 04:08:37.962  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:37.962  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?)
2026-08-29 04:08:37.962  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@3c29f2a8, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:08:37.962  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ::: [2093521172636626946]
2026-08-29 04:08:37.966  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:37.966  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:37.966  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093521172670046208, 2093521172636626946, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:37.966, 2026-08-29 04:08:37.966, false])])
2026-08-29 04:08:37.966  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521172670046208, 2093521172636626946, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:37.966, 2026-08-29 04:08:37.966, false]
2026-08-29 04:08:37.971  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:37.971  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:37.971  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093521172686823424, 2093521172636626946, 100积分, 二星体验店铺, 100.00, 1, 99.88, 203.28, 100积分, true, false, 123, 7, true, 2.27, 4.62, 44, 4.1, 7, 10, 44, 4.1积, 123, 7, 2, 2.27, 0.42, 0.10, 13222222225, 2026-08-29 04:08:37.971, 2026-08-29 04:08:37.971, false])])
2026-08-29 04:08:37.972  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521172686823424, 2093521172636626946, 100积分, 二星体验店铺, 100.00, 1, 99.88, 203.28, 100积分, true, false, 123, 7, true, 2.27, 4.62, 44, 4.1, 7, 10, 44, 4.1积, 123, 7, 2, 2.27, 0.42, 0.10, 13222222225, 2026-08-29 04:08:37.971, 2026-08-29 04:08:37.971, false]
2026-08-29 04:08:37.974  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:37.975  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:08:37.975  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d91002b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54e7ec13, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40637507, containsSubquery=false)
2026-08-29 04:08:37.975  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2079509376485502977]
2026-08-29 04:08:37.978  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:37.978  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:08:37.978  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4906c574, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22ea2f33, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@797abd24, containsSubquery=false)
2026-08-29 04:08:37.978  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385795022]
2026-08-29 04:08:37.980  INFO 2467003 --- [http-nio-8804-exec-39] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795022
2026-08-29 04:08:37.980  INFO 2467003 --- [http-nio-8804-exec-39] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3104, query=null, body=null
2026-08-29 04:08:38.011  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.011  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 04:08:38.011  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8246a3d, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c521f74, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@241f0fa7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b88490e, containsSubquery=false)
2026-08-29 04:08:38.011  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2083457844124000258]
2026-08-29 04:08:38.016  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.016  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?)
2026-08-29 04:08:38.016  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7673ff86, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@abd492d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2354b14d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@696773fe, containsSubquery=false)
2026-08-29 04:08:38.016  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?) ::: [2083457844124000258, CLOSED, REJECTED, 2026-08-31 04:08:00.0, 2026-08-29 04:08:00.0]
2026-08-29 04:08:38.023  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.023  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,    ?, ?, ?, ?, ?, ?,      ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:38.023  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@3130a1ff, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, frozen_points_total, gifted_points, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=26, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=365, stopIndex=365, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=368, stopIndex=368, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=371, stopIndex=371, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=374, stopIndex=374, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=377, stopIndex=377, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=380, stopIndex=380, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=383, stopIndex=383, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=386, stopIndex=386, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=389, stopIndex=389, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=392, stopIndex=392, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=395, stopIndex=395, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=398, stopIndex=398, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=401, stopIndex=401, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=404, stopIndex=404, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=410, stopIndex=410, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=413, stopIndex=413, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=433, stopIndex=433, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=436, stopIndex=436, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=439, stopIndex=439, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=442, stopIndex=442, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=25)], parameters=[2093521172900868098, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:38.021, 2026-08-29 04:08:38.021, false])])
2026-08-29 04:08:38.023  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521172900868098, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:38.021, 2026-08-29 04:08:38.021, false]
2026-08-29 04:08:38.026  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.026  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?)
2026-08-29 04:08:38.026  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@3c29f2a8, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:08:38.026  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ::: [2093521172900868098]
2026-08-29 04:08:38.030  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.031  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:38.031  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093521172938481664, 2093521172900868098, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:38.03, 2026-08-29 04:08:38.03, false])])
2026-08-29 04:08:38.031  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521172938481664, 2093521172900868098, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:38.03, 2026-08-29 04:08:38.03, false]
2026-08-29 04:08:38.123  INFO 2467003 --- [http-nio-8804-exec-39] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"523251.09","shouyi":"99999444801.51","xiaofei":"100000000266.98","liudong":"99999999009.00"}
2026-08-29 04:08:38.124  INFO 2467003 --- [http-nio-8804-exec-39] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385795022
2026-08-29 04:08:38.124  INFO 2467003 --- [http-nio-8804-exec-39] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=3104, query=null, body=null
2026-08-29 04:08:38.173  INFO 2467003 --- [http-nio-8804-exec-39] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":0,"total":0,"xiao":0}
2026-08-29 04:08:38.174  INFO 2467003 --- [http-nio-8804-exec-39] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa subtract_jifen memberId=1997111965385795022, amount=1100.00, currency_type=流动积分
2026-08-29 04:08:38.174  INFO 2467003 --- [http-nio-8804-exec-39] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa POST url=https://ut.ioevisa.com/api/subtract_jifen, guoId=3104, query=null, body={"amount":"1100.00","currency_type":"流动积分","description":"发布算力包活动【高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光】"}
2026-08-29 04:08:38.179  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.179  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 04:08:38.179  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8246a3d, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@792a06d9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@686c50b8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5b73fc52, containsSubquery=false)
2026-08-29 04:08:38.179  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2083457844124000258]
2026-08-29 04:08:38.183  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.183  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?)
2026-08-29 04:08:38.183  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7673ff86, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7828589b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c7daaa0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@101b81cb, containsSubquery=false)
2026-08-29 04:08:38.183  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?) ::: [2083457844124000258, CLOSED, REJECTED, 2026-08-31 04:08:00.0, 2026-08-29 04:08:00.0]
2026-08-29 04:08:38.189  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.189  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,    ?, ?, ?, ?, ?, ?,      ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:38.189  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@3130a1ff, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, frozen_points_total, gifted_points, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=26, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=365, stopIndex=365, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=368, stopIndex=368, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=371, stopIndex=371, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=374, stopIndex=374, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=377, stopIndex=377, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=380, stopIndex=380, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=383, stopIndex=383, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=386, stopIndex=386, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=389, stopIndex=389, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=392, stopIndex=392, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=395, stopIndex=395, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=398, stopIndex=398, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=401, stopIndex=401, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=404, stopIndex=404, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=410, stopIndex=410, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=413, stopIndex=413, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=433, stopIndex=433, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=436, stopIndex=436, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=439, stopIndex=439, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=442, stopIndex=442, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=25)], parameters=[2093521173601316865, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:38.188, 2026-08-29 04:08:38.188, false])])
2026-08-29 04:08:38.189  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521173601316865, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:38.188, 2026-08-29 04:08:38.188, false]
2026-08-29 04:08:38.192  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.192  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?)
2026-08-29 04:08:38.192  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@3c29f2a8, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:08:38.192  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ::: [2093521173601316865]
2026-08-29 04:08:38.198  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.198  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:38.198  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093521173634736128, 2093521173601316865, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:38.196, 2026-08-29 04:08:38.196, false])])
2026-08-29 04:08:38.198  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521173634736128, 2093521173601316865, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:38.196, 2026-08-29 04:08:38.196, false]
2026-08-29 04:08:38.228  INFO 2467003 --- [http-nio-8804-exec-39] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"error":1,"msg":"余额查询失败"}
2026-08-29 04:08:38.228  WARN 2467003 --- [http-nio-8804-exec-39] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa business fail error=1, msg=余额查询失败
2026-08-29 04:08:38.234  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.235  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:38.234 ERROR 2467003 --- [http-nio-8804-exec-39] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[ServiceException]:400-服务器繁忙，请稍后重试

cn.lili.common.exception.ServiceException: null
	at cn.lili.common.client.IoeVisaThirdPartyClient.assertSuccess(IoeVisaThirdPartyClient.java:232)
	at cn.lili.common.client.IoeVisaThirdPartyClient.execute(IoeVisaThirdPartyClient.java:202)
	at cn.lili.common.client.IoeVisaThirdPartyClient.post(IoeVisaThirdPartyClient.java:54)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.postJifenChange(HashratePackageThirdPartyServiceImpl.java:546)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.subtractJifen(HashratePackageThirdPartyServiceImpl.java:522)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)
	at jdk.proxy2/jdk.proxy2.$Proxy199.subtractJifen(Unknown Source)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:101)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:89)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$FastClassBySpringCGLIB$$e5022e3b.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$EnhancerBySpringCGLIB$$bb9279b3.decreaseAvailable(<generated>)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.deductGiftBudget(PointsActivityServiceImpl.java:905)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:202)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$a12ee17.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at jdk.internal.reflect.GeneratedMethodAccessor956.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 04:08:38.235  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093521173789925376, 2093521172900868098, 100积分, 二星体验店铺, 100.00, 1, 99.88, 203.28, 100积分, true, false, 123, 7, true, 2.27, 4.62, 44, 4.1, 7, 10, 44, 4.1积, 123, 7, 2, 2.27, 0.42, 0.10, 13222222225, 2026-08-29 04:08:38.234, 2026-08-29 04:08:38.234, false])])
2026-08-29 04:08:38.235  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521173789925376, 2093521172900868098, 100积分, 二星体验店铺, 100.00, 1, 99.88, 203.28, 100积分, true, false, 123, 7, true, 2.27, 4.62, 44, 4.1, 7, 10, 44, 4.1积, 123, 7, 2, 2.27, 0.42, 0.10, 13222222225, 2026-08-29 04:08:38.234, 2026-08-29 04:08:38.234, false]
2026-08-29 04:08:38.235 ERROR 2467003 --- [http-nio-8804-exec-38] druid.sql.Statement                      : {conn-10013, pstmt-23296} execute error. INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)

com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:123)
	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
	at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
	at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3446)
	at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:638)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:152)
	at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
	at org.apache.shardingsphere.shardingjdbc.executor.SQLExecuteCallbackFactory$2.executeSQL(SQLExecuteCallbackFactory.java:64)
	at org.apache.shardingsphere.shardingjdbc.executor.SQLExecuteCallbackFactory$2.executeSQL(SQLExecuteCallbackFactory.java:60)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteCallback.execute0(SQLExecuteCallback.java:79)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteCallback.execute(SQLExecuteCallback.java:61)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.syncGroupExecute(ShardingExecuteEngine.java:125)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.serialExecute(ShardingExecuteEngine.java:90)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.groupExecute(ShardingExecuteEngine.java:83)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteTemplate.executeGroup(SQLExecuteTemplate.java:73)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteTemplate.executeGroup(SQLExecuteTemplate.java:56)
	at org.apache.shardingsphere.shardingjdbc.executor.AbstractStatementExecutor.executeCallback(AbstractStatementExecutor.java:140)
	at org.apache.shardingsphere.shardingjdbc.executor.PreparedStatementExecutor.execute(PreparedStatementExecutor.java:153)
	at org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.ShardingPreparedStatement.execute(ShardingPreparedStatement.java:192)
	at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)
	at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)
	at jdk.internal.reflect.GeneratedMethodAccessor373.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
	at jdk.proxy2/jdk.proxy2.$Proxy656.update(Unknown Source)
	at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)
	at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
	at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)
	at jdk.internal.reflect.GeneratedMethodAccessor372.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)
	at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)
	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
	at jdk.proxy2/jdk.proxy2.$Proxy654.update(Unknown Source)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)
	at jdk.internal.reflect.GeneratedMethodAccessor670.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
	at jdk.proxy2/jdk.proxy2.$Proxy149.insert(Unknown Source)
	at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)
	at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:152)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
	at jdk.proxy2/jdk.proxy2.$Proxy329.insert(Unknown Source)
	at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl.replaceActivityPackages(PointsActivityGiftPackageServiceImpl.java:46)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl$$FastClassBySpringCGLIB$$677e804d.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl$$EnhancerBySpringCGLIB$$e33a4b29.replaceActivityPackages(<generated>)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:197)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$a12ee17.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at jdk.internal.reflect.GeneratedMethodAccessor956.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 04:08:38.236  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.236  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 04:08:38.236  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8246a3d, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c779fd0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45267f3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26533681, containsSubquery=false)
2026-08-29 04:08:38.236  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2083457844124000258]
2026-08-29 04:08:38.237  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.237  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:08:38.237 ERROR 2467003 --- [http-nio-8804-exec-38] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[RuntimeException]:

org.springframework.dao.DeadlockLoserDataAccessException: 
### Error updating database.  Cause: com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
### The error may exist in cn/lili/modules/promotion/mapper/PointsActivityGiftPackageMapper.java (best guess)
### The error may involve cn.lili.modules.promotion.mapper.PointsActivityGiftPackageMapper.insert-Inline
### The error occurred while setting parameters
### SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
### Cause: com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
; Deadlock found when trying to get lock; try restarting transaction; nested exception is com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
	at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:271)
	at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70)
	at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)
	at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)
	at jdk.proxy2/jdk.proxy2.$Proxy149.insert(Unknown Source)
	at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)
	at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:152)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
	at jdk.proxy2/jdk.proxy2.$Proxy329.insert(Unknown Source)
	at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl.replaceActivityPackages(PointsActivityGiftPackageServiceImpl.java:46)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl$$FastClassBySpringCGLIB$$677e804d.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl$$EnhancerBySpringCGLIB$$e33a4b29.replaceActivityPackages(<generated>)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:197)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$a12ee17.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at jdk.internal.reflect.GeneratedMethodAccessor956.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:123)
	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
	at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
	at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3446)
	at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:638)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:152)
	at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
	at org.apache.shardingsphere.shardingjdbc.executor.SQLExecuteCallbackFactory$2.executeSQL(SQLExecuteCallbackFactory.java:64)
	at org.apache.shardingsphere.shardingjdbc.executor.SQLExecuteCallbackFactory$2.executeSQL(SQLExecuteCallbackFactory.java:60)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteCallback.execute0(SQLExecuteCallback.java:79)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteCallback.execute(SQLExecuteCallback.java:61)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.syncGroupExecute(ShardingExecuteEngine.java:125)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.serialExecute(ShardingExecuteEngine.java:90)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.groupExecute(ShardingExecuteEngine.java:83)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteTemplate.executeGroup(SQLExecuteTemplate.java:73)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteTemplate.executeGroup(SQLExecuteTemplate.java:56)
	at org.apache.shardingsphere.shardingjdbc.executor.AbstractStatementExecutor.executeCallback(AbstractStatementExecutor.java:140)
	at org.apache.shardingsphere.shardingjdbc.executor.PreparedStatementExecutor.execute(PreparedStatementExecutor.java:153)
	at org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.ShardingPreparedStatement.execute(ShardingPreparedStatement.java:192)
	at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)
	at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)
	at jdk.internal.reflect.GeneratedMethodAccessor373.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
	at jdk.proxy2/jdk.proxy2.$Proxy656.update(Unknown Source)
	at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)
	at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
	at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)
	at jdk.internal.reflect.GeneratedMethodAccessor372.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)
	at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)
	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
	at jdk.proxy2/jdk.proxy2.$Proxy654.update(Unknown Source)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)
	at jdk.internal.reflect.GeneratedMethodAccessor670.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
	... 131 common frames omitted

2026-08-29 04:08:38.237  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5522a214, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3feb3dcd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@54134441, containsSubquery=false)
2026-08-29 04:08:38.237  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2079509376485502977]
2026-08-29 04:08:38.239  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.239  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?)
2026-08-29 04:08:38.239  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7673ff86, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@23232831, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1cfbf5ea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@69b93de2, containsSubquery=false)
2026-08-29 04:08:38.239  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?) ::: [2083457844124000258, CLOSED, REJECTED, 2026-08-31 04:08:00.0, 2026-08-29 04:08:00.0]
2026-08-29 04:08:38.241  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.241  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:08:38.241  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1803f7bd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e60b425, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@309fd6e4, containsSubquery=false)
2026-08-29 04:08:38.242  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385795022]
2026-08-29 04:08:38.244  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.244  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,    ?, ?, ?, ?, ?, ?,      ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:38.244  INFO 2467003 --- [http-nio-8804-exec-37] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795022
2026-08-29 04:08:38.244  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@3130a1ff, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, frozen_points_total, gifted_points, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=26, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=365, stopIndex=365, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=368, stopIndex=368, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=371, stopIndex=371, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=374, stopIndex=374, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=377, stopIndex=377, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=380, stopIndex=380, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=383, stopIndex=383, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=386, stopIndex=386, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=389, stopIndex=389, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=392, stopIndex=392, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=395, stopIndex=395, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=398, stopIndex=398, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=401, stopIndex=401, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=404, stopIndex=404, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=410, stopIndex=410, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=413, stopIndex=413, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=433, stopIndex=433, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=436, stopIndex=436, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=439, stopIndex=439, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=442, stopIndex=442, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=25)], parameters=[2093521173836197889, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:38.243, 2026-08-29 04:08:38.243, false])])
2026-08-29 04:08:38.244  INFO 2467003 --- [http-nio-8804-exec-37] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3104, query=null, body=null
2026-08-29 04:08:38.244  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521173836197889, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:38.243, 2026-08-29 04:08:38.243, false]
2026-08-29 04:08:38.248  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.248  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?)
2026-08-29 04:08:38.248  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@3c29f2a8, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:08:38.248  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ::: [2093521173836197889]
2026-08-29 04:08:38.254  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.254  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:38.254  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093521173869617152, 2093521173836197889, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:38.253, 2026-08-29 04:08:38.253, false])])
2026-08-29 04:08:38.254  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521173869617152, 2093521173836197889, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:38.253, 2026-08-29 04:08:38.253, false]
2026-08-29 04:08:38.368  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.368  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 04:08:38.368  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8246a3d, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@42be8ee7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@794e88c2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5da07244, containsSubquery=false)
2026-08-29 04:08:38.368  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2083457844124000258]
2026-08-29 04:08:38.371  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.372  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?)
2026-08-29 04:08:38.372  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7673ff86, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ccefdb2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12a2943d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4562b5ab, containsSubquery=false)
2026-08-29 04:08:38.372  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?) ::: [2083457844124000258, CLOSED, REJECTED, 2026-08-31 04:08:00.0, 2026-08-29 04:08:00.0]
2026-08-29 04:08:38.377  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.377  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,    ?, ?, ?, ?, ?, ?,      ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:38.377  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@3130a1ff, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, frozen_points_total, gifted_points, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=26, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=365, stopIndex=365, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=368, stopIndex=368, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=371, stopIndex=371, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=374, stopIndex=374, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=377, stopIndex=377, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=380, stopIndex=380, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=383, stopIndex=383, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=386, stopIndex=386, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=389, stopIndex=389, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=392, stopIndex=392, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=395, stopIndex=395, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=398, stopIndex=398, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=401, stopIndex=401, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=404, stopIndex=404, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=410, stopIndex=410, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=413, stopIndex=413, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=433, stopIndex=433, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=436, stopIndex=436, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=439, stopIndex=439, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=442, stopIndex=442, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=25)], parameters=[2093521174389846017, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:38.376, 2026-08-29 04:08:38.376, false])])
2026-08-29 04:08:38.377  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521174389846017, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:38.376, 2026-08-29 04:08:38.376, false]
2026-08-29 04:08:38.380  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.380  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?)
2026-08-29 04:08:38.380  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@3c29f2a8, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:08:38.380  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ::: [2093521174389846017]
2026-08-29 04:08:38.384  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.384  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:38.384  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093521174423265280, 2093521174389846017, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:38.384, 2026-08-29 04:08:38.384, false])])
2026-08-29 04:08:38.384  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521174423265280, 2093521174389846017, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:38.384, 2026-08-29 04:08:38.384, false]
2026-08-29 04:08:38.665  INFO 2467003 --- [http-nio-8804-exec-37] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"523251.09","shouyi":"99999444801.51","xiaofei":"100000000266.98","liudong":"99999999009.00"}
2026-08-29 04:08:38.665  INFO 2467003 --- [http-nio-8804-exec-37] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385795022
2026-08-29 04:08:38.666  INFO 2467003 --- [http-nio-8804-exec-37] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=3104, query=null, body=null
2026-08-29 04:08:38.742  INFO 2467003 --- [http-nio-8804-exec-37] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":0,"total":0,"xiao":0}
2026-08-29 04:08:38.743  INFO 2467003 --- [http-nio-8804-exec-37] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa subtract_jifen memberId=1997111965385795022, amount=1100.00, currency_type=流动积分
2026-08-29 04:08:38.743  INFO 2467003 --- [http-nio-8804-exec-37] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa POST url=https://ut.ioevisa.com/api/subtract_jifen, guoId=3104, query=null, body={"amount":"1100.00","currency_type":"流动积分","description":"发布算力包活动【高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光】"}
2026-08-29 04:08:38.940  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.940  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 04:08:38.940  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8246a3d, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4190f311, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5c90bd2a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18b3d78f, containsSubquery=false)
2026-08-29 04:08:38.940  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2083457844124000258]
2026-08-29 04:08:38.944  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.944  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?)
2026-08-29 04:08:38.944  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7673ff86, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53d70e4e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@555ea414, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56ed2fa4, containsSubquery=false)
2026-08-29 04:08:38.944  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?) ::: [2083457844124000258, CLOSED, REJECTED, 2026-08-31 04:08:00.0, 2026-08-29 04:08:00.0]
2026-08-29 04:08:38.944  INFO 2467003 --- [http-nio-8804-exec-37] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"error":1,"msg":"余额查询失败"}
2026-08-29 04:08:38.945  WARN 2467003 --- [http-nio-8804-exec-37] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa business fail error=1, msg=余额查询失败
2026-08-29 04:08:38.948  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.948  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,    ?, ?, ?, ?, ?, ?,      ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:38.948  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@3130a1ff, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, frozen_points_total, gifted_points, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=26, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=365, stopIndex=365, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=368, stopIndex=368, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=371, stopIndex=371, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=374, stopIndex=374, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=377, stopIndex=377, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=380, stopIndex=380, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=383, stopIndex=383, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=386, stopIndex=386, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=389, stopIndex=389, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=392, stopIndex=392, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=395, stopIndex=395, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=398, stopIndex=398, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=401, stopIndex=401, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=404, stopIndex=404, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=410, stopIndex=410, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=413, stopIndex=413, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=433, stopIndex=433, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=436, stopIndex=436, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=439, stopIndex=439, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=442, stopIndex=442, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=25)], parameters=[2093521176788987906, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:38.948, 2026-08-29 04:08:38.948, false])])
2026-08-29 04:08:38.949  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521176788987906, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:38.948, 2026-08-29 04:08:38.948, false]
2026-08-29 04:08:38.949  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.949  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:38.949  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093521176788852736, 2093521173836197889, 100积分, 二星体验店铺, 100.00, 1, 99.88, 203.28, 100积分, true, false, 123, 7, true, 2.27, 4.62, 44, 4.1, 7, 10, 44, 4.1积, 123, 7, 2, 2.27, 0.42, 0.10, 13222222225, 2026-08-29 04:08:38.948, 2026-08-29 04:08:38.948, false])])
2026-08-29 04:08:38.949  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521176788852736, 2093521173836197889, 100积分, 二星体验店铺, 100.00, 1, 99.88, 203.28, 100积分, true, false, 123, 7, true, 2.27, 4.62, 44, 4.1, 7, 10, 44, 4.1积, 123, 7, 2, 2.27, 0.42, 0.10, 13222222225, 2026-08-29 04:08:38.948, 2026-08-29 04:08:38.948, false]
2026-08-29 04:08:38.950 ERROR 2467003 --- [http-nio-8804-exec-37] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[ServiceException]:400-服务器繁忙，请稍后重试

cn.lili.common.exception.ServiceException: null
	at cn.lili.common.client.IoeVisaThirdPartyClient.assertSuccess(IoeVisaThirdPartyClient.java:232)
	at cn.lili.common.client.IoeVisaThirdPartyClient.execute(IoeVisaThirdPartyClient.java:202)
	at cn.lili.common.client.IoeVisaThirdPartyClient.post(IoeVisaThirdPartyClient.java:54)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.postJifenChange(HashratePackageThirdPartyServiceImpl.java:546)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.subtractJifen(HashratePackageThirdPartyServiceImpl.java:522)
	at jdk.internal.reflect.GeneratedMethodAccessor961.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)
	at jdk.proxy2/jdk.proxy2.$Proxy199.subtractJifen(Unknown Source)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:101)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:89)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$FastClassBySpringCGLIB$$e5022e3b.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$EnhancerBySpringCGLIB$$bb9279b3.decreaseAvailable(<generated>)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.deductGiftBudget(PointsActivityServiceImpl.java:905)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:202)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$a12ee17.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at jdk.internal.reflect.GeneratedMethodAccessor956.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 04:08:38.950 ERROR 2467003 --- [http-nio-8804-exec-42] druid.sql.Statement                      : {conn-10011, pstmt-23309} execute error. INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)

com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:123)
	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
	at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
	at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3446)
	at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:638)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:152)
	at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
	at org.apache.shardingsphere.shardingjdbc.executor.SQLExecuteCallbackFactory$2.executeSQL(SQLExecuteCallbackFactory.java:64)
	at org.apache.shardingsphere.shardingjdbc.executor.SQLExecuteCallbackFactory$2.executeSQL(SQLExecuteCallbackFactory.java:60)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteCallback.execute0(SQLExecuteCallback.java:79)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteCallback.execute(SQLExecuteCallback.java:61)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.syncGroupExecute(ShardingExecuteEngine.java:125)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.serialExecute(ShardingExecuteEngine.java:90)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.groupExecute(ShardingExecuteEngine.java:83)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteTemplate.executeGroup(SQLExecuteTemplate.java:73)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteTemplate.executeGroup(SQLExecuteTemplate.java:56)
	at org.apache.shardingsphere.shardingjdbc.executor.AbstractStatementExecutor.executeCallback(AbstractStatementExecutor.java:140)
	at org.apache.shardingsphere.shardingjdbc.executor.PreparedStatementExecutor.execute(PreparedStatementExecutor.java:153)
	at org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.ShardingPreparedStatement.execute(ShardingPreparedStatement.java:192)
	at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)
	at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)
	at jdk.internal.reflect.GeneratedMethodAccessor373.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
	at jdk.proxy2/jdk.proxy2.$Proxy656.update(Unknown Source)
	at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)
	at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
	at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)
	at jdk.internal.reflect.GeneratedMethodAccessor372.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)
	at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)
	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
	at jdk.proxy2/jdk.proxy2.$Proxy654.update(Unknown Source)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)
	at jdk.internal.reflect.GeneratedMethodAccessor670.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
	at jdk.proxy2/jdk.proxy2.$Proxy149.insert(Unknown Source)
	at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)
	at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:152)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
	at jdk.proxy2/jdk.proxy2.$Proxy329.insert(Unknown Source)
	at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl.replaceActivityPackages(PointsActivityGiftPackageServiceImpl.java:46)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl$$FastClassBySpringCGLIB$$677e804d.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl$$EnhancerBySpringCGLIB$$e33a4b29.replaceActivityPackages(<generated>)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:197)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$a12ee17.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at jdk.internal.reflect.GeneratedMethodAccessor956.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 04:08:38.952  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.952  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?)
2026-08-29 04:08:38.952  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@3c29f2a8, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:08:38.952  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ::: [2093521176788987906]
2026-08-29 04:08:38.952  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.952  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:08:38.952  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35e530bc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4185568e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@263751f7, containsSubquery=false)
2026-08-29 04:08:38.952  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2079509376485502977]
2026-08-29 04:08:38.953 ERROR 2467003 --- [http-nio-8804-exec-42] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[RuntimeException]:

org.springframework.dao.DeadlockLoserDataAccessException: 
### Error updating database.  Cause: com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
### The error may exist in cn/lili/modules/promotion/mapper/PointsActivityGiftPackageMapper.java (best guess)
### The error may involve cn.lili.modules.promotion.mapper.PointsActivityGiftPackageMapper.insert-Inline
### The error occurred while setting parameters
### SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
### Cause: com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
; Deadlock found when trying to get lock; try restarting transaction; nested exception is com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
	at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:271)
	at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70)
	at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)
	at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)
	at jdk.proxy2/jdk.proxy2.$Proxy149.insert(Unknown Source)
	at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)
	at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:152)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
	at jdk.proxy2/jdk.proxy2.$Proxy329.insert(Unknown Source)
	at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl.replaceActivityPackages(PointsActivityGiftPackageServiceImpl.java:46)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl$$FastClassBySpringCGLIB$$677e804d.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl$$EnhancerBySpringCGLIB$$e33a4b29.replaceActivityPackages(<generated>)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:197)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$a12ee17.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at jdk.internal.reflect.GeneratedMethodAccessor956.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:123)
	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
	at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
	at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3446)
	at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:638)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:152)
	at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
	at org.apache.shardingsphere.shardingjdbc.executor.SQLExecuteCallbackFactory$2.executeSQL(SQLExecuteCallbackFactory.java:64)
	at org.apache.shardingsphere.shardingjdbc.executor.SQLExecuteCallbackFactory$2.executeSQL(SQLExecuteCallbackFactory.java:60)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteCallback.execute0(SQLExecuteCallback.java:79)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteCallback.execute(SQLExecuteCallback.java:61)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.syncGroupExecute(ShardingExecuteEngine.java:125)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.serialExecute(ShardingExecuteEngine.java:90)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.groupExecute(ShardingExecuteEngine.java:83)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteTemplate.executeGroup(SQLExecuteTemplate.java:73)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteTemplate.executeGroup(SQLExecuteTemplate.java:56)
	at org.apache.shardingsphere.shardingjdbc.executor.AbstractStatementExecutor.executeCallback(AbstractStatementExecutor.java:140)
	at org.apache.shardingsphere.shardingjdbc.executor.PreparedStatementExecutor.execute(PreparedStatementExecutor.java:153)
	at org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.ShardingPreparedStatement.execute(ShardingPreparedStatement.java:192)
	at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)
	at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)
	at jdk.internal.reflect.GeneratedMethodAccessor373.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
	at jdk.proxy2/jdk.proxy2.$Proxy656.update(Unknown Source)
	at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)
	at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
	at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)
	at jdk.internal.reflect.GeneratedMethodAccessor372.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)
	at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)
	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
	at jdk.proxy2/jdk.proxy2.$Proxy654.update(Unknown Source)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)
	at jdk.internal.reflect.GeneratedMethodAccessor670.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
	... 131 common frames omitted

2026-08-29 04:08:38.955  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.956  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:38.956  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093521176818212864, 2093521176788987906, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:38.955, 2026-08-29 04:08:38.955, false])])
2026-08-29 04:08:38.956  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521176818212864, 2093521176788987906, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:38.955, 2026-08-29 04:08:38.955, false]
2026-08-29 04:08:38.956  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:38.956  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:08:38.956  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@75afef77, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ef5e66a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@251a4aa, containsSubquery=false)
2026-08-29 04:08:38.957  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385795022]
2026-08-29 04:08:38.961  INFO 2467003 --- [http-nio-8804-exec-40] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795022
2026-08-29 04:08:38.961  INFO 2467003 --- [http-nio-8804-exec-40] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3104, query=null, body=null
2026-08-29 04:08:39.059  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:39.059  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 04:08:39.059  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8246a3d, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b88739d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41b10cd5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@613ab8de, containsSubquery=false)
2026-08-29 04:08:39.059  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2083457844124000258]
2026-08-29 04:08:39.062  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:39.062  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?)
2026-08-29 04:08:39.062  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7673ff86, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@45d2d18f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@719a6da3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5488043f, containsSubquery=false)
2026-08-29 04:08:39.062  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?) ::: [2083457844124000258, CLOSED, REJECTED, 2026-08-31 04:08:00.0, 2026-08-29 04:08:00.0]
2026-08-29 04:08:39.067  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:39.067  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,    ?, ?, ?, ?, ?, ?,      ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:39.067  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@3130a1ff, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, frozen_points_total, gifted_points, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=26, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=365, stopIndex=365, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=368, stopIndex=368, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=371, stopIndex=371, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=374, stopIndex=374, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=377, stopIndex=377, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=380, stopIndex=380, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=383, stopIndex=383, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=386, stopIndex=386, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=389, stopIndex=389, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=392, stopIndex=392, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=395, stopIndex=395, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=398, stopIndex=398, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=401, stopIndex=401, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=404, stopIndex=404, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=410, stopIndex=410, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=413, stopIndex=413, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=433, stopIndex=433, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=436, stopIndex=436, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=439, stopIndex=439, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=442, stopIndex=442, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=25)], parameters=[2093521177288110082, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:39.067, 2026-08-29 04:08:39.067, false])])
2026-08-29 04:08:39.068  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521177288110082, 2079509376485502977, 铛铛百货, GIFT, 300, HASHRATE, PENDING_AUDIT, 2083457844111417345, 2083457844124000258, 高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光,    森语木, https://try.shanxunsw.com/uploads/_48e8a4a691618985549277561a1ab1adac659587b777b9f59b.png?x-oss-process=style/400X, 0.1, 2009235011137281337199, 110, 10, 10, 3, 2026-08-29 04:08:00.0, 2026-08-31 04:08:00.0, 1100, 0, 13222222225, 2026-08-29 04:08:39.067, 2026-08-29 04:08:39.067, false]
2026-08-29 04:08:39.070  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:39.071  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?)
2026-08-29 04:08:39.071  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@3c29f2a8, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:08:39.071  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ::: [2093521177288110082]
2026-08-29 04:08:39.075  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:39.075  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:39.075  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093521177321529344, 2093521177288110082, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:39.074, 2026-08-29 04:08:39.074, false])])
2026-08-29 04:08:39.075  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521177321529344, 2093521177288110082, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 13222222225, 2026-08-29 04:08:39.074, 2026-08-29 04:08:39.074, false]
2026-08-29 04:08:39.142  INFO 2467003 --- [http-nio-8804-exec-40] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"523251.09","shouyi":"99999444801.51","xiaofei":"100000000266.98","liudong":"99999999009.00"}
2026-08-29 04:08:39.142  INFO 2467003 --- [http-nio-8804-exec-40] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385795022
2026-08-29 04:08:39.142  INFO 2467003 --- [http-nio-8804-exec-40] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=3104, query=null, body=null
2026-08-29 04:08:39.242  INFO 2467003 --- [http-nio-8804-exec-40] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":0,"total":0,"xiao":0}
2026-08-29 04:08:39.242  INFO 2467003 --- [http-nio-8804-exec-40] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa subtract_jifen memberId=1997111965385795022, amount=1100.00, currency_type=流动积分
2026-08-29 04:08:39.242  INFO 2467003 --- [http-nio-8804-exec-40] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa POST url=https://ut.ioevisa.com/api/subtract_jifen, guoId=3104, query=null, body={"amount":"1100.00","currency_type":"流动积分","description":"发布算力包活动【高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光】"}
2026-08-29 04:08:39.354  INFO 2467003 --- [http-nio-8804-exec-40] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"error":1,"msg":"余额查询失败"}
2026-08-29 04:08:39.354  WARN 2467003 --- [http-nio-8804-exec-40] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa business fail error=1, msg=余额查询失败
2026-08-29 04:08:39.358 ERROR 2467003 --- [http-nio-8804-exec-40] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[ServiceException]:400-服务器繁忙，请稍后重试

cn.lili.common.exception.ServiceException: null
	at cn.lili.common.client.IoeVisaThirdPartyClient.assertSuccess(IoeVisaThirdPartyClient.java:232)
	at cn.lili.common.client.IoeVisaThirdPartyClient.execute(IoeVisaThirdPartyClient.java:202)
	at cn.lili.common.client.IoeVisaThirdPartyClient.post(IoeVisaThirdPartyClient.java:54)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.postJifenChange(HashratePackageThirdPartyServiceImpl.java:546)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.subtractJifen(HashratePackageThirdPartyServiceImpl.java:522)
	at jdk.internal.reflect.GeneratedMethodAccessor961.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)
	at jdk.proxy2/jdk.proxy2.$Proxy199.subtractJifen(Unknown Source)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:101)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:89)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$FastClassBySpringCGLIB$$e5022e3b.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$EnhancerBySpringCGLIB$$bb9279b3.decreaseAvailable(<generated>)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.deductGiftBudget(PointsActivityServiceImpl.java:905)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:202)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$a12ee17.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at jdk.internal.reflect.GeneratedMethodAccessor956.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 04:08:39.358 ERROR 2467003 --- [http-nio-8804-exec-43] druid.sql.Statement                      : {conn-10011, pstmt-23322} execute error. INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)

com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:123)
	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
	at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
	at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3446)
	at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:638)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:152)
	at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
	at org.apache.shardingsphere.shardingjdbc.executor.SQLExecuteCallbackFactory$2.executeSQL(SQLExecuteCallbackFactory.java:64)
	at org.apache.shardingsphere.shardingjdbc.executor.SQLExecuteCallbackFactory$2.executeSQL(SQLExecuteCallbackFactory.java:60)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteCallback.execute0(SQLExecuteCallback.java:79)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteCallback.execute(SQLExecuteCallback.java:61)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.syncGroupExecute(ShardingExecuteEngine.java:125)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.serialExecute(ShardingExecuteEngine.java:90)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.groupExecute(ShardingExecuteEngine.java:83)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteTemplate.executeGroup(SQLExecuteTemplate.java:73)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteTemplate.executeGroup(SQLExecuteTemplate.java:56)
	at org.apache.shardingsphere.shardingjdbc.executor.AbstractStatementExecutor.executeCallback(AbstractStatementExecutor.java:140)
	at org.apache.shardingsphere.shardingjdbc.executor.PreparedStatementExecutor.execute(PreparedStatementExecutor.java:153)
	at org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.ShardingPreparedStatement.execute(ShardingPreparedStatement.java:192)
	at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)
	at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)
	at jdk.internal.reflect.GeneratedMethodAccessor373.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
	at jdk.proxy2/jdk.proxy2.$Proxy656.update(Unknown Source)
	at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)
	at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
	at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)
	at jdk.internal.reflect.GeneratedMethodAccessor372.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)
	at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)
	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
	at jdk.proxy2/jdk.proxy2.$Proxy654.update(Unknown Source)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)
	at jdk.internal.reflect.GeneratedMethodAccessor670.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
	at jdk.proxy2/jdk.proxy2.$Proxy149.insert(Unknown Source)
	at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)
	at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:152)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
	at jdk.proxy2/jdk.proxy2.$Proxy329.insert(Unknown Source)
	at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl.replaceActivityPackages(PointsActivityGiftPackageServiceImpl.java:46)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl$$FastClassBySpringCGLIB$$677e804d.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl$$EnhancerBySpringCGLIB$$e33a4b29.replaceActivityPackages(<generated>)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:197)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$a12ee17.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at jdk.internal.reflect.GeneratedMethodAccessor956.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 04:08:39.359  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:39.359  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:08:39.359  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093521178508517376, 2093521176788987906, 100积分, 二星体验店铺, 100.00, 1, 99.88, 203.28, 100积分, true, false, 123, 7, true, 2.27, 4.62, 44, 4.1, 7, 10, 44, 4.1积, 123, 7, 2, 2.27, 0.42, 0.10, 13222222225, 2026-08-29 04:08:39.358, 2026-08-29 04:08:39.358, false])])
2026-08-29 04:08:39.359  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521178508517376, 2093521176788987906, 100积分, 二星体验店铺, 100.00, 1, 99.88, 203.28, 100积分, true, false, 123, 7, true, 2.27, 4.62, 44, 4.1, 7, 10, 44, 4.1积, 123, 7, 2, 2.27, 0.42, 0.10, 13222222225, 2026-08-29 04:08:39.358, 2026-08-29 04:08:39.358, false]
2026-08-29 04:08:39.361 ERROR 2467003 --- [http-nio-8804-exec-43] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[RuntimeException]:

org.springframework.dao.DeadlockLoserDataAccessException: 
### Error updating database.  Cause: com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
### The error may exist in cn/lili/modules/promotion/mapper/PointsActivityGiftPackageMapper.java (best guess)
### The error may involve cn.lili.modules.promotion.mapper.PointsActivityGiftPackageMapper.insert-Inline
### The error occurred while setting parameters
### SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
### Cause: com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
; Deadlock found when trying to get lock; try restarting transaction; nested exception is com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
	at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:271)
	at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70)
	at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)
	at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)
	at jdk.proxy2/jdk.proxy2.$Proxy149.insert(Unknown Source)
	at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)
	at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:152)
	at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
	at jdk.proxy2/jdk.proxy2.$Proxy329.insert(Unknown Source)
	at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl.replaceActivityPackages(PointsActivityGiftPackageServiceImpl.java:46)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl$$FastClassBySpringCGLIB$$677e804d.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityGiftPackageServiceImpl$$EnhancerBySpringCGLIB$$e33a4b29.replaceActivityPackages(<generated>)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:197)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$a12ee17.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at jdk.internal.reflect.GeneratedMethodAccessor956.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:123)
	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
	at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
	at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3446)
	at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.wall.WallFilter.preparedStatement_execute(WallFilter.java:638)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
	at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
	at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:152)
	at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
	at org.apache.shardingsphere.shardingjdbc.executor.SQLExecuteCallbackFactory$2.executeSQL(SQLExecuteCallbackFactory.java:64)
	at org.apache.shardingsphere.shardingjdbc.executor.SQLExecuteCallbackFactory$2.executeSQL(SQLExecuteCallbackFactory.java:60)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteCallback.execute0(SQLExecuteCallback.java:79)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteCallback.execute(SQLExecuteCallback.java:61)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.syncGroupExecute(ShardingExecuteEngine.java:125)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.serialExecute(ShardingExecuteEngine.java:90)
	at org.apache.shardingsphere.core.execute.engine.ShardingExecuteEngine.groupExecute(ShardingExecuteEngine.java:83)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteTemplate.executeGroup(SQLExecuteTemplate.java:73)
	at org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteTemplate.executeGroup(SQLExecuteTemplate.java:56)
	at org.apache.shardingsphere.shardingjdbc.executor.AbstractStatementExecutor.executeCallback(AbstractStatementExecutor.java:140)
	at org.apache.shardingsphere.shardingjdbc.executor.PreparedStatementExecutor.execute(PreparedStatementExecutor.java:153)
	at org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.ShardingPreparedStatement.execute(ShardingPreparedStatement.java:192)
	at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)
	at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)
	at jdk.internal.reflect.GeneratedMethodAccessor373.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
	at jdk.proxy2/jdk.proxy2.$Proxy656.update(Unknown Source)
	at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)
	at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
	at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)
	at jdk.internal.reflect.GeneratedMethodAccessor372.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)
	at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)
	at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)
	at jdk.proxy2/jdk.proxy2.$Proxy654.update(Unknown Source)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)
	at jdk.internal.reflect.GeneratedMethodAccessor670.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)
	... 131 common frames omitted

2026-08-29 04:08:39.362  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:39.362  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:08:39.362  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@927c735, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36e40976, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4a9d1bb8, containsSubquery=false)
2026-08-29 04:08:39.362  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2079509376485502977]
2026-08-29 04:08:39.367  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:39.367  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:08:39.367  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ee7969a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@185e9189, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3abc19e1, containsSubquery=false)
2026-08-29 04:08:39.367  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385795022]
2026-08-29 04:08:39.372  INFO 2467003 --- [http-nio-8804-exec-41] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795022
2026-08-29 04:08:39.372  INFO 2467003 --- [http-nio-8804-exec-41] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3104, query=null, body=null
2026-08-29 04:08:39.473  INFO 2467003 --- [http-nio-8804-exec-41] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"523251.09","shouyi":"99999444801.51","xiaofei":"100000000266.98","liudong":"99999999009.00"}
2026-08-29 04:08:39.474  INFO 2467003 --- [http-nio-8804-exec-41] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385795022
2026-08-29 04:08:39.474  INFO 2467003 --- [http-nio-8804-exec-41] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=3104, query=null, body=null
2026-08-29 04:08:39.649  INFO 2467003 --- [http-nio-8804-exec-41] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":0,"total":0,"xiao":0}
2026-08-29 04:08:39.649  INFO 2467003 --- [http-nio-8804-exec-41] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa subtract_jifen memberId=1997111965385795022, amount=1100.00, currency_type=流动积分
2026-08-29 04:08:39.649  INFO 2467003 --- [http-nio-8804-exec-41] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa POST url=https://ut.ioevisa.com/api/subtract_jifen, guoId=3104, query=null, body={"amount":"1100.00","currency_type":"流动积分","description":"发布算力包活动【高级感车载纸巾盒包遮阳挂袋扶手箱挂式抽纸盒车内纸抽收纳用品 森语木 光 光】"}
2026-08-29 04:08:39.732  INFO 2467003 --- [http-nio-8804-exec-41] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"error":1,"msg":"余额查询失败"}
2026-08-29 04:08:39.733  WARN 2467003 --- [http-nio-8804-exec-41] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa business fail error=1, msg=余额查询失败
2026-08-29 04:08:39.736 ERROR 2467003 --- [http-nio-8804-exec-41] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[ServiceException]:400-服务器繁忙，请稍后重试

cn.lili.common.exception.ServiceException: null
	at cn.lili.common.client.IoeVisaThirdPartyClient.assertSuccess(IoeVisaThirdPartyClient.java:232)
	at cn.lili.common.client.IoeVisaThirdPartyClient.execute(IoeVisaThirdPartyClient.java:202)
	at cn.lili.common.client.IoeVisaThirdPartyClient.post(IoeVisaThirdPartyClient.java:54)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.postJifenChange(HashratePackageThirdPartyServiceImpl.java:546)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.subtractJifen(HashratePackageThirdPartyServiceImpl.java:522)
	at jdk.internal.reflect.GeneratedMethodAccessor961.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)
	at jdk.proxy2/jdk.proxy2.$Proxy199.subtractJifen(Unknown Source)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:101)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:89)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$FastClassBySpringCGLIB$$e5022e3b.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$EnhancerBySpringCGLIB$$bb9279b3.decreaseAvailable(<generated>)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.deductGiftBudget(PointsActivityServiceImpl.java:905)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:202)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$a12ee17.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at jdk.internal.reflect.GeneratedMethodAccessor956.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 04:08:44.988  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:44.988  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?)
2026-08-29 04:08:44.988  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a65e132, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5475568e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@14ddd86e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64be6863, containsSubquery=false)
2026-08-29 04:08:44.988  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?) ::: [2079509376485502977, GIFT, HASHRATE]
2026-08-29 04:08:44.990  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:44.991  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 04:08:44.991  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d90b172, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61da5aa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1177287a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@245c4724, containsSubquery=false)
2026-08-29 04:08:44.991  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ? ::: [2079509376485502977, GIFT, HASHRATE, 10]
2026-08-29 04:08:44.993  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:44.994  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id
2026-08-29 04:08:44.994  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a6afabd, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.of(o))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=382, distinctRow=false, projections=[ColumnProjection(owner=o, name=activity_id, alias=Optional.of(activityId)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='FROZEN'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(pendingPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='CLAIMED'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(earnedPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_statusIN('FROZEN','CLAIMED')THENIFNULL(o.num,0)ELSE0END),0), alias=Optional.of(soldNum))], columnLabels=[activityId, pendingPoints, earnedPoints, soldNum]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7bad0e19, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@53b1ddee, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1592c5db, containsSubquery=true)
2026-08-29 04:08:44.994  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id ::: [2093260090923716610]
2026-08-29 04:08:44.999  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:45.000  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:08:45.000  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d45985d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7efa2633, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e970666, containsSubquery=false)
2026-08-29 04:08:45.000  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093260090923716610]
2026-08-29 04:08:45.481  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:08:45.481  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:08:45.482  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@413ff7f0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@13da19df, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b768a6c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77ee246e, containsSubquery=false)
2026-08-29 04:08:45.482  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:09:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2314
2026-08-29 04:09:05.177  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:09:05.183  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:09:05.196  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:09:05.198  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@69f3b3eb(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 04:09:05.199  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:09:05.200  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:09:05.200  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:09:05.200  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:09:05.479  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:09:05.480  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:09:05.480  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@734da977, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@45c21655, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63a3d107, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7256750d, containsSubquery=false)
2026-08-29 04:09:05.480  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:09:25.478  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:09:25.478  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:09:25.478  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e50fa26, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@280441bc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1615bc33, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ac1ee79, containsSubquery=false)
2026-08-29 04:09:25.478  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:09:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2315
2026-08-29 04:09:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:09:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:09:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:09:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@c2f2c62(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 04:09:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:09:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:09:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:09:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:09:45.473  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:09:45.473  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:09:45.473  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2f1aeb0f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@940252c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16447dfe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4718c949, containsSubquery=false)
2026-08-29 04:09:45.473  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:10:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2316
2026-08-29 04:10:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:10:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:10:05.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6b16f272(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 04:10:05.168  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:10:05.168  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:10:05.168  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:10:05.168  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:10:05.170  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:10:05.479  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:05.479  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:10:05.479  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4b5f414a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f67698e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@11b6854d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b3ad1d2, containsSubquery=false)
2026-08-29 04:10:05.479  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:10:06.405  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:06.405  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:10:06.405  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512551d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@395cbb48, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f6d187a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b6b15bf, containsSubquery=false)
2026-08-29 04:10:06.405  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610]
2026-08-29 04:10:06.410  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:06.410  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:10:06.410  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b53e9a2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78aa604e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5bcf4409, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33f840f4, containsSubquery=false)
2026-08-29 04:10:06.411  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610]
2026-08-29 04:10:06.415  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:06.415  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:10:06.415  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5e19aa55, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f97be82, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c93c80a, containsSubquery=false)
2026-08-29 04:10:06.415  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610, PAY]
2026-08-29 04:10:06.417  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:06.417  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:10:06.417  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@788e9b16, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@474ea79f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b46b05b, containsSubquery=false)
2026-08-29 04:10:06.417  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2085608556769476610]
2026-08-29 04:10:06.422  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:06.422  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 04:10:06.422  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a08b9c8, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@181d31a4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a0c7935, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66b9ec57, containsSubquery=true)
2026-08-29 04:10:06.422  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:06.422  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 04:10:06.422  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2085608556769476610, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 04:10:06.422  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1482f407, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@547ed807, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31c56cf2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b86ac49, containsSubquery=false)
2026-08-29 04:10:06.422  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2085608556769476610, 2026-08-29 00:00:00.0]
2026-08-29 04:10:06.426  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:06.426  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:10:06.426  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43cbac6d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ab93b17, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@506d7ff7, containsSubquery=false)
2026-08-29 04:10:06.426  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610, REFUND]
2026-08-29 04:10:06.427  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:06.427  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 04:10:06.427  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3540c398, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ae4f76e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43ee09f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e57d9f, containsSubquery=false)
2026-08-29 04:10:06.427  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2085608556769476610, UPPER, 0]
2026-08-29 04:10:06.447  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:06.447  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:10:06.447  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a1c467b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@bfdf22, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79acf25f, containsSubquery=false)
2026-08-29 04:10:06.447  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2085608556769476610]
2026-08-29 04:10:06.453  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:06.453  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:10:06.453  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3daab877, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@230a8b97, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@413b094, containsSubquery=false)
2026-08-29 04:10:06.453  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2085608556769476610]
2026-08-29 04:10:06.458  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:06.458  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:10:06.458  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49bc15d4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@50329b67, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66b8014a, containsSubquery=false)
2026-08-29 04:10:06.458  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2085608556769476610]
2026-08-29 04:10:06.463  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:06.464  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:10:06.464  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5e5b2a43, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@784fc293, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2549dc11, containsSubquery=false)
2026-08-29 04:10:06.464  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2085608556769476610]
2026-08-29 04:10:06.468  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:06.469  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:10:06.469  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ddb3103, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6699ddfd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a07c82f, containsSubquery=false)
2026-08-29 04:10:06.469  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2085608556769476610]
2026-08-29 04:10:06.472  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:06.473  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:10:06.473  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c6f04c6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@78bdffd4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5997fc70, containsSubquery=false)
2026-08-29 04:10:06.473  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2085608556769476610]
2026-08-29 04:10:06.482  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:06.482  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 04:10:06.482  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b6f21db, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@149d56b7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@728f4c28, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@44877121, containsSubquery=false)
2026-08-29 04:10:06.483  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2085608556769476610, false]
2026-08-29 04:10:06.504  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:06.504  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 04:10:06.504  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66e44707, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b652b31, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4944305, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21602221, containsSubquery=false)
2026-08-29 04:10:06.504  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2085608556769476610]
2026-08-29 04:10:06.509  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:06.509  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:10:06.509  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@38f103b6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18204fa3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7f7aa869, containsSubquery=false)
2026-08-29 04:10:06.510  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2085608556769476610]
2026-08-29 04:10:06.514  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:06.514  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 04:10:06.514  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d5ec210, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14c3e890, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e502381, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@45a8cc5a, containsSubquery=false)
2026-08-29 04:10:06.514  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2085608556769476610]
2026-08-29 04:10:06.517  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:06.517  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 04:10:06.517  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22bbff, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58e7173b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b2eda61, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@736e67c2, containsSubquery=false)
2026-08-29 04:10:06.518  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 04:10:06.516, 2026-08-29 04:10:06.517, 2026-08-29 04:10:06.517]
2026-08-29 04:10:06.527  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:06.527  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 04:10:06.527  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@384f4568, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ab3c868, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a63e08b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26b35955, containsSubquery=false)
2026-08-29 04:10:06.527  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2085608556769476610]
2026-08-29 04:10:06.530  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:06.530  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:10:06.530  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d323213, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6fe72930, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5322bc68, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31a2cef7, containsSubquery=false)
2026-08-29 04:10:06.531  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2085608556769476610, TIANQUE, false]
2026-08-29 04:10:06.535  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:06.536  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:10:06.536  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13172e6e, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a7b8c1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@23550bd4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@731d073d, containsSubquery=false)
2026-08-29 04:10:06.536  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2085608556769476610, TIANQUE, false]
2026-08-29 04:10:06.538  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:06.538  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 04:10:06.538  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ee8cf50, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7cbb26f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c747944, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@37eedf94, containsSubquery=false)
2026-08-29 04:10:06.538  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2085608556769476610]
2026-08-29 04:10:06.541  WARN 2467003 --- [http-nio-8804-exec-3] c.l.m.s.s.IndexStatisticsServiceImpl     : 店铺首页账户余额查询失败 storeId相关 mno=399260810032306 err=File not exist: /ecommerce/seller-ceshi/data/keys/tianque/pri.key
2026-08-29 04:10:06.541  WARN 2467003 --- [http-nio-8804-exec-3] c.l.m.s.s.IndexStatisticsServiceImpl     : 店铺首页分账金额查询失败 mno=399260810032306 err=File not exist: /ecommerce/seller-ceshi/data/keys/tianque/pri.key
2026-08-29 04:10:07.400  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:07.400  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 04:10:07.400  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@467e5a58, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6a8aba44, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@642442d5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@659678a9, containsSubquery=false)
2026-08-29 04:10:07.400  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [18367394316]
2026-08-29 04:10:07.491  INFO 2467003 --- [http-nio-8804-exec-4] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2085608556769476610
2026-08-29 04:10:07.492  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:07.492  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 04:10:07.492  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d75ccd, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b6fdf56, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d6ab9a2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@49b0c24e, containsSubquery=false)
2026-08-29 04:10:07.492  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2085608556769476610]
2026-08-29 04:10:07.495  INFO 2467003 --- [http-nio-8804-exec-4] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1786587724, appId=6a7d2a4de4b0dfa55a9303bc, name=汇成商贸Jeepay
2026-08-29 04:10:11.296  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:11.296  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 04:10:11.296  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ff23f4e, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@30efe1bf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f869fde, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b34980b, containsSubquery=true)
2026-08-29 04:10:11.296  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2085608556769476610, NORMAL, false]
2026-08-29 04:10:11.348  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:11.348  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ?
2026-08-29 04:10:11.348  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e3297d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=934, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28f8d3cd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4cb2b3e5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75930d17, containsSubquery=false)
2026-08-29 04:10:11.348  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ? ::: [2085608556769476610, NORMAL, false, 10]
2026-08-29 04:10:11.403  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:11.403  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?))
2026-08-29 04:10:11.403  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@777ad241, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@dcb6d86, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b504716, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@52bf79c5, containsSubquery=false)
2026-08-29 04:10:11.403  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?)) ::: [O202608292093521357911478273, O202608282093289267106258944, O202608272092857821061230592]
2026-08-29 04:10:11.415  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:11.415  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?))
2026-08-29 04:10:11.415  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c330bbb, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=23, distinctRow=false, projections=[ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent())], columnLabels=[sn, price_detail]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@413f4706, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@342b9d67, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b07044c, containsSubquery=false)
2026-08-29 04:10:11.415  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?)) ::: [O202608292093521357911478273, O202608282093289267106258944, O202608272092857821061230592]
2026-08-29 04:10:11.449  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:11.449  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?))
2026-08-29 04:10:11.449  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6cadf005, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@22cdde38, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c6f7c8a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@604e650, containsSubquery=false)
2026-08-29 04:10:11.449  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ::: [2085608556774000202, GIFT, STARTED, 0, 0, false]
2026-08-29 04:10:13.594  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:13.594  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 04:10:13.594  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f5fad96, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ffd8392, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a9fe31d, containsSubquery=false)
2026-08-29 04:10:13.594  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093521357911478273]
2026-08-29 04:10:13.609  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:13.609  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 04:10:13.609  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@302ee77d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25bc6d6e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d509c4b, containsSubquery=false)
2026-08-29 04:10:13.609  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093521357911478273]
2026-08-29 04:10:13.636  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:13.636  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?)
2026-08-29 04:10:13.636  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@264b23b7, tablesContext=TablesContext(tables=[Table(name=li_order_item, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=365, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=unit_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sub_total, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=image, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=snapshot_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_status, alias=Optional.absent()), ColumnProjection(owner=null, name=after_sale_status, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_status, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_id, alias=Optional.absent()), ColumnProjection(owner=null, name=return_goods_number, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=is_refund, alias=Optional.absent()), ColumnProjection(owner=null, name=refund_price, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_number, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, sn, unit_price, sub_total, goods_id, sku_id, num, trade_sn, image, goods_name, category_id, snapshot_id, specs, promotion_type, promotion_id, goods_price, flow_price, comment_status, after_sale_status, price_detail, complain_status, complain_id, return_goods_number, voucher, is_refund, refund_price, deliver_number, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@41ba7b3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7123b576, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c682ff4, containsSubquery=false)
2026-08-29 04:10:13.636  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?) ::: [O202608292093521357911478273]
2026-08-29 04:10:13.654  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:13.654  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?)
2026-08-29 04:10:13.654  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@bc0fc35, tablesContext=TablesContext(tables=[Table(name=li_order_log, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=88, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_id, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_type, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_name, alias=Optional.absent()), ColumnProjection(owner=null, name=message, alias=Optional.absent())], columnLabels=[id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@37e7a54b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ae1c4fa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7f4af36f, containsSubquery=false)
2026-08-29 04:10:13.654  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?) ::: [O202608292093521357911478273]
2026-08-29 04:10:13.718  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:13.718  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?)
2026-08-29 04:10:13.718  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2428b645, tablesContext=TablesContext(tables=[Table(name=li_receipt, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=202, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_title, alias=Optional.absent()), ColumnProjection(owner=null, name=taxpayer_id, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_content, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_price, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, receipt_title, taxpayer_id, receipt_content, receipt_price, member_id, member_name, store_id, store_name, receipt_status, receipt_detail, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7bc9e0e6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@72165c09, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6bfd0af0, containsSubquery=false)
2026-08-29 04:10:13.718  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?) ::: [O202608292093521357911478273]
2026-08-29 04:10:13.747  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:13.747  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?)
2026-08-29 04:10:13.747  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4745f608, tablesContext=TablesContext(tables=[Table(name=li_order_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=152, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_no, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, package_no, order_sn, logistics_no, logistics_code, logistics_name, consignee_mobile, status, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19067f4e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@30aa0077, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5398997f, containsSubquery=false)
2026-08-29 04:10:13.747  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?) ::: [O202608292093521357911478273]
2026-08-29 04:10:13.775  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:13.775  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1
2026-08-29 04:10:13.775  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@665e0b5b, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@73cb4772, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b340224, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5b353b33, containsSubquery=false)
2026-08-29 04:10:13.776  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1 ::: [O202608292093521357911478273]
2026-08-29 04:10:15.481  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:15.481  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: SELECT sl.logistics_id,l.name,sl.face_sheet_flag FROM li_logistics l INNER JOIN li_store_logistics sl on sl.logistics_id=l.id WHERE l.disabled = 'OPEN' AND store_id=?;
2026-08-29 04:10:15.481  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4baf66c9, tablesContext=TablesContext(tables=[Table(name=li_logistics, alias=Optional.of(l)), Table(name=li_store_logistics, alias=Optional.of(sl))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=47, distinctRow=false, projections=[ColumnProjection(owner=sl, name=logistics_id, alias=Optional.absent()), ColumnProjection(owner=l, name=name, alias=Optional.absent()), ColumnProjection(owner=sl, name=face_sheet_flag, alias=Optional.absent())], columnLabels=[logistics_id, name, face_sheet_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@202fb6b9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d40dfdd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6790a2ff, containsSubquery=false)
2026-08-29 04:10:15.481  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT sl.logistics_id,l.name,sl.face_sheet_flag FROM li_logistics l INNER JOIN li_store_logistics sl on sl.logistics_id=l.id WHERE l.disabled = 'OPEN' AND store_id=?; ::: [2085608556769476610]
2026-08-29 04:10:15.490  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:15.491  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: SELECT id as logistics_id,name FROM li_logistics WHERE id not in(SELECT logistics_id FROM li_store_logistics WHERE store_id=?) AND disabled = 'OPEN'
2026-08-29 04:10:15.491  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@135eacfd, tablesContext=TablesContext(tables=[Table(name=li_logistics, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=29, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.of(logistics_id)), ColumnProjection(owner=null, name=name, alias=Optional.absent())], columnLabels=[logistics_id, name]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c370125, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@718ae74e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5b60be17, containsSubquery=true)
2026-08-29 04:10:15.491  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id as logistics_id,name FROM li_logistics WHERE id not in(SELECT logistics_id FROM li_store_logistics WHERE store_id=?) AND disabled = 'OPEN' ::: [2085608556769476610]
2026-08-29 04:10:25.467  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:25.468  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:10:25.468  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@53b2fee7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1555a617, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a5cebe9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2095fa42, containsSubquery=false)
2026-08-29 04:10:25.468  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:10:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2317
2026-08-29 04:10:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:10:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:10:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:10:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:10:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:10:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:10:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:10:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, DefaultChannelPromise@52edf2fe(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 04:10:45.467  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:10:45.467  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:10:45.467  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@24d75c24, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@642b4c19, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@687e40b2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2b42cc8f, containsSubquery=false)
2026-08-29 04:10:45.467  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:11:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2318
2026-08-29 04:11:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:11:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:11:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:11:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:11:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:11:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:11:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@60f25aa4(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 04:11:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:11:05.477  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:11:05.477  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:11:05.477  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42fe298b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14757670, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1f678e89, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@8b61d02, containsSubquery=false)
2026-08-29 04:11:05.477  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:11:25.477  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:11:25.477  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:11:25.477  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1d109c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60c18660, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@711613f3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cf0bea, containsSubquery=false)
2026-08-29 04:11:25.478  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:11:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2319
2026-08-29 04:11:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:11:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:11:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@60244fe(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 04:11:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:11:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:11:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:11:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:11:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:11:42.384  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:11:42.384  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 04:11:42.384  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7eeaf05, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7454519f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@48083dcf, containsSubquery=false)
2026-08-29 04:11:42.384  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093521357911478273]
2026-08-29 04:11:42.405  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:11:42.405  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT id,name,code,stand_by,form_items,disabled,create_by,create_time,update_by,update_time,delete_flag FROM li_logistics WHERE id=?
2026-08-29 04:11:42.405  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@29d1ffa9, tablesContext=TablesContext(tables=[Table(name=li_logistics, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=103, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=code, alias=Optional.absent()), ColumnProjection(owner=null, name=stand_by, alias=Optional.absent()), ColumnProjection(owner=null, name=form_items, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, name, code, stand_by, form_items, disabled, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c964e09, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7bef5658, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@29425ef9, containsSubquery=false)
2026-08-29 04:11:42.405  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,name,code,stand_by,form_items,disabled,create_by,create_time,update_by,update_time,delete_flag FROM li_logistics WHERE id=? ::: [1364825703807188992]
2026-08-29 04:11:42.415  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:11:42.415  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT  id,name,code  FROM li_logistic_codes      WHERE  (name = ?)
2026-08-29 04:11:42.415  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30ccfcd5, tablesContext=TablesContext(tables=[Table(name=li_logistic_codes, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=19, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=code, alias=Optional.absent())], columnLabels=[id, name, code]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@bc2c9a3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42c52ebc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72ec4624, containsSubquery=false)
2026-08-29 04:11:42.415  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,name,code  FROM li_logistic_codes      WHERE  (name = ?) ::: [申通快递]
2026-08-29 04:11:42.422  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:11:42.423  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:11:42.423  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@38837c28, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5358054a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4315b463, containsSubquery=false)
2026-08-29 04:11:42.423  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2085608556769476610]
2026-08-29 04:11:43.544  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:11:43.544  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: UPDATE li_order  SET sn=?, trade_sn=?, store_id=?, store_name=?, member_id=?, member_name=?, order_status=?, pay_status=?, deliver_status=?, receivable_no=?, payment_method=?, payment_time=?, consignee_name=?, consignee_mobile=?, delivery_method=?, consignee_address_path=?, consignee_address_id_path=?, consignee_detail=?, flow_price=?, goods_price=?, goods_pr=?, freight_price=?, discount_price=?, update_price=?, logistics_no=?, logistics_code=?, logistics_name=?, weight=?, goods_num=?, remark=?,    logistics_time=?, pay_order_no=?, profit_sharing_status=?,   client_type=?, need_receipt=?, parent_order_sn=?,  order_type=?, order_promotion_type=?, price_detail=?, can_return=?,          voucher=?, goods_id=?, create_by=?, create_time=?, update_by=?, update_time=?, delete_flag=?  WHERE id=?
2026-08-29 04:11:43.544  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.UpdateStatement@29dca1d3, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:11:43.544  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: UPDATE li_order  SET sn=?, trade_sn=?, store_id=?, store_name=?, member_id=?, member_name=?, order_status=?, pay_status=?, deliver_status=?, receivable_no=?, payment_method=?, payment_time=?, consignee_name=?, consignee_mobile=?, delivery_method=?, consignee_address_path=?, consignee_address_id_path=?, consignee_detail=?, flow_price=?, goods_price=?, goods_pr=?, freight_price=?, discount_price=?, update_price=?, logistics_no=?, logistics_code=?, logistics_name=?, weight=?, goods_num=?, remark=?,    logistics_time=?, pay_order_no=?, profit_sharing_status=?,   client_type=?, need_receipt=?, parent_order_sn=?,  order_type=?, order_promotion_type=?, price_detail=?, can_return=?,          voucher=?, goods_id=?, create_by=?, create_time=?, update_by=?, update_time=?, delete_flag=?  WHERE id=? ::: [O202608292093521357911478273, T202608292093521357911478272, 2085608556769476610, 汇成, 1997111965385795022, 13222222225, PAID, PAID, DELIVERED, P2093521388307685378, ALIPAY, 2026-08-29 04:09:46.0, 用户, 13250820809, LOGISTICS, 黑龙江省,哈尔滨市,方正县,松, 1767392532240683087,1767392532240683267,1767392532240683321,1767392532240683327, 南乡, 1.0, 1.0, 1, 0.0, 0.0, 0.0, 770340535534610, 1364825703807188992, 申通快递, 0.0, 1, , 2026-08-29 04:11:43.536, O202608292093521357911478273_1787969368633, NONE, APP, false, , NORMAL, NORMAL, {"originalPrice":1,"goodsPrice":1,"freightPrice":0,"payPoint":0,"discountPrice":0,"discountPriceDetail":[],"couponPrice":0,"distributionCommission":0,"platFormCommissionPoint":0,"platFormCommission":0,"siteCouponPrice":0,"siteCouponPoint":0,"siteCouponCommission":0,"updatePrice":0,"flowPrice":1,"settlementPrice":0,"billPrice":1,"joinPromotion":[]}, true, 0.0, 2085608556774000201, 13222222225, 2026-08-29 04:09:22.0, 18367394316, 2026-08-29 04:11:43.542, false, 2093521358687440898]
2026-08-29 04:11:43.550  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:11:43.550  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: update li_order set order_status = ? where sn = ?
2026-08-29 04:11:43.550  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.UpdateStatement@42a8b67e, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:11:43.550  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: update li_order set order_status = ? where sn = ? ::: [DELIVERED, O202608292093521357911478273]
2026-08-29 04:11:43.566  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:11:43.566  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: UPDATE li_order_item  SET after_sale_status=?,complain_status=?       WHERE  (order_sn = ?)
2026-08-29 04:11:43.566  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.UpdateStatement@7e9dd630, tablesContext=TablesContext(tables=[Table(name=li_order_item, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:11:43.566  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: UPDATE li_order_item  SET after_sale_status=?,complain_status=?       WHERE  (order_sn = ?) ::: [NOT_APPLIED, NO_APPLY, O202608292093521357911478273]
2026-08-29 04:11:43.591  INFO 2467003 --- [http-nio-8804-exec-11] c.l.c.l.TransactionCommitSendMQListener  : 事务提交，发送mq信息!cn.lili.common.event.TransactionCommitSendMQEvent[source=发送订单变更mq消息]
2026-08-29 04:11:43.592  INFO 2467003 --- [pool-23-thread-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:11:43.592  INFO 2467003 --- [pool-23-thread-2] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_order_log  ( id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?  )
2026-08-29 04:11:43.592  INFO 2467003 --- [pool-23-thread-2] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@7731b593, tablesContext=TablesContext(tables=[Table(name=li_order_log, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message], insertValueContexts=[InsertValueContext(parametersCount=8, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=130, stopIndex=130, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=133, stopIndex=133, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=136, stopIndex=136, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=139, stopIndex=139, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=142, stopIndex=142, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=145, stopIndex=145, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=148, stopIndex=148, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=151, stopIndex=151, parameterMarkerIndex=7)], parameters=[2093521951242055682, SYSTEM, 2026-08-29 04:11:43.591, O202608292093521357911478273, 2083825290233057295, 商家, 18367394316, 订单[O202608292093521357911478273]发货，发货单号[770340535534610]])])
2026-08-29 04:11:43.592  INFO 2467003 --- [pool-23-thread-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_order_log  ( id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message )  VALUES (?, ?, ?, ?, ?, ?, ?, ?) ::: [2093521951242055682, SYSTEM, 2026-08-29 04:11:43.591, O202608292093521357911478273, 2083825290233057295, 商家, 18367394316, 订单[O202608292093521357911478273]发货，发货单号[770340535534610]]
2026-08-29 04:11:43.601  INFO 2467003 --- [AsyncSenderExecutor_3] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2320
2026-08-29 04:11:43.601  INFO 2467003 --- [AsyncSenderExecutor_3] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:11:43.602  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:11:43.602  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:11:43.602  WARN 2467003 --- [AsyncSenderExecutor_3] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3660efb9(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 04:11:43.603  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:11:43.603  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:11:43.603  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:11:43.603  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:11:43.603 ERROR 2467003 --- [AsyncSenderExecutor_3] cn.lili.rocketmq.RocketmqSendCallback    : async onException Throwable

java.lang.IllegalStateException: org.apache.rocketmq.remoting.exception.RemotingConnectException: connect to [127.0.0.1:9877] failed
	at org.apache.rocketmq.client.impl.factory.MQClientInstance.updateTopicRouteInfoFromNameServer(MQClientInstance.java:680)
	at org.apache.rocketmq.client.impl.factory.MQClientInstance.updateTopicRouteInfoFromNameServer(MQClientInstance.java:510)
	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.tryToFindTopicPublishInfo(DefaultMQProducerImpl.java:683)
	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.sendDefaultImpl(DefaultMQProducerImpl.java:553)
	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.access$300(DefaultMQProducerImpl.java:96)
	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl$3.run(DefaultMQProducerImpl.java:507)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.rocketmq.remoting.exception.RemotingConnectException: connect to [127.0.0.1:9877] failed
	at org.apache.rocketmq.remoting.netty.NettyRemotingClient.getAndCreateNameserverChannel(NettyRemotingClient.java:458)
	at org.apache.rocketmq.remoting.netty.NettyRemotingClient.getAndCreateChannel(NettyRemotingClient.java:413)
	at org.apache.rocketmq.remoting.netty.NettyRemotingClient.invokeSync(NettyRemotingClient.java:382)
	at org.apache.rocketmq.client.impl.MQClientAPIImpl.getTopicRouteInfoFromNameServer(MQClientAPIImpl.java:1379)
	at org.apache.rocketmq.client.impl.MQClientAPIImpl.getTopicRouteInfoFromNameServer(MQClientAPIImpl.java:1369)
	at org.apache.rocketmq.client.impl.factory.MQClientInstance.updateTopicRouteInfoFromNameServer(MQClientInstance.java:623)
	... 10 common frames omitted

2026-08-29 04:11:43.959  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:11:43.959  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 04:11:43.960  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c437519, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@66ea6668, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f47b41c, containsSubquery=false)
2026-08-29 04:11:43.960  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093521357911478273]
2026-08-29 04:11:43.972  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:11:43.972  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 04:11:43.972  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ea56103, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c20c79f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ee7c177, containsSubquery=false)
2026-08-29 04:11:43.972  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093521357911478273]
2026-08-29 04:11:43.983  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:11:43.983  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?)
2026-08-29 04:11:43.983  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@264b23b7, tablesContext=TablesContext(tables=[Table(name=li_order_item, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=365, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=unit_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sub_total, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=image, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=snapshot_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_status, alias=Optional.absent()), ColumnProjection(owner=null, name=after_sale_status, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_status, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_id, alias=Optional.absent()), ColumnProjection(owner=null, name=return_goods_number, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=is_refund, alias=Optional.absent()), ColumnProjection(owner=null, name=refund_price, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_number, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, sn, unit_price, sub_total, goods_id, sku_id, num, trade_sn, image, goods_name, category_id, snapshot_id, specs, promotion_type, promotion_id, goods_price, flow_price, comment_status, after_sale_status, price_detail, complain_status, complain_id, return_goods_number, voucher, is_refund, refund_price, deliver_number, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@766e36dd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26d2ad1e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@197075a7, containsSubquery=false)
2026-08-29 04:11:43.983  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?) ::: [O202608292093521357911478273]
2026-08-29 04:11:43.990  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:11:43.990  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?)
2026-08-29 04:11:43.990  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@bc0fc35, tablesContext=TablesContext(tables=[Table(name=li_order_log, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=88, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_id, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_type, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_name, alias=Optional.absent()), ColumnProjection(owner=null, name=message, alias=Optional.absent())], columnLabels=[id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51757a8a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4bb2e04e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3231801a, containsSubquery=false)
2026-08-29 04:11:43.990  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?) ::: [O202608292093521357911478273]
2026-08-29 04:11:43.999  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:11:44.000  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?)
2026-08-29 04:11:44.000  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2428b645, tablesContext=TablesContext(tables=[Table(name=li_receipt, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=202, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_title, alias=Optional.absent()), ColumnProjection(owner=null, name=taxpayer_id, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_content, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_price, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, receipt_title, taxpayer_id, receipt_content, receipt_price, member_id, member_name, store_id, store_name, receipt_status, receipt_detail, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@758cf9aa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@ac13ffb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1441c9d2, containsSubquery=false)
2026-08-29 04:11:44.000  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?) ::: [O202608292093521357911478273]
2026-08-29 04:11:44.002  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:11:44.002  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?)
2026-08-29 04:11:44.002  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4745f608, tablesContext=TablesContext(tables=[Table(name=li_order_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=152, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_no, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, package_no, order_sn, logistics_no, logistics_code, logistics_name, consignee_mobile, status, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@538e3c28, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@210fbdf4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ec8e27e, containsSubquery=false)
2026-08-29 04:11:44.002  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?) ::: [O202608292093521357911478273]
2026-08-29 04:11:44.008  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:11:44.008  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1
2026-08-29 04:11:44.008  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@665e0b5b, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@322ce720, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2bee2809, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f79238d, containsSubquery=false)
2026-08-29 04:11:44.008  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1 ::: [O202608292093521357911478273]
2026-08-29 04:11:45.466  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:11:45.466  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:11:45.466  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@61c1c95d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e733eb8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@533544de, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19034b81, containsSubquery=false)
2026-08-29 04:11:45.466  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:12:00.407  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:12:00.407  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 04:12:00.407  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@27c2f3b3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@168346a9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@528255f4, containsSubquery=false)
2026-08-29 04:12:00.407  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093521357911478273]
2026-08-29 04:12:00.436  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:12:00.436  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 04:12:00.436  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e92ae83, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@48122256, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7602eb8b, containsSubquery=false)
2026-08-29 04:12:00.436  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093521357911478273]
2026-08-29 04:12:00.447  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:12:00.447  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?)
2026-08-29 04:12:00.447  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@264b23b7, tablesContext=TablesContext(tables=[Table(name=li_order_item, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=365, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=unit_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sub_total, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=image, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=snapshot_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_status, alias=Optional.absent()), ColumnProjection(owner=null, name=after_sale_status, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_status, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_id, alias=Optional.absent()), ColumnProjection(owner=null, name=return_goods_number, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=is_refund, alias=Optional.absent()), ColumnProjection(owner=null, name=refund_price, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_number, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, sn, unit_price, sub_total, goods_id, sku_id, num, trade_sn, image, goods_name, category_id, snapshot_id, specs, promotion_type, promotion_id, goods_price, flow_price, comment_status, after_sale_status, price_detail, complain_status, complain_id, return_goods_number, voucher, is_refund, refund_price, deliver_number, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@77194fb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@664e692d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@194ff4fc, containsSubquery=false)
2026-08-29 04:12:00.447  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?) ::: [O202608292093521357911478273]
2026-08-29 04:12:00.455  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:12:00.455  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?)
2026-08-29 04:12:00.455  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@bc0fc35, tablesContext=TablesContext(tables=[Table(name=li_order_log, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=88, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_id, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_type, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_name, alias=Optional.absent()), ColumnProjection(owner=null, name=message, alias=Optional.absent())], columnLabels=[id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19d9f082, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f571f51, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b1e80a4, containsSubquery=false)
2026-08-29 04:12:00.455  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?) ::: [O202608292093521357911478273]
2026-08-29 04:12:00.464  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:12:00.464  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?)
2026-08-29 04:12:00.464  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2428b645, tablesContext=TablesContext(tables=[Table(name=li_receipt, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=202, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_title, alias=Optional.absent()), ColumnProjection(owner=null, name=taxpayer_id, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_content, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_price, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, receipt_title, taxpayer_id, receipt_content, receipt_price, member_id, member_name, store_id, store_name, receipt_status, receipt_detail, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@95e394a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36fa8365, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53014759, containsSubquery=false)
2026-08-29 04:12:00.464  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?) ::: [O202608292093521357911478273]
2026-08-29 04:12:00.467  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:12:00.467  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?)
2026-08-29 04:12:00.467  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4745f608, tablesContext=TablesContext(tables=[Table(name=li_order_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=152, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_no, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, package_no, order_sn, logistics_no, logistics_code, logistics_name, consignee_mobile, status, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e846973, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8f65ba3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6123b5c5, containsSubquery=false)
2026-08-29 04:12:00.467  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?) ::: [O202608292093521357911478273]
2026-08-29 04:12:00.474  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:12:00.475  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1
2026-08-29 04:12:00.475  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@665e0b5b, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@179dc979, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6beccbd2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6f53a1da, containsSubquery=false)
2026-08-29 04:12:00.475  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1 ::: [O202608292093521357911478273]
2026-08-29 04:12:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2321
2026-08-29 04:12:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:12:05.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:12:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@648c0921(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 04:12:05.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:12:05.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:12:05.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:12:05.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:12:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:12:05.502  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:12:05.502  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:12:05.502  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@344031c7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50cf638b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@48f77dfc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5db2a75, containsSubquery=false)
2026-08-29 04:12:05.502  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:12:05.575  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:12:05.576  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 04:12:05.576  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ff23f4e, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@36024734, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7c972a29, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@659f985a, containsSubquery=true)
2026-08-29 04:12:05.576  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2085608556769476610, NORMAL, false]
2026-08-29 04:12:05.586  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:12:05.587  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ?
2026-08-29 04:12:05.587  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e3297d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=934, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71ae3c35, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68ea3712, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a5bb991, containsSubquery=false)
2026-08-29 04:12:05.587  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ? ::: [2085608556769476610, NORMAL, false, 10]
2026-08-29 04:12:05.606  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:12:05.606  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?))
2026-08-29 04:12:05.606  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@777ad241, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3216758d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@bfd867a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3cdd31a5, containsSubquery=false)
2026-08-29 04:12:05.606  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?)) ::: [O202608292093521357911478273, O202608282093289267106258944, O202608272092857821061230592]
2026-08-29 04:12:05.609  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:12:05.610  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?))
2026-08-29 04:12:05.610  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c330bbb, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=23, distinctRow=false, projections=[ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent())], columnLabels=[sn, price_detail]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@252a03d2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70af5ecb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72f7eef3, containsSubquery=false)
2026-08-29 04:12:05.610  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?)) ::: [O202608292093521357911478273, O202608282093289267106258944, O202608272092857821061230592]
2026-08-29 04:12:05.618  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:12:05.618  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?))
2026-08-29 04:12:05.618  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6cadf005, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53257bc4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ee89725, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e20c115, containsSubquery=false)
2026-08-29 04:12:05.618  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ::: [2085608556774000202, GIFT, STARTED, 0, 0, false]
2026-08-29 04:12:07.611  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:12:07.611  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 04:12:07.611  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11b6528d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@46086860, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4245b94, containsSubquery=false)
2026-08-29 04:12:07.612  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093521357911478273]
2026-08-29 04:12:07.625  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:12:07.625  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 04:12:07.625  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@26148a64, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a8dc9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d610616, containsSubquery=false)
2026-08-29 04:12:07.625  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093521357911478273]
2026-08-29 04:12:07.634  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:12:07.635  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?)
2026-08-29 04:12:07.635  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@264b23b7, tablesContext=TablesContext(tables=[Table(name=li_order_item, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=365, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=unit_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sub_total, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=image, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=snapshot_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_status, alias=Optional.absent()), ColumnProjection(owner=null, name=after_sale_status, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_status, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_id, alias=Optional.absent()), ColumnProjection(owner=null, name=return_goods_number, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=is_refund, alias=Optional.absent()), ColumnProjection(owner=null, name=refund_price, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_number, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, sn, unit_price, sub_total, goods_id, sku_id, num, trade_sn, image, goods_name, category_id, snapshot_id, specs, promotion_type, promotion_id, goods_price, flow_price, comment_status, after_sale_status, price_detail, complain_status, complain_id, return_goods_number, voucher, is_refund, refund_price, deliver_number, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d90b6b2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28944ea0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ee64570, containsSubquery=false)
2026-08-29 04:12:07.635  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?) ::: [O202608292093521357911478273]
2026-08-29 04:12:07.645  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:12:07.645  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?)
2026-08-29 04:12:07.645  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@bc0fc35, tablesContext=TablesContext(tables=[Table(name=li_order_log, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=88, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_id, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_type, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_name, alias=Optional.absent()), ColumnProjection(owner=null, name=message, alias=Optional.absent())], columnLabels=[id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@778fd58d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b5ed3c9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@251ec6c8, containsSubquery=false)
2026-08-29 04:12:07.645  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?) ::: [O202608292093521357911478273]
2026-08-29 04:12:07.653  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:12:07.653  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?)
2026-08-29 04:12:07.653  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2428b645, tablesContext=TablesContext(tables=[Table(name=li_receipt, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=202, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_title, alias=Optional.absent()), ColumnProjection(owner=null, name=taxpayer_id, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_content, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_price, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, receipt_title, taxpayer_id, receipt_content, receipt_price, member_id, member_name, store_id, store_name, receipt_status, receipt_detail, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ffdd1ee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c86725f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@170a0f3b, containsSubquery=false)
2026-08-29 04:12:07.653  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?) ::: [O202608292093521357911478273]
2026-08-29 04:12:07.655  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:12:07.655  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?)
2026-08-29 04:12:07.655  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4745f608, tablesContext=TablesContext(tables=[Table(name=li_order_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=152, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_no, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, package_no, order_sn, logistics_no, logistics_code, logistics_name, consignee_mobile, status, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28a72a4c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17945d40, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@37b06a85, containsSubquery=false)
2026-08-29 04:12:07.655  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?) ::: [O202608292093521357911478273]
2026-08-29 04:12:07.664  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:12:07.665  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1
2026-08-29 04:12:07.665  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@665e0b5b, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60e5f895, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54b5524e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@43ddc19c, containsSubquery=false)
2026-08-29 04:12:07.665  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1 ::: [O202608292093521357911478273]
2026-08-29 04:12:25.477  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:12:25.477  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:12:25.477  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@253cd71e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6602c548, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28498510, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19506e73, containsSubquery=false)
2026-08-29 04:12:25.477  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:12:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2322
2026-08-29 04:12:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:12:35.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:12:35.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:12:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:12:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:12:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:12:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:12:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1ada5765(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 04:12:45.465  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:12:45.465  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:12:45.465  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@526fcf66, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d3e1a2d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36f35501, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@339cc45d, containsSubquery=false)
2026-08-29 04:12:45.465  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:13:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2323
2026-08-29 04:13:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:13:05.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:13:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:13:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7658579f(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 04:13:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:13:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:13:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:13:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:13:05.471  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:13:05.471  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:13:05.471  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2b0a5e9b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@48dcd619, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b52c3b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f34f894, containsSubquery=false)
2026-08-29 04:13:05.471  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:13:25.502  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:13:25.503  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:13:25.503  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@31e54649, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4bdd2d36, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@78128a98, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3d0f8436, containsSubquery=false)
2026-08-29 04:13:25.503  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:13:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2324
2026-08-29 04:13:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:13:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:13:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@103287cd(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 04:13:35.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:13:35.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:13:35.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:13:35.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:13:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:13:45.468  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:13:45.468  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:13:45.468  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@71f8e3ae, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@31e5ee7e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c46a83f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4522921a, containsSubquery=false)
2026-08-29 04:13:45.468  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:14:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2325
2026-08-29 04:14:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:14:05.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:14:05.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:14:05.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:14:05.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:14:05.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:14:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@29531828(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 04:14:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:14:05.466  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:14:05.466  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:14:05.466  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3aa53e65, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@335a581b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@38a796e7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@14de48af, containsSubquery=false)
2026-08-29 04:14:05.466  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:14:25.529  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:14:25.529  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:14:25.529  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7de50799, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6adc9d8e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a5c445c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@c12fd72, containsSubquery=false)
2026-08-29 04:14:25.529  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:14:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2326
2026-08-29 04:14:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:14:35.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:14:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:14:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:14:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:14:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:14:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@66a800c1(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 04:14:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:14:45.475  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:14:45.475  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:14:45.475  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e2101fc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52694221, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68429787, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@51230f90, containsSubquery=false)
2026-08-29 04:14:45.475  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:15:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2327
2026-08-29 04:15:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:15:05.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:15:05.169  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5d14ebcf(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 04:15:05.179  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:15:05.179  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:15:05.179  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:15:05.179  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:15:05.179  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:15:05.548  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:05.548  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:15:05.548  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@341cdd8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@222f617b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@77dfb395, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c985099, containsSubquery=false)
2026-08-29 04:15:05.548  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:15:25.467  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:25.468  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:15:25.468  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@77f181, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b911a23, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@acbd79b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e04ffd6, containsSubquery=false)
2026-08-29 04:15:25.468  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:15:32.275  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:32.275  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:15:32.275  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512551d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71d5c80b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@367a4b33, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@279b866d, containsSubquery=false)
2026-08-29 04:15:32.275  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2060991603463618561]
2026-08-29 04:15:32.278  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:32.278  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:15:32.278  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b53e9a2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@aa8eb74, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@71fbaca2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68689dce, containsSubquery=false)
2026-08-29 04:15:32.278  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2060991603463618561]
2026-08-29 04:15:32.282  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:32.282  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:15:32.282  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f2f1042, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@33056884, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@51da7013, containsSubquery=false)
2026-08-29 04:15:32.283  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2060991603463618561, PAY]
2026-08-29 04:15:32.287  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:32.287  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 04:15:32.287  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a08b9c8, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@742f323c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76778e42, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1976bc85, containsSubquery=true)
2026-08-29 04:15:32.287  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2060991603463618561, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 04:15:32.291  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:32.291  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:15:32.291  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3124a97, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f2c4ce4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e13f336, containsSubquery=false)
2026-08-29 04:15:32.291  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2060991603463618561, REFUND]
2026-08-29 04:15:32.791  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:32.791  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:15:32.791  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@24b65933, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@516677f4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@142afea1, containsSubquery=false)
2026-08-29 04:15:32.791  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2060991603463618561]
2026-08-29 04:15:32.798  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:32.798  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 04:15:32.798  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1482f407, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f6c5d04, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4cf065be, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40ba0597, containsSubquery=false)
2026-08-29 04:15:32.798  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2060991603463618561, 2026-08-29 00:00:00.0]
2026-08-29 04:15:32.804  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:32.804  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 04:15:32.804  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3540c398, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35b5a444, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25b399d8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@42df4605, containsSubquery=false)
2026-08-29 04:15:32.804  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2060991603463618561, UPPER, 0]
2026-08-29 04:15:32.812  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:32.812  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:15:32.812  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@26ef6f8e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1eb8ea38, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b67289a, containsSubquery=false)
2026-08-29 04:15:32.813  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2060991603463618561]
2026-08-29 04:15:32.819  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:32.819  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:15:32.819  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a308f2e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@78114b0a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@708f2977, containsSubquery=false)
2026-08-29 04:15:32.819  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2060991603463618561]
2026-08-29 04:15:32.825  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:32.825  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:15:32.826  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d60b614, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54adf85e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@679aab14, containsSubquery=false)
2026-08-29 04:15:32.826  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2060991603463618561]
2026-08-29 04:15:32.831  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:32.832  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:15:32.832  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@74e248dd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@46928f5e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26d88fb6, containsSubquery=false)
2026-08-29 04:15:32.832  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2060991603463618561]
2026-08-29 04:15:32.836  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:32.836  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:15:32.836  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c5bcfda, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e1c58d8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4cff48e5, containsSubquery=false)
2026-08-29 04:15:32.836  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2060991603463618561]
2026-08-29 04:15:32.841  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:32.841  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:15:32.841  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@26f240ed, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@107c9cb6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@71bfc27d, containsSubquery=false)
2026-08-29 04:15:32.841  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2060991603463618561]
2026-08-29 04:15:32.848  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:32.848  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 04:15:32.848  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b6f21db, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5be28a5b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54c10770, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@38c7e3f0, containsSubquery=false)
2026-08-29 04:15:32.849  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2060991603463618561, false]
2026-08-29 04:15:32.856  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:32.856  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 04:15:32.856  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66e44707, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d161673, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a49b242, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68976169, containsSubquery=false)
2026-08-29 04:15:32.856  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2060991603463618561]
2026-08-29 04:15:32.862  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:32.862  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:15:32.862  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@307c0506, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6333a649, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6bb649e7, containsSubquery=false)
2026-08-29 04:15:32.862  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2060991603463618561]
2026-08-29 04:15:32.866  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:32.867  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 04:15:32.867  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d5ec210, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@41b9fcdd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18996c7c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6465df16, containsSubquery=false)
2026-08-29 04:15:32.867  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2060991603463618561]
2026-08-29 04:15:32.869  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:32.869  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 04:15:32.869  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22bbff, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@36f0897f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7c276dd8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@522d8305, containsSubquery=false)
2026-08-29 04:15:32.869  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 04:15:32.868, 2026-08-29 04:15:32.868, 2026-08-29 04:15:32.868]
2026-08-29 04:15:32.875  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:32.875  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 04:15:32.875  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@384f4568, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@dc0a20d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@334b2d1b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77990fe7, containsSubquery=false)
2026-08-29 04:15:32.875  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2060991603463618561]
2026-08-29 04:15:32.877  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:32.877  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:15:32.877  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d323213, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2d872cc0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12dee8a0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a3f12f8, containsSubquery=false)
2026-08-29 04:15:32.877  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2060991603463618561, TIANQUE, false]
2026-08-29 04:15:32.880  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:32.880  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:15:32.880  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13172e6e, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b5c2118, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@39e65e59, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f3e7a4a, containsSubquery=false)
2026-08-29 04:15:32.880  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2060991603463618561, TIANQUE, false]
2026-08-29 04:15:32.882  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:32.883  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 04:15:32.883  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ee8cf50, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@421ddab7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6edd0494, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a0347f9, containsSubquery=false)
2026-08-29 04:15:32.883  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2060991603463618561]
2026-08-29 04:15:32.885  WARN 2467003 --- [http-nio-8804-exec-36] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2060991603463618561 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 04:15:32.997  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:32.997  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 04:15:32.997  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@467e5a58, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78af923, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10b3a4ea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64180242, containsSubquery=false)
2026-08-29 04:15:32.997  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13100630089]
2026-08-29 04:15:33.085  INFO 2467003 --- [http-nio-8804-exec-32] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2060991603463618561
2026-08-29 04:15:33.085  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:33.086  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 04:15:33.086  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d75ccd, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@144f7c77, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@306166ae, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@54e56c77, containsSubquery=false)
2026-08-29 04:15:33.086  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2060991603463618561]
2026-08-29 04:15:33.088  INFO 2467003 --- [http-nio-8804-exec-32] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1784646891, appId=6a5f8cebe4b0dfa55a9303b9, name=微信支付
2026-08-29 04:15:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2328
2026-08-29 04:15:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:15:35.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:15:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:15:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4b85d88b(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 04:15:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:15:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:15:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:15:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:15:36.953  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:36.953  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?)
2026-08-29 04:15:36.953  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c8bb872, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4fc22921, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69602899, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@38fcfdfc, containsSubquery=false)
2026-08-29 04:15:36.953  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?) ::: [2060991603463618561, EXCHANGE]
2026-08-29 04:15:36.955  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:36.955  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 04:15:36.955  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56ef373a, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@449c1919, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b500f6b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@42694017, containsSubquery=false)
2026-08-29 04:15:36.955  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ?) ORDER BY create_time DESC LIMIT ? ::: [2060991603463618561, EXCHANGE, 10]
2026-08-29 04:15:36.959  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:36.959  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=0   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=1   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(IFNULL(o.num,0)),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? )  AND o.activity_type IN ('EXCHANGE','OFFSET') AND o.points_status IN ('FROZEN','CONFIRMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id
2026-08-29 04:15:36.959  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@26e1a5d1, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.of(o))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=343, distinctRow=false, projections=[ColumnProjection(owner=o, name=activity_id, alias=Optional.of(activityId)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENIFNULL(o.merchant_settled,0)=0ANDIFNULL(o.pay_points,0)>0THENo.pay_pointsELSE0END),0), alias=Optional.of(pendingPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENIFNULL(o.merchant_settled,0)=1ANDIFNULL(o.pay_points,0)>0THENo.pay_pointsELSE0END),0), alias=Optional.of(earnedPoints)), ExpressionProjection(expression=IFNULL(SUM(IFNULL(o.num,0)),0), alias=Optional.of(soldNum))], columnLabels=[activityId, pendingPoints, earnedPoints, soldNum]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ca44f6a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@57142ac2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ff5b1cf, containsSubquery=true)
2026-08-29 04:15:36.959  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=0   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=1   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(IFNULL(o.num,0)),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? )  AND o.activity_type IN ('EXCHANGE','OFFSET') AND o.points_status IN ('FROZEN','CONFIRMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id ::: [2093332776328810498, 2093145170918440962]
2026-08-29 04:15:36.982  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:36.982  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (activity_id IN (?,?) AND activity_type IN (?,?) AND points_status IN (?,?) AND (pay_points IS NULL OR pay_points <= ?))
2026-08-29 04:15:36.982  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@44be0d75, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@95771d5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b5ed2f9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c2f9f28, containsSubquery=false)
2026-08-29 04:15:36.983  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (activity_id IN (?,?) AND activity_type IN (?,?) AND points_status IN (?,?) AND (pay_points IS NULL OR pay_points <= ?)) ::: [2093332776328810498, 2093145170918440962, EXCHANGE, OFFSET, CONFIRMED, FROZEN, 0]
2026-08-29 04:15:39.210  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:39.210  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?)
2026-08-29 04:15:39.210  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a65e132, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@67780230, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@860908f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2377d0f4, containsSubquery=false)
2026-08-29 04:15:39.211  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?) ::: [2060991603463618561, GIFT, HASHRATE]
2026-08-29 04:15:39.214  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:39.214  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 04:15:39.214  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d90b172, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@111a5e1e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@cf7ccb9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53fda5a8, containsSubquery=false)
2026-08-29 04:15:39.214  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ? ::: [2060991603463618561, GIFT, HASHRATE, 10]
2026-08-29 04:15:39.217  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:39.217  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id
2026-08-29 04:15:39.217  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@10710226, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.of(o))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=382, distinctRow=false, projections=[ColumnProjection(owner=o, name=activity_id, alias=Optional.of(activityId)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='FROZEN'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(pendingPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='CLAIMED'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(earnedPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_statusIN('FROZEN','CLAIMED')THENIFNULL(o.num,0)ELSE0END),0), alias=Optional.of(soldNum))], columnLabels=[activityId, pendingPoints, earnedPoints, soldNum]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f27e5c8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d876091, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@13e9406c, containsSubquery=true)
2026-08-29 04:15:39.217  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id ::: [2093337932000915458, 2093319740759134210, 2093318977806848001, 2093185042590461953, 2093172112703037441]
2026-08-29 04:15:39.228  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:39.228  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:15:39.228  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ca53a0b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5516e1d3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@203213c2, containsSubquery=false)
2026-08-29 04:15:39.228  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093337932000915458]
2026-08-29 04:15:39.231  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:39.231  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:15:39.231  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f2136eb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4fbd86ce, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2df0746f, containsSubquery=false)
2026-08-29 04:15:39.232  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093319740759134210]
2026-08-29 04:15:39.234  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:39.234  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:15:39.234  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f03925e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@117ecadd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@234e3bac, containsSubquery=false)
2026-08-29 04:15:39.234  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093318977806848001]
2026-08-29 04:15:39.237  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:39.237  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:15:39.237  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@24bc6af7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76fda697, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a6a448d, containsSubquery=false)
2026-08-29 04:15:39.237  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093185042590461953]
2026-08-29 04:15:39.240  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:39.240  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:15:39.240  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e7c49a7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@567a38c9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1509027, containsSubquery=false)
2026-08-29 04:15:39.240  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093172112703037441]
2026-08-29 04:15:45.469  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:15:45.469  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:15:45.469  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2f2308dc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@431f46a4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16e4563d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35e9c264, containsSubquery=false)
2026-08-29 04:15:45.469  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:16:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2329
2026-08-29 04:16:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:16:05.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:16:05.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:16:05.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:16:05.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:16:05.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:16:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@32887ca9(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 04:16:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:16:05.487  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:05.487  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:16:05.487  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2234f354, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32570554, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2da20ce1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3cde178a, containsSubquery=false)
2026-08-29 04:16:05.487  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:16:25.427  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:25.427  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:16:25.427  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20467ef8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d04ef97, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74397066, containsSubquery=false)
2026-08-29 04:16:25.427  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2060991603463618561]
2026-08-29 04:16:25.431  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:25.432  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 04:16:25.432  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1482f407, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@33e2a78d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c675bd7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2400e59, containsSubquery=false)
2026-08-29 04:16:25.432  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2060991603463618561, 2026-08-29 00:00:00.0]
2026-08-29 04:16:25.436  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:25.436  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:16:25.436  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512551d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c726701, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ad8262, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15f65a72, containsSubquery=false)
2026-08-29 04:16:25.436  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2060991603463618561]
2026-08-29 04:16:25.442  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:25.442  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 04:16:25.442  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3540c398, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1fd1eb80, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1de11ce5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@275c749c, containsSubquery=false)
2026-08-29 04:16:25.442  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2060991603463618561, UPPER, 0]
2026-08-29 04:16:25.445  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:25.445  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:16:25.445  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b53e9a2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@59c802dc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@699251c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7f1861dd, containsSubquery=false)
2026-08-29 04:16:25.445  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2060991603463618561]
2026-08-29 04:16:25.456  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:25.456  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:16:25.456  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d760d6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c7dff98, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1becbd7d, containsSubquery=false)
2026-08-29 04:16:25.457  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:25.456  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2060991603463618561, PAY]
2026-08-29 04:16:25.457  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:16:25.457  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e74801d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a48e3db, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@172a5dd0, containsSubquery=false)
2026-08-29 04:16:25.458  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2060991603463618561]
2026-08-29 04:16:25.471  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:25.471  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 04:16:25.471  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a08b9c8, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@74150deb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a6c5141, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b1949b6, containsSubquery=true)
2026-08-29 04:16:25.471  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2060991603463618561, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 04:16:25.474  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:25.474  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:16:25.474  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66e300ea, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@23e2053b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@51a78c57, containsSubquery=false)
2026-08-29 04:16:25.474  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2060991603463618561]
2026-08-29 04:16:25.476  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:25.476  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:16:25.476  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5551b044, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@643417a1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4cbe32da, containsSubquery=false)
2026-08-29 04:16:25.476  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2060991603463618561, REFUND]
2026-08-29 04:16:25.480  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:25.480  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:16:25.480  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@442666e9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@290e9f0e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6befe32, containsSubquery=false)
2026-08-29 04:16:25.480  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2060991603463618561]
2026-08-29 04:16:25.486  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:25.486  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:16:25.486  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@285e2105, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@59e00552, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@43a732d0, containsSubquery=false)
2026-08-29 04:16:25.486  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2060991603463618561]
2026-08-29 04:16:25.490  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:25.490  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:16:25.490  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f200062, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@65eb90e4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1af4271a, containsSubquery=false)
2026-08-29 04:16:25.490  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2060991603463618561]
2026-08-29 04:16:25.493  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:25.493  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:16:25.493  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60491fb9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b3e285d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a442bf1, containsSubquery=false)
2026-08-29 04:16:25.493  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2060991603463618561]
2026-08-29 04:16:25.498  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:25.498  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 04:16:25.498  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b6f21db, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@276b102f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c4bbc90, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3717ea64, containsSubquery=false)
2026-08-29 04:16:25.498  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2060991603463618561, false]
2026-08-29 04:16:25.500  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:25.500  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:16:25.500  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@54380193, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5bebc722, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ea0a765, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72740077, containsSubquery=false)
2026-08-29 04:16:25.500  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:16:25.504  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:25.504  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 04:16:25.504  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66e44707, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69d9228f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6115a11a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@279567a2, containsSubquery=false)
2026-08-29 04:16:25.505  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2060991603463618561]
2026-08-29 04:16:25.513  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:25.513  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:16:25.513  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5e2a06da, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@528ed2ca, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57d62453, containsSubquery=false)
2026-08-29 04:16:25.513  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2060991603463618561]
2026-08-29 04:16:25.521  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:25.521  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 04:16:25.521  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d5ec210, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@340ddb49, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@521f8527, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50e80859, containsSubquery=false)
2026-08-29 04:16:25.522  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2060991603463618561]
2026-08-29 04:16:25.526  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:25.526  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 04:16:25.526  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22bbff, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ece0429, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ef47969, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3a3a360f, containsSubquery=false)
2026-08-29 04:16:25.526  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 04:16:25.524, 2026-08-29 04:16:25.524, 2026-08-29 04:16:25.524]
2026-08-29 04:16:25.533  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:25.533  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 04:16:25.533  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@384f4568, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d36fb4d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@365724aa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@23b153b, containsSubquery=false)
2026-08-29 04:16:25.533  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2060991603463618561]
2026-08-29 04:16:25.535  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:25.535  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:16:25.535  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d323213, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@104bdafe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a838701, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ab61521, containsSubquery=false)
2026-08-29 04:16:25.535  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2060991603463618561, TIANQUE, false]
2026-08-29 04:16:25.537  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:25.537  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:16:25.537  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13172e6e, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b682e5e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1fd2d0f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f2a11bb, containsSubquery=false)
2026-08-29 04:16:25.537  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2060991603463618561, TIANQUE, false]
2026-08-29 04:16:25.539  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:25.539  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 04:16:25.539  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ee8cf50, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78fc06bf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@72467d2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55fe1c6a, containsSubquery=false)
2026-08-29 04:16:25.539  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2060991603463618561]
2026-08-29 04:16:25.540  WARN 2467003 --- [http-nio-8804-exec-39] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2060991603463618561 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 04:16:25.947  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:25.947  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 04:16:25.947  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@467e5a58, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@321fadd0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@99f2c5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4bd7af89, containsSubquery=false)
2026-08-29 04:16:25.947  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13100630089]
2026-08-29 04:16:26.052  INFO 2467003 --- [http-nio-8804-exec-42] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2060991603463618561
2026-08-29 04:16:26.053  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:26.053  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 04:16:26.053  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d75ccd, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2dd10b93, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b0c4247, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a2e110b, containsSubquery=false)
2026-08-29 04:16:26.053  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2060991603463618561]
2026-08-29 04:16:26.055  INFO 2467003 --- [http-nio-8804-exec-42] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1784646891, appId=6a5f8cebe4b0dfa55a9303b9, name=微信支付
2026-08-29 04:16:27.076  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:27.076  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?)
2026-08-29 04:16:27.076  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c8bb872, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@57fc1887, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@64e68908, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@59dfa4f2, containsSubquery=false)
2026-08-29 04:16:27.076  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?) ::: [2060991603463618561, EXCHANGE]
2026-08-29 04:16:27.081  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:27.081  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 04:16:27.082  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56ef373a, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7db684da, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@59ea47aa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c62e4df, containsSubquery=false)
2026-08-29 04:16:27.082  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ?) ORDER BY create_time DESC LIMIT ? ::: [2060991603463618561, EXCHANGE, 10]
2026-08-29 04:16:27.085  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:27.085  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=0   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=1   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(IFNULL(o.num,0)),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? )  AND o.activity_type IN ('EXCHANGE','OFFSET') AND o.points_status IN ('FROZEN','CONFIRMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id
2026-08-29 04:16:27.085  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@26e1a5d1, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.of(o))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=343, distinctRow=false, projections=[ColumnProjection(owner=o, name=activity_id, alias=Optional.of(activityId)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENIFNULL(o.merchant_settled,0)=0ANDIFNULL(o.pay_points,0)>0THENo.pay_pointsELSE0END),0), alias=Optional.of(pendingPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENIFNULL(o.merchant_settled,0)=1ANDIFNULL(o.pay_points,0)>0THENo.pay_pointsELSE0END),0), alias=Optional.of(earnedPoints)), ExpressionProjection(expression=IFNULL(SUM(IFNULL(o.num,0)),0), alias=Optional.of(soldNum))], columnLabels=[activityId, pendingPoints, earnedPoints, soldNum]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f2c26d7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5470ed8f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3fdfafc2, containsSubquery=true)
2026-08-29 04:16:27.085  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=0   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=1   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(IFNULL(o.num,0)),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? )  AND o.activity_type IN ('EXCHANGE','OFFSET') AND o.points_status IN ('FROZEN','CONFIRMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id ::: [2093332776328810498, 2093145170918440962]
2026-08-29 04:16:27.104  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:27.104  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (activity_id IN (?,?) AND activity_type IN (?,?) AND points_status IN (?,?) AND (pay_points IS NULL OR pay_points <= ?))
2026-08-29 04:16:27.104  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@44be0d75, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b7c1b71, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@291f0863, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1739a487, containsSubquery=false)
2026-08-29 04:16:27.104  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (activity_id IN (?,?) AND activity_type IN (?,?) AND points_status IN (?,?) AND (pay_points IS NULL OR pay_points <= ?)) ::: [2093332776328810498, 2093145170918440962, EXCHANGE, OFFSET, CONFIRMED, FROZEN, 0]
2026-08-29 04:16:28.456  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:28.456  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?)
2026-08-29 04:16:28.456  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a65e132, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ba28d32, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4accedfe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@471c664f, containsSubquery=false)
2026-08-29 04:16:28.456  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?) ::: [2060991603463618561, GIFT, HASHRATE]
2026-08-29 04:16:28.458  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:28.458  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 04:16:28.458  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d90b172, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39438ed3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1dc9b9aa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@96b1beb, containsSubquery=false)
2026-08-29 04:16:28.458  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ? ::: [2060991603463618561, GIFT, HASHRATE, 10]
2026-08-29 04:16:28.462  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:28.462  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id
2026-08-29 04:16:28.462  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@10710226, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.of(o))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=382, distinctRow=false, projections=[ColumnProjection(owner=o, name=activity_id, alias=Optional.of(activityId)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='FROZEN'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(pendingPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='CLAIMED'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(earnedPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_statusIN('FROZEN','CLAIMED')THENIFNULL(o.num,0)ELSE0END),0), alias=Optional.of(soldNum))], columnLabels=[activityId, pendingPoints, earnedPoints, soldNum]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51de95c9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10a72b1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@506f9538, containsSubquery=true)
2026-08-29 04:16:28.462  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id ::: [2093337932000915458, 2093319740759134210, 2093318977806848001, 2093185042590461953, 2093172112703037441]
2026-08-29 04:16:28.473  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:28.473  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:16:28.473  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@26fc5955, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a16cee7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7f2a8310, containsSubquery=false)
2026-08-29 04:16:28.473  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093337932000915458]
2026-08-29 04:16:28.477  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:28.477  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:16:28.477  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7add0334, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51c43d7c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@41fe2ee8, containsSubquery=false)
2026-08-29 04:16:28.477  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093319740759134210]
2026-08-29 04:16:28.480  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:28.480  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:16:28.480  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@615272ea, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51eb8946, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@dc021a8, containsSubquery=false)
2026-08-29 04:16:28.480  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093318977806848001]
2026-08-29 04:16:28.483  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:28.483  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:16:28.483  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f388dd9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3f920f7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6854da8c, containsSubquery=false)
2026-08-29 04:16:28.483  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093185042590461953]
2026-08-29 04:16:28.486  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:28.486  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:16:28.486  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4fe431c7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12a120d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2529c00a, containsSubquery=false)
2026-08-29 04:16:28.486  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093172112703037441]
2026-08-29 04:16:32.263  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:32.263  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:16:32.263  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6308fee7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@559a70d6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1bdded06, containsSubquery=false)
2026-08-29 04:16:32.263  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2060991603463618561]
2026-08-29 04:16:32.266  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:32.266  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:16:32.266  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@114f4e1c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@650e24ee, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@233b7450, containsSubquery=false)
2026-08-29 04:16:32.266  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385793608]
2026-08-29 04:16:32.268  INFO 2467003 --- [http-nio-8804-exec-44] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_payment_packages memberId=1997111965385793608, current=1, pageSize=100
2026-08-29 04:16:32.268  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:32.268  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:16:32.268  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@67bbd325, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1fdab276, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16136bc0, containsSubquery=false)
2026-08-29 04:16:32.268  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385793608]
2026-08-29 04:16:32.275  INFO 2467003 --- [http-nio-8804-exec-44] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_payment_packages, guoId=85, query={current=1, pageSize=100}, body=null
2026-08-29 04:16:33.056  INFO 2467003 --- [http-nio-8804-exec-44] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body=[{"add":0.4,"already":12,"av":1,"days":72,"duration":"0.4积","hold":12,"max":12,"name":"一星体验店铺","price":"10积分","receive":1,"shouyi":"0.02","suanli":"0.14","xiaofei":"0.01"},{"add":4.1,"already":7,"av":10,"days":82,"duration":"4.1积","hold":123,"max":7,"name":"二星体验店铺","price":"100积分","receive":2,"shouyi":"0.22","suanli":"1.22","xiaofei":"0.06"},{"add":22,"already":2,"av":50,"days":60,"duration":"22积","hold":660,"max":2,"name":"三星体验店铺","price":"500积分","receive":3,"shouyi":"2.13","suanli":"8.33","xiaofei":"0.53"},{"add":42,"already":3,"av":100,"days":78,"duration":"42积","hold":1260,"max":3,"name":"四星体验店铺","price":"1000积分","receive":4,"shouyi":"2.67","suanli":"12.82","xiaofei":"0.67"},{"add":126,"already":1,"av":300,"days":57,"duration":"126积","hold":3780,"max":1,"name":"五星体验店铺","price":"3000积分","receive":4,"shouyi":"10.95","suanli":"52.63","xiaofei":"2.74"},{"add":212,"already":2,"av":500,"days":60,"duration":"212积","hold":6360,"max":2,"name":"六星体验店铺","price":"5000积分","receive":5,"shouyi":"18.13","suanli":"83.33","xiaofei":"4.53"},{"add":427,"already":1,"av":1000,"days":44,"duration":"427积","hold":12810,"max":1,"name":"七星体验店铺","price":"10000积分","receive":5,"shouyi":"51.09","suanli":"227.27","xiaofei":"12.77"},{"add":1290,"already":0,"av":3000,"days":30,"duration":"1290积","hold":38700,"max":1,"name":"形象店铺","price":"30000积分","receive":6,"shouyi":"232.00","suanli":"1000.00","xiaofei":"58.00"},{"add":0,"already":0,"av":0,"days":30,"duration":"无效积分","hold":0,"max":0,"name":"无效积分","price":"无效积分","receive":0,"shouyi":"0.00","suanli":"0.00","xiaofei":"0.00"}]
2026-08-29 04:16:33.416  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:33.416  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (store_id = ? AND market_enable = ? AND quantity > ?)
2026-08-29 04:16:33.416  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@558cc22, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3666649, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c11334c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7fad946f, containsSubquery=false)
2026-08-29 04:16:33.416  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (store_id = ? AND market_enable = ? AND quantity > ?) ::: [2060991603463618561, UPPER, 0]
2026-08-29 04:16:33.419  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:33.419  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity > ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 04:16:33.419  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5960512f, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=523, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60be23e7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@73a3cd73, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@42ba640b, containsSubquery=false)
2026-08-29 04:16:33.419  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity > ?) ORDER BY create_time DESC LIMIT ? ::: [2060991603463618561, UPPER, 0, 20]
2026-08-29 04:16:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2330
2026-08-29 04:16:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:16:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:16:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:16:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:16:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:16:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:16:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:16:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4cc8be53(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 04:16:45.462  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:16:45.462  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:16:45.462  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@44bd6a90, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5028117, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a325ae2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ec76f50, containsSubquery=false)
2026-08-29 04:16:45.463  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:17:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2331
2026-08-29 04:17:05.172  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:17:05.178  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:17:05.179  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:17:05.179  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:17:05.179  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:17:05.180  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:17:05.180  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:17:05.180  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6a3918a7(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 04:17:05.628  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:17:05.629  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:17:05.629  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@295d997, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@27825d9a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5923de7f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30e52cb6, containsSubquery=false)
2026-08-29 04:17:05.629  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:17:07.818  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:17:07.818  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 04:17:07.818  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8246a3d, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@30ec8b3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c82db54, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@232b31c, containsSubquery=false)
2026-08-29 04:17:07.818  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2093331782647861250]
2026-08-29 04:17:07.865  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:17:07.865  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?)
2026-08-29 04:17:07.865  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7673ff86, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@27008a9a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@30bd7735, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3d8bfee7, containsSubquery=false)
2026-08-29 04:17:07.866  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?) ::: [2093331782647861250, CLOSED, REJECTED, 2026-08-31 04:17:00.0, 2026-08-29 04:17:00.0]
2026-08-29 04:17:07.882  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:17:07.882  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,    ?, ?, ?, ?, ?, ?,      ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:17:07.882  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@3130a1ff, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, frozen_points_total, gifted_points, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=26, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=365, stopIndex=365, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=368, stopIndex=368, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=371, stopIndex=371, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=374, stopIndex=374, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=377, stopIndex=377, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=380, stopIndex=380, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=383, stopIndex=383, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=386, stopIndex=386, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=389, stopIndex=389, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=392, stopIndex=392, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=395, stopIndex=395, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=398, stopIndex=398, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=401, stopIndex=401, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=404, stopIndex=404, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=410, stopIndex=410, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=413, stopIndex=413, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=433, stopIndex=433, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=436, stopIndex=436, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=439, stopIndex=439, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=442, stopIndex=442, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=25)], parameters=[2093523311400316930, 2060991603463618561, 武汉市洋明睿沉香产业有限, GIFT, 300, HASHRATE, PENDING_AUDIT, 2093331782392008706, 2093331782647861250, 游戏海报, , https://try.shanxunsw.com/uploads/_ff3ca94a1c53f9f07e2fb05370ca6f4062e95ebb959ad08384.jpg?x-oss-process=style/400X400, 0.01, 3994817164789245737, 10, 130, 130, 5, 2026-08-29 04:17:00.0, 2026-08-31 04:17:00.0, 1300, 0, 13100630089, 2026-08-29 04:17:07.881, 2026-08-29 04:17:07.881, false])])
2026-08-29 04:17:07.883  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093523311400316930, 2060991603463618561, 武汉市洋明睿沉香产业有限, GIFT, 300, HASHRATE, PENDING_AUDIT, 2093331782392008706, 2093331782647861250, 游戏海报, , https://try.shanxunsw.com/uploads/_ff3ca94a1c53f9f07e2fb05370ca6f4062e95ebb959ad08384.jpg?x-oss-process=style/400X400, 0.01, 3994817164789245737, 10, 130, 130, 5, 2026-08-29 04:17:00.0, 2026-08-31 04:17:00.0, 1300, 0, 13100630089, 2026-08-29 04:17:07.881, 2026-08-29 04:17:07.881, false]
2026-08-29 04:17:07.889  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:17:07.889  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?)
2026-08-29 04:17:07.889  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@3c29f2a8, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:17:07.889  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ::: [2093523311400316930]
2026-08-29 04:17:07.916  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:17:07.916  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 04:17:07.916  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@11770b0b, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093523311467290624, 2093523311400316930, 10积分, 一星体验店铺, 10.00, 1, 10.08, 30.96, 10积分, true, false, 12, 12, true, 0.14, 0.43, 72, 0.4, 12, 1, 72, 0.4积, 12, 12, 1, 0.14, 0.02, 0.01, 13100630089, 2026-08-29 04:17:07.915, 2026-08-29 04:17:07.915, false])])
2026-08-29 04:17:07.916  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093523311467290624, 2093523311400316930, 10积分, 一星体验店铺, 10.00, 1, 10.08, 30.96, 10积分, true, false, 12, 12, true, 0.14, 0.43, 72, 0.4, 12, 1, 72, 0.4积, 12, 12, 1, 0.14, 0.02, 0.01, 13100630089, 2026-08-29 04:17:07.915, 2026-08-29 04:17:07.915, false]
2026-08-29 04:17:07.920  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:17:07.921  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:17:07.921  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17c767e7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@34a8c03d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3274bce1, containsSubquery=false)
2026-08-29 04:17:07.921  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2060991603463618561]
2026-08-29 04:17:07.924  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:17:07.924  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 04:17:07.924  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f1751a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@fe9d208, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d3242e0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ab67a13, containsSubquery=false)
2026-08-29 04:17:07.924  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385793608]
2026-08-29 04:17:07.929  INFO 2467003 --- [http-nio-8804-exec-48] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385793608
2026-08-29 04:17:07.929  INFO 2467003 --- [http-nio-8804-exec-48] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=85, query=null, body=null
2026-08-29 04:17:09.169  INFO 2467003 --- [http-nio-8804-exec-48] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"12379.35","shouyi":"272.73","xiaofei":"5809.45","liudong":"2157.69"}
2026-08-29 04:17:09.170  INFO 2467003 --- [http-nio-8804-exec-48] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385793608
2026-08-29 04:17:09.173  INFO 2467003 --- [http-nio-8804-exec-48] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=85, query=null, body=null
2026-08-29 04:17:09.689  INFO 2467003 --- [http-nio-8804-exec-48] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[{"id":3298,"av":"6589","wm":"QY3298"},{"id":3297,"av":"4682","wm":"QY3297"}],"group_total":11271,"person_total":2782,"total":11271,"xiao":4682}
2026-08-29 04:17:09.689  INFO 2467003 --- [http-nio-8804-exec-48] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa subtract_jifen memberId=1997111965385793608, amount=1300.00, currency_type=流动积分
2026-08-29 04:17:09.689  INFO 2467003 --- [http-nio-8804-exec-48] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa POST url=https://ut.ioevisa.com/api/subtract_jifen, guoId=85, query=null, body={"amount":"1300.00","currency_type":"流动积分","description":"发布算力包活动【游戏海报】"}
2026-08-29 04:17:09.959  INFO 2467003 --- [http-nio-8804-exec-48] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"error":0,"msg":"成功"}
2026-08-29 04:17:09.959  INFO 2467003 --- [http-nio-8804-exec-48] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385793608
2026-08-29 04:17:09.960  INFO 2467003 --- [http-nio-8804-exec-48] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=85, query=null, body=null
2026-08-29 04:17:10.085  INFO 2467003 --- [http-nio-8804-exec-48] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"12379.35","shouyi":"272.73","xiaofei":"5809.45","liudong":"857.69"}
2026-08-29 04:17:10.086  INFO 2467003 --- [http-nio-8804-exec-48] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385793608
2026-08-29 04:17:10.086  INFO 2467003 --- [http-nio-8804-exec-48] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=85, query=null, body=null
2026-08-29 04:17:10.205  INFO 2467003 --- [http-nio-8804-exec-48] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[{"id":3298,"av":"6589","wm":"QY3298"},{"id":3297,"av":"4682","wm":"QY3297"}],"group_total":11271,"person_total":2782,"total":11271,"xiao":4682}
2026-08-29 04:17:10.210  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:17:10.210  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_member_points_history  ( id, create_by, create_time, member_id, member_name, point, before_point, variable_point, content, biz_no, change_type, frozen_point, point_type, point_bucket )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?  )
2026-08-29 04:17:10.210  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@fcdbfa4, tablesContext=TablesContext(tables=[Table(name=li_member_points_history, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, create_by, create_time, member_id, member_name, point, before_point, variable_point, content, biz_no, change_type, frozen_point, point_type, point_bucket], insertValueContexts=[InsertValueContext(parametersCount=14, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=211, stopIndex=211, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=214, stopIndex=214, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=217, stopIndex=217, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=220, stopIndex=220, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=223, stopIndex=223, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=226, stopIndex=226, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=229, stopIndex=229, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=232, stopIndex=232, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=235, stopIndex=235, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=238, stopIndex=238, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=241, stopIndex=241, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=244, stopIndex=244, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=247, stopIndex=247, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=250, stopIndex=250, parameterMarkerIndex=13)], parameters=[2093523321173045250, 13100630089, 2026-08-29 04:17:10.209, 1997111965385793608, 13100630089, 857.69, 2157.69, 1300.0, 发布算力包活动【游戏海报】, 2093523311400316930, AVAILABLE_DECREASE, 0, REDUCE, FLOW])])
2026-08-29 04:17:10.210  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_member_points_history  ( id, create_by, create_time, member_id, member_name, point, before_point, variable_point, content, biz_no, change_type, frozen_point, point_type, point_bucket )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093523321173045250, 13100630089, 2026-08-29 04:17:10.209, 1997111965385793608, 13100630089, 857.69, 2157.69, 1300.0, 发布算力包活动【游戏海报】, 2093523311400316930, AVAILABLE_DECREASE, 0, REDUCE, FLOW]
2026-08-29 04:17:10.217  INFO 2467003 --- [http-nio-8804-exec-48] c.l.m.m.s.MemberPointWalletServiceImpl   : 远程积分流水 memberId=1997111965385793608 bucket=FLOW - 1300.0 before=2157.69 after=857.69 bizNo=2093523311400316930
2026-08-29 04:17:10.219  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:17:10.219  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:17:10.219  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@23c1e65e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76719b88, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26ccf8da, containsSubquery=false)
2026-08-29 04:17:10.219  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093523311400316930]
2026-08-29 04:17:14.148  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:17:14.148  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?)
2026-08-29 04:17:14.148  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a65e132, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@761131a6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3826a26e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3bed4ce9, containsSubquery=false)
2026-08-29 04:17:14.148  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?) ::: [2060991603463618561, GIFT, HASHRATE]
2026-08-29 04:17:14.173  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:17:14.173  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 04:17:14.173  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d90b172, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2429cd38, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@75724750, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3605bde1, containsSubquery=false)
2026-08-29 04:17:14.174  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ? ::: [2060991603463618561, GIFT, HASHRATE, 10]
2026-08-29 04:17:14.181  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:17:14.181  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id
2026-08-29 04:17:14.181  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e092d2f, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.of(o))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=382, distinctRow=false, projections=[ColumnProjection(owner=o, name=activity_id, alias=Optional.of(activityId)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='FROZEN'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(pendingPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='CLAIMED'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(earnedPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_statusIN('FROZEN','CLAIMED')THENIFNULL(o.num,0)ELSE0END),0), alias=Optional.of(soldNum))], columnLabels=[activityId, pendingPoints, earnedPoints, soldNum]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ce39774, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1bcc177f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@bd4b52, containsSubquery=true)
2026-08-29 04:17:14.181  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id ::: [2093523311400316930, 2093337932000915458, 2093319740759134210, 2093318977806848001, 2093185042590461953, 2093172112703037441]
2026-08-29 04:17:14.198  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:17:14.198  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:17:14.198  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43dcb511, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@295191e3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33557c6a, containsSubquery=false)
2026-08-29 04:17:14.198  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093523311400316930]
2026-08-29 04:17:14.201  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:17:14.201  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:17:14.201  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@9c186f5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@11ef1d8b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f2ad09b, containsSubquery=false)
2026-08-29 04:17:14.201  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093337932000915458]
2026-08-29 04:17:14.203  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:17:14.203  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:17:14.203  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4953dbd9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40746460, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3762d8c9, containsSubquery=false)
2026-08-29 04:17:14.203  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093319740759134210]
2026-08-29 04:17:14.206  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:17:14.206  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:17:14.206  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f919189, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e14a822, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6c7c3d8a, containsSubquery=false)
2026-08-29 04:17:14.206  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093318977806848001]
2026-08-29 04:17:14.208  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:17:14.209  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:17:14.209  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@45204342, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@483da601, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@624b63f, containsSubquery=false)
2026-08-29 04:17:14.209  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093185042590461953]
2026-08-29 04:17:14.211  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:17:14.211  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:17:14.211  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f6c4142, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c5a9dde, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d6aa4dd, containsSubquery=false)
2026-08-29 04:17:14.211  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093172112703037441]
2026-08-29 04:17:25.497  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:17:25.498  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:17:25.498  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a57ae91, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11feeeeb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1f48a7dd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3c17adf6, containsSubquery=false)
2026-08-29 04:17:25.499  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:17:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2332
2026-08-29 04:17:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:17:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:17:35.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:17:35.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:17:35.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:17:35.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:17:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:17:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5f4c773f(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 04:17:45.472  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:17:45.472  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:17:45.472  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66ebb43, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@47bdc665, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4af01334, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@987ed5a, containsSubquery=false)
2026-08-29 04:17:45.472  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:18:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2333
2026-08-29 04:18:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:18:05.168  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:18:05.171  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:18:05.171  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:18:05.171  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:18:05.171  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:18:05.171  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:18:05.172  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@b005b3(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 04:18:05.499  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:18:05.499  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:18:05.499  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1073262, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4eea22be, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@74ff8807, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1cd53d39, containsSubquery=false)
2026-08-29 04:18:05.499  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:18:25.485  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:18:25.485  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:18:25.485  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e069f43, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f11dcb5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6af48061, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72388830, containsSubquery=false)
2026-08-29 04:18:25.485  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:18:35.169  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2334
2026-08-29 04:18:35.169  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:18:35.181  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:18:35.189  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:18:35.189  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:18:35.189  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@24d01b44(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 04:18:35.189  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:18:35.189  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:18:35.189  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:18:45.464  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:18:45.465  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:18:45.465  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2fa3fe96, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@716d6d73, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@32d74244, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1506b267, containsSubquery=false)
2026-08-29 04:18:45.465  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:19:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2335
2026-08-29 04:19:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:19:05.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:19:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:19:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:19:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:19:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@96789e7(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 04:19:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:19:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:19:05.514  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:19:05.514  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:19:05.514  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@31a7b129, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3e6f1ab5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79d707fc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6dddccf6, containsSubquery=false)
2026-08-29 04:19:05.514  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:19:25.481  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:19:25.482  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:19:25.482  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4d937262, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a6a756d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ca7fb88, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@519202c7, containsSubquery=false)
2026-08-29 04:19:25.482  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:19:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2336
2026-08-29 04:19:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:19:35.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:19:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:19:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:19:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:19:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:19:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:19:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@68e84eea(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 04:19:45.463  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:19:45.463  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:19:45.463  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@11fef08e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c65608a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4d7369d2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3cc99941, containsSubquery=false)
2026-08-29 04:19:45.463  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:20:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2337
2026-08-29 04:20:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:20:05.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:20:05.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:20:05.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:20:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@64f47673(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 04:20:05.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:20:05.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:20:05.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:20:05.590  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:20:05.590  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:20:05.590  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@277e2dd8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f187a38, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a550e8a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@69a89bd6, containsSubquery=false)
2026-08-29 04:20:05.590  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:20:25.473  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:20:25.473  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:20:25.473  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5a771982, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@221fc97d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e56f22b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3d4ee28c, containsSubquery=false)
2026-08-29 04:20:25.473  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:20:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2338
2026-08-29 04:20:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:20:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:20:35.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:20:35.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:20:35.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:20:35.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:20:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@a51bf7e(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 04:20:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:20:45.482  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:20:45.482  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:20:45.482  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f6a64d2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2529bc60, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ba5840a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2d2c46ec, containsSubquery=false)
2026-08-29 04:20:45.482  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:21:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2339
2026-08-29 04:21:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:21:05.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:21:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:21:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2537229a(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 04:21:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:21:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:21:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:21:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:21:05.472  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:05.472  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:21:05.472  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@189c2f13, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1bc020c2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5278486d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7f92a49, containsSubquery=false)
2026-08-29 04:21:05.472  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:21:25.469  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:25.469  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:21:25.469  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@71675d08, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51aadff5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b3fd5bb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2bf1997d, containsSubquery=false)
2026-08-29 04:21:25.469  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:21:28.362  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:28.362  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?)
2026-08-29 04:21:28.362  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c8bb872, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34e7824f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@398b12e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5806474a, containsSubquery=false)
2026-08-29 04:21:28.362  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?) ::: [2060991603463618561, EXCHANGE]
2026-08-29 04:21:28.364  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:28.364  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 04:21:28.364  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56ef373a, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6246f9c4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@810ced1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@450d207d, containsSubquery=false)
2026-08-29 04:21:28.365  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ?) ORDER BY create_time DESC LIMIT ? ::: [2060991603463618561, EXCHANGE, 10]
2026-08-29 04:21:28.368  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:28.368  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=0   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=1   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(IFNULL(o.num,0)),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? )  AND o.activity_type IN ('EXCHANGE','OFFSET') AND o.points_status IN ('FROZEN','CONFIRMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id
2026-08-29 04:21:28.368  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@26e1a5d1, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.of(o))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=343, distinctRow=false, projections=[ColumnProjection(owner=o, name=activity_id, alias=Optional.of(activityId)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENIFNULL(o.merchant_settled,0)=0ANDIFNULL(o.pay_points,0)>0THENo.pay_pointsELSE0END),0), alias=Optional.of(pendingPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENIFNULL(o.merchant_settled,0)=1ANDIFNULL(o.pay_points,0)>0THENo.pay_pointsELSE0END),0), alias=Optional.of(earnedPoints)), ExpressionProjection(expression=IFNULL(SUM(IFNULL(o.num,0)),0), alias=Optional.of(soldNum))], columnLabels=[activityId, pendingPoints, earnedPoints, soldNum]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d81fd06, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@33e9ca21, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1fcb1ae9, containsSubquery=true)
2026-08-29 04:21:28.368  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=0   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=1   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(IFNULL(o.num,0)),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? )  AND o.activity_type IN ('EXCHANGE','OFFSET') AND o.points_status IN ('FROZEN','CONFIRMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id ::: [2093332776328810498, 2093145170918440962]
2026-08-29 04:21:28.396  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:28.396  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (activity_id IN (?,?) AND activity_type IN (?,?) AND points_status IN (?,?) AND (pay_points IS NULL OR pay_points <= ?))
2026-08-29 04:21:28.396  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@44be0d75, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d0cb4c2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ad7f1d8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b2161c7, containsSubquery=false)
2026-08-29 04:21:28.396  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (activity_id IN (?,?) AND activity_type IN (?,?) AND points_status IN (?,?) AND (pay_points IS NULL OR pay_points <= ?)) ::: [2093332776328810498, 2093145170918440962, EXCHANGE, OFFSET, CONFIRMED, FROZEN, 0]
2026-08-29 04:21:29.176  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:29.176  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?)
2026-08-29 04:21:29.176  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a65e132, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c6f5001, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10b319bd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@29ebae49, containsSubquery=false)
2026-08-29 04:21:29.176  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?) ::: [2060991603463618561, GIFT, HASHRATE]
2026-08-29 04:21:29.178  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:29.178  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 04:21:29.178  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d90b172, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b78bcf7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f15c637, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@767ad1a6, containsSubquery=false)
2026-08-29 04:21:29.179  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ? ::: [2060991603463618561, GIFT, HASHRATE, 10]
2026-08-29 04:21:29.182  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:29.182  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id
2026-08-29 04:21:29.182  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e092d2f, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.of(o))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=382, distinctRow=false, projections=[ColumnProjection(owner=o, name=activity_id, alias=Optional.of(activityId)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='FROZEN'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(pendingPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='CLAIMED'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(earnedPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_statusIN('FROZEN','CLAIMED')THENIFNULL(o.num,0)ELSE0END),0), alias=Optional.of(soldNum))], columnLabels=[activityId, pendingPoints, earnedPoints, soldNum]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a6997a4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b3cd4a0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1bebd580, containsSubquery=true)
2026-08-29 04:21:29.182  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id ::: [2093523311400316930, 2093337932000915458, 2093319740759134210, 2093318977806848001, 2093185042590461953, 2093172112703037441]
2026-08-29 04:21:29.198  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:29.198  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:21:29.198  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@24c70e2c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@614588e1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17666970, containsSubquery=false)
2026-08-29 04:21:29.198  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093523311400316930]
2026-08-29 04:21:29.201  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:29.201  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:21:29.201  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@25004ede, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1899ee7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d8b0769, containsSubquery=false)
2026-08-29 04:21:29.201  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093337932000915458]
2026-08-29 04:21:29.204  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:29.204  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:21:29.204  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@213dabd4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@248850d5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1219249c, containsSubquery=false)
2026-08-29 04:21:29.204  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093319740759134210]
2026-08-29 04:21:29.206  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:29.206  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:21:29.206  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@273f8172, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7cd96ccd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31dc05ed, containsSubquery=false)
2026-08-29 04:21:29.206  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093318977806848001]
2026-08-29 04:21:29.210  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:29.210  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:21:29.210  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@27ed6da3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@764ff7de, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a9a68ab, containsSubquery=false)
2026-08-29 04:21:29.210  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093185042590461953]
2026-08-29 04:21:29.213  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:29.213  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 04:21:29.213  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64652535, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11d6cd6c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@283020cd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6aafef26, containsSubquery=false)
2026-08-29 04:21:29.213  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093172112703037441]
2026-08-29 04:21:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2340
2026-08-29 04:21:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:21:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:21:35.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:21:35.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:21:35.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:21:35.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:21:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:21:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@225eac9b(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 04:21:36.452  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:36.452  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:21:36.452  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52ec6e70, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c3c64d7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2d772665, containsSubquery=false)
2026-08-29 04:21:36.453  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2060991603463618561]
2026-08-29 04:21:36.457  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:36.457  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 04:21:36.457  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1482f407, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e81df25, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a51849e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@29fc5f17, containsSubquery=false)
2026-08-29 04:21:36.457  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2060991603463618561, 2026-08-29 00:00:00.0]
2026-08-29 04:21:36.463  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:36.463  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 04:21:36.463  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3540c398, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4e4a3b2a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@585d113, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50297563, containsSubquery=false)
2026-08-29 04:21:36.463  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2060991603463618561, UPPER, 0]
2026-08-29 04:21:36.471  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:36.471  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:21:36.471  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7535eed0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6eac0f78, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55011516, containsSubquery=false)
2026-08-29 04:21:36.471  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2060991603463618561]
2026-08-29 04:21:36.475  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:36.475  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:21:36.475  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@421b59c5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1fef4d35, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@52c536d8, containsSubquery=false)
2026-08-29 04:21:36.476  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2060991603463618561]
2026-08-29 04:21:36.481  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:36.481  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:21:36.481  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71b0f51f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@ab87e07, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7750cb13, containsSubquery=false)
2026-08-29 04:21:36.481  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2060991603463618561]
2026-08-29 04:21:36.487  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:36.487  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:21:36.487  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@40c61d0e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@313f4e56, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6652de9, containsSubquery=false)
2026-08-29 04:21:36.488  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2060991603463618561]
2026-08-29 04:21:36.493  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:36.494  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:21:36.494  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@cd8adb8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@237dc3af, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16535f2b, containsSubquery=false)
2026-08-29 04:21:36.494  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2060991603463618561]
2026-08-29 04:21:36.498  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:36.498  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:21:36.498  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@25dc70aa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@297ac93d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63ef491c, containsSubquery=false)
2026-08-29 04:21:36.498  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2060991603463618561]
2026-08-29 04:21:36.503  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:36.503  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 04:21:36.503  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b6f21db, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f9dc422, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26a3dd64, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55a533d8, containsSubquery=false)
2026-08-29 04:21:36.503  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2060991603463618561, false]
2026-08-29 04:21:36.508  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:36.508  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 04:21:36.508  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66e44707, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@72d6b0f4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e116685, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ea746b6, containsSubquery=false)
2026-08-29 04:21:36.508  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2060991603463618561]
2026-08-29 04:21:36.512  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:36.512  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:21:36.512  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@76acee42, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ca94d7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60565eb5, containsSubquery=false)
2026-08-29 04:21:36.512  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2060991603463618561]
2026-08-29 04:21:36.516  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:36.517  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 04:21:36.517  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d5ec210, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3067a8f2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6296fbbd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3310b49, containsSubquery=false)
2026-08-29 04:21:36.517  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2060991603463618561]
2026-08-29 04:21:36.518  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:36.519  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 04:21:36.519  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22bbff, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5270c5d8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5990e79c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4fe553fb, containsSubquery=false)
2026-08-29 04:21:36.519  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 04:21:36.518, 2026-08-29 04:21:36.518, 2026-08-29 04:21:36.518]
2026-08-29 04:21:36.524  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:36.524  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 04:21:36.524  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@384f4568, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@36ece78e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@53f31023, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4f1121c1, containsSubquery=false)
2026-08-29 04:21:36.524  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2060991603463618561]
2026-08-29 04:21:36.527  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:36.527  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:21:36.527  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d323213, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4fa5f8c6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@97cc7da, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32a4dade, containsSubquery=false)
2026-08-29 04:21:36.527  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2060991603463618561, TIANQUE, false]
2026-08-29 04:21:36.530  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:36.530  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:21:36.530  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13172e6e, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d6553c5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4983109d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@464fcb3a, containsSubquery=false)
2026-08-29 04:21:36.530  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2060991603463618561, TIANQUE, false]
2026-08-29 04:21:36.532  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:36.532  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 04:21:36.532  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ee8cf50, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@122d6090, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a837ff4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2675515f, containsSubquery=false)
2026-08-29 04:21:36.532  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2060991603463618561]
2026-08-29 04:21:36.534  WARN 2467003 --- [http-nio-8804-exec-17] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2060991603463618561 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 04:21:36.635  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:36.635  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:21:36.635  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512551d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4eca09a3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54f3c5ff, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30f3e5df, containsSubquery=false)
2026-08-29 04:21:36.635  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2060991603463618561]
2026-08-29 04:21:36.638  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:36.638  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:21:36.638  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b53e9a2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35a58f9d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ad749eb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c12b204, containsSubquery=false)
2026-08-29 04:21:36.638  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2060991603463618561]
2026-08-29 04:21:36.641  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:36.641  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:21:36.641  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71b014ae, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@488b1a0e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@41ce4f19, containsSubquery=false)
2026-08-29 04:21:36.641  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2060991603463618561, PAY]
2026-08-29 04:21:36.644  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:36.644  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 04:21:36.644  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a08b9c8, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@354705f8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@64232ce, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@10678ae7, containsSubquery=true)
2026-08-29 04:21:36.644  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2060991603463618561, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 04:21:36.649  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:36.649  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:21:36.649  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4e88f713, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62147c97, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40701b66, containsSubquery=false)
2026-08-29 04:21:36.649  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2060991603463618561, REFUND]
2026-08-29 04:21:37.480  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:37.480  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 04:21:37.480  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@467e5a58, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4e2c0b4f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5911518a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17858a04, containsSubquery=false)
2026-08-29 04:21:37.480  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13100630089]
2026-08-29 04:21:37.556  INFO 2467003 --- [http-nio-8804-exec-18] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2060991603463618561
2026-08-29 04:21:37.556  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:37.556  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 04:21:37.556  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d75ccd, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3e621fa9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@50c67cb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@62812614, containsSubquery=false)
2026-08-29 04:21:37.556  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2060991603463618561]
2026-08-29 04:21:37.558  INFO 2467003 --- [http-nio-8804-exec-18] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1784646891, appId=6a5f8cebe4b0dfa55a9303b9, name=微信支付
2026-08-29 04:21:39.766  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:39.766  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 04:21:39.766  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ff23f4e, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b5a26bf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@558dc3e2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72d4f018, containsSubquery=true)
2026-08-29 04:21:39.766  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2060991603463618561, NORMAL, false]
2026-08-29 04:21:39.818  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:39.819  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ?
2026-08-29 04:21:39.819  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e3297d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=934, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@40b25323, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15b33f1d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21682e7e, containsSubquery=false)
2026-08-29 04:21:39.819  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ? ::: [2060991603463618561, NORMAL, false, 10]
2026-08-29 04:21:39.875  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:39.875  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 04:21:39.875  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6179cdb2, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6a6ddc37, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@53c7ea22, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@29a1f7a0, containsSubquery=false)
2026-08-29 04:21:39.875  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093524111136509953, O202608282093346131508580353, O202608282093345888251531265, O202608282093340533371031552, O202608282093335325203087361, O202608282093335193510330369, O202608282093333115966701569, O202608282093332948039352321, O202608282093323136329170944, O202608282093268063691571201]
2026-08-29 04:21:39.885  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:39.885  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 04:21:39.885  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f0ee083, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=23, distinctRow=false, projections=[ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent())], columnLabels=[sn, price_detail]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34518445, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2b9e4616, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33c95d2, containsSubquery=false)
2026-08-29 04:21:39.885  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093524111136509953, O202608282093346131508580353, O202608282093345888251531265, O202608282093340533371031552, O202608282093335325203087361, O202608282093335193510330369, O202608282093333115966701569, O202608282093332948039352321, O202608282093323136329170944, O202608282093268063691571201]
2026-08-29 04:21:39.894  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:39.894  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?))
2026-08-29 04:21:39.895  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6cadf005, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ab2f7de, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3dc76b5f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75bf5b3e, containsSubquery=false)
2026-08-29 04:21:39.895  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ::: [2093184706941284353, GIFT, STARTED, 0, 0, false]
2026-08-29 04:21:41.977  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:41.977  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 04:21:41.977  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@408dc07f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@58e570a2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2b78c2e, containsSubquery=false)
2026-08-29 04:21:41.978  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093524111136509953]
2026-08-29 04:21:41.987  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:41.987  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 04:21:41.987  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@38ff2e0a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69703c7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b0608b, containsSubquery=false)
2026-08-29 04:21:41.987  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093524111136509953]
2026-08-29 04:21:41.999  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:42.000  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?)
2026-08-29 04:21:42.000  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@264b23b7, tablesContext=TablesContext(tables=[Table(name=li_order_item, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=365, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=unit_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sub_total, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=image, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=snapshot_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_status, alias=Optional.absent()), ColumnProjection(owner=null, name=after_sale_status, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_status, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_id, alias=Optional.absent()), ColumnProjection(owner=null, name=return_goods_number, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=is_refund, alias=Optional.absent()), ColumnProjection(owner=null, name=refund_price, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_number, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, sn, unit_price, sub_total, goods_id, sku_id, num, trade_sn, image, goods_name, category_id, snapshot_id, specs, promotion_type, promotion_id, goods_price, flow_price, comment_status, after_sale_status, price_detail, complain_status, complain_id, return_goods_number, voucher, is_refund, refund_price, deliver_number, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1fa6645a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26051d75, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a4a03e8, containsSubquery=false)
2026-08-29 04:21:42.000  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?) ::: [O202608292093524111136509953]
2026-08-29 04:21:42.007  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:42.007  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?)
2026-08-29 04:21:42.007  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@bc0fc35, tablesContext=TablesContext(tables=[Table(name=li_order_log, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=88, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_id, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_type, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_name, alias=Optional.absent()), ColumnProjection(owner=null, name=message, alias=Optional.absent())], columnLabels=[id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@36ed16ba, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3cb216cc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@368142b, containsSubquery=false)
2026-08-29 04:21:42.007  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?) ::: [O202608292093524111136509953]
2026-08-29 04:21:42.013  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:42.013  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?)
2026-08-29 04:21:42.013  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2428b645, tablesContext=TablesContext(tables=[Table(name=li_receipt, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=202, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_title, alias=Optional.absent()), ColumnProjection(owner=null, name=taxpayer_id, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_content, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_price, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, receipt_title, taxpayer_id, receipt_content, receipt_price, member_id, member_name, store_id, store_name, receipt_status, receipt_detail, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@23cabfa9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@60403eb7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1392a3b0, containsSubquery=false)
2026-08-29 04:21:42.013  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?) ::: [O202608292093524111136509953]
2026-08-29 04:21:42.015  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:42.015  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?)
2026-08-29 04:21:42.015  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4745f608, tablesContext=TablesContext(tables=[Table(name=li_order_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=152, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_no, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, package_no, order_sn, logistics_no, logistics_code, logistics_name, consignee_mobile, status, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b12c21e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@65e693ad, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63a33df6, containsSubquery=false)
2026-08-29 04:21:42.015  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?) ::: [O202608292093524111136509953]
2026-08-29 04:21:42.018  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:42.018  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1
2026-08-29 04:21:42.018  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@665e0b5b, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79b26fea, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@304b1a7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@187981a0, containsSubquery=false)
2026-08-29 04:21:42.019  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1 ::: [O202608292093524111136509953]
2026-08-29 04:21:43.586  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:43.587  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: SELECT sl.logistics_id,l.name,sl.face_sheet_flag FROM li_logistics l INNER JOIN li_store_logistics sl on sl.logistics_id=l.id WHERE l.disabled = 'OPEN' AND store_id=?;
2026-08-29 04:21:43.587  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4baf66c9, tablesContext=TablesContext(tables=[Table(name=li_logistics, alias=Optional.of(l)), Table(name=li_store_logistics, alias=Optional.of(sl))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=47, distinctRow=false, projections=[ColumnProjection(owner=sl, name=logistics_id, alias=Optional.absent()), ColumnProjection(owner=l, name=name, alias=Optional.absent()), ColumnProjection(owner=sl, name=face_sheet_flag, alias=Optional.absent())], columnLabels=[logistics_id, name, face_sheet_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@687f6bfb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29906cf6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15b936de, containsSubquery=false)
2026-08-29 04:21:43.587  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT sl.logistics_id,l.name,sl.face_sheet_flag FROM li_logistics l INNER JOIN li_store_logistics sl on sl.logistics_id=l.id WHERE l.disabled = 'OPEN' AND store_id=?; ::: [2060991603463618561]
2026-08-29 04:21:43.590  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:43.590  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: SELECT id as logistics_id,name FROM li_logistics WHERE id not in(SELECT logistics_id FROM li_store_logistics WHERE store_id=?) AND disabled = 'OPEN'
2026-08-29 04:21:43.590  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@135eacfd, tablesContext=TablesContext(tables=[Table(name=li_logistics, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=29, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.of(logistics_id)), ColumnProjection(owner=null, name=name, alias=Optional.absent())], columnLabels=[logistics_id, name]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@31019a1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f43d0db, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@106f331d, containsSubquery=true)
2026-08-29 04:21:43.590  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id as logistics_id,name FROM li_logistics WHERE id not in(SELECT logistics_id FROM li_store_logistics WHERE store_id=?) AND disabled = 'OPEN' ::: [2060991603463618561]
2026-08-29 04:21:45.481  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:21:45.481  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:21:45.481  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@34a7204d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6544c681, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@192dbb5e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3fa69764, containsSubquery=false)
2026-08-29 04:21:45.481  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:22:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2341
2026-08-29 04:22:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:22:05.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:22:05.169  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@32f9fc0c(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 04:22:05.169  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:22:05.173  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:22:05.173  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:22:05.173  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:22:05.174  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:22:05.466  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:22:05.467  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:22:05.467  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6274a2aa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@409057b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b1fee8f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3d986cab, containsSubquery=false)
2026-08-29 04:22:05.467  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:22:09.499  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:22:09.500  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 04:22:09.500  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@74847519, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ae17af5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cf0bad3, containsSubquery=false)
2026-08-29 04:22:09.500  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093524111136509953]
2026-08-29 04:22:09.511  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:22:09.511  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: SELECT id,name,code,stand_by,form_items,disabled,create_by,create_time,update_by,update_time,delete_flag FROM li_logistics WHERE id=?
2026-08-29 04:22:09.511  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@29d1ffa9, tablesContext=TablesContext(tables=[Table(name=li_logistics, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=103, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=code, alias=Optional.absent()), ColumnProjection(owner=null, name=stand_by, alias=Optional.absent()), ColumnProjection(owner=null, name=form_items, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, name, code, stand_by, form_items, disabled, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52b569f7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b1a7750, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@471b3fe6, containsSubquery=false)
2026-08-29 04:22:09.511  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,name,code,stand_by,form_items,disabled,create_by,create_time,update_by,update_time,delete_flag FROM li_logistics WHERE id=? ::: [1364825753534857216]
2026-08-29 04:22:09.514  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:22:09.514  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: SELECT  id,name,code  FROM li_logistic_codes      WHERE  (name = ?)
2026-08-29 04:22:09.514  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30ccfcd5, tablesContext=TablesContext(tables=[Table(name=li_logistic_codes, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=19, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=code, alias=Optional.absent())], columnLabels=[id, name, code]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@29b0e442, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2198b6d3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3fe24909, containsSubquery=false)
2026-08-29 04:22:09.514  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,name,code  FROM li_logistic_codes      WHERE  (name = ?) ::: [邮政快递包裹]
2026-08-29 04:22:09.516  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:22:09.516  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:22:09.516  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f08fbd2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b42f0ce, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16c55cae, containsSubquery=false)
2026-08-29 04:22:09.516  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2060991603463618561]
2026-08-29 04:22:11.252  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:22:11.252  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: UPDATE li_order  SET sn=?, trade_sn=?, store_id=?, store_name=?, member_id=?, member_name=?, order_status=?, pay_status=?, deliver_status=?, receivable_no=?, payment_method=?, payment_time=?, consignee_name=?, consignee_mobile=?, delivery_method=?, consignee_address_path=?, consignee_address_id_path=?, consignee_detail=?, flow_price=?, goods_price=?, goods_pr=?, freight_price=?, discount_price=?, update_price=?, logistics_no=?, logistics_code=?, logistics_name=?, weight=?, goods_num=?, remark=?,    logistics_time=?, pay_order_no=?, profit_sharing_status=?,   client_type=?, need_receipt=?, parent_order_sn=?,  order_type=?, order_promotion_type=?, price_detail=?, can_return=?,          voucher=?, goods_id=?, create_by=?, create_time=?, update_by=?, update_time=?, delete_flag=?  WHERE id=?
2026-08-29 04:22:11.252  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.UpdateStatement@29dca1d3, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:22:11.252  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: UPDATE li_order  SET sn=?, trade_sn=?, store_id=?, store_name=?, member_id=?, member_name=?, order_status=?, pay_status=?, deliver_status=?, receivable_no=?, payment_method=?, payment_time=?, consignee_name=?, consignee_mobile=?, delivery_method=?, consignee_address_path=?, consignee_address_id_path=?, consignee_detail=?, flow_price=?, goods_price=?, goods_pr=?, freight_price=?, discount_price=?, update_price=?, logistics_no=?, logistics_code=?, logistics_name=?, weight=?, goods_num=?, remark=?,    logistics_time=?, pay_order_no=?, profit_sharing_status=?,   client_type=?, need_receipt=?, parent_order_sn=?,  order_type=?, order_promotion_type=?, price_detail=?, can_return=?,          voucher=?, goods_id=?, create_by=?, create_time=?, update_by=?, update_time=?, delete_flag=?  WHERE id=? ::: [O202608292093524111136509953, T202608292093524111136509952, 2060991603463618561, 武汉市洋明睿沉香产业有限, 2079468050684321792, 15989833970, PAID, PAID, DELIVERED, P2093524128232579074, ALIPAY, 2026-08-29 04:20:36.0, 在在, 15989833970, LOGISTICS, 广东省,汕头市,澄海区,隆都镇, 1767392532232294713,1767392532232294714,1767392532232294715,1767392532232294717, 123, 0.01, 0.01, 2, 0.0, 0.0, 0.0, 9818954250024, 1364825753534857216, 邮政快递包裹, 0.0, 1, , 2026-08-29 04:22:11.241, O202608292093524111136509953_1787970021893, NONE, APP, false, , NORMAL, NORMAL, {"originalPrice":0.01,"goodsPrice":0.01,"freightPrice":0,"payPoint":0,"discountPrice":0,"discountPriceDetail":[],"couponPrice":0,"distributionCommission":0,"platFormCommissionPoint":0,"platFormCommission":0,"siteCouponPrice":0,"siteCouponPoint":0,"siteCouponCommission":0,"updatePrice":0,"flowPrice":0.01,"settlementPrice":0,"billPrice":0.01,"joinPromotion":[]}, true, 0.0, 2093331782392008706, 15989833970, 2026-08-29 04:20:19.0, 13100630089, 2026-08-29 04:22:11.25, false, 2093524111635648514]
2026-08-29 04:22:11.256  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:22:11.256  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: update li_order set order_status = ? where sn = ?
2026-08-29 04:22:11.256  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.UpdateStatement@42a8b67e, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:22:11.256  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: update li_order set order_status = ? where sn = ? ::: [DELIVERED, O202608292093524111136509953]
2026-08-29 04:22:11.270  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:22:11.270  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: UPDATE li_order_item  SET after_sale_status=?,complain_status=?       WHERE  (order_sn = ?)
2026-08-29 04:22:11.270  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.UpdateStatement@7e9dd630, tablesContext=TablesContext(tables=[Table(name=li_order_item, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:22:11.271  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: UPDATE li_order_item  SET after_sale_status=?,complain_status=?       WHERE  (order_sn = ?) ::: [NOT_APPLIED, NO_APPLY, O202608292093524111136509953]
2026-08-29 04:22:11.287  INFO 2467003 --- [pool-23-thread-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:22:11.287  INFO 2467003 --- [pool-23-thread-3] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_order_log  ( id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?  )
2026-08-29 04:22:11.287  INFO 2467003 --- [pool-23-thread-3] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@7731b593, tablesContext=TablesContext(tables=[Table(name=li_order_log, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message], insertValueContexts=[InsertValueContext(parametersCount=8, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=130, stopIndex=130, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=133, stopIndex=133, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=136, stopIndex=136, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=139, stopIndex=139, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=142, stopIndex=142, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=145, stopIndex=145, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=148, stopIndex=148, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=151, stopIndex=151, parameterMarkerIndex=7)], parameters=[2093524583989899266, SYSTEM, 2026-08-29 04:22:11.286, O202608292093524111136509953, 1997111965385793608, 商家, 13100630089, 订单[O202608292093524111136509953]发货，发货单号[9818954250024]])])
2026-08-29 04:22:11.287  INFO 2467003 --- [pool-23-thread-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_order_log  ( id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message )  VALUES (?, ?, ?, ?, ?, ?, ?, ?) ::: [2093524583989899266, SYSTEM, 2026-08-29 04:22:11.286, O202608292093524111136509953, 1997111965385793608, 商家, 13100630089, 订单[O202608292093524111136509953]发货，发货单号[9818954250024]]
2026-08-29 04:22:11.288  INFO 2467003 --- [http-nio-8804-exec-25] c.l.c.l.TransactionCommitSendMQListener  : 事务提交，发送mq信息!cn.lili.common.event.TransactionCommitSendMQEvent[source=发送订单变更mq消息]
2026-08-29 04:22:11.290  INFO 2467003 --- [AsyncSenderExecutor_4] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2342
2026-08-29 04:22:11.291  INFO 2467003 --- [AsyncSenderExecutor_4] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:22:11.292  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:22:11.292  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:22:11.293  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:22:11.293  WARN 2467003 --- [AsyncSenderExecutor_4] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7d87a9d3(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 04:22:11.293  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:22:11.293  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:22:11.294  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:22:11.294 ERROR 2467003 --- [AsyncSenderExecutor_4] cn.lili.rocketmq.RocketmqSendCallback    : async onException Throwable

java.lang.IllegalStateException: org.apache.rocketmq.remoting.exception.RemotingConnectException: connect to [127.0.0.1:9877] failed
	at org.apache.rocketmq.client.impl.factory.MQClientInstance.updateTopicRouteInfoFromNameServer(MQClientInstance.java:680)
	at org.apache.rocketmq.client.impl.factory.MQClientInstance.updateTopicRouteInfoFromNameServer(MQClientInstance.java:510)
	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.tryToFindTopicPublishInfo(DefaultMQProducerImpl.java:683)
	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.sendDefaultImpl(DefaultMQProducerImpl.java:553)
	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.access$300(DefaultMQProducerImpl.java:96)
	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl$3.run(DefaultMQProducerImpl.java:507)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.rocketmq.remoting.exception.RemotingConnectException: connect to [127.0.0.1:9877] failed
	at org.apache.rocketmq.remoting.netty.NettyRemotingClient.getAndCreateNameserverChannel(NettyRemotingClient.java:458)
	at org.apache.rocketmq.remoting.netty.NettyRemotingClient.getAndCreateChannel(NettyRemotingClient.java:413)
	at org.apache.rocketmq.remoting.netty.NettyRemotingClient.invokeSync(NettyRemotingClient.java:382)
	at org.apache.rocketmq.client.impl.MQClientAPIImpl.getTopicRouteInfoFromNameServer(MQClientAPIImpl.java:1379)
	at org.apache.rocketmq.client.impl.MQClientAPIImpl.getTopicRouteInfoFromNameServer(MQClientAPIImpl.java:1369)
	at org.apache.rocketmq.client.impl.factory.MQClientInstance.updateTopicRouteInfoFromNameServer(MQClientInstance.java:623)
	... 10 common frames omitted

2026-08-29 04:22:11.658  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:22:11.658  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 04:22:11.658  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@559445c1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@65c622e6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64fa3cfb, containsSubquery=false)
2026-08-29 04:22:11.658  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093524111136509953]
2026-08-29 04:22:11.671  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:22:11.671  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 04:22:11.671  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3dd252cc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8fabc69, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@456f753b, containsSubquery=false)
2026-08-29 04:22:11.672  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093524111136509953]
2026-08-29 04:22:11.682  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:22:11.682  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?)
2026-08-29 04:22:11.682  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@264b23b7, tablesContext=TablesContext(tables=[Table(name=li_order_item, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=365, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=unit_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sub_total, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=image, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=snapshot_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_status, alias=Optional.absent()), ColumnProjection(owner=null, name=after_sale_status, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_status, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_id, alias=Optional.absent()), ColumnProjection(owner=null, name=return_goods_number, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=is_refund, alias=Optional.absent()), ColumnProjection(owner=null, name=refund_price, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_number, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, sn, unit_price, sub_total, goods_id, sku_id, num, trade_sn, image, goods_name, category_id, snapshot_id, specs, promotion_type, promotion_id, goods_price, flow_price, comment_status, after_sale_status, price_detail, complain_status, complain_id, return_goods_number, voucher, is_refund, refund_price, deliver_number, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6222d816, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5c5aafc4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26991b51, containsSubquery=false)
2026-08-29 04:22:11.682  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?) ::: [O202608292093524111136509953]
2026-08-29 04:22:11.689  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:22:11.689  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?)
2026-08-29 04:22:11.689  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@bc0fc35, tablesContext=TablesContext(tables=[Table(name=li_order_log, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=88, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_id, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_type, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_name, alias=Optional.absent()), ColumnProjection(owner=null, name=message, alias=Optional.absent())], columnLabels=[id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55d95f48, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3bf48531, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@aa7f28, containsSubquery=false)
2026-08-29 04:22:11.690  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?) ::: [O202608292093524111136509953]
2026-08-29 04:22:11.696  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:22:11.696  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?)
2026-08-29 04:22:11.696  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2428b645, tablesContext=TablesContext(tables=[Table(name=li_receipt, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=202, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_title, alias=Optional.absent()), ColumnProjection(owner=null, name=taxpayer_id, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_content, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_price, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, receipt_title, taxpayer_id, receipt_content, receipt_price, member_id, member_name, store_id, store_name, receipt_status, receipt_detail, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b270fab, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28276cd8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ccb79a3, containsSubquery=false)
2026-08-29 04:22:11.696  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?) ::: [O202608292093524111136509953]
2026-08-29 04:22:11.698  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:22:11.699  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?)
2026-08-29 04:22:11.699  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4745f608, tablesContext=TablesContext(tables=[Table(name=li_order_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=152, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_no, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, package_no, order_sn, logistics_no, logistics_code, logistics_name, consignee_mobile, status, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@41f683d5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@775d5a0d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4a5d2aac, containsSubquery=false)
2026-08-29 04:22:11.699  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?) ::: [O202608292093524111136509953]
2026-08-29 04:22:11.704  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:22:11.704  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1
2026-08-29 04:22:11.704  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@665e0b5b, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b782c28, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@38d36da1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@618df36f, containsSubquery=false)
2026-08-29 04:22:11.704  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1 ::: [O202608292093524111136509953]
2026-08-29 04:22:25.475  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:22:25.475  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:22:25.475  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4399aae6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a8f728a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@73585ff0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@13c2afa2, containsSubquery=false)
2026-08-29 04:22:25.475  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:22:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2343
2026-08-29 04:22:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:22:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:22:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:22:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:22:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@20d4d99b(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 04:22:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:22:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:22:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:22:45.477  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:22:45.477  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:22:45.477  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1640c8af, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f037ffe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@91647ee, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56e9e6bb, containsSubquery=false)
2026-08-29 04:22:45.477  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:23:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2344
2026-08-29 04:23:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:23:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:23:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:23:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@249d952d(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 04:23:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:23:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:23:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:23:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:23:05.473  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:23:05.473  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:23:05.473  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65fba71b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@64f062d1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c04a4c5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@489111ac, containsSubquery=false)
2026-08-29 04:23:05.474  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:23:19.461  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:23:19.461  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 04:23:19.461  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@467e5a58, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7bcb3d19, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6be79116, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3c1be8c5, containsSubquery=false)
2026-08-29 04:23:19.461  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [15989833970]
2026-08-29 04:23:19.541  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:23:19.541  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:23:19.541  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@29ccfacc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@56b5ad56, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2d471b9a, containsSubquery=false)
2026-08-29 04:23:19.541  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079764405385637890]
2026-08-29 04:23:19.546  INFO 2467003 --- [http-nio-8804-exec-36] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2079764405385637890
2026-08-29 04:23:19.546  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:23:19.546  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 04:23:19.546  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1482f407, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@68da2955, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2bb8e044, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f262893, containsSubquery=false)
2026-08-29 04:23:19.546  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079764405385637890, 2026-08-29 00:00:00.0]
2026-08-29 04:23:19.546  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:23:19.546  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 04:23:19.546  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d75ccd, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17b4bc45, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@748a33b6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7f0a66a9, containsSubquery=false)
2026-08-29 04:23:19.546  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2079764405385637890]
2026-08-29 04:23:19.548  WARN 2467003 --- [http-nio-8804-exec-36] c.l.m.w.s.PaymentMerchantsServiceImpl    : 未找到支付配置，请检查是否已配置或状态为启用
2026-08-29 04:23:19.549 ERROR 2467003 --- [http-nio-8804-exec-36] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[RuntimeException]:

java.lang.NullPointerException: Cannot invoke "cn.lili.modules.wallet.entity.dos.PaymentMerchants.setAppSecret(String)" because "merchants" is null
	at cn.lili.modules.statistics.serviceimpl.IndexStatisticsServiceImpl.checkPayments(IndexStatisticsServiceImpl.java:245)
	at cn.lili.controller.statistics.IndexStatisticsStoreController.payment(IndexStatisticsStoreController.java:66)
	at jdk.internal.reflect.GeneratedMethodAccessor904.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 04:23:19.574  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:23:19.574  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 04:23:19.574  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3540c398, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56df81fd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68835905, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6c4b35a0, containsSubquery=false)
2026-08-29 04:23:19.574  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079764405385637890, UPPER, 0]
2026-08-29 04:23:19.576  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:23:19.576  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:23:19.576  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512551d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@24b20e40, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24e41321, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@51d31e04, containsSubquery=false)
2026-08-29 04:23:19.576  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079764405385637890]
2026-08-29 04:23:19.579  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:23:19.579  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:23:19.579  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b53e9a2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e7328f9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@37993a0d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@dedfcf3, containsSubquery=false)
2026-08-29 04:23:19.579  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079764405385637890]
2026-08-29 04:23:19.586  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:23:19.586  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:23:19.586  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c277921, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e4f0032, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66e0ce24, containsSubquery=false)
2026-08-29 04:23:19.586  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079764405385637890, PAY]
2026-08-29 04:23:19.590  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:23:19.590  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:23:19.590  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4115fa02, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@744631b5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5edf0894, containsSubquery=false)
2026-08-29 04:23:19.590  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079764405385637890]
2026-08-29 04:23:19.590  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:23:19.590  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 04:23:19.590  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a08b9c8, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e1d841, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6690b757, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4519e8a2, containsSubquery=true)
2026-08-29 04:23:19.590  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079764405385637890, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 04:23:19.596  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:23:19.596  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:23:19.596  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20b3b103, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@60e8629, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b2d49ab, containsSubquery=false)
2026-08-29 04:23:19.596  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079764405385637890]
2026-08-29 04:23:19.596  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:23:19.596  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:23:19.596  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@460d3b2d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c5b87b6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e0162b8, containsSubquery=false)
2026-08-29 04:23:19.596  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079764405385637890, REFUND]
2026-08-29 04:23:19.600  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:23:19.601  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:23:19.601  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e2dc414, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f9caa6b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2bf93689, containsSubquery=false)
2026-08-29 04:23:19.601  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079764405385637890]
2026-08-29 04:23:19.605  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:23:19.605  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:23:19.605  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7cafeaaf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e00c6cd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@54e945c, containsSubquery=false)
2026-08-29 04:23:19.605  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079764405385637890]
2026-08-29 04:23:19.610  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:23:19.610  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:23:19.610  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e5c98ee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@fc11f0d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@313243aa, containsSubquery=false)
2026-08-29 04:23:19.610  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079764405385637890]
2026-08-29 04:23:19.614  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:23:19.614  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:23:19.614  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5aebffe7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79e7c803, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@185c846d, containsSubquery=false)
2026-08-29 04:23:19.614  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079764405385637890]
2026-08-29 04:23:19.620  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:23:19.620  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 04:23:19.620  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b6f21db, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ad93512, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@565aa3c8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ad492c9, containsSubquery=false)
2026-08-29 04:23:19.620  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079764405385637890, false]
2026-08-29 04:23:19.625  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:23:19.626  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 04:23:19.626  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66e44707, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3de4df64, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63f850cb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@339d19de, containsSubquery=false)
2026-08-29 04:23:19.626  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079764405385637890]
2026-08-29 04:23:19.630  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:23:19.631  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:23:19.631  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c3cf2a9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@77b44d19, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a427711, containsSubquery=false)
2026-08-29 04:23:19.631  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079764405385637890]
2026-08-29 04:23:19.635  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:23:19.635  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 04:23:19.635  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d5ec210, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55f5d7c9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c46c899, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@23c630ef, containsSubquery=false)
2026-08-29 04:23:19.635  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079764405385637890]
2026-08-29 04:23:19.638  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:23:19.638  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 04:23:19.638  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22bbff, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@16b42d2a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e7365b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@244f42a8, containsSubquery=false)
2026-08-29 04:23:19.638  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 04:23:19.637, 2026-08-29 04:23:19.637, 2026-08-29 04:23:19.637]
2026-08-29 04:23:19.643  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:23:19.643  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 04:23:19.643  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@384f4568, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@73cdbea6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d49f875, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@299f440e, containsSubquery=false)
2026-08-29 04:23:19.643  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079764405385637890]
2026-08-29 04:23:19.646  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:23:19.646  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:23:19.646  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d323213, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@33f4c987, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@609854c3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7a0a16c8, containsSubquery=false)
2026-08-29 04:23:19.646  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079764405385637890, TIANQUE, false]
2026-08-29 04:23:19.648  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:23:19.648  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:23:19.648  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13172e6e, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c5a6145, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@564c8450, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@47762580, containsSubquery=false)
2026-08-29 04:23:19.648  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079764405385637890, TIANQUE, false]
2026-08-29 04:23:19.649  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:23:19.650  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 04:23:19.650  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ee8cf50, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@343d5543, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42913c61, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a48a6c4, containsSubquery=false)
2026-08-29 04:23:19.650  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079764405385637890]
2026-08-29 04:23:19.651  WARN 2467003 --- [http-nio-8804-exec-32] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079764405385637890 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 04:23:25.461  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:23:25.461  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:23:25.461  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@b8d8f26, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e59f7d8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26ece7df, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18745f91, containsSubquery=false)
2026-08-29 04:23:25.461  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:23:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2345
2026-08-29 04:23:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:23:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:23:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@694b9e91(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 04:23:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:23:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:23:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:23:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:23:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:23:45.480  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:23:45.480  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:23:45.480  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f49e99e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7448f0f1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c64aba4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@571c7895, containsSubquery=false)
2026-08-29 04:23:45.480  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:24:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2346
2026-08-29 04:24:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:24:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:24:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:24:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:24:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:24:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:24:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@31eea8a(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 04:24:05.168  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:24:05.516  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:24:05.516  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:24:05.516  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e7af55c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4254d15e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54df094f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@76e96d67, containsSubquery=false)
2026-08-29 04:24:05.516  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:24:25.463  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:24:25.463  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:24:25.463  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@15a55df1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2830857d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ddabca2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a2e193a, containsSubquery=false)
2026-08-29 04:24:25.464  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:24:35.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2347
2026-08-29 04:24:35.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:24:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:24:35.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:24:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:24:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:24:35.167  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6fc4f785(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 04:24:35.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:24:35.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:24:45.466  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:24:45.466  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:24:45.466  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@77a905b2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52915a61, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2fccdcc3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@43a08315, containsSubquery=false)
2026-08-29 04:24:45.466  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:25:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2348
2026-08-29 04:25:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:25:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:25:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:25:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:25:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:25:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:25:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7fa4ca86(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 04:25:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:25:05.471  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:25:05.471  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:25:05.471  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7aca4b2a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@96bb31, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f31e624, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@65cddecf, containsSubquery=false)
2026-08-29 04:25:05.471  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:25:25.478  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:25:25.479  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:25:25.479  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bfa8254, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f460329, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@681a80e5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ca38fab, containsSubquery=false)
2026-08-29 04:25:25.479  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:25:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2349
2026-08-29 04:25:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:25:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:25:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:25:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:25:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:25:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:25:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:25:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7ebf2649(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 04:25:45.486  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:25:45.487  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:25:45.487  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6924aa04, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@33e3263b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2e6469f4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@59313f3b, containsSubquery=false)
2026-08-29 04:25:45.487  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:26:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2350
2026-08-29 04:26:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:26:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:26:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@72c61099(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 04:26:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:26:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:26:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:26:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:26:05.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:26:05.468  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:26:05.468  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:26:05.468  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1d29d513, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@766b7f2c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@67674720, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b9e925c, containsSubquery=false)
2026-08-29 04:26:05.468  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:26:25.476  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:26:25.477  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:26:25.477  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2e8c07fe, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ba8db82, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49ee6ffd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b4946b9, containsSubquery=false)
2026-08-29 04:26:25.477  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:26:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2351
2026-08-29 04:26:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:26:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:26:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:26:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6cdb123e(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 04:26:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:26:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:26:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:26:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:26:45.470  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:26:45.470  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:26:45.470  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4877ed57, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d0fb6e6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@574b5a56, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4514a779, containsSubquery=false)
2026-08-29 04:26:45.470  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:27:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2352
2026-08-29 04:27:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:27:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:27:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4108cfae(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 04:27:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:27:05.167  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:27:05.167  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:27:05.167  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:27:05.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:27:05.475  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:27:05.475  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:27:05.475  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6edc11b9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@77c50048, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b5b7e0e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1df00486, containsSubquery=false)
2026-08-29 04:27:05.475  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:27:25.478  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:27:25.479  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:27:25.479  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c271963, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@267074b4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@67bb5288, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50e57589, containsSubquery=false)
2026-08-29 04:27:25.479  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:27:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2353
2026-08-29 04:27:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:27:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:27:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:27:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:27:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:27:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:27:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:27:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6c817408(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 04:27:45.462  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:27:45.463  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:27:45.463  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2559509b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d4d44a1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@383a3cc1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79fa5e2e, containsSubquery=false)
2026-08-29 04:27:45.463  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:28:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2354
2026-08-29 04:28:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:28:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:28:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:28:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:28:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:28:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:28:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2fce6588(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 04:28:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:28:05.468  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:28:05.468  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:28:05.468  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@17e0b5d1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1699c2c6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20f2aa71, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@93888d0, containsSubquery=false)
2026-08-29 04:28:05.468  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:28:25.480  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:28:25.480  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:28:25.480  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19c454a2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f1f87fd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52fe353f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3d54a675, containsSubquery=false)
2026-08-29 04:28:25.480  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:28:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2355
2026-08-29 04:28:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:28:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:28:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:28:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:28:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:28:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:28:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:28:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5965a172(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 04:28:45.462  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:28:45.462  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:28:45.462  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@279204a3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@115d7169, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e718594, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@c5b84bb, containsSubquery=false)
2026-08-29 04:28:45.462  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:29:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2356
2026-08-29 04:29:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:29:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:29:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:29:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:29:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:29:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:29:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3f938b70(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 04:29:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:29:05.462  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:29:05.465  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:29:05.466  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@14fcf65a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2d8a09c2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e46e692, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2bde8fe6, containsSubquery=false)
2026-08-29 04:29:05.466  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:29:25.477  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:29:25.477  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:29:25.477  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3730fefc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1785f7f7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3f849d49, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6addf07a, containsSubquery=false)
2026-08-29 04:29:25.477  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:29:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2357
2026-08-29 04:29:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:29:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:29:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:29:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@d99f900(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 04:29:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:29:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:29:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:29:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:29:45.463  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:29:45.463  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:29:45.463  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@662a194e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6593d301, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7c41fac0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4368d9d7, containsSubquery=false)
2026-08-29 04:29:45.463  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:30:05.167  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2358
2026-08-29 04:30:05.168  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:30:05.182  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:30:05.197  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2257f2ed(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 04:30:05.198  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:30:05.198  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:30:05.198  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:30:05.198  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:30:05.198  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:30:05.491  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:30:05.491  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:30:05.491  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d147b83, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c51c8dc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8e68c61, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3321c5e, containsSubquery=false)
2026-08-29 04:30:05.491  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:30:25.504  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:30:25.504  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:30:25.504  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@bd8e1bb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7bab7210, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@aa9da67, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4eaf070a, containsSubquery=false)
2026-08-29 04:30:25.504  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:30:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2359
2026-08-29 04:30:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:30:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:30:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:30:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:30:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:30:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:30:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@738bec91(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 04:30:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:30:45.469  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:30:45.469  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:30:45.469  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6ab154e2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20a191ba, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@456e8827, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f43fea3, containsSubquery=false)
2026-08-29 04:30:45.469  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:31:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2360
2026-08-29 04:31:05.168  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:31:05.171  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:31:05.173  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:31:05.173  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:31:05.173  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:31:05.173  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:31:05.173  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:31:05.173  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4fb9ede1(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 04:31:05.498  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:31:05.499  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:31:05.499  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3533d6d0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@38830a20, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@157f020f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4d68cfb7, containsSubquery=false)
2026-08-29 04:31:05.499  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:31:25.477  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:31:25.477  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:31:25.477  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4eccd169, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@118e57a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@576941a5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ac632bf, containsSubquery=false)
2026-08-29 04:31:25.477  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:31:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2361
2026-08-29 04:31:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:31:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:31:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:31:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:31:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:31:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:31:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5c17c75(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 04:31:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:31:45.468  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:31:45.468  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:31:45.468  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@749397e6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a76405f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@678782fa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@471e57c6, containsSubquery=false)
2026-08-29 04:31:45.468  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:32:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2362
2026-08-29 04:32:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:32:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:32:05.172  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@12beb979(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 04:32:05.177  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:32:05.178  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:32:05.178  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:32:05.178  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:32:05.178  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:32:05.526  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:32:05.526  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:32:05.526  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@62f0b3c8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@456df49a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@de0979f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@535dc581, containsSubquery=false)
2026-08-29 04:32:05.526  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:32:25.475  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:32:25.475  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:32:25.475  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@68b9018c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78866a05, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@369fcaec, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@503a077a, containsSubquery=false)
2026-08-29 04:32:25.475  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:32:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2363
2026-08-29 04:32:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:32:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:32:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:32:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:32:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:32:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:32:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:32:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@72dbc01(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 04:32:45.463  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:32:45.463  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:32:45.464  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@71b0203d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d4378fd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2e1745bc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21e36b4, containsSubquery=false)
2026-08-29 04:32:45.464  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:33:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2364
2026-08-29 04:33:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:33:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:33:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:33:05.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@688b1873(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 04:33:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:33:05.167  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:33:05.167  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:33:05.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:33:05.500  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:33:05.500  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:33:05.501  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a642d8c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a0fbc8d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a7f022f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@9cce7ed, containsSubquery=false)
2026-08-29 04:33:05.501  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:33:25.474  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:33:25.474  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:33:25.474  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@23351439, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@486f27cd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25f535d9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68d2429f, containsSubquery=false)
2026-08-29 04:33:25.474  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:33:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2365
2026-08-29 04:33:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:33:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:33:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:33:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@ae91d69(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 04:33:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:33:35.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:33:35.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:33:35.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:33:45.467  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:33:45.468  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:33:45.468  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d902690, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1bc89352, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c5405f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@385e9ed7, containsSubquery=false)
2026-08-29 04:33:45.468  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:34:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2366
2026-08-29 04:34:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:34:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:34:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:34:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:34:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:34:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:34:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@ac796bb(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 04:34:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:34:05.479  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:34:05.479  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:34:05.479  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42693747, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ae01fe7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c84104c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@690193ca, containsSubquery=false)
2026-08-29 04:34:05.479  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:34:25.475  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:34:25.476  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:34:25.476  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@50db73a3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e052946, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@37051e04, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1677dafe, containsSubquery=false)
2026-08-29 04:34:25.476  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:34:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2367
2026-08-29 04:34:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:34:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:34:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:34:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:34:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:34:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:34:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@755b260f(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 04:34:35.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:34:45.484  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:34:45.484  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:34:45.484  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@121fe362, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c1c38be, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61ed3185, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@574e3809, containsSubquery=false)
2026-08-29 04:34:45.484  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:35:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2368
2026-08-29 04:35:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:35:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:35:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:35:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:35:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:35:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:35:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:35:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@69a702be(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 04:35:05.503  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:35:05.503  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:35:05.503  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5a704f4e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@47efa6b4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2cbb570c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64a9fa7, containsSubquery=false)
2026-08-29 04:35:05.503  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:35:25.471  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:35:25.471  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:35:25.471  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5a677f0f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@54fff9a7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@397dee9d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1574c75d, containsSubquery=false)
2026-08-29 04:35:25.471  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:35:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2369
2026-08-29 04:35:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:35:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:35:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:35:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:35:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:35:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:35:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@ed0d7ae(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 04:35:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:35:45.481  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:35:45.481  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:35:45.481  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5dfeb60c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b47bdae, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@518230a9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b5d7c04, containsSubquery=false)
2026-08-29 04:35:45.481  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:36:05.184  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2370
2026-08-29 04:36:05.185  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:36:05.198  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:36:05.198  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5574e2f6(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 04:36:05.200  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:36:05.201  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:36:05.201  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:36:05.201  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:36:05.201  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:36:05.496  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:36:05.496  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:36:05.496  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@120eb5bc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c9c23fc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e6a4733, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@297bdeea, containsSubquery=false)
2026-08-29 04:36:05.496  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:36:25.466  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:36:25.467  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:36:25.467  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@49262258, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50e3c9f9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7470650d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@278143ce, containsSubquery=false)
2026-08-29 04:36:25.467  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:36:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2371
2026-08-29 04:36:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:36:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:36:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:36:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:36:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:36:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:36:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:36:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@fcf11d1(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 04:36:45.482  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:36:45.482  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:36:45.482  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f2484f1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@63378c92, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2da9dcb1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77090e3f, containsSubquery=false)
2026-08-29 04:36:45.482  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:37:05.168  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2372
2026-08-29 04:37:05.169  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:37:05.173  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:37:05.174  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@30acabf5(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 04:37:05.174  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:37:05.174  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:37:05.175  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:37:05.175  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:37:05.175  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:37:05.512  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:37:05.512  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:37:05.512  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@241bc2d7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@311a604e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1aa95793, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@42324a40, containsSubquery=false)
2026-08-29 04:37:05.512  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:37:25.481  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:37:25.481  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:37:25.481  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@284aa3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f09a2e4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c6bddf1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4f1544dd, containsSubquery=false)
2026-08-29 04:37:25.481  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:37:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2373
2026-08-29 04:37:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:37:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:37:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2a12a7c5(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 04:37:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:37:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:37:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:37:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:37:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:37:45.483  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:37:45.483  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:37:45.483  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fd2120d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@45e042b1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f8222c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32c9d306, containsSubquery=false)
2026-08-29 04:37:45.483  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:37:48.694  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:37:48.694  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 04:37:48.694  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@467e5a58, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2d956d38, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@197970cf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@458b3be7, containsSubquery=false)
2026-08-29 04:37:48.694  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [18367394316]
2026-08-29 04:37:48.774  INFO 2467003 --- [http-nio-8804-exec-31] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2085608556769476610
2026-08-29 04:37:48.775  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:37:48.775  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 04:37:48.775  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d75ccd, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b2f3f0b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e77b8a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@c586659, containsSubquery=false)
2026-08-29 04:37:48.775  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2085608556769476610]
2026-08-29 04:37:48.777  INFO 2467003 --- [http-nio-8804-exec-31] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1786587724, appId=6a7d2a4de4b0dfa55a9303bc, name=汇成商贸Jeepay
2026-08-29 04:37:48.899  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:37:48.899  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:37:48.899  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@67e3a135, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a5c6afb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7021987d, containsSubquery=false)
2026-08-29 04:37:48.899  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2085608556769476610]
2026-08-29 04:37:48.904  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:37:48.904  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 04:37:48.904  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1482f407, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a23a6f2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@56bd31bb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3044ef62, containsSubquery=false)
2026-08-29 04:37:48.904  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2085608556769476610, 2026-08-29 00:00:00.0]
2026-08-29 04:37:48.906  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:37:48.906  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:37:48.906  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512551d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@513b63d3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b065707, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@428e5c77, containsSubquery=false)
2026-08-29 04:37:48.906  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610]
2026-08-29 04:37:48.909  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:37:48.910  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 04:37:48.910  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3540c398, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@238c2e14, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3424faf8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19b2a4f9, containsSubquery=false)
2026-08-29 04:37:48.910  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2085608556769476610, UPPER, 0]
2026-08-29 04:37:48.909  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:37:48.910  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:37:48.910  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b53e9a2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f76f2d2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18f79f75, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6bc0ad17, containsSubquery=false)
2026-08-29 04:37:48.910  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610]
2026-08-29 04:37:48.914  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:37:48.914  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:37:48.914  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@130a8cee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d4c238d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33e85e39, containsSubquery=false)
2026-08-29 04:37:48.914  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610, PAY]
2026-08-29 04:37:48.918  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:37:48.918  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:37:48.918  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4bca65d2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47d3853e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b4d01a7, containsSubquery=false)
2026-08-29 04:37:48.918  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2085608556769476610]
2026-08-29 04:37:48.919  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:37:48.919  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 04:37:48.919  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a08b9c8, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a8413cc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b6c8533, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e04065a, containsSubquery=true)
2026-08-29 04:37:48.919  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2085608556769476610, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 04:37:48.922  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:37:48.922  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:37:48.922  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@350f1ea7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26dc6198, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@44f20a34, containsSubquery=false)
2026-08-29 04:37:48.922  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2085608556769476610]
2026-08-29 04:37:48.923  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:37:48.923  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:37:48.923  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1d26f90c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@30e1a24, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4da2b54b, containsSubquery=false)
2026-08-29 04:37:48.923  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610, REFUND]
2026-08-29 04:37:48.927  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:37:48.928  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:37:48.928  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56052d49, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2723e17, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60fde2af, containsSubquery=false)
2026-08-29 04:37:48.928  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2085608556769476610]
2026-08-29 04:37:48.933  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:37:48.933  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:37:48.933  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1d8d51a3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@126a3027, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f209a6, containsSubquery=false)
2026-08-29 04:37:48.933  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2085608556769476610]
2026-08-29 04:37:48.936  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:37:48.936  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:37:48.936  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@59fada1e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@48d447be, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e465cc7, containsSubquery=false)
2026-08-29 04:37:48.936  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2085608556769476610]
2026-08-29 04:37:48.939  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:37:48.939  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:37:48.939  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60ea71df, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5cf6a961, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@382e00e7, containsSubquery=false)
2026-08-29 04:37:48.940  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2085608556769476610]
2026-08-29 04:37:48.944  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:37:48.944  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 04:37:48.944  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b6f21db, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@21730bf3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69121e02, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@157e972b, containsSubquery=false)
2026-08-29 04:37:48.944  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2085608556769476610, false]
2026-08-29 04:37:48.950  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:37:48.950  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 04:37:48.950  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66e44707, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2556215b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@44f02d15, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@62a698c3, containsSubquery=false)
2026-08-29 04:37:48.950  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2085608556769476610]
2026-08-29 04:37:48.954  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:37:48.954  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:37:48.954  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17af3c4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@57cc13a8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7dc20c1f, containsSubquery=false)
2026-08-29 04:37:48.954  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2085608556769476610]
2026-08-29 04:37:48.958  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:37:48.958  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 04:37:48.958  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d5ec210, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@677cdb2b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a33812f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b7a6494, containsSubquery=false)
2026-08-29 04:37:48.958  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2085608556769476610]
2026-08-29 04:37:48.961  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:37:48.961  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 04:37:48.961  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22bbff, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5af0d7b9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42b646b7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e559b38, containsSubquery=false)
2026-08-29 04:37:48.961  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 04:37:48.96, 2026-08-29 04:37:48.96, 2026-08-29 04:37:48.96]
2026-08-29 04:37:48.966  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:37:48.966  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 04:37:48.966  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@384f4568, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4e2828c6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c46e660, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1edb0897, containsSubquery=false)
2026-08-29 04:37:48.966  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2085608556769476610]
2026-08-29 04:37:48.968  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:37:48.968  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:37:48.968  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d323213, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e7954de, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28a06636, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@679af628, containsSubquery=false)
2026-08-29 04:37:48.968  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2085608556769476610, TIANQUE, false]
2026-08-29 04:37:48.970  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:37:48.970  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:37:48.970  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13172e6e, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@23c8132d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@13539aca, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7666a3e3, containsSubquery=false)
2026-08-29 04:37:48.971  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2085608556769476610, TIANQUE, false]
2026-08-29 04:37:48.972  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:37:48.973  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 04:37:48.973  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ee8cf50, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@184511, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4322974a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e8e7aab, containsSubquery=false)
2026-08-29 04:37:48.973  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2085608556769476610]
2026-08-29 04:37:48.975  WARN 2467003 --- [http-nio-8804-exec-35] c.l.m.s.s.IndexStatisticsServiceImpl     : 店铺首页账户余额查询失败 storeId相关 mno=399260810032306 err=File not exist: /ecommerce/seller-ceshi/data/keys/tianque/pri.key
2026-08-29 04:37:48.975  WARN 2467003 --- [http-nio-8804-exec-35] c.l.m.s.s.IndexStatisticsServiceImpl     : 店铺首页分账金额查询失败 mno=399260810032306 err=File not exist: /ecommerce/seller-ceshi/data/keys/tianque/pri.key
2026-08-29 04:38:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2374
2026-08-29 04:38:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:38:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:38:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@74b2ca0(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 04:38:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:38:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:38:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:38:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:38:05.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:38:05.491  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:38:05.491  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:38:05.491  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7883b296, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a266249, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69a89105, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17851576, containsSubquery=false)
2026-08-29 04:38:05.491  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:38:25.530  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:38:25.530  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:38:25.530  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d627f61, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a9de1f3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@af4874c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@22f20dd1, containsSubquery=false)
2026-08-29 04:38:25.530  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:38:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2375
2026-08-29 04:38:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:38:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:38:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@30188902(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 04:38:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:38:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:38:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:38:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:38:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:38:45.483  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:38:45.483  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:38:45.483  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30d5e88c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@407bf7ea, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@613c09ac, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4f842760, containsSubquery=false)
2026-08-29 04:38:45.483  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:39:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2376
2026-08-29 04:39:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:39:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:39:05.167  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:39:05.167  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:39:05.167  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:39:05.167  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:39:05.167  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6049475c(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 04:39:05.168  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:39:05.578  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:39:05.579  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:39:05.579  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@32571124, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@624f28b2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@39492b3a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@92f26b8, containsSubquery=false)
2026-08-29 04:39:05.579  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:39:25.472  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:39:25.472  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:39:25.472  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@18f0d882, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5733a5b2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5dbe69f4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6dcca09, containsSubquery=false)
2026-08-29 04:39:25.472  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:39:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2377
2026-08-29 04:39:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:39:35.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:39:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:39:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:39:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:39:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:39:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:39:35.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@dfaeba0(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 04:39:45.484  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:39:45.484  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:39:45.484  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6276a947, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@234b573e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4604b245, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@734dd2a7, containsSubquery=false)
2026-08-29 04:39:45.484  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:40:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2378
2026-08-29 04:40:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:40:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:40:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7ecb5bca(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 04:40:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:40:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:40:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:40:05.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:40:05.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:40:05.537  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:40:05.537  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:40:05.537  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@71a20fab, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c079cb9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@d0c390e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@78a1716b, containsSubquery=false)
2026-08-29 04:40:05.537  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:40:25.466  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:40:25.467  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:40:25.467  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4fa2b40c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f6dedee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ae807f5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ed53cb1, containsSubquery=false)
2026-08-29 04:40:25.467  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:40:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2379
2026-08-29 04:40:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:40:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:40:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:40:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:40:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:40:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:40:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@443bbf00(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 04:40:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:40:45.488  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:40:45.488  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:40:45.488  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c8fbaa3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@57bdcb86, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@f1f91ac, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7257e090, containsSubquery=false)
2026-08-29 04:40:45.488  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:41:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2380
2026-08-29 04:41:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:41:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:41:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:41:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:41:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:41:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@87b8c18(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 04:41:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:41:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:41:05.472  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:41:05.472  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:41:05.472  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6802dae5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43a2e2e5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@159c9687, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2d022000, containsSubquery=false)
2026-08-29 04:41:05.472  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:41:25.479  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:41:25.479  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:41:25.479  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76271f66, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b14777a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79ce631, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58d26b9d, containsSubquery=false)
2026-08-29 04:41:25.479  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:41:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2381
2026-08-29 04:41:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:41:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:41:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:41:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:41:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:41:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:41:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4d03bbf(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 04:41:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:41:45.469  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:41:45.469  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:41:45.469  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76895b27, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ef63c8d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1cabc236, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@27b6ec52, containsSubquery=false)
2026-08-29 04:41:45.469  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:42:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2382
2026-08-29 04:42:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:42:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:42:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4f2ac6df(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 04:42:05.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:42:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:42:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:42:05.168  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:42:05.169  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:42:05.470  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:42:05.471  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:42:05.471  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@33aea9c4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@627767d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ef1d8ca, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1896f5b5, containsSubquery=false)
2026-08-29 04:42:05.471  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:42:25.491  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:42:25.492  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:42:25.492  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7318a63b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@23369abf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@417b6710, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ec65bfd, containsSubquery=false)
2026-08-29 04:42:25.492  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:42:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2383
2026-08-29 04:42:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:42:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:42:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4022d971(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 04:42:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:42:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:42:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:42:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:42:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:42:45.472  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:42:45.472  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:42:45.472  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@795dfdf7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c868c86, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7781a3e9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57586e8d, containsSubquery=false)
2026-08-29 04:42:45.472  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:43:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2384
2026-08-29 04:43:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:43:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:43:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4a6db812(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 04:43:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:43:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:43:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:43:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:43:05.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:43:05.475  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:43:05.475  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:43:05.475  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7daafa03, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78092200, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ff4f72c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5778724, containsSubquery=false)
2026-08-29 04:43:05.475  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:43:25.476  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:43:25.477  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:43:25.477  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@53389d8f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@40fbbb5a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2819cefa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4bf787b2, containsSubquery=false)
2026-08-29 04:43:25.477  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:43:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2385
2026-08-29 04:43:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:43:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:43:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@56f8ff6d(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 04:43:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:43:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:43:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:43:35.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:43:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:43:45.464  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:43:45.464  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:43:45.464  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6693a739, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50b26bb6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@65234fe7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e1a42d9, containsSubquery=false)
2026-08-29 04:43:45.464  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:44:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2386
2026-08-29 04:44:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:44:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:44:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:44:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:44:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:44:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:44:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7cf8e5c4(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 04:44:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:44:05.464  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:44:05.464  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:44:05.464  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@51686c02, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7cb32bd2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@304f5f59, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b72982e, containsSubquery=false)
2026-08-29 04:44:05.464  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:44:25.472  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:44:25.472  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:44:25.472  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42ab4c11, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@623d0401, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10a5b168, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4d2224c1, containsSubquery=false)
2026-08-29 04:44:25.472  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:44:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2387
2026-08-29 04:44:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:44:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:44:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:44:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:44:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:44:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:44:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:44:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4a6db435(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 04:44:45.465  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:44:45.465  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:44:45.465  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@925e05a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@423d680b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f919a00, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2cc6a278, containsSubquery=false)
2026-08-29 04:44:45.465  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:45:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2388
2026-08-29 04:45:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:45:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:45:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@358816db(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 04:45:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:45:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:45:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:45:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:45:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:45:05.491  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:45:05.491  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:45:05.491  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7cedcb24, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49781318, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@307897b7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2722118d, containsSubquery=false)
2026-08-29 04:45:05.491  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:45:25.467  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:45:25.467  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:45:25.467  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@176299d3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2aae3773, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3cfaaa2d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1fa15446, containsSubquery=false)
2026-08-29 04:45:25.467  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:45:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2389
2026-08-29 04:45:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:45:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:45:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@27c89feb(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 04:45:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:45:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:45:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:45:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:45:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:45:45.498  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:45:45.498  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:45:45.498  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@733236f2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@73b3fe39, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ddeca86, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@545b3aac, containsSubquery=false)
2026-08-29 04:45:45.498  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:46:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2390
2026-08-29 04:46:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:46:05.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:46:05.183  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1e724846(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 04:46:05.184  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:46:05.185  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:46:05.185  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:46:05.185  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:46:05.185  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:46:05.474  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:46:05.474  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:46:05.474  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@da8cbdc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@186bc390, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76a30f8f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6f8361dd, containsSubquery=false)
2026-08-29 04:46:05.474  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:46:25.485  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:46:25.485  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:46:25.485  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@93c8aa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@73cbe59a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7be493be, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50e6d83, containsSubquery=false)
2026-08-29 04:46:25.485  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:46:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2391
2026-08-29 04:46:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:46:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:46:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:46:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:46:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:46:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:46:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1830aa26(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 04:46:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:46:45.472  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:46:45.472  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:46:45.472  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e7aa9fa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2446de10, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f3b3bff, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1500e25e, containsSubquery=false)
2026-08-29 04:46:45.472  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:47:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2392
2026-08-29 04:47:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:47:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:47:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:47:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:47:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:47:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:47:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@49fcc2ef(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 04:47:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:47:05.543  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:47:05.543  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:47:05.543  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2374aead, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f102432, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@fb93bf1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a762827, containsSubquery=false)
2026-08-29 04:47:05.543  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:47:25.470  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:47:25.470  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:47:25.471  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64461b0a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1bc5b8b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29d8d54c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@122ea3f0, containsSubquery=false)
2026-08-29 04:47:25.471  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:47:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2393
2026-08-29 04:47:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:47:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:47:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:47:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:47:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:47:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:47:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:47:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7f59abe(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 04:47:45.463  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:47:45.463  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:47:45.463  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25387c70, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@db0f203, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47ef4368, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@681239b5, containsSubquery=false)
2026-08-29 04:47:45.463  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:48:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2394
2026-08-29 04:48:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:48:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:48:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:48:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:48:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@67f52dc7(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 04:48:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:48:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:48:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:48:05.478  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:48:05.479  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:48:05.479  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5be67b9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ea8cddd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f0b7b48, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50057eaf, containsSubquery=false)
2026-08-29 04:48:05.479  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:48:25.465  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:48:25.465  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:48:25.465  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3f1aad31, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@193254ab, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d3a96a1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@347ab78e, containsSubquery=false)
2026-08-29 04:48:25.465  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:48:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2395
2026-08-29 04:48:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:48:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:48:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:48:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2bfe9e18(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 04:48:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:48:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:48:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:48:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:48:45.485  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:48:45.485  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:48:45.485  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@9cca475, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ab1d43e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1cf23306, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ea363d4, containsSubquery=false)
2026-08-29 04:48:45.485  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:49:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2396
2026-08-29 04:49:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:49:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:49:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:49:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:49:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:49:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:49:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:49:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3b259974(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 04:49:05.494  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:49:05.494  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:49:05.494  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@75b0ffde, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@659d1030, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6977a975, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60bce864, containsSubquery=false)
2026-08-29 04:49:05.494  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:49:25.462  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:49:25.462  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:49:25.462  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6f4eee50, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@18b5f1dd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2fd469ba, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@178b5f40, containsSubquery=false)
2026-08-29 04:49:25.462  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:49:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2397
2026-08-29 04:49:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:49:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:49:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:49:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2e52c3cc(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 04:49:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:49:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:49:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:49:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:49:45.465  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:49:45.465  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:49:45.465  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@660070a0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b32c09d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7840a9de, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@103b3a4c, containsSubquery=false)
2026-08-29 04:49:45.466  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:50:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2398
2026-08-29 04:50:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:50:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:50:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:50:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:50:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:50:05.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:50:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5dc88902(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 04:50:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:50:05.521  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:05.521  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:50:05.521  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ee01a58, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ebc6059, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5bd55730, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1143c6e0, containsSubquery=false)
2026-08-29 04:50:05.521  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:50:17.582  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:17.583  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:50:17.583  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20c243a9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1f05c978, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b09c5bc, containsSubquery=false)
2026-08-29 04:50:17.583  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2060991603463618561]
2026-08-29 04:50:17.586  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:17.586  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 04:50:17.586  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1482f407, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2146eeb9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@64a7eb08, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@652bb968, containsSubquery=false)
2026-08-29 04:50:17.587  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2060991603463618561, 2026-08-29 00:00:00.0]
2026-08-29 04:50:17.592  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:17.592  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 04:50:17.592  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3540c398, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7510c2a9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4d48d59a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7967de6b, containsSubquery=false)
2026-08-29 04:50:17.592  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2060991603463618561, UPPER, 0]
2026-08-29 04:50:17.600  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:17.600  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:50:17.600  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@bde78aa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c8d7b3c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7423e8d, containsSubquery=false)
2026-08-29 04:50:17.600  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2060991603463618561]
2026-08-29 04:50:17.605  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:17.605  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:50:17.605  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@54a624ee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4286cea1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7f3331d9, containsSubquery=false)
2026-08-29 04:50:17.605  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2060991603463618561]
2026-08-29 04:50:17.610  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:17.610  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:50:17.610  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32f05310, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54ab116e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a7dd4bd, containsSubquery=false)
2026-08-29 04:50:17.610  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2060991603463618561]
2026-08-29 04:50:17.615  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:17.615  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:50:17.615  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b7611ba, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2faae055, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2fc38958, containsSubquery=false)
2026-08-29 04:50:17.615  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2060991603463618561]
2026-08-29 04:50:17.620  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:17.620  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:50:17.620  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39fe09d0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a44cefe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@262087fc, containsSubquery=false)
2026-08-29 04:50:17.620  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2060991603463618561]
2026-08-29 04:50:17.624  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:17.624  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:50:17.624  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@75d1ae47, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@576cc866, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b686171, containsSubquery=false)
2026-08-29 04:50:17.624  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2060991603463618561]
2026-08-29 04:50:17.629  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:17.629  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 04:50:17.629  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b6f21db, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e0ad0be, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26d159e7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@8df00ba, containsSubquery=false)
2026-08-29 04:50:17.629  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2060991603463618561, false]
2026-08-29 04:50:17.634  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:17.635  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 04:50:17.635  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66e44707, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@63a7d871, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@130dde6f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c30cf6, containsSubquery=false)
2026-08-29 04:50:17.635  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2060991603463618561]
2026-08-29 04:50:17.639  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:17.639  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:50:17.639  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@467e18a2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a460827, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f383f95, containsSubquery=false)
2026-08-29 04:50:17.639  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2060991603463618561]
2026-08-29 04:50:17.643  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:17.643  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 04:50:17.643  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d5ec210, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12cc9cfd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c56cda6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@62209aab, containsSubquery=false)
2026-08-29 04:50:17.643  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2060991603463618561]
2026-08-29 04:50:17.645  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:17.646  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 04:50:17.646  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22bbff, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1bcf43dc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d5c77cc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74a0715e, containsSubquery=false)
2026-08-29 04:50:17.646  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 04:50:17.645, 2026-08-29 04:50:17.645, 2026-08-29 04:50:17.645]
2026-08-29 04:50:17.653  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:17.654  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 04:50:17.654  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@384f4568, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e3a9e57, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6967364f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@386e5e9b, containsSubquery=false)
2026-08-29 04:50:17.654  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2060991603463618561]
2026-08-29 04:50:17.657  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:17.657  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:50:17.657  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d323213, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11c0f479, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b10ea5c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6c22b4a7, containsSubquery=false)
2026-08-29 04:50:17.657  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2060991603463618561, TIANQUE, false]
2026-08-29 04:50:17.659  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:17.660  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:50:17.660  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13172e6e, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4cdc2449, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35a226f9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a261a48, containsSubquery=false)
2026-08-29 04:50:17.660  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2060991603463618561, TIANQUE, false]
2026-08-29 04:50:17.661  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:17.662  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 04:50:17.662  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ee8cf50, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@758345, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a3b2d59, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@8604454, containsSubquery=false)
2026-08-29 04:50:17.662  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2060991603463618561]
2026-08-29 04:50:17.664  WARN 2467003 --- [http-nio-8804-exec-36] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2060991603463618561 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 04:50:17.699  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:17.699  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:50:17.699  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512551d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a7afbe6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a4ac0a3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4bb3ce3c, containsSubquery=false)
2026-08-29 04:50:17.699  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2060991603463618561]
2026-08-29 04:50:17.702  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:17.703  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:50:17.703  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b53e9a2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39430f8c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c54f4b6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4368bf8c, containsSubquery=false)
2026-08-29 04:50:17.703  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2060991603463618561]
2026-08-29 04:50:17.706  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:17.707  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:50:17.707  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@188f8222, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e9dda60, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@378719c0, containsSubquery=false)
2026-08-29 04:50:17.707  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2060991603463618561, PAY]
2026-08-29 04:50:17.711  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:17.711  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 04:50:17.711  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a08b9c8, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@59e1de1e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@562785fb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31b1ec26, containsSubquery=true)
2026-08-29 04:50:17.711  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2060991603463618561, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 04:50:17.715  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:17.715  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:50:17.715  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5fe51ec6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@610b19c0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@8561fe7, containsSubquery=false)
2026-08-29 04:50:17.715  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2060991603463618561, REFUND]
2026-08-29 04:50:18.950  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:18.950  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 04:50:18.950  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@467e5a58, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4df02d5d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28a6ab92, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@76c4804a, containsSubquery=false)
2026-08-29 04:50:18.950  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13100630089]
2026-08-29 04:50:19.026  INFO 2467003 --- [http-nio-8804-exec-32] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2060991603463618561
2026-08-29 04:50:19.027  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:19.027  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 04:50:19.027  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d75ccd, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f835023, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5d975749, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1551d5f4, containsSubquery=false)
2026-08-29 04:50:19.027  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2060991603463618561]
2026-08-29 04:50:19.028  INFO 2467003 --- [http-nio-8804-exec-32] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1784646891, appId=6a5f8cebe4b0dfa55a9303b9, name=微信支付
2026-08-29 04:50:21.014  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:21.014  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 04:50:21.014  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ff23f4e, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@25d1d801, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f267c3e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73934f14, containsSubquery=true)
2026-08-29 04:50:21.015  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2060991603463618561, NORMAL, false]
2026-08-29 04:50:21.047  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:21.048  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ?
2026-08-29 04:50:21.048  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e3297d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=934, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e4a9510, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@67488022, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@76d22de5, containsSubquery=false)
2026-08-29 04:50:21.048  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ? ::: [2060991603463618561, NORMAL, false, 10]
2026-08-29 04:50:21.085  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:21.085  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 04:50:21.085  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6179cdb2, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4070833f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@631a4283, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@440e600, containsSubquery=false)
2026-08-29 04:50:21.085  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093531473461235713, O202608292093529723899596801, O202608292093524111136509953, O202608282093346131508580353, O202608282093345888251531265, O202608282093340533371031552, O202608282093335325203087361, O202608282093335193510330369, O202608282093333115966701569, O202608282093332948039352321]
2026-08-29 04:50:21.089  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:21.089  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 04:50:21.089  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f0ee083, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=23, distinctRow=false, projections=[ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent())], columnLabels=[sn, price_detail]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28f8b40c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2b8b27f5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21bb42ca, containsSubquery=false)
2026-08-29 04:50:21.089  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093531473461235713, O202608292093529723899596801, O202608292093524111136509953, O202608282093346131508580353, O202608282093345888251531265, O202608282093340533371031552, O202608282093335325203087361, O202608282093335193510330369, O202608282093333115966701569, O202608282093332948039352321]
2026-08-29 04:50:25.467  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:25.467  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:50:25.467  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@db8e794, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@421d22d4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43cecb2b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d3715b1, containsSubquery=false)
2026-08-29 04:50:25.467  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:50:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2399
2026-08-29 04:50:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:50:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:50:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:50:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@65cae6(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 04:50:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:50:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:50:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:50:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:50:43.225  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:43.225  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 04:50:43.225  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@24610b05, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79677600, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2d675c47, containsSubquery=false)
2026-08-29 04:50:43.225  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093531473461235713]
2026-08-29 04:50:43.237  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:43.237  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 04:50:43.237  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@421fbcf6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@558d4596, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@157f321, containsSubquery=false)
2026-08-29 04:50:43.237  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093531473461235713]
2026-08-29 04:50:43.247  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:43.247  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?)
2026-08-29 04:50:43.247  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@264b23b7, tablesContext=TablesContext(tables=[Table(name=li_order_item, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=365, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=unit_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sub_total, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=image, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=snapshot_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_status, alias=Optional.absent()), ColumnProjection(owner=null, name=after_sale_status, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_status, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_id, alias=Optional.absent()), ColumnProjection(owner=null, name=return_goods_number, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=is_refund, alias=Optional.absent()), ColumnProjection(owner=null, name=refund_price, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_number, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, sn, unit_price, sub_total, goods_id, sku_id, num, trade_sn, image, goods_name, category_id, snapshot_id, specs, promotion_type, promotion_id, goods_price, flow_price, comment_status, after_sale_status, price_detail, complain_status, complain_id, return_goods_number, voucher, is_refund, refund_price, deliver_number, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51b8277e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f480893, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32740c1d, containsSubquery=false)
2026-08-29 04:50:43.248  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?) ::: [O202608292093531473461235713]
2026-08-29 04:50:43.254  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:43.254  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?)
2026-08-29 04:50:43.254  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@bc0fc35, tablesContext=TablesContext(tables=[Table(name=li_order_log, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=88, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_id, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_type, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_name, alias=Optional.absent()), ColumnProjection(owner=null, name=message, alias=Optional.absent())], columnLabels=[id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5049b614, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@424f4ce4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66f7c41d, containsSubquery=false)
2026-08-29 04:50:43.254  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?) ::: [O202608292093531473461235713]
2026-08-29 04:50:43.261  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:43.261  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?)
2026-08-29 04:50:43.261  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2428b645, tablesContext=TablesContext(tables=[Table(name=li_receipt, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=202, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_title, alias=Optional.absent()), ColumnProjection(owner=null, name=taxpayer_id, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_content, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_price, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, receipt_title, taxpayer_id, receipt_content, receipt_price, member_id, member_name, store_id, store_name, receipt_status, receipt_detail, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6de8407a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35e7a6f6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a96768e, containsSubquery=false)
2026-08-29 04:50:43.261  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?) ::: [O202608292093531473461235713]
2026-08-29 04:50:43.263  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:43.263  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?)
2026-08-29 04:50:43.263  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4745f608, tablesContext=TablesContext(tables=[Table(name=li_order_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=152, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_no, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, package_no, order_sn, logistics_no, logistics_code, logistics_name, consignee_mobile, status, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19e908f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@461f676a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d86aec6, containsSubquery=false)
2026-08-29 04:50:43.264  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?) ::: [O202608292093531473461235713]
2026-08-29 04:50:43.269  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:43.269  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1
2026-08-29 04:50:43.269  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@665e0b5b, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@40e8d47d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@78a0a238, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@118972d, containsSubquery=false)
2026-08-29 04:50:43.269  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1 ::: [O202608292093531473461235713]
2026-08-29 04:50:44.743  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:44.743  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT sl.logistics_id,l.name,sl.face_sheet_flag FROM li_logistics l INNER JOIN li_store_logistics sl on sl.logistics_id=l.id WHERE l.disabled = 'OPEN' AND store_id=?;
2026-08-29 04:50:44.743  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4baf66c9, tablesContext=TablesContext(tables=[Table(name=li_logistics, alias=Optional.of(l)), Table(name=li_store_logistics, alias=Optional.of(sl))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=47, distinctRow=false, projections=[ColumnProjection(owner=sl, name=logistics_id, alias=Optional.absent()), ColumnProjection(owner=l, name=name, alias=Optional.absent()), ColumnProjection(owner=sl, name=face_sheet_flag, alias=Optional.absent())], columnLabels=[logistics_id, name, face_sheet_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@465796e8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79c615f1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33eb6f59, containsSubquery=false)
2026-08-29 04:50:44.743  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT sl.logistics_id,l.name,sl.face_sheet_flag FROM li_logistics l INNER JOIN li_store_logistics sl on sl.logistics_id=l.id WHERE l.disabled = 'OPEN' AND store_id=?; ::: [2060991603463618561]
2026-08-29 04:50:44.745  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:44.745  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT id as logistics_id,name FROM li_logistics WHERE id not in(SELECT logistics_id FROM li_store_logistics WHERE store_id=?) AND disabled = 'OPEN'
2026-08-29 04:50:44.745  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@135eacfd, tablesContext=TablesContext(tables=[Table(name=li_logistics, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=29, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.of(logistics_id)), ColumnProjection(owner=null, name=name, alias=Optional.absent())], columnLabels=[logistics_id, name]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ba105f0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5358247a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d23220, containsSubquery=true)
2026-08-29 04:50:44.745  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id as logistics_id,name FROM li_logistics WHERE id not in(SELECT logistics_id FROM li_store_logistics WHERE store_id=?) AND disabled = 'OPEN' ::: [2060991603463618561]
2026-08-29 04:50:45.484  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:50:45.484  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:50:45.484  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@37a23d12, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58c32b2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@765634b5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7fa1db61, containsSubquery=false)
2026-08-29 04:50:45.484  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:51:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2400
2026-08-29 04:51:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:51:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:51:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:51:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:51:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:51:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7b7bea52(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 04:51:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:51:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:51:05.470  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:05.470  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:51:05.470  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38cce618, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@337c7c68, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c27bc32, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@554da1aa, containsSubquery=false)
2026-08-29 04:51:05.470  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:51:14.322  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:14.322  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 04:51:14.322  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20f0ce64, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2147fb79, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64a55617, containsSubquery=false)
2026-08-29 04:51:14.322  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093531473461235713]
2026-08-29 04:51:14.333  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:14.333  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT id,name,code,stand_by,form_items,disabled,create_by,create_time,update_by,update_time,delete_flag FROM li_logistics WHERE id=?
2026-08-29 04:51:14.334  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@29d1ffa9, tablesContext=TablesContext(tables=[Table(name=li_logistics, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=103, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=code, alias=Optional.absent()), ColumnProjection(owner=null, name=stand_by, alias=Optional.absent()), ColumnProjection(owner=null, name=form_items, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, name, code, stand_by, form_items, disabled, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d3f0bcd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ba73e0e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64a88f0, containsSubquery=false)
2026-08-29 04:51:14.334  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,name,code,stand_by,form_items,disabled,create_by,create_time,update_by,update_time,delete_flag FROM li_logistics WHERE id=? ::: [1364825753534857216]
2026-08-29 04:51:14.335  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:14.336  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT  id,name,code  FROM li_logistic_codes      WHERE  (name = ?)
2026-08-29 04:51:14.336  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30ccfcd5, tablesContext=TablesContext(tables=[Table(name=li_logistic_codes, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=19, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=code, alias=Optional.absent())], columnLabels=[id, name, code]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f3e0a0a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5d0b14ad, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@fd41af4, containsSubquery=false)
2026-08-29 04:51:14.336  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,name,code  FROM li_logistic_codes      WHERE  (name = ?) ::: [邮政快递包裹]
2026-08-29 04:51:14.338  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:14.338  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:51:14.338  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5aca819b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f614813, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@704deab1, containsSubquery=false)
2026-08-29 04:51:14.338  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2060991603463618561]
2026-08-29 04:51:15.884  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:15.884  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: UPDATE li_order  SET sn=?, trade_sn=?, store_id=?, store_name=?, member_id=?, member_name=?, order_status=?, pay_status=?, deliver_status=?, receivable_no=?, payment_method=?, payment_time=?, consignee_name=?, consignee_mobile=?, delivery_method=?, consignee_address_path=?, consignee_address_id_path=?, consignee_detail=?, flow_price=?, goods_price=?, goods_pr=?, freight_price=?, discount_price=?, update_price=?, logistics_no=?, logistics_code=?, logistics_name=?, weight=?, goods_num=?, remark=?,    logistics_time=?, pay_order_no=?, profit_sharing_status=?,   client_type=?, need_receipt=?, parent_order_sn=?,  order_type=?, order_promotion_type=?, price_detail=?, can_return=?,          voucher=?, goods_id=?, create_by=?, create_time=?, update_by=?, update_time=?, delete_flag=?  WHERE id=?
2026-08-29 04:51:15.884  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.UpdateStatement@29dca1d3, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:51:15.884  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: UPDATE li_order  SET sn=?, trade_sn=?, store_id=?, store_name=?, member_id=?, member_name=?, order_status=?, pay_status=?, deliver_status=?, receivable_no=?, payment_method=?, payment_time=?, consignee_name=?, consignee_mobile=?, delivery_method=?, consignee_address_path=?, consignee_address_id_path=?, consignee_detail=?, flow_price=?, goods_price=?, goods_pr=?, freight_price=?, discount_price=?, update_price=?, logistics_no=?, logistics_code=?, logistics_name=?, weight=?, goods_num=?, remark=?,    logistics_time=?, pay_order_no=?, profit_sharing_status=?,   client_type=?, need_receipt=?, parent_order_sn=?,  order_type=?, order_promotion_type=?, price_detail=?, can_return=?,          voucher=?, goods_id=?, create_by=?, create_time=?, update_by=?, update_time=?, delete_flag=?  WHERE id=? ::: [O202608292093531473461235713, T202608292093531473461235712, 2060991603463618561, 武汉市洋明睿沉香产业有限, 1997111965385795022, 13222222225, PAID, PAID, DELIVERED, P2093531490494390273, ALIPAY, 2026-08-29 04:49:49.0, 用户, 13250820809, LOGISTICS, 黑龙江省,哈尔滨市,方正县,松, 1767392532240683087,1767392532240683267,1767392532240683321,1767392532240683327, 南乡, 0.01, 0.01, 2, 0.0, 0.0, 0.0, 9818954550024, 1364825753534857216, 邮政快递包裹, 0.0, 1, , 2026-08-29 04:51:15.881, O202608292093531473461235713_1787971779669, NONE, APP, false, , NORMAL, NORMAL, {"originalPrice":0.01,"goodsPrice":0.01,"freightPrice":0,"payPoint":0,"discountPrice":0,"discountPriceDetail":[],"couponPrice":0,"distributionCommission":0,"platFormCommissionPoint":0,"platFormCommission":0,"siteCouponPrice":0,"siteCouponPoint":0,"siteCouponCommission":0,"updatePrice":0,"flowPrice":0.01,"settlementPrice":0,"billPrice":0.01,"joinPromotion":[]}, true, 0.0, 2093331782392008706, 13222222225, 2026-08-29 04:49:34.0, 13100630089, 2026-08-29 04:51:15.884, false, 2093531473717104642]
2026-08-29 04:51:15.887  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:15.888  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: update li_order set order_status = ? where sn = ?
2026-08-29 04:51:15.888  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.UpdateStatement@42a8b67e, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:51:15.888  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: update li_order set order_status = ? where sn = ? ::: [DELIVERED, O202608292093531473461235713]
2026-08-29 04:51:15.902  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:15.902  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: UPDATE li_order_item  SET after_sale_status=?,complain_status=?       WHERE  (order_sn = ?)
2026-08-29 04:51:15.902  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.UpdateStatement@7e9dd630, tablesContext=TablesContext(tables=[Table(name=li_order_item, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:51:15.902  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: UPDATE li_order_item  SET after_sale_status=?,complain_status=?       WHERE  (order_sn = ?) ::: [NOT_APPLIED, NO_APPLY, O202608292093531473461235713]
2026-08-29 04:51:15.920  INFO 2467003 --- [pool-23-thread-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:15.920  INFO 2467003 --- [pool-23-thread-5] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_order_log  ( id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?  )
2026-08-29 04:51:15.920  INFO 2467003 --- [pool-23-thread-5] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@7731b593, tablesContext=TablesContext(tables=[Table(name=li_order_log, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message], insertValueContexts=[InsertValueContext(parametersCount=8, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=130, stopIndex=130, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=133, stopIndex=133, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=136, stopIndex=136, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=139, stopIndex=139, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=142, stopIndex=142, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=145, stopIndex=145, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=148, stopIndex=148, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=151, stopIndex=151, parameterMarkerIndex=7)], parameters=[2093531901511069697, SYSTEM, 2026-08-29 04:51:15.919, O202608292093531473461235713, 1997111965385793608, 商家, 13100630089, 订单[O202608292093531473461235713]发货，发货单号[9818954550024]])])
2026-08-29 04:51:15.920  INFO 2467003 --- [pool-23-thread-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_order_log  ( id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message )  VALUES (?, ?, ?, ?, ?, ?, ?, ?) ::: [2093531901511069697, SYSTEM, 2026-08-29 04:51:15.919, O202608292093531473461235713, 1997111965385793608, 商家, 13100630089, 订单[O202608292093531473461235713]发货，发货单号[9818954550024]]
2026-08-29 04:51:15.923  INFO 2467003 --- [http-nio-8804-exec-40] c.l.c.l.TransactionCommitSendMQListener  : 事务提交，发送mq信息!cn.lili.common.event.TransactionCommitSendMQEvent[source=发送订单变更mq消息]
2026-08-29 04:51:15.924  INFO 2467003 --- [AsyncSenderExecutor_5] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2401
2026-08-29 04:51:15.925  INFO 2467003 --- [AsyncSenderExecutor_5] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:51:15.925  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:51:15.926  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:51:15.926  WARN 2467003 --- [AsyncSenderExecutor_5] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1a03f445(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 04:51:15.926  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:51:15.926  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:51:15.926  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:51:15.926 ERROR 2467003 --- [AsyncSenderExecutor_5] cn.lili.rocketmq.RocketmqSendCallback    : async onException Throwable

java.lang.IllegalStateException: org.apache.rocketmq.remoting.exception.RemotingConnectException: connect to [127.0.0.1:9877] failed
	at org.apache.rocketmq.client.impl.factory.MQClientInstance.updateTopicRouteInfoFromNameServer(MQClientInstance.java:680)
	at org.apache.rocketmq.client.impl.factory.MQClientInstance.updateTopicRouteInfoFromNameServer(MQClientInstance.java:510)
	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.tryToFindTopicPublishInfo(DefaultMQProducerImpl.java:683)
	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.sendDefaultImpl(DefaultMQProducerImpl.java:553)
	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.access$300(DefaultMQProducerImpl.java:96)
	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl$3.run(DefaultMQProducerImpl.java:507)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.rocketmq.remoting.exception.RemotingConnectException: connect to [127.0.0.1:9877] failed
	at org.apache.rocketmq.remoting.netty.NettyRemotingClient.getAndCreateNameserverChannel(NettyRemotingClient.java:458)
	at org.apache.rocketmq.remoting.netty.NettyRemotingClient.getAndCreateChannel(NettyRemotingClient.java:413)
	at org.apache.rocketmq.remoting.netty.NettyRemotingClient.invokeSync(NettyRemotingClient.java:382)
	at org.apache.rocketmq.client.impl.MQClientAPIImpl.getTopicRouteInfoFromNameServer(MQClientAPIImpl.java:1379)
	at org.apache.rocketmq.client.impl.MQClientAPIImpl.getTopicRouteInfoFromNameServer(MQClientAPIImpl.java:1369)
	at org.apache.rocketmq.client.impl.factory.MQClientInstance.updateTopicRouteInfoFromNameServer(MQClientInstance.java:623)
	... 10 common frames omitted

2026-08-29 04:51:15.926  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:51:16.294  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:16.294  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 04:51:16.294  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@688a9221, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18e0636e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@45825772, containsSubquery=false)
2026-08-29 04:51:16.294  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093531473461235713]
2026-08-29 04:51:16.307  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:16.307  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 04:51:16.307  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@29338eef, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7edd657c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57051382, containsSubquery=false)
2026-08-29 04:51:16.307  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093531473461235713]
2026-08-29 04:51:16.318  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:16.318  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?)
2026-08-29 04:51:16.318  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@264b23b7, tablesContext=TablesContext(tables=[Table(name=li_order_item, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=365, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=unit_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sub_total, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=image, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=snapshot_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_status, alias=Optional.absent()), ColumnProjection(owner=null, name=after_sale_status, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_status, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_id, alias=Optional.absent()), ColumnProjection(owner=null, name=return_goods_number, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=is_refund, alias=Optional.absent()), ColumnProjection(owner=null, name=refund_price, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_number, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, sn, unit_price, sub_total, goods_id, sku_id, num, trade_sn, image, goods_name, category_id, snapshot_id, specs, promotion_type, promotion_id, goods_price, flow_price, comment_status, after_sale_status, price_detail, complain_status, complain_id, return_goods_number, voucher, is_refund, refund_price, deliver_number, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5e6bbbd4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@218d3a98, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@14a51f9f, containsSubquery=false)
2026-08-29 04:51:16.318  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?) ::: [O202608292093531473461235713]
2026-08-29 04:51:16.325  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:16.326  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?)
2026-08-29 04:51:16.326  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@bc0fc35, tablesContext=TablesContext(tables=[Table(name=li_order_log, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=88, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_id, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_type, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_name, alias=Optional.absent()), ColumnProjection(owner=null, name=message, alias=Optional.absent())], columnLabels=[id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@520da32d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e681714, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2279c9b1, containsSubquery=false)
2026-08-29 04:51:16.326  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?) ::: [O202608292093531473461235713]
2026-08-29 04:51:16.332  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:16.332  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?)
2026-08-29 04:51:16.332  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2428b645, tablesContext=TablesContext(tables=[Table(name=li_receipt, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=202, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_title, alias=Optional.absent()), ColumnProjection(owner=null, name=taxpayer_id, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_content, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_price, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, receipt_title, taxpayer_id, receipt_content, receipt_price, member_id, member_name, store_id, store_name, receipt_status, receipt_detail, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49d285b1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@250af97b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@44bc8879, containsSubquery=false)
2026-08-29 04:51:16.332  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?) ::: [O202608292093531473461235713]
2026-08-29 04:51:16.333  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:16.333  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?)
2026-08-29 04:51:16.333  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4745f608, tablesContext=TablesContext(tables=[Table(name=li_order_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=152, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_no, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, package_no, order_sn, logistics_no, logistics_code, logistics_name, consignee_mobile, status, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b29364a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@33dcc785, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@190b09e, containsSubquery=false)
2026-08-29 04:51:16.333  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?) ::: [O202608292093531473461235713]
2026-08-29 04:51:16.337  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:16.337  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1
2026-08-29 04:51:16.337  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@665e0b5b, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@9b5f858, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@d25adb0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1bf805bb, containsSubquery=false)
2026-08-29 04:51:16.338  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1 ::: [O202608292093531473461235713]
2026-08-29 04:51:18.778  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:18.778  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 04:51:18.778  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c7d3c68, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c912d6c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@357a9a80, containsSubquery=false)
2026-08-29 04:51:18.778  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093529723899596801]
2026-08-29 04:51:18.790  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:18.790  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 04:51:18.790  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@770e1f3c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@164125c7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@334b903f, containsSubquery=false)
2026-08-29 04:51:18.790  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093529723899596801]
2026-08-29 04:51:18.801  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:18.801  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?)
2026-08-29 04:51:18.801  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@264b23b7, tablesContext=TablesContext(tables=[Table(name=li_order_item, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=365, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=unit_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sub_total, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=image, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=snapshot_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_status, alias=Optional.absent()), ColumnProjection(owner=null, name=after_sale_status, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_status, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_id, alias=Optional.absent()), ColumnProjection(owner=null, name=return_goods_number, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=is_refund, alias=Optional.absent()), ColumnProjection(owner=null, name=refund_price, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_number, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, sn, unit_price, sub_total, goods_id, sku_id, num, trade_sn, image, goods_name, category_id, snapshot_id, specs, promotion_type, promotion_id, goods_price, flow_price, comment_status, after_sale_status, price_detail, complain_status, complain_id, return_goods_number, voucher, is_refund, refund_price, deliver_number, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@44e7935c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2bc23997, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@488bb765, containsSubquery=false)
2026-08-29 04:51:18.801  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?) ::: [O202608292093529723899596801]
2026-08-29 04:51:18.809  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:18.810  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?)
2026-08-29 04:51:18.810  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@bc0fc35, tablesContext=TablesContext(tables=[Table(name=li_order_log, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=88, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_id, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_type, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_name, alias=Optional.absent()), ColumnProjection(owner=null, name=message, alias=Optional.absent())], columnLabels=[id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e9e2a73, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7bbb985a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ae77e93, containsSubquery=false)
2026-08-29 04:51:18.810  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?) ::: [O202608292093529723899596801]
2026-08-29 04:51:18.817  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:18.817  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?)
2026-08-29 04:51:18.817  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2428b645, tablesContext=TablesContext(tables=[Table(name=li_receipt, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=202, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_title, alias=Optional.absent()), ColumnProjection(owner=null, name=taxpayer_id, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_content, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_price, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, receipt_title, taxpayer_id, receipt_content, receipt_price, member_id, member_name, store_id, store_name, receipt_status, receipt_detail, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@133fdca9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2bd3bbb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35b595fd, containsSubquery=false)
2026-08-29 04:51:18.817  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?) ::: [O202608292093529723899596801]
2026-08-29 04:51:18.819  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:18.819  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?)
2026-08-29 04:51:18.819  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4745f608, tablesContext=TablesContext(tables=[Table(name=li_order_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=152, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_no, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, package_no, order_sn, logistics_no, logistics_code, logistics_name, consignee_mobile, status, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1109ce7d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2cc3bbf3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46968628, containsSubquery=false)
2026-08-29 04:51:18.819  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?) ::: [O202608292093529723899596801]
2026-08-29 04:51:18.824  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:18.824  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1
2026-08-29 04:51:18.824  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@665e0b5b, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@750ef3a1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@75b9cee, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@282cafa0, containsSubquery=false)
2026-08-29 04:51:18.824  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1 ::: [O202608292093529723899596801]
2026-08-29 04:51:20.012  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:20.012  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT sl.logistics_id,l.name,sl.face_sheet_flag FROM li_logistics l INNER JOIN li_store_logistics sl on sl.logistics_id=l.id WHERE l.disabled = 'OPEN' AND store_id=?;
2026-08-29 04:51:20.012  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4baf66c9, tablesContext=TablesContext(tables=[Table(name=li_logistics, alias=Optional.of(l)), Table(name=li_store_logistics, alias=Optional.of(sl))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=47, distinctRow=false, projections=[ColumnProjection(owner=sl, name=logistics_id, alias=Optional.absent()), ColumnProjection(owner=l, name=name, alias=Optional.absent()), ColumnProjection(owner=sl, name=face_sheet_flag, alias=Optional.absent())], columnLabels=[logistics_id, name, face_sheet_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ed8276f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@231d02f9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34a48933, containsSubquery=false)
2026-08-29 04:51:20.012  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT sl.logistics_id,l.name,sl.face_sheet_flag FROM li_logistics l INNER JOIN li_store_logistics sl on sl.logistics_id=l.id WHERE l.disabled = 'OPEN' AND store_id=?; ::: [2060991603463618561]
2026-08-29 04:51:20.014  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:20.014  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT id as logistics_id,name FROM li_logistics WHERE id not in(SELECT logistics_id FROM li_store_logistics WHERE store_id=?) AND disabled = 'OPEN'
2026-08-29 04:51:20.014  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@135eacfd, tablesContext=TablesContext(tables=[Table(name=li_logistics, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=29, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.of(logistics_id)), ColumnProjection(owner=null, name=name, alias=Optional.absent())], columnLabels=[logistics_id, name]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3460c9da, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@249d2374, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@499cb127, containsSubquery=true)
2026-08-29 04:51:20.014  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id as logistics_id,name FROM li_logistics WHERE id not in(SELECT logistics_id FROM li_store_logistics WHERE store_id=?) AND disabled = 'OPEN' ::: [2060991603463618561]
2026-08-29 04:51:25.469  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:25.469  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:51:25.469  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@55f5d931, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@262cd0cd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40611175, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@13f5e51f, containsSubquery=false)
2026-08-29 04:51:25.469  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:51:28.869  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:28.869  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 04:51:28.869  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19b59741, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@325e35a5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4d1c68c9, containsSubquery=false)
2026-08-29 04:51:28.869  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093529723899596801]
2026-08-29 04:51:28.882  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:28.882  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT id,name,code,stand_by,form_items,disabled,create_by,create_time,update_by,update_time,delete_flag FROM li_logistics WHERE id=?
2026-08-29 04:51:28.882  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@29d1ffa9, tablesContext=TablesContext(tables=[Table(name=li_logistics, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=103, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=code, alias=Optional.absent()), ColumnProjection(owner=null, name=stand_by, alias=Optional.absent()), ColumnProjection(owner=null, name=form_items, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, name, code, stand_by, form_items, disabled, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52e89af, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2bdae3e3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7fa158f7, containsSubquery=false)
2026-08-29 04:51:28.882  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,name,code,stand_by,form_items,disabled,create_by,create_time,update_by,update_time,delete_flag FROM li_logistics WHERE id=? ::: [1364825753534857216]
2026-08-29 04:51:28.884  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:28.884  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT  id,name,code  FROM li_logistic_codes      WHERE  (name = ?)
2026-08-29 04:51:28.884  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30ccfcd5, tablesContext=TablesContext(tables=[Table(name=li_logistic_codes, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=19, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=code, alias=Optional.absent())], columnLabels=[id, name, code]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3be67308, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47df5a6c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@324cd480, containsSubquery=false)
2026-08-29 04:51:28.884  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,name,code  FROM li_logistic_codes      WHERE  (name = ?) ::: [邮政快递包裹]
2026-08-29 04:51:28.886  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:28.886  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 04:51:28.886  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@57639830, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ad2b48a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3eee8584, containsSubquery=false)
2026-08-29 04:51:28.886  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2060991603463618561]
2026-08-29 04:51:29.671  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:29.672  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: UPDATE li_order  SET sn=?, trade_sn=?, store_id=?, store_name=?, member_id=?, member_name=?, order_status=?, pay_status=?, deliver_status=?, receivable_no=?, payment_method=?, payment_time=?, consignee_name=?, consignee_mobile=?, delivery_method=?, consignee_address_path=?, consignee_address_id_path=?, consignee_detail=?, flow_price=?, goods_price=?, goods_pr=?, freight_price=?, discount_price=?, update_price=?, logistics_no=?, logistics_code=?, logistics_name=?, weight=?, goods_num=?, remark=?,    logistics_time=?, pay_order_no=?, profit_sharing_status=?,   client_type=?, need_receipt=?, parent_order_sn=?,  order_type=?, order_promotion_type=?, price_detail=?, can_return=?,          voucher=?, goods_id=?, create_by=?, create_time=?, update_by=?, update_time=?, delete_flag=?  WHERE id=?
2026-08-29 04:51:29.672  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.UpdateStatement@29dca1d3, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:51:29.672  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: UPDATE li_order  SET sn=?, trade_sn=?, store_id=?, store_name=?, member_id=?, member_name=?, order_status=?, pay_status=?, deliver_status=?, receivable_no=?, payment_method=?, payment_time=?, consignee_name=?, consignee_mobile=?, delivery_method=?, consignee_address_path=?, consignee_address_id_path=?, consignee_detail=?, flow_price=?, goods_price=?, goods_pr=?, freight_price=?, discount_price=?, update_price=?, logistics_no=?, logistics_code=?, logistics_name=?, weight=?, goods_num=?, remark=?,    logistics_time=?, pay_order_no=?, profit_sharing_status=?,   client_type=?, need_receipt=?, parent_order_sn=?,  order_type=?, order_promotion_type=?, price_detail=?, can_return=?,          voucher=?, goods_id=?, create_by=?, create_time=?, update_by=?, update_time=?, delete_flag=?  WHERE id=? ::: [O202608292093529723899596801, T202608292093529723899596800, 2060991603463618561, 武汉市洋明睿沉香产业有限, 1997111965385793555, 13554060854, PAID, PAID, DELIVERED, P2093529736360960001, ALIPAY, 2026-08-29 04:42:50.0, 石磊, 15874558720, LOGISTICS, 广东省,深圳市,南山区,沙河街道, 1767392532232294713,1767392532232295018,1767392532232295030,1767392532232295032, 15, 0.01, 0.01, 2, 0.0, 0.0, 0.0, 9818954550024, 1364825753534857216, 邮政快递包裹, 0.0, 1, , 2026-08-29 04:51:29.668, O202608292093529723899596801_1787971358967, NONE, APP, false, , NORMAL, NORMAL, {"originalPrice":0.01,"goodsPrice":0.01,"freightPrice":0,"payPoint":0,"discountPrice":0,"discountPriceDetail":[],"couponPrice":0,"distributionCommission":0,"platFormCommissionPoint":0,"platFormCommission":0,"siteCouponPrice":0,"siteCouponPoint":0,"siteCouponCommission":0,"updatePrice":0,"flowPrice":0.01,"settlementPrice":0,"billPrice":0.01,"joinPromotion":[]}, true, 0.0, 2093331782392008706, 13554060854, 2026-08-29 04:42:37.0, 13100630089, 2026-08-29 04:51:29.671, false, 2093529724113522690]
2026-08-29 04:51:29.679  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:29.679  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: update li_order set order_status = ? where sn = ?
2026-08-29 04:51:29.679  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.UpdateStatement@42a8b67e, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:51:29.679  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: update li_order set order_status = ? where sn = ? ::: [DELIVERED, O202608292093529723899596801]
2026-08-29 04:51:29.691  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:29.691  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: UPDATE li_order_item  SET after_sale_status=?,complain_status=?       WHERE  (order_sn = ?)
2026-08-29 04:51:29.691  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.UpdateStatement@7e9dd630, tablesContext=TablesContext(tables=[Table(name=li_order_item, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 04:51:29.691  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: UPDATE li_order_item  SET after_sale_status=?,complain_status=?       WHERE  (order_sn = ?) ::: [NOT_APPLIED, NO_APPLY, O202608292093529723899596801]
2026-08-29 04:51:29.707  INFO 2467003 --- [pool-23-thread-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:29.707  INFO 2467003 --- [pool-23-thread-4] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_order_log  ( id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?  )
2026-08-29 04:51:29.707  INFO 2467003 --- [pool-23-thread-4] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@7731b593, tablesContext=TablesContext(tables=[Table(name=li_order_log, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message], insertValueContexts=[InsertValueContext(parametersCount=8, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=130, stopIndex=130, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=133, stopIndex=133, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=136, stopIndex=136, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=139, stopIndex=139, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=142, stopIndex=142, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=145, stopIndex=145, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=148, stopIndex=148, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=151, stopIndex=151, parameterMarkerIndex=7)], parameters=[2093531959337938946, SYSTEM, 2026-08-29 04:51:29.706, O202608292093529723899596801, 1997111965385793608, 商家, 13100630089, 订单[O202608292093529723899596801]发货，发货单号[9818954550024]])])
2026-08-29 04:51:29.707  INFO 2467003 --- [pool-23-thread-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_order_log  ( id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message )  VALUES (?, ?, ?, ?, ?, ?, ?, ?) ::: [2093531959337938946, SYSTEM, 2026-08-29 04:51:29.706, O202608292093529723899596801, 1997111965385793608, 商家, 13100630089, 订单[O202608292093529723899596801]发货，发货单号[9818954550024]]
2026-08-29 04:51:29.710  INFO 2467003 --- [http-nio-8804-exec-46] c.l.c.l.TransactionCommitSendMQListener  : 事务提交，发送mq信息!cn.lili.common.event.TransactionCommitSendMQEvent[source=发送订单变更mq消息]
2026-08-29 04:51:29.711  INFO 2467003 --- [AsyncSenderExecutor_6] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2402
2026-08-29 04:51:29.711  INFO 2467003 --- [AsyncSenderExecutor_6] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:51:29.712  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:51:29.713  WARN 2467003 --- [AsyncSenderExecutor_6] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@133e2bbe(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 04:51:29.713  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:51:29.713  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:51:29.713  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:51:29.713  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:51:29.713 ERROR 2467003 --- [AsyncSenderExecutor_6] cn.lili.rocketmq.RocketmqSendCallback    : async onException Throwable

java.lang.IllegalStateException: org.apache.rocketmq.remoting.exception.RemotingConnectException: connect to [127.0.0.1:9877] failed
	at org.apache.rocketmq.client.impl.factory.MQClientInstance.updateTopicRouteInfoFromNameServer(MQClientInstance.java:680)
	at org.apache.rocketmq.client.impl.factory.MQClientInstance.updateTopicRouteInfoFromNameServer(MQClientInstance.java:510)
	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.tryToFindTopicPublishInfo(DefaultMQProducerImpl.java:683)
	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.sendDefaultImpl(DefaultMQProducerImpl.java:553)
	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.access$300(DefaultMQProducerImpl.java:96)
	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl$3.run(DefaultMQProducerImpl.java:507)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.rocketmq.remoting.exception.RemotingConnectException: connect to [127.0.0.1:9877] failed
	at org.apache.rocketmq.remoting.netty.NettyRemotingClient.getAndCreateNameserverChannel(NettyRemotingClient.java:458)
	at org.apache.rocketmq.remoting.netty.NettyRemotingClient.getAndCreateChannel(NettyRemotingClient.java:413)
	at org.apache.rocketmq.remoting.netty.NettyRemotingClient.invokeSync(NettyRemotingClient.java:382)
	at org.apache.rocketmq.client.impl.MQClientAPIImpl.getTopicRouteInfoFromNameServer(MQClientAPIImpl.java:1379)
	at org.apache.rocketmq.client.impl.MQClientAPIImpl.getTopicRouteInfoFromNameServer(MQClientAPIImpl.java:1369)
	at org.apache.rocketmq.client.impl.factory.MQClientInstance.updateTopicRouteInfoFromNameServer(MQClientInstance.java:623)
	... 10 common frames omitted

2026-08-29 04:51:29.713  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:51:30.043  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:30.043  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 04:51:30.043  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7cacb6b3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61e55994, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e5f5fbf, containsSubquery=false)
2026-08-29 04:51:30.043  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093529723899596801]
2026-08-29 04:51:30.060  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:30.061  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 04:51:30.061  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28afee23, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5cf9ee2e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e717dd0, containsSubquery=false)
2026-08-29 04:51:30.061  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093529723899596801]
2026-08-29 04:51:30.073  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:30.073  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?)
2026-08-29 04:51:30.073  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@264b23b7, tablesContext=TablesContext(tables=[Table(name=li_order_item, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=365, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=unit_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sub_total, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=image, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=snapshot_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_status, alias=Optional.absent()), ColumnProjection(owner=null, name=after_sale_status, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_status, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_id, alias=Optional.absent()), ColumnProjection(owner=null, name=return_goods_number, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=is_refund, alias=Optional.absent()), ColumnProjection(owner=null, name=refund_price, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_number, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, sn, unit_price, sub_total, goods_id, sku_id, num, trade_sn, image, goods_name, category_id, snapshot_id, specs, promotion_type, promotion_id, goods_price, flow_price, comment_status, after_sale_status, price_detail, complain_status, complain_id, return_goods_number, voucher, is_refund, refund_price, deliver_number, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ff32731, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b468d7b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50439af7, containsSubquery=false)
2026-08-29 04:51:30.074  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?) ::: [O202608292093529723899596801]
2026-08-29 04:51:30.087  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:30.088  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?)
2026-08-29 04:51:30.088  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@bc0fc35, tablesContext=TablesContext(tables=[Table(name=li_order_log, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=88, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_id, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_type, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_name, alias=Optional.absent()), ColumnProjection(owner=null, name=message, alias=Optional.absent())], columnLabels=[id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@131dd1f3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f456545, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@bf6210b, containsSubquery=false)
2026-08-29 04:51:30.088  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?) ::: [O202608292093529723899596801]
2026-08-29 04:51:30.095  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:30.095  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?)
2026-08-29 04:51:30.096  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2428b645, tablesContext=TablesContext(tables=[Table(name=li_receipt, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=202, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_title, alias=Optional.absent()), ColumnProjection(owner=null, name=taxpayer_id, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_content, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_price, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, receipt_title, taxpayer_id, receipt_content, receipt_price, member_id, member_name, store_id, store_name, receipt_status, receipt_detail, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@13fe3fba, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29baaab7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@65b199d4, containsSubquery=false)
2026-08-29 04:51:30.096  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?) ::: [O202608292093529723899596801]
2026-08-29 04:51:30.098  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:30.098  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?)
2026-08-29 04:51:30.098  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4745f608, tablesContext=TablesContext(tables=[Table(name=li_order_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=152, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_no, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, package_no, order_sn, logistics_no, logistics_code, logistics_name, consignee_mobile, status, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d75d600, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b1cf110, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30b13a9b, containsSubquery=false)
2026-08-29 04:51:30.098  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?) ::: [O202608292093529723899596801]
2026-08-29 04:51:30.106  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:30.106  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1
2026-08-29 04:51:30.107  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@665e0b5b, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@77779aa3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4eab1334, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d223271, containsSubquery=false)
2026-08-29 04:51:30.107  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1 ::: [O202608292093529723899596801]
2026-08-29 04:51:30.237  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:30.238  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: SELECT sl.logistics_id,l.name,sl.face_sheet_flag FROM li_logistics l INNER JOIN li_store_logistics sl on sl.logistics_id=l.id WHERE l.disabled = 'OPEN' AND store_id=?;
2026-08-29 04:51:30.238  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4baf66c9, tablesContext=TablesContext(tables=[Table(name=li_logistics, alias=Optional.of(l)), Table(name=li_store_logistics, alias=Optional.of(sl))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=47, distinctRow=false, projections=[ColumnProjection(owner=sl, name=logistics_id, alias=Optional.absent()), ColumnProjection(owner=l, name=name, alias=Optional.absent()), ColumnProjection(owner=sl, name=face_sheet_flag, alias=Optional.absent())], columnLabels=[logistics_id, name, face_sheet_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69e578d0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@247b561c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@67527686, containsSubquery=false)
2026-08-29 04:51:30.238  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT sl.logistics_id,l.name,sl.face_sheet_flag FROM li_logistics l INNER JOIN li_store_logistics sl on sl.logistics_id=l.id WHERE l.disabled = 'OPEN' AND store_id=?; ::: [2060991603463618561]
2026-08-29 04:51:30.241  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:30.241  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: SELECT id as logistics_id,name FROM li_logistics WHERE id not in(SELECT logistics_id FROM li_store_logistics WHERE store_id=?) AND disabled = 'OPEN'
2026-08-29 04:51:30.241  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@135eacfd, tablesContext=TablesContext(tables=[Table(name=li_logistics, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=29, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.of(logistics_id)), ColumnProjection(owner=null, name=name, alias=Optional.absent())], columnLabels=[logistics_id, name]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@617ef61f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15ec5af0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a0ff4cc, containsSubquery=true)
2026-08-29 04:51:30.241  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id as logistics_id,name FROM li_logistics WHERE id not in(SELECT logistics_id FROM li_store_logistics WHERE store_id=?) AND disabled = 'OPEN' ::: [2060991603463618561]
2026-08-29 04:51:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2403
2026-08-29 04:51:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:51:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:51:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:51:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:51:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:51:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:51:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7770bb48(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 04:51:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:51:45.480  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:51:45.480  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:51:45.480  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7611f12d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a2fddcf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51885287, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15bb30c4, containsSubquery=false)
2026-08-29 04:51:45.480  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:52:05.170  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2404
2026-08-29 04:52:05.171  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:52:05.173  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:52:05.189  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6defd182(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 04:52:05.191  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:52:05.195  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:52:05.195  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:52:05.195  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:52:05.195  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:52:05.475  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:52:05.475  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:52:05.475  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6eba5b5a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@25ff4b93, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3733f201, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5380cfd, containsSubquery=false)
2026-08-29 04:52:05.475  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:52:25.469  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:52:25.469  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:52:25.469  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66f4e84, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@162be667, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5be32a99, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@237e4a29, containsSubquery=false)
2026-08-29 04:52:25.469  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:52:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2405
2026-08-29 04:52:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:52:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:52:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:52:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:52:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:52:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:52:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:52:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@66a71a00(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 04:52:45.477  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:52:45.477  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:52:45.477  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5f43cb4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@9619644, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49239e13, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3aa04c2a, containsSubquery=false)
2026-08-29 04:52:45.477  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:53:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2406
2026-08-29 04:53:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:53:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:53:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:53:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:53:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:53:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:53:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@63d38e2a(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 04:53:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:53:05.468  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:53:05.469  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:53:05.469  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c212479, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@735f3fa4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@34ecbfc4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@406356fb, containsSubquery=false)
2026-08-29 04:53:05.469  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:53:25.471  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:53:25.471  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:53:25.471  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7332a1e9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@678a9504, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@424d4812, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d0a6547, containsSubquery=false)
2026-08-29 04:53:25.471  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:53:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2407
2026-08-29 04:53:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:53:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:53:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:53:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:53:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:53:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:53:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:53:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5ba228f6(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 04:53:45.484  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:53:45.484  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:53:45.484  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@469af8c7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7fed1997, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68269d56, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f43cb36, containsSubquery=false)
2026-08-29 04:53:45.484  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:54:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2408
2026-08-29 04:54:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:54:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:54:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3796f057(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 04:54:05.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:54:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:54:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:54:05.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:54:05.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:54:05.471  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:54:05.471  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:54:05.471  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@278086d4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50bd4f81, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@298d03bf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f7398e9, containsSubquery=false)
2026-08-29 04:54:05.471  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:54:25.471  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:54:25.471  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:54:25.472  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@69c495c4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@15340eaf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ce4b7a7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@37cccb5f, containsSubquery=false)
2026-08-29 04:54:25.472  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:54:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2409
2026-08-29 04:54:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:54:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:54:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:54:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:54:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:54:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:54:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@46b3da11(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 04:54:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:54:45.464  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:54:45.464  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:54:45.464  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6275ed66, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3e2dd9c5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62150812, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cd58bf2, containsSubquery=false)
2026-08-29 04:54:45.464  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:55:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2410
2026-08-29 04:55:05.170  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:55:05.170  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:55:05.172  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4b516748(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 04:55:05.177  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:55:05.177  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:55:05.177  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:55:05.177  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:55:05.178  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:55:05.509  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:55:05.509  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:55:05.509  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2bb6ccdd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2028ab6b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7614b017, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@164b300a, containsSubquery=false)
2026-08-29 04:55:05.509  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:55:25.466  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:55:25.466  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:55:25.466  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70012301, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69cd8a1b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5eb9b448, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@62f1ef42, containsSubquery=false)
2026-08-29 04:55:25.466  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:55:31.248  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:55:31.248  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:55:31.248  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512551d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@485c92c8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7fc55c37, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68036813, containsSubquery=false)
2026-08-29 04:55:31.248  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 04:55:31.253  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:55:31.253  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 04:55:31.253  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b53e9a2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46502c8c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@356097a5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@352961e9, containsSubquery=false)
2026-08-29 04:55:31.253  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 04:55:31.258  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:55:31.258  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:55:31.258  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ffa83e5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@212297da, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@24ccf1b6, containsSubquery=false)
2026-08-29 04:55:31.258  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 04:55:31.262  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:55:31.262  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 04:55:31.262  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a08b9c8, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@432582a8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@278a3b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d987e1f, containsSubquery=true)
2026-08-29 04:55:31.262  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 04:55:31.264  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:55:31.264  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:55:31.264  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e82323a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b1440c8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50a27020, containsSubquery=false)
2026-08-29 04:55:31.264  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 04:55:31.266  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:55:31.266  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 04:55:31.266  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2aaaecd7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@46c071b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4eade66, containsSubquery=false)
2026-08-29 04:55:31.267  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 04:55:31.269  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:55:31.270  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 04:55:31.270  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1482f407, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@70f9b9e4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1563c0d1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@281619b3, containsSubquery=false)
2026-08-29 04:55:31.270  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 04:55:31.275  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:55:31.275  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 04:55:31.275  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3540c398, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6270b2f7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ab3e48b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@766f448, containsSubquery=false)
2026-08-29 04:55:31.275  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 04:55:31.283  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:55:31.283  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:55:31.283  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1885d8b9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28f1bb55, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a30c742, containsSubquery=false)
2026-08-29 04:55:31.283  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 04:55:31.288  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:55:31.288  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:55:31.288  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b9cd279, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@571a149f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3a7174d8, containsSubquery=false)
2026-08-29 04:55:31.288  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 04:55:31.292  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:55:31.292  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:55:31.292  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69ae13d0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@58486d89, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@210f2b85, containsSubquery=false)
2026-08-29 04:55:31.292  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 04:55:31.296  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:55:31.296  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 04:55:31.296  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7739becb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2fb2e0aa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@22e825ca, containsSubquery=false)
2026-08-29 04:55:31.296  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 04:55:31.300  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:55:31.300  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:55:31.300  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@795a8303, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a7f2f97, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@647235c8, containsSubquery=false)
2026-08-29 04:55:31.300  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 04:55:31.305  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:55:31.305  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 04:55:31.305  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@47a4c1d4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@328d709d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@67bc93ac, containsSubquery=false)
2026-08-29 04:55:31.305  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 04:55:31.311  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:55:31.311  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 04:55:31.311  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b6f21db, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@596fa62f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5acd6f5d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c7a45e2, containsSubquery=false)
2026-08-29 04:55:31.311  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 04:55:31.319  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:55:31.320  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 04:55:31.320  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66e44707, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7079bbbb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e62b503, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@735228a7, containsSubquery=false)
2026-08-29 04:55:31.320  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 04:55:31.325  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:55:31.325  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 04:55:31.325  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58f21735, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a870b9c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2191b18c, containsSubquery=false)
2026-08-29 04:55:31.325  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 04:55:31.333  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:55:31.333  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 04:55:31.333  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d5ec210, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c7aa1c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ff66639, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d76ae49, containsSubquery=false)
2026-08-29 04:55:31.334  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 04:55:31.337  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:55:31.337  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 04:55:31.337  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22bbff, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5a3d9ae1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62816309, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63006e2d, containsSubquery=false)
2026-08-29 04:55:31.337  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 04:55:31.336, 2026-08-29 04:55:31.336, 2026-08-29 04:55:31.336]
2026-08-29 04:55:31.346  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:55:31.346  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 04:55:31.346  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@384f4568, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4de63e56, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2df740c1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68ee0bb1, containsSubquery=false)
2026-08-29 04:55:31.346  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 04:55:31.351  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:55:31.351  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:55:31.351  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d323213, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@132143be, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b8a71e8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@85d5b84, containsSubquery=false)
2026-08-29 04:55:31.351  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 04:55:31.354  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:55:31.354  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 04:55:31.354  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13172e6e, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@728cf2d2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@106f067c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15bfb09, containsSubquery=false)
2026-08-29 04:55:31.355  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 04:55:31.357  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:55:31.357  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 04:55:31.357  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ee8cf50, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@580fabb3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d29008, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@395641, containsSubquery=false)
2026-08-29 04:55:31.358  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 04:55:31.360  WARN 2467003 --- [http-nio-8804-exec-14] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 04:55:31.619  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:55:31.619  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 04:55:31.619  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@467e5a58, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51130a95, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5c10d441, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@ae1633b, containsSubquery=false)
2026-08-29 04:55:31.620  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13222222225]
2026-08-29 04:55:31.692  INFO 2467003 --- [http-nio-8804-exec-15] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2079509376485502977
2026-08-29 04:55:31.693  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:55:31.693  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 04:55:31.693  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d75ccd, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50d1d66e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51288ff4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2841e9c8, containsSubquery=false)
2026-08-29 04:55:31.693  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 04:55:31.695  INFO 2467003 --- [http-nio-8804-exec-15] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1785555863, appId=6a6d6b97e4b0dfa55a9303ba, name=微信支付
2026-08-29 04:55:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2411
2026-08-29 04:55:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:55:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:55:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:55:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:55:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:55:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:55:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@175e3cb4(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 04:55:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:55:45.468  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:55:45.469  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:55:45.469  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@cbe2537, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@784720f4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2926fe47, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@373b191c, containsSubquery=false)
2026-08-29 04:55:45.469  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:56:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2412
2026-08-29 04:56:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:56:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:56:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:56:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:56:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:56:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@71176b34(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 04:56:05.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:56:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:56:05.466  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:56:05.466  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:56:05.466  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@682beefb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e3ff408, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@34cb8a7c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6c08dde8, containsSubquery=false)
2026-08-29 04:56:05.466  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:56:25.462  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:56:25.463  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:56:25.463  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7cf9ee2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69d2e279, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@367a134d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f007603, containsSubquery=false)
2026-08-29 04:56:25.463  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:56:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2413
2026-08-29 04:56:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:56:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:56:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@50bbf7e9(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 04:56:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:56:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:56:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:56:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:56:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:56:45.462  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:56:45.462  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:56:45.462  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@748eb90d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f5280ab, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4cd0a6b7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d6f7b9d, containsSubquery=false)
2026-08-29 04:56:45.462  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:57:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2414
2026-08-29 04:57:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:57:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:57:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@22be1555(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 04:57:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:57:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:57:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:57:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:57:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:57:05.475  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:57:05.476  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:57:05.476  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4afadce5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2dacc769, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@488ad5fc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@550d59d2, containsSubquery=false)
2026-08-29 04:57:05.476  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:57:25.488  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:57:25.488  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:57:25.488  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@39cc3fec, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@40ea66f1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36aa131c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c45b0ae, containsSubquery=false)
2026-08-29 04:57:25.489  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:57:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2415
2026-08-29 04:57:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:57:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:57:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:57:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:57:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:57:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1bcb5c9e(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 04:57:35.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:57:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:57:45.460  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:57:45.460  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:57:45.460  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7abb5823, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@130a1dd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25a184d2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e38d53e, containsSubquery=false)
2026-08-29 04:57:45.460  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:58:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2416
2026-08-29 04:58:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:58:05.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:58:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:58:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:58:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:58:05.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:58:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5cd09cf6(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 04:58:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:58:05.480  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:58:05.480  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:58:05.480  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1c397cfe, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d9e6e30, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c8475c9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@126e3120, containsSubquery=false)
2026-08-29 04:58:05.480  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:58:25.516  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:58:25.516  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:58:25.516  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@120d55ca, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4068478b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5bbb55db, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c0fd04f, containsSubquery=false)
2026-08-29 04:58:25.517  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:58:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2417
2026-08-29 04:58:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:58:35.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:58:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:58:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@22c558fe(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 04:58:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:58:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:58:35.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:58:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:58:45.463  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:58:45.463  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:58:45.463  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4b7905d4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c813b17, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b3b3a80, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4d66d18e, containsSubquery=false)
2026-08-29 04:58:45.463  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:59:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2418
2026-08-29 04:59:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:59:05.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:59:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@14b40e4(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 04:59:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:59:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:59:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:59:05.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:59:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:59:05.477  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:59:05.477  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:59:05.477  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@34361ba9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@798a2330, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e2e98e9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2fc913ce, containsSubquery=false)
2026-08-29 04:59:05.477  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:59:20.903  INFO 2467003 --- [quartzScheduler_Worker-3] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 04:59:25.502  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:59:25.502  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:59:25.502  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@55439f14, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c6336aa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@377f17a8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@190d2827, containsSubquery=false)
2026-08-29 04:59:25.502  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 04:59:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2419
2026-08-29 04:59:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 04:59:35.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 04:59:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:59:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6bedbe7c(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 04:59:35.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 04:59:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 04:59:35.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 04:59:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 04:59:45.502  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 04:59:45.502  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 04:59:45.502  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@437192e8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c8a28a0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1af17017, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@49b44a34, containsSubquery=false)
2026-08-29 04:59:45.503  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:00:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2420
2026-08-29 05:00:05.178  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:00:05.177  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:00:05.179  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:00:05.179  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:00:05.179  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5599b69b(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 05:00:05.179  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:00:05.179  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:00:05.180  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:00:05.521  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:05.521  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:00:05.521  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@44303e74, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4e789042, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4fe52e98, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ca58a82, containsSubquery=false)
2026-08-29 05:00:05.521  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:00:11.739  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:11.739  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 05:00:11.739  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49a855ad, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7139d258, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73580535, containsSubquery=false)
2026-08-29 05:00:11.739  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 05:00:11.742  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:11.742  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 05:00:11.742  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512551d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5140f424, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4aa5658d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50252b4, containsSubquery=false)
2026-08-29 05:00:11.742  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 05:00:11.743  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:11.743  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 05:00:11.743  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1482f407, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@13f983ec, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20bb4d0b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f7d1bf0, containsSubquery=false)
2026-08-29 05:00:11.743  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 05:00:11.746  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:11.747  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 05:00:11.747  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b53e9a2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52b2bed9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45b2c1c9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4879e27d, containsSubquery=false)
2026-08-29 05:00:11.747  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 05:00:11.750  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:11.750  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 05:00:11.750  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ecce373, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@39a194dd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@144f4c99, containsSubquery=false)
2026-08-29 05:00:11.750  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 05:00:11.753  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:11.753  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 05:00:11.753  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3540c398, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@8e915a9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35a61594, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f350704, containsSubquery=false)
2026-08-29 05:00:11.753  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 05:00:11.755  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:11.755  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 05:00:11.755  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a08b9c8, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@bff0efc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@653ab09e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c938e2f, containsSubquery=true)
2026-08-29 05:00:11.755  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 05:00:11.760  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:11.760  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 05:00:11.760  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@aea0048, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a0815cc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f95f238, containsSubquery=false)
2026-08-29 05:00:11.760  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 05:00:11.794  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:11.795  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:00:11.795  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@44050419, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@73bf36ba, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7933a4b, containsSubquery=false)
2026-08-29 05:00:11.795  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 05:00:11.801  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:11.802  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:00:11.802  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@755c5bdb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b836659, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@52b17bf9, containsSubquery=false)
2026-08-29 05:00:11.804  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 05:00:11.837  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:11.839  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:00:11.839  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f602ad6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76d7e270, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f3e024f, containsSubquery=false)
2026-08-29 05:00:11.840  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 05:00:11.865  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:11.866  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:00:11.866  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2eaa4f76, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41690c96, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72e234c8, containsSubquery=false)
2026-08-29 05:00:11.866  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 05:00:11.879  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:11.879  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 05:00:11.879  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f185447, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c3f7f18, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18092622, containsSubquery=false)
2026-08-29 05:00:11.879  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 05:00:11.885  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:11.885  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 05:00:11.885  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@73fee63a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2297e651, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@41f5385a, containsSubquery=false)
2026-08-29 05:00:11.885  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 05:00:11.891  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:11.891  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 05:00:11.891  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b6f21db, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@18f8b4c4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70a76869, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2dc23865, containsSubquery=false)
2026-08-29 05:00:11.891  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 05:00:11.901  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:11.902  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 05:00:11.902  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66e44707, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3dd2e540, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1eff38f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5dca32e3, containsSubquery=false)
2026-08-29 05:00:11.902  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 05:00:11.906  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:11.907  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 05:00:11.907  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1609d568, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a58a060, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6951e495, containsSubquery=false)
2026-08-29 05:00:11.907  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 05:00:11.911  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:11.911  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 05:00:11.911  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d5ec210, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@276169b1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41f24484, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c44111f, containsSubquery=false)
2026-08-29 05:00:11.912  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 05:00:11.915  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:11.915  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 05:00:11.915  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22bbff, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@379b932f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@beba02a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3402f6d9, containsSubquery=false)
2026-08-29 05:00:11.915  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 05:00:11.914, 2026-08-29 05:00:11.914, 2026-08-29 05:00:11.914]
2026-08-29 05:00:11.923  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:11.923  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 05:00:11.923  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@384f4568, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1cb637bb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3f21aeca, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b31d6f, containsSubquery=false)
2026-08-29 05:00:11.923  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 05:00:11.925  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:11.926  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 05:00:11.926  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d323213, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@440caa9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c80f72b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b979e3c, containsSubquery=false)
2026-08-29 05:00:11.926  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 05:00:11.928  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:11.928  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 05:00:11.928  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13172e6e, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1fb0aed7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3871b563, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@13a6a128, containsSubquery=false)
2026-08-29 05:00:11.928  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 05:00:11.930  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:11.930  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 05:00:11.930  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ee8cf50, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2954e369, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@fddb88a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33bfc863, containsSubquery=false)
2026-08-29 05:00:11.930  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 05:00:11.932  WARN 2467003 --- [http-nio-8804-exec-33] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 05:00:12.224  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:12.224  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 05:00:12.224  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@467e5a58, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1836bf8f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63601351, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ca63b6b, containsSubquery=false)
2026-08-29 05:00:12.224  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13222222225]
2026-08-29 05:00:12.347  INFO 2467003 --- [http-nio-8804-exec-34] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2079509376485502977
2026-08-29 05:00:12.348  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:12.348  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 05:00:12.348  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d75ccd, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c8ba7ab, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@118bb432, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d8651f0, containsSubquery=false)
2026-08-29 05:00:12.348  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 05:00:12.350  INFO 2467003 --- [http-nio-8804-exec-34] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1785555863, appId=6a6d6b97e4b0dfa55a9303ba, name=微信支付
2026-08-29 05:00:14.330  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:14.330  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 05:00:14.331  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ff23f4e, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c54435d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@659aeef4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@43563694, containsSubquery=true)
2026-08-29 05:00:14.331  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2079509376485502977, NORMAL, false]
2026-08-29 05:00:14.406  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:14.406  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ?
2026-08-29 05:00:14.406  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e3297d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=934, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c0bdf13, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e1bac90, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a2f1d24, containsSubquery=false)
2026-08-29 05:00:14.406  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ? ::: [2079509376485502977, NORMAL, false, 10]
2026-08-29 05:00:14.440  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:14.440  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 05:00:14.440  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6179cdb2, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2454cc9c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4d97988b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b8f49ab, containsSubquery=false)
2026-08-29 05:00:14.440  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093533747612864513, O202608282093262457228324865, O202608272092874368844607489, O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153, O202608252092186962797608961, O202608252092186453311307777, O202608252092174913182973953, O202608252092174766541717505]
2026-08-29 05:00:14.445  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:14.445  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 05:00:14.445  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f0ee083, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=23, distinctRow=false, projections=[ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent())], columnLabels=[sn, price_detail]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4fe2147b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e11de3d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5615c692, containsSubquery=false)
2026-08-29 05:00:14.445  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093533747612864513, O202608282093262457228324865, O202608272092874368844607489, O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153, O202608252092186962797608961, O202608252092186453311307777, O202608252092174913182973953, O202608252092174766541717505]
2026-08-29 05:00:14.520  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:14.520  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?,?,?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?))
2026-08-29 05:00:14.520  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e91fa38, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@27aaadc7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42283b71, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60b790d6, containsSubquery=false)
2026-08-29 05:00:14.520  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?,?,?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ::: [2089968896156356610, 2089925691385827329, 2092185073775427585, 2083457844124000258, 2090000751379337218, GIFT, STARTED, 0, 0, false]
2026-08-29 05:00:17.503  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:17.503  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 05:00:17.503  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@331acdc8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6bca2e0d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@139013ed, containsSubquery=false)
2026-08-29 05:00:17.503  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093533747612864513]
2026-08-29 05:00:17.525  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:17.525  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 05:00:17.525  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d4098c3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2edcfbfd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40685d20, containsSubquery=false)
2026-08-29 05:00:17.525  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093533747612864513]
2026-08-29 05:00:17.536  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:17.536  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?)
2026-08-29 05:00:17.536  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@264b23b7, tablesContext=TablesContext(tables=[Table(name=li_order_item, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=365, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=unit_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sub_total, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=image, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=snapshot_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_status, alias=Optional.absent()), ColumnProjection(owner=null, name=after_sale_status, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_status, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_id, alias=Optional.absent()), ColumnProjection(owner=null, name=return_goods_number, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=is_refund, alias=Optional.absent()), ColumnProjection(owner=null, name=refund_price, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_number, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, sn, unit_price, sub_total, goods_id, sku_id, num, trade_sn, image, goods_name, category_id, snapshot_id, specs, promotion_type, promotion_id, goods_price, flow_price, comment_status, after_sale_status, price_detail, complain_status, complain_id, return_goods_number, voucher, is_refund, refund_price, deliver_number, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34fa53a3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36798941, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@8d90bbd, containsSubquery=false)
2026-08-29 05:00:17.536  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?) ::: [O202608292093533747612864513]
2026-08-29 05:00:17.546  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:17.546  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?)
2026-08-29 05:00:17.546  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@bc0fc35, tablesContext=TablesContext(tables=[Table(name=li_order_log, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=88, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_id, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_type, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_name, alias=Optional.absent()), ColumnProjection(owner=null, name=message, alias=Optional.absent())], columnLabels=[id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b395bb1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2b7d3188, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@523f0e3f, containsSubquery=false)
2026-08-29 05:00:17.546  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?) ::: [O202608292093533747612864513]
2026-08-29 05:00:17.553  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:17.553  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?)
2026-08-29 05:00:17.553  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2428b645, tablesContext=TablesContext(tables=[Table(name=li_receipt, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=202, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_title, alias=Optional.absent()), ColumnProjection(owner=null, name=taxpayer_id, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_content, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_price, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, receipt_title, taxpayer_id, receipt_content, receipt_price, member_id, member_name, store_id, store_name, receipt_status, receipt_detail, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@27f50e07, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@d11a230, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5426c02b, containsSubquery=false)
2026-08-29 05:00:17.553  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?) ::: [O202608292093533747612864513]
2026-08-29 05:00:17.556  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:17.556  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?)
2026-08-29 05:00:17.556  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4745f608, tablesContext=TablesContext(tables=[Table(name=li_order_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=152, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_no, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, package_no, order_sn, logistics_no, logistics_code, logistics_name, consignee_mobile, status, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@686c12ff, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@74353ecd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32a09cea, containsSubquery=false)
2026-08-29 05:00:17.556  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?) ::: [O202608292093533747612864513]
2026-08-29 05:00:17.563  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:17.563  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1
2026-08-29 05:00:17.563  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@665e0b5b, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20c3b2c3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16b23dfd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@12a284d7, containsSubquery=false)
2026-08-29 05:00:17.563  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1 ::: [O202608292093533747612864513]
2026-08-29 05:00:17.601  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:17.601  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ORDER BY asset_type ASC,gift_points DESC
2026-08-29 05:00:17.601  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a6a6e04, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@8e70d36, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1378a9c8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@11430d51, containsSubquery=false)
2026-08-29 05:00:17.601  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ORDER BY asset_type ASC,gift_points DESC ::: [2090000751379337218, GIFT, STARTED, 0, 0, false]
2026-08-29 05:00:20.185  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:20.185  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT sl.logistics_id,l.name,sl.face_sheet_flag FROM li_logistics l INNER JOIN li_store_logistics sl on sl.logistics_id=l.id WHERE l.disabled = 'OPEN' AND store_id=?;
2026-08-29 05:00:20.185  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4baf66c9, tablesContext=TablesContext(tables=[Table(name=li_logistics, alias=Optional.of(l)), Table(name=li_store_logistics, alias=Optional.of(sl))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=47, distinctRow=false, projections=[ColumnProjection(owner=sl, name=logistics_id, alias=Optional.absent()), ColumnProjection(owner=l, name=name, alias=Optional.absent()), ColumnProjection(owner=sl, name=face_sheet_flag, alias=Optional.absent())], columnLabels=[logistics_id, name, face_sheet_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@9dfaefa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4cbbf113, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4eb63d66, containsSubquery=false)
2026-08-29 05:00:20.185  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT sl.logistics_id,l.name,sl.face_sheet_flag FROM li_logistics l INNER JOIN li_store_logistics sl on sl.logistics_id=l.id WHERE l.disabled = 'OPEN' AND store_id=?; ::: [2079509376485502977]
2026-08-29 05:00:20.201  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:20.201  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT id as logistics_id,name FROM li_logistics WHERE id not in(SELECT logistics_id FROM li_store_logistics WHERE store_id=?) AND disabled = 'OPEN'
2026-08-29 05:00:20.201  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@135eacfd, tablesContext=TablesContext(tables=[Table(name=li_logistics, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=29, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.of(logistics_id)), ColumnProjection(owner=null, name=name, alias=Optional.absent())], columnLabels=[logistics_id, name]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46af5f84, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@398d173a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68ef9bf, containsSubquery=true)
2026-08-29 05:00:20.211  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id as logistics_id,name FROM li_logistics WHERE id not in(SELECT logistics_id FROM li_store_logistics WHERE store_id=?) AND disabled = 'OPEN' ::: [2079509376485502977]
2026-08-29 05:00:25.495  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:25.495  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:00:25.495  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@590450c5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d532af7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@336f6b0e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@169657a3, containsSubquery=false)
2026-08-29 05:00:25.495  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:00:35.177  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2421
2026-08-29 05:00:35.178  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:00:35.179  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:00:35.180  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@48847f21(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 05:00:35.180  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:00:35.180  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:00:35.180  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:00:35.180  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:00:35.180  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:00:42.428  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:42.428  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 05:00:42.428  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@136e8647, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a70ea9e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e1c3c97, containsSubquery=false)
2026-08-29 05:00:42.428  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093533747612864513]
2026-08-29 05:00:42.441  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:42.441  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: SELECT id,name,code,stand_by,form_items,disabled,create_by,create_time,update_by,update_time,delete_flag FROM li_logistics WHERE id=?
2026-08-29 05:00:42.441  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@29d1ffa9, tablesContext=TablesContext(tables=[Table(name=li_logistics, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=103, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=code, alias=Optional.absent()), ColumnProjection(owner=null, name=stand_by, alias=Optional.absent()), ColumnProjection(owner=null, name=form_items, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, name, code, stand_by, form_items, disabled, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ef13cf2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@71d6453f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4a0d17c1, containsSubquery=false)
2026-08-29 05:00:42.441  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,name,code,stand_by,form_items,disabled,create_by,create_time,update_by,update_time,delete_flag FROM li_logistics WHERE id=? ::: [1364825703807188992]
2026-08-29 05:00:42.443  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:42.444  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: SELECT  id,name,code  FROM li_logistic_codes      WHERE  (name = ?)
2026-08-29 05:00:42.444  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30ccfcd5, tablesContext=TablesContext(tables=[Table(name=li_logistic_codes, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=19, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=code, alias=Optional.absent())], columnLabels=[id, name, code]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ed757f1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d6b08a9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f7ab1da, containsSubquery=false)
2026-08-29 05:00:42.444  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,name,code  FROM li_logistic_codes      WHERE  (name = ?) ::: [申通快递]
2026-08-29 05:00:42.447  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:42.447  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 05:00:42.447  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fef9031, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@257ab74c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@50a1dd0a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a8f52a5, containsSubquery=false)
2026-08-29 05:00:42.447  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2079509376485502977]
2026-08-29 05:00:44.957  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:44.957  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: UPDATE li_order  SET sn=?, trade_sn=?, store_id=?, store_name=?, member_id=?, member_name=?, order_status=?, pay_status=?, deliver_status=?, receivable_no=?, payment_method=?, payment_time=?, consignee_name=?, consignee_mobile=?, delivery_method=?, consignee_address_path=?, consignee_address_id_path=?, consignee_detail=?, flow_price=?, goods_price=?, goods_pr=?, freight_price=?, discount_price=?, update_price=?, logistics_no=?, logistics_code=?, logistics_name=?, weight=?, goods_num=?, remark=?,    logistics_time=?, pay_order_no=?, profit_sharing_status=?,   client_type=?, need_receipt=?, parent_order_sn=?,  order_type=?, order_promotion_type=?, price_detail=?, can_return=?,          voucher=?, goods_id=?, create_by=?, create_time=?, update_by=?, update_time=?, delete_flag=?  WHERE id=?
2026-08-29 05:00:44.957  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.UpdateStatement@29dca1d3, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 05:00:44.957  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: UPDATE li_order  SET sn=?, trade_sn=?, store_id=?, store_name=?, member_id=?, member_name=?, order_status=?, pay_status=?, deliver_status=?, receivable_no=?, payment_method=?, payment_time=?, consignee_name=?, consignee_mobile=?, delivery_method=?, consignee_address_path=?, consignee_address_id_path=?, consignee_detail=?, flow_price=?, goods_price=?, goods_pr=?, freight_price=?, discount_price=?, update_price=?, logistics_no=?, logistics_code=?, logistics_name=?, weight=?, goods_num=?, remark=?,    logistics_time=?, pay_order_no=?, profit_sharing_status=?,   client_type=?, need_receipt=?, parent_order_sn=?,  order_type=?, order_promotion_type=?, price_detail=?, can_return=?,          voucher=?, goods_id=?, create_by=?, create_time=?, update_by=?, update_time=?, delete_flag=?  WHERE id=? ::: [O202608292093533747612864513, T202608292093533747612864512, 2079509376485502977, 铛铛百货商店日韩, 2079468050684321792, 15989833970, PAID, PAID, DELIVERED, P2093533760674013185, ALIPAY, 2026-08-29 04:58:49.0, 在在, 15989833970, LOGISTICS, 广东省,汕头市,澄海区,隆都镇, 1767392532232294713,1767392532232294714,1767392532232294715,1767392532232294717, 123, 0.1, 0.1, 1, 0.0, 0.0, 0.0, 770340535534610, 1364825703807188992, 申通快递, 0.0, 1, , 2026-08-29 05:00:44.954, O202608292093533747612864513_1787972318445, NONE, APP, false, , NORMAL, NORMAL, {"originalPrice":0.1,"goodsPrice":0.1,"freightPrice":0,"payPoint":0,"discountPrice":0,"discountPriceDetail":[],"couponPrice":0,"distributionCommission":0,"platFormCommissionPoint":0,"platFormCommission":0,"siteCouponPrice":0,"siteCouponPoint":0,"siteCouponCommission":0,"updatePrice":0,"flowPrice":0.1,"settlementPrice":0,"billPrice":0.1,"joinPromotion":[]}, true, 0.0, 2090000751354171394, 15989833970, 2026-08-29 04:58:36.0, 13222222225, 2026-08-29 05:00:44.957, false, 2093533747864539138]
2026-08-29 05:00:44.962  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:44.962  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: update li_order set order_status = ? where sn = ?
2026-08-29 05:00:44.962  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.UpdateStatement@42a8b67e, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 05:00:44.962  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: update li_order set order_status = ? where sn = ? ::: [DELIVERED, O202608292093533747612864513]
2026-08-29 05:00:44.977  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:44.977  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: UPDATE li_order_item  SET after_sale_status=?,complain_status=?       WHERE  (order_sn = ?)
2026-08-29 05:00:44.977  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.UpdateStatement@7e9dd630, tablesContext=TablesContext(tables=[Table(name=li_order_item, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 05:00:44.977  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: UPDATE li_order_item  SET after_sale_status=?,complain_status=?       WHERE  (order_sn = ?) ::: [NOT_APPLIED, NO_APPLY, O202608292093533747612864513]
2026-08-29 05:00:45.021  INFO 2467003 --- [pool-23-thread-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:45.021  INFO 2467003 --- [pool-23-thread-1] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_order_log  ( id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?  )
2026-08-29 05:00:45.021  INFO 2467003 --- [pool-23-thread-1] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@7731b593, tablesContext=TablesContext(tables=[Table(name=li_order_log, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message], insertValueContexts=[InsertValueContext(parametersCount=8, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=130, stopIndex=130, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=133, stopIndex=133, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=136, stopIndex=136, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=139, stopIndex=139, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=142, stopIndex=142, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=145, stopIndex=145, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=148, stopIndex=148, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=151, stopIndex=151, parameterMarkerIndex=7)], parameters=[2093534288493670402, SYSTEM, 2026-08-29 05:00:45.02, O202608292093533747612864513, 1997111965385795022, 商家, 13222222225, 订单[O202608292093533747612864513]发货，发货单号[770340535534610]])])
2026-08-29 05:00:45.021  INFO 2467003 --- [pool-23-thread-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_order_log  ( id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message )  VALUES (?, ?, ?, ?, ?, ?, ?, ?) ::: [2093534288493670402, SYSTEM, 2026-08-29 05:00:45.02, O202608292093533747612864513, 1997111965385795022, 商家, 13222222225, 订单[O202608292093533747612864513]发货，发货单号[770340535534610]]
2026-08-29 05:00:45.036  INFO 2467003 --- [http-nio-8804-exec-42] c.l.c.l.TransactionCommitSendMQListener  : 事务提交，发送mq信息!cn.lili.common.event.TransactionCommitSendMQEvent[source=发送订单变更mq消息]
2026-08-29 05:00:45.038  INFO 2467003 --- [AsyncSenderExecutor_7] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2422
2026-08-29 05:00:45.039  INFO 2467003 --- [AsyncSenderExecutor_7] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:00:45.041  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:00:45.041  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:00:45.041  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:00:45.041  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:00:45.041  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:00:45.041  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:00:45.042  WARN 2467003 --- [AsyncSenderExecutor_7] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@499d03f6(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 05:00:45.042 ERROR 2467003 --- [AsyncSenderExecutor_7] cn.lili.rocketmq.RocketmqSendCallback    : async onException Throwable

java.lang.IllegalStateException: org.apache.rocketmq.remoting.exception.RemotingConnectException: connect to [127.0.0.1:9877] failed
	at org.apache.rocketmq.client.impl.factory.MQClientInstance.updateTopicRouteInfoFromNameServer(MQClientInstance.java:680)
	at org.apache.rocketmq.client.impl.factory.MQClientInstance.updateTopicRouteInfoFromNameServer(MQClientInstance.java:510)
	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.tryToFindTopicPublishInfo(DefaultMQProducerImpl.java:683)
	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.sendDefaultImpl(DefaultMQProducerImpl.java:553)
	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.access$300(DefaultMQProducerImpl.java:96)
	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl$3.run(DefaultMQProducerImpl.java:507)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.rocketmq.remoting.exception.RemotingConnectException: connect to [127.0.0.1:9877] failed
	at org.apache.rocketmq.remoting.netty.NettyRemotingClient.getAndCreateNameserverChannel(NettyRemotingClient.java:458)
	at org.apache.rocketmq.remoting.netty.NettyRemotingClient.getAndCreateChannel(NettyRemotingClient.java:413)
	at org.apache.rocketmq.remoting.netty.NettyRemotingClient.invokeSync(NettyRemotingClient.java:382)
	at org.apache.rocketmq.client.impl.MQClientAPIImpl.getTopicRouteInfoFromNameServer(MQClientAPIImpl.java:1379)
	at org.apache.rocketmq.client.impl.MQClientAPIImpl.getTopicRouteInfoFromNameServer(MQClientAPIImpl.java:1369)
	at org.apache.rocketmq.client.impl.factory.MQClientInstance.updateTopicRouteInfoFromNameServer(MQClientInstance.java:623)
	... 10 common frames omitted

2026-08-29 05:00:45.381  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:45.381  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 05:00:45.381  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34d5c5ed, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3df57989, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ab1f2de, containsSubquery=false)
2026-08-29 05:00:45.381  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093533747612864513]
2026-08-29 05:00:45.403  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:45.403  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 05:00:45.403  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6354d884, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@56c6f132, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@654f45ce, containsSubquery=false)
2026-08-29 05:00:45.403  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093533747612864513]
2026-08-29 05:00:45.414  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:45.414  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?)
2026-08-29 05:00:45.414  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@264b23b7, tablesContext=TablesContext(tables=[Table(name=li_order_item, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=365, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=unit_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sub_total, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=image, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=snapshot_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_status, alias=Optional.absent()), ColumnProjection(owner=null, name=after_sale_status, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_status, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_id, alias=Optional.absent()), ColumnProjection(owner=null, name=return_goods_number, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=is_refund, alias=Optional.absent()), ColumnProjection(owner=null, name=refund_price, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_number, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, sn, unit_price, sub_total, goods_id, sku_id, num, trade_sn, image, goods_name, category_id, snapshot_id, specs, promotion_type, promotion_id, goods_price, flow_price, comment_status, after_sale_status, price_detail, complain_status, complain_id, return_goods_number, voucher, is_refund, refund_price, deliver_number, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6a90ce37, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@756e979e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@67926781, containsSubquery=false)
2026-08-29 05:00:45.415  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?) ::: [O202608292093533747612864513]
2026-08-29 05:00:45.427  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:45.427  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?)
2026-08-29 05:00:45.427  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@bc0fc35, tablesContext=TablesContext(tables=[Table(name=li_order_log, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=88, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_id, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_type, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_name, alias=Optional.absent()), ColumnProjection(owner=null, name=message, alias=Optional.absent())], columnLabels=[id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6a9480c6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24da1b86, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7213d31f, containsSubquery=false)
2026-08-29 05:00:45.427  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?) ::: [O202608292093533747612864513]
2026-08-29 05:00:45.437  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:45.437  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?)
2026-08-29 05:00:45.437  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2428b645, tablesContext=TablesContext(tables=[Table(name=li_receipt, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=202, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_title, alias=Optional.absent()), ColumnProjection(owner=null, name=taxpayer_id, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_content, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_price, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, receipt_title, taxpayer_id, receipt_content, receipt_price, member_id, member_name, store_id, store_name, receipt_status, receipt_detail, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2fceb324, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43a916e9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5370522d, containsSubquery=false)
2026-08-29 05:00:45.437  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?) ::: [O202608292093533747612864513]
2026-08-29 05:00:45.441  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:45.441  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?)
2026-08-29 05:00:45.441  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4745f608, tablesContext=TablesContext(tables=[Table(name=li_order_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=152, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_no, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, package_no, order_sn, logistics_no, logistics_code, logistics_name, consignee_mobile, status, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6cf47d26, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6153b49e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58848117, containsSubquery=false)
2026-08-29 05:00:45.441  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?) ::: [O202608292093533747612864513]
2026-08-29 05:00:45.447  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:45.447  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1
2026-08-29 05:00:45.447  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@665e0b5b, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@738dc1bc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@ffd6ae3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e97f3e8, containsSubquery=false)
2026-08-29 05:00:45.447  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1 ::: [O202608292093533747612864513]
2026-08-29 05:00:45.449  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:45.450  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ORDER BY asset_type ASC,gift_points DESC
2026-08-29 05:00:45.450  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a6a6e04, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2be25dc0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7abbf3e7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21eaa990, containsSubquery=false)
2026-08-29 05:00:45.450  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ORDER BY asset_type ASC,gift_points DESC ::: [2090000751379337218, GIFT, STARTED, 0, 0, false]
2026-08-29 05:00:45.497  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:00:45.497  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:00:45.497  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@46ff21bd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1df13104, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d3bc7ef, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31b7d2f2, containsSubquery=false)
2026-08-29 05:00:45.497  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:01:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2423
2026-08-29 05:01:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:01:05.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:01:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:01:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:01:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@257cbd3a(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 05:01:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:01:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:01:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:01:05.491  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:01:05.491  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:01:05.491  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2b847ab6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@661881c9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61fd814, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6f307a8b, containsSubquery=false)
2026-08-29 05:01:05.491  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:01:25.468  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:01:25.468  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:01:25.468  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@41ad6300, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d94e79b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b94431, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3edb36d2, containsSubquery=false)
2026-08-29 05:01:25.468  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:01:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2424
2026-08-29 05:01:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:01:35.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:01:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:01:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:01:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:01:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:01:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:01:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7c58ff8c(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 05:01:45.467  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:01:45.467  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:01:45.467  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@607ac3b5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c9b0fb8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@208574b8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c9a06cf, containsSubquery=false)
2026-08-29 05:01:45.467  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:02:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2425
2026-08-29 05:02:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:02:05.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:02:05.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:02:05.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:02:05.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:02:05.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:02:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:02:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@553a26d2(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 05:02:05.502  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:02:05.502  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:02:05.502  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@421efa04, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53578dfe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@775d669b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72439495, containsSubquery=false)
2026-08-29 05:02:05.502  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:02:25.466  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:02:25.466  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:02:25.466  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5095f9b9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ca8e860, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@13b46156, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ecf6568, containsSubquery=false)
2026-08-29 05:02:25.466  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:02:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2426
2026-08-29 05:02:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:02:35.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:02:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@fec350c(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 05:02:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:02:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:02:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:02:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:02:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:02:45.468  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:02:45.468  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:02:45.468  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ba027de, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@751037e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a285c58, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18f4cfd1, containsSubquery=false)
2026-08-29 05:02:45.468  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:03:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2427
2026-08-29 05:03:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:03:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:03:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5a1e7e8(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 05:03:05.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:03:05.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:03:05.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:03:05.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:03:05.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:03:05.482  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:03:05.482  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:03:05.482  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4e93c5df, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b897714, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15cf0141, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@37f224b7, containsSubquery=false)
2026-08-29 05:03:05.483  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:03:25.465  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:03:25.465  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:03:25.465  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@543db154, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c386f8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@139119b7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@423f3275, containsSubquery=false)
2026-08-29 05:03:25.465  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:03:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2428
2026-08-29 05:03:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:03:35.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:03:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:03:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6891aa0f(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 05:03:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:03:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:03:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:03:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:03:45.467  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:03:45.467  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:03:45.467  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@34e2dfe, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2cda5b7f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76cfdec1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@598fc9b1, containsSubquery=false)
2026-08-29 05:03:45.467  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:04:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2429
2026-08-29 05:04:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:04:05.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:04:05.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:04:05.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:04:05.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:04:05.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:04:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3432d23a(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 05:04:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:04:05.481  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:04:05.481  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:04:05.481  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4e45661b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@76bca2e5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@46abed12, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@406db521, containsSubquery=false)
2026-08-29 05:04:05.481  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:04:25.472  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:04:25.472  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:04:25.473  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3eaf91d7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@64a1dc77, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24262731, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2b4e5d4d, containsSubquery=false)
2026-08-29 05:04:25.473  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:04:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2430
2026-08-29 05:04:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:04:35.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:04:35.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:04:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:04:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:04:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:04:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:04:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1e9aac8c(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 05:04:45.471  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:04:45.471  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:04:45.471  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@55282572, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@44a34e9a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28776059, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6729d15c, containsSubquery=false)
2026-08-29 05:04:45.471  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:05:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2431
2026-08-29 05:05:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:05:05.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:05:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:05:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@393ca373(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 05:05:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:05:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:05:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:05:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:05:05.463  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:05:05.463  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:05:05.463  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@774ce738, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@44cb8de8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@787eb931, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@22ec1ce3, containsSubquery=false)
2026-08-29 05:05:05.463  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:05:25.475  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:05:25.475  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:05:25.476  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@767fe598, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@27b85e3b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e71db1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@331c726c, containsSubquery=false)
2026-08-29 05:05:25.476  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:05:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2432
2026-08-29 05:05:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:05:35.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:05:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:05:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:05:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:05:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:05:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:05:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@42da74a5(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 05:05:45.474  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:05:45.474  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:05:45.474  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@361f8538, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2933d83d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@776c5138, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@eb60447, containsSubquery=false)
2026-08-29 05:05:45.474  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:06:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2433
2026-08-29 05:06:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:06:05.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:06:05.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:06:05.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:06:05.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:06:05.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:06:05.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:06:05.171  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@182b2ba6(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 05:06:05.474  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:05.475  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:06:05.475  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5baa8c6b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b8006f7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@83b1085, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@332bd1be, containsSubquery=false)
2026-08-29 05:06:05.475  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:06:22.819  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:22.819  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 05:06:22.819  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3dd7c60f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@72537adf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4fd945b9, containsSubquery=false)
2026-08-29 05:06:22.819  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 05:06:22.824  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:22.824  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 05:06:22.824  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1482f407, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49137b57, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c621b41, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@362d3a17, containsSubquery=false)
2026-08-29 05:06:22.824  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 05:06:22.825  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:22.825  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 05:06:22.825  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@467e5a58, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d81e160, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@60e7846d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@756a7126, containsSubquery=false)
2026-08-29 05:06:22.825  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13222222225]
2026-08-29 05:06:22.831  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:22.831  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 05:06:22.831  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3540c398, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@63b6e892, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c149b71, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1be2368f, containsSubquery=false)
2026-08-29 05:06:22.831  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 05:06:22.840  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:22.840  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:06:22.840  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a4d1ec1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70111949, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@24ef97bc, containsSubquery=false)
2026-08-29 05:06:22.840  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 05:06:22.845  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:22.845  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:06:22.845  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7abc1585, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22362f19, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3a14508, containsSubquery=false)
2026-08-29 05:06:22.845  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 05:06:22.851  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:22.851  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:06:22.851  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7469ccda, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d694e5a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72861289, containsSubquery=false)
2026-08-29 05:06:22.851  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 05:06:22.857  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:22.857  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:06:22.857  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b210ea6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79f14111, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@bc49642, containsSubquery=false)
2026-08-29 05:06:22.857  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 05:06:22.862  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:22.862  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 05:06:22.862  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b9383e7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@44a7651, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19576194, containsSubquery=false)
2026-08-29 05:06:22.862  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 05:06:22.866  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:22.866  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 05:06:22.867  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c0ec5ce, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ef7421a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15a0752c, containsSubquery=false)
2026-08-29 05:06:22.867  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 05:06:22.871  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:22.871  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 05:06:22.871  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b6f21db, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4e3d69d5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@58227c2b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ce1224c, containsSubquery=false)
2026-08-29 05:06:22.871  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 05:06:22.876  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:22.877  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 05:06:22.877  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66e44707, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7803c5a2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d256bac, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57a28f97, containsSubquery=false)
2026-08-29 05:06:22.877  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 05:06:22.881  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:22.881  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 05:06:22.881  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5dd3f862, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ece0a78, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@8de3bfe, containsSubquery=false)
2026-08-29 05:06:22.881  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 05:06:22.886  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:22.886  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 05:06:22.886  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d5ec210, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@13e0a537, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a187d7e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5dfc0952, containsSubquery=false)
2026-08-29 05:06:22.886  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 05:06:22.888  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:22.889  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 05:06:22.889  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22bbff, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e1050d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d6a3ada, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@27fc642d, containsSubquery=false)
2026-08-29 05:06:22.889  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 05:06:22.888, 2026-08-29 05:06:22.888, 2026-08-29 05:06:22.888]
2026-08-29 05:06:22.893  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:22.894  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 05:06:22.894  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@384f4568, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3152f875, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@754b3f7e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@381cd889, containsSubquery=false)
2026-08-29 05:06:22.894  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 05:06:22.897  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:22.897  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 05:06:22.897  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d323213, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a52d5a0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24d482f3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1fe9eff4, containsSubquery=false)
2026-08-29 05:06:22.897  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 05:06:22.900  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:22.900  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 05:06:22.900  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13172e6e, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5052ba3f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@14698e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e199671, containsSubquery=false)
2026-08-29 05:06:22.900  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 05:06:22.901  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:22.901  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 05:06:22.901  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ee8cf50, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@13208d7d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@71e82b76, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6cc16c99, containsSubquery=false)
2026-08-29 05:06:22.901  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 05:06:22.902  WARN 2467003 --- [http-nio-8804-exec-11] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 05:06:22.912  INFO 2467003 --- [http-nio-8804-exec-13] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2079509376485502977
2026-08-29 05:06:22.913  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:22.913  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 05:06:22.913  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d75ccd, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b0815ec, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1742eb9d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1abe44b0, containsSubquery=false)
2026-08-29 05:06:22.913  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 05:06:22.915  INFO 2467003 --- [http-nio-8804-exec-13] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1785555863, appId=6a6d6b97e4b0dfa55a9303ba, name=微信支付
2026-08-29 05:06:23.045  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:23.045  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 05:06:23.045  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512551d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d48abb2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f034d93, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a90a9f, containsSubquery=false)
2026-08-29 05:06:23.045  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 05:06:23.047  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:23.047  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 05:06:23.047  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b53e9a2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@23e460b2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6dd76ba3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c9e53a2, containsSubquery=false)
2026-08-29 05:06:23.047  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 05:06:23.049  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:23.049  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 05:06:23.049  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1a4ce1ac, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@34e1b204, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@709d95a3, containsSubquery=false)
2026-08-29 05:06:23.049  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 05:06:23.052  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:23.052  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 05:06:23.052  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a08b9c8, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78ba4923, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6416eb1a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2bbe0dba, containsSubquery=true)
2026-08-29 05:06:23.052  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 05:06:23.054  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:23.055  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 05:06:23.055  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c856a4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5dc0481a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46720eea, containsSubquery=false)
2026-08-29 05:06:23.055  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 05:06:25.462  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:25.462  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:06:25.462  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5fe444f9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@15258a1a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@609b086a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@ba8bb1b, containsSubquery=false)
2026-08-29 05:06:25.462  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:06:25.605  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:25.605  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 05:06:25.605  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@248c26a9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a49459, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@78a60429, containsSubquery=false)
2026-08-29 05:06:25.605  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 05:06:25.610  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:25.610  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 05:06:25.610  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1482f407, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@59b4928b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@117b52d8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@625e3126, containsSubquery=false)
2026-08-29 05:06:25.610  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 05:06:25.615  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:25.615  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 05:06:25.615  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3540c398, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@45aaf26, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@171e798a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ca8736a, containsSubquery=false)
2026-08-29 05:06:25.615  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 05:06:25.622  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:25.622  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:06:25.622  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@30f5da89, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f29ccde, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56acb479, containsSubquery=false)
2026-08-29 05:06:25.622  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 05:06:25.628  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:25.628  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:06:25.628  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@149e581b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2722398d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40e3b87f, containsSubquery=false)
2026-08-29 05:06:25.628  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 05:06:25.633  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:25.633  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:06:25.633  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@141d6411, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@496006ad, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@657d3f91, containsSubquery=false)
2026-08-29 05:06:25.633  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 05:06:25.638  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:25.638  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:06:25.638  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f96981a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@531ba5ce, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@799704fc, containsSubquery=false)
2026-08-29 05:06:25.638  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 05:06:25.641  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:25.641  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 05:06:25.641  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f509b19, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ea1d4eb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@173f1058, containsSubquery=false)
2026-08-29 05:06:25.641  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 05:06:25.644  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:25.644  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 05:06:25.644  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5612b35e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@39c0d414, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1bfd6d84, containsSubquery=false)
2026-08-29 05:06:25.644  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 05:06:25.648  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:25.648  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 05:06:25.648  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b6f21db, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@854b6f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70e497b6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@662f85, containsSubquery=false)
2026-08-29 05:06:25.648  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 05:06:25.655  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:25.655  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 05:06:25.655  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66e44707, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@13ef4c16, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@224443e9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79ddf7d6, containsSubquery=false)
2026-08-29 05:06:25.655  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 05:06:25.659  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:25.659  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 05:06:25.659  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@460705c0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@50722991, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ee9dd60, containsSubquery=false)
2026-08-29 05:06:25.659  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 05:06:25.663  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:25.663  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 05:06:25.663  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d5ec210, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3556c27e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55341b69, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c416bf8, containsSubquery=false)
2026-08-29 05:06:25.663  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 05:06:25.665  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:25.665  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 05:06:25.665  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22bbff, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6494993e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43ad30ff, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1324b378, containsSubquery=false)
2026-08-29 05:06:25.665  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 05:06:25.664, 2026-08-29 05:06:25.664, 2026-08-29 05:06:25.664]
2026-08-29 05:06:25.669  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:25.669  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 05:06:25.669  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@384f4568, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@196e57c5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2fe788e3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40b69a00, containsSubquery=false)
2026-08-29 05:06:25.669  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 05:06:25.670  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:25.670  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 05:06:25.670  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512551d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@151adf84, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a86c7c2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@383f2e4e, containsSubquery=false)
2026-08-29 05:06:25.670  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 05:06:25.671  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:25.671  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 05:06:25.671  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d323213, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e8aa9fc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a185ab7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1dd7281d, containsSubquery=false)
2026-08-29 05:06:25.671  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 05:06:25.672  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:25.672  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 05:06:25.672  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b53e9a2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a50d088, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7bdcc4d2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@43911005, containsSubquery=false)
2026-08-29 05:06:25.672  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 05:06:25.673  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:25.673  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 05:06:25.673  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13172e6e, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f054146, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7bb60d7b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@302d7de9, containsSubquery=false)
2026-08-29 05:06:25.673  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 05:06:25.674  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:25.674  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 05:06:25.674  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@31e3a254, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a398d55, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@85d6332, containsSubquery=false)
2026-08-29 05:06:25.674  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 05:06:25.675  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:25.675  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 05:06:25.675  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ee8cf50, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ab2104d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@412be4c7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1661d1a9, containsSubquery=false)
2026-08-29 05:06:25.675  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 05:06:25.677  WARN 2467003 --- [http-nio-8804-exec-15] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 05:06:25.679  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:25.679  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 05:06:25.679  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a08b9c8, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ea7354f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d00815a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4490b2d, containsSubquery=true)
2026-08-29 05:06:25.679  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 05:06:25.683  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:25.683  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 05:06:25.683  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60599911, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c05f654, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16883a47, containsSubquery=false)
2026-08-29 05:06:25.683  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 05:06:26.027  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:26.027  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 05:06:26.027  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ff23f4e, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78201f09, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ed02c33, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6848cfa7, containsSubquery=true)
2026-08-29 05:06:26.027  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2079509376485502977, NORMAL, false]
2026-08-29 05:06:26.053  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:26.053  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ?
2026-08-29 05:06:26.053  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e3297d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=934, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@164b2425, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@38d0f4bc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@44c6e82f, containsSubquery=false)
2026-08-29 05:06:26.053  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ? ::: [2079509376485502977, NORMAL, false, 10]
2026-08-29 05:06:26.074  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:26.074  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 05:06:26.074  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6179cdb2, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b821b64, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@34487bbc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@47bc7a8a, containsSubquery=false)
2026-08-29 05:06:26.074  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093533747612864513, O202608282093262457228324865, O202608272092874368844607489, O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153, O202608252092186962797608961, O202608252092186453311307777, O202608252092174913182973953, O202608252092174766541717505]
2026-08-29 05:06:26.077  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:26.078  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 05:06:26.078  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f0ee083, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=23, distinctRow=false, projections=[ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent())], columnLabels=[sn, price_detail]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@546a2989, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@702671a4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a329fb7, containsSubquery=false)
2026-08-29 05:06:26.078  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093533747612864513, O202608282093262457228324865, O202608272092874368844607489, O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153, O202608252092186962797608961, O202608252092186453311307777, O202608252092174913182973953, O202608252092174766541717505]
2026-08-29 05:06:26.084  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:26.084  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?,?,?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?))
2026-08-29 05:06:26.084  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e91fa38, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3e8d6ccc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@304c938d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ecf2108, containsSubquery=false)
2026-08-29 05:06:26.084  INFO 2467003 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?,?,?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ::: [2089968896156356610, 2089925691385827329, 2092185073775427585, 2083457844124000258, 2090000751379337218, GIFT, STARTED, 0, 0, false]
2026-08-29 05:06:27.914  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:27.914  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 05:06:27.914  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4bc7b0c2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5beb8de2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@697423c0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64b91046, containsSubquery=true)
2026-08-29 05:06:27.914  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2079509376485502977, NORMAL, UNDELIVERED, false]
2026-08-29 05:06:29.147  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:29.147  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 05:06:29.147  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4bc7b0c2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@381db188, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@73117cfa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57d9adb1, containsSubquery=true)
2026-08-29 05:06:29.147  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2079509376485502977, NORMAL, PAID, false]
2026-08-29 05:06:30.731  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:30.731  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 05:06:30.731  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ff23f4e, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2317b2b0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@fe4431a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@86ecc40, containsSubquery=true)
2026-08-29 05:06:30.731  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2079509376485502977, NORMAL, false]
2026-08-29 05:06:30.751  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:30.751  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ?
2026-08-29 05:06:30.751  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e3297d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=934, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a5028b8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a2f77e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@22baadfe, containsSubquery=false)
2026-08-29 05:06:30.751  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ? ::: [2079509376485502977, NORMAL, false, 10]
2026-08-29 05:06:30.772  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:30.772  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 05:06:30.772  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6179cdb2, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4e6f11c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17eceff9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60ce65a7, containsSubquery=false)
2026-08-29 05:06:30.772  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093533747612864513, O202608282093262457228324865, O202608272092874368844607489, O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153, O202608252092186962797608961, O202608252092186453311307777, O202608252092174913182973953, O202608252092174766541717505]
2026-08-29 05:06:30.774  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:30.774  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 05:06:30.774  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f0ee083, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=23, distinctRow=false, projections=[ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent())], columnLabels=[sn, price_detail]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1cdaca50, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@faa6731, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@700e7a6b, containsSubquery=false)
2026-08-29 05:06:30.774  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093533747612864513, O202608282093262457228324865, O202608272092874368844607489, O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153, O202608252092186962797608961, O202608252092186453311307777, O202608252092174913182973953, O202608252092174766541717505]
2026-08-29 05:06:30.782  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:30.783  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?,?,?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?))
2026-08-29 05:06:30.783  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e91fa38, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4105d9d4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@425b3ebd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56b56290, containsSubquery=false)
2026-08-29 05:06:30.783  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?,?,?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ::: [2089968896156356610, 2089925691385827329, 2092185073775427585, 2083457844124000258, 2090000751379337218, GIFT, STARTED, 0, 0, false]
2026-08-29 05:06:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2434
2026-08-29 05:06:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:06:35.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:06:35.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:06:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@ba7c5b6(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 05:06:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:06:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:06:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:06:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:06:42.351  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:42.351  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 05:06:42.351  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4bc7b0c2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c52944, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@32259cae, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@62b556f9, containsSubquery=true)
2026-08-29 05:06:42.351  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2079509376485502977, NORMAL, PAID, false]
2026-08-29 05:06:43.384  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:43.385  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 05:06:43.385  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4bc7b0c2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b9fae3a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42b029eb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c500373, containsSubquery=true)
2026-08-29 05:06:43.385  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2079509376485502977, NORMAL, UNDELIVERED, false]
2026-08-29 05:06:45.478  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:45.478  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:06:45.478  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@54b376e9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3737ba6e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49a6da0e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@319b06c7, containsSubquery=false)
2026-08-29 05:06:45.478  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:06:49.031  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:49.031  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 05:06:49.031  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ff23f4e, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5999f8c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2222625f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35a7be5e, containsSubquery=true)
2026-08-29 05:06:49.032  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2079509376485502977, NORMAL, false]
2026-08-29 05:06:49.055  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:49.055  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ?
2026-08-29 05:06:49.055  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e3297d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=934, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ffa3192, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@77a7357d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@488f2c08, containsSubquery=false)
2026-08-29 05:06:49.055  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ? ::: [2079509376485502977, NORMAL, false, 10]
2026-08-29 05:06:49.074  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:49.074  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 05:06:49.074  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6179cdb2, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@742ad42e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ae80b0b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b369f32, containsSubquery=false)
2026-08-29 05:06:49.074  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093533747612864513, O202608282093262457228324865, O202608272092874368844607489, O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153, O202608252092186962797608961, O202608252092186453311307777, O202608252092174913182973953, O202608252092174766541717505]
2026-08-29 05:06:49.077  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:49.077  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 05:06:49.077  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f0ee083, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=23, distinctRow=false, projections=[ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent())], columnLabels=[sn, price_detail]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@192fe610, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26df3508, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6470fd2, containsSubquery=false)
2026-08-29 05:06:49.077  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093533747612864513, O202608282093262457228324865, O202608272092874368844607489, O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153, O202608252092186962797608961, O202608252092186453311307777, O202608252092174913182973953, O202608252092174766541717505]
2026-08-29 05:06:49.084  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:06:49.084  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?,?,?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?))
2026-08-29 05:06:49.084  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e91fa38, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@74f17dc3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a76d510, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74b9eeb, containsSubquery=false)
2026-08-29 05:06:49.084  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?,?,?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ::: [2089968896156356610, 2089925691385827329, 2092185073775427585, 2083457844124000258, 2090000751379337218, GIFT, STARTED, 0, 0, false]
2026-08-29 05:07:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2435
2026-08-29 05:07:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:07:05.162  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:07:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:07:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:07:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:07:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:07:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:07:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@54952383(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 05:07:05.474  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:05.474  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:07:05.474  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@be3c0e2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4e9bbf89, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@78d68e70, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5b384d4c, containsSubquery=false)
2026-08-29 05:07:05.474  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:07:19.819  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:19.819  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 05:07:19.819  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@9c33dde, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@72d267c9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2d6dab62, containsSubquery=false)
2026-08-29 05:07:19.819  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 05:07:19.823  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:19.823  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 05:07:19.823  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1482f407, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2047085d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@60b1918c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@8e366e4, containsSubquery=false)
2026-08-29 05:07:19.824  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 05:07:19.830  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:19.830  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 05:07:19.830  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3540c398, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6bee58ea, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7829c735, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7496d1a3, containsSubquery=false)
2026-08-29 05:07:19.830  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 05:07:19.838  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:19.838  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:07:19.838  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20e79adb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@623e4cad, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63747440, containsSubquery=false)
2026-08-29 05:07:19.838  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 05:07:19.839  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:19.839  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 05:07:19.839  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512551d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@790ea270, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e3e99fc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@700c30, containsSubquery=false)
2026-08-29 05:07:19.839  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 05:07:19.842  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:19.842  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 05:07:19.842  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b53e9a2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@9d1b51a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@940299c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3eb68280, containsSubquery=false)
2026-08-29 05:07:19.842  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 05:07:19.843  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:19.843  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:07:19.843  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@76f0a3cd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36e60f27, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79dd81cf, containsSubquery=false)
2026-08-29 05:07:19.843  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 05:07:19.844  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:19.844  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 05:07:19.844  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b88814, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a10a801, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cda2cab, containsSubquery=false)
2026-08-29 05:07:19.844  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 05:07:19.847  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:19.848  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 05:07:19.848  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a08b9c8, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2d8da700, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70ef696e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@626bae26, containsSubquery=true)
2026-08-29 05:07:19.848  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 05:07:19.848  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:19.848  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:07:19.848  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@345e6a5a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@211856e7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@379d406a, containsSubquery=false)
2026-08-29 05:07:19.848  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 05:07:19.851  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:19.851  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 05:07:19.851  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19cc4355, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2669c4d4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@433edebe, containsSubquery=false)
2026-08-29 05:07:19.851  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 05:07:19.853  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:19.853  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:07:19.853  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ff18acf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42b2174b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e62cedf, containsSubquery=false)
2026-08-29 05:07:19.853  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 05:07:19.857  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:19.857  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 05:07:19.857  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19019041, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41cda188, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6586364f, containsSubquery=false)
2026-08-29 05:07:19.857  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 05:07:19.861  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:19.861  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 05:07:19.861  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49c217fd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1da264c4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2455efd9, containsSubquery=false)
2026-08-29 05:07:19.861  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 05:07:19.867  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:19.867  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 05:07:19.867  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b6f21db, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f11e777, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@64b1e66b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21bd150a, containsSubquery=false)
2026-08-29 05:07:19.867  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 05:07:19.873  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:19.873  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 05:07:19.873  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66e44707, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12e38a16, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b3fd805, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@449fb3df, containsSubquery=false)
2026-08-29 05:07:19.873  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 05:07:19.878  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:19.878  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 05:07:19.878  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43115009, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7aa912ff, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@24b92c42, containsSubquery=false)
2026-08-29 05:07:19.878  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 05:07:19.886  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:19.886  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 05:07:19.886  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d5ec210, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@630345a4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e35aeba, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e4e3dae, containsSubquery=false)
2026-08-29 05:07:19.886  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 05:07:19.888  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:19.888  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 05:07:19.888  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22bbff, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@59041a43, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f8ef80, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6cbcc33, containsSubquery=false)
2026-08-29 05:07:19.888  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 05:07:19.888, 2026-08-29 05:07:19.888, 2026-08-29 05:07:19.888]
2026-08-29 05:07:19.893  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:19.894  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 05:07:19.894  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@384f4568, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d5ba649, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25294785, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6867d674, containsSubquery=false)
2026-08-29 05:07:19.894  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 05:07:19.896  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:19.896  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 05:07:19.896  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d323213, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d550bfb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b57b453, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e314a8c, containsSubquery=false)
2026-08-29 05:07:19.896  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 05:07:19.898  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:19.898  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 05:07:19.898  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13172e6e, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14d1b321, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3090ee1d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a998893, containsSubquery=false)
2026-08-29 05:07:19.898  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 05:07:19.900  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:19.900  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 05:07:19.900  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ee8cf50, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@25fc5559, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63678c65, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3a5b2628, containsSubquery=false)
2026-08-29 05:07:19.900  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 05:07:19.901  WARN 2467003 --- [http-nio-8804-exec-27] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 05:07:20.322  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:20.322  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 05:07:20.322  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@467e5a58, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1aa19aa4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a1dd5c7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4736897e, containsSubquery=false)
2026-08-29 05:07:20.322  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13222222225]
2026-08-29 05:07:20.399  INFO 2467003 --- [http-nio-8804-exec-30] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2079509376485502977
2026-08-29 05:07:20.399  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:20.399  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 05:07:20.399  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d75ccd, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6055e5eb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@135bfde6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@621228f1, containsSubquery=false)
2026-08-29 05:07:20.399  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 05:07:20.401  INFO 2467003 --- [http-nio-8804-exec-30] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1785555863, appId=6a6d6b97e4b0dfa55a9303ba, name=微信支付
2026-08-29 05:07:25.499  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:25.499  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:07:25.499  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@aaf2ac5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6121344e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c682bf5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b437e83, containsSubquery=false)
2026-08-29 05:07:25.499  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:07:33.156  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:33.156  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 05:07:33.156  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55a4dc06, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@585bdaa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@224661ce, containsSubquery=false)
2026-08-29 05:07:33.156  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 05:07:33.160  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:33.161  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 05:07:33.161  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1482f407, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@57e4c8a2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@463d9b81, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5566688c, containsSubquery=false)
2026-08-29 05:07:33.161  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 05:07:33.168  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:33.168  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 05:07:33.168  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3540c398, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53149929, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35d0b9cf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4148074a, containsSubquery=false)
2026-08-29 05:07:33.168  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 05:07:33.180  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:33.180  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:07:33.180  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35c994, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c6fc8f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e1cd50c, containsSubquery=false)
2026-08-29 05:07:33.180  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 05:07:33.187  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:33.187  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:07:33.187  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3e28a8a2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16b4bede, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68fdf07d, containsSubquery=false)
2026-08-29 05:07:33.187  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 05:07:33.192  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:33.193  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:07:33.193  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@48b3955b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f4aea28, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d216129, containsSubquery=false)
2026-08-29 05:07:33.193  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 05:07:33.198  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:33.198  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:07:33.198  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4e777a3d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28b972f3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66e76251, containsSubquery=false)
2026-08-29 05:07:33.198  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 05:07:33.201  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:33.201  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 05:07:33.201  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@76b6a9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ddea91c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@9a7ffe2, containsSubquery=false)
2026-08-29 05:07:33.201  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 05:07:33.205  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:33.205  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 05:07:33.205  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c9a116b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a74a3f5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3c2e91a1, containsSubquery=false)
2026-08-29 05:07:33.205  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 05:07:33.210  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:33.210  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 05:07:33.210  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b6f21db, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d646e41, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@158f5fd5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@616e812d, containsSubquery=false)
2026-08-29 05:07:33.210  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 05:07:33.214  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:33.214  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 05:07:33.214  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66e44707, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12dd99fb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7af0564, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5fdd475a, containsSubquery=false)
2026-08-29 05:07:33.214  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 05:07:33.217  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:33.218  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 05:07:33.218  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3bef79fe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@ebd0e4e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@701d0595, containsSubquery=false)
2026-08-29 05:07:33.218  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 05:07:33.221  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:33.221  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 05:07:33.221  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d5ec210, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34233658, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c0abce4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6f13cdc8, containsSubquery=false)
2026-08-29 05:07:33.221  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 05:07:33.223  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:33.223  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 05:07:33.223  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22bbff, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ddef537, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c5212c9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@124899c3, containsSubquery=false)
2026-08-29 05:07:33.223  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 05:07:33.222, 2026-08-29 05:07:33.222, 2026-08-29 05:07:33.222]
2026-08-29 05:07:33.226  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:33.227  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 05:07:33.227  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@384f4568, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14d1a6ce, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4201b316, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@600c0f3d, containsSubquery=false)
2026-08-29 05:07:33.227  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 05:07:33.228  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:33.229  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 05:07:33.229  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d323213, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@37e6f95b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@37937d7d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2445b7ff, containsSubquery=false)
2026-08-29 05:07:33.229  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 05:07:33.230  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:33.231  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 05:07:33.231  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13172e6e, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@73942d04, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ae786c6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@435eccdc, containsSubquery=false)
2026-08-29 05:07:33.231  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 05:07:33.232  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:33.232  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 05:07:33.232  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ee8cf50, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ea63bf4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b2b3ed0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5cedff0a, containsSubquery=false)
2026-08-29 05:07:33.232  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 05:07:33.233  WARN 2467003 --- [http-nio-8804-exec-36] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 05:07:33.686  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:33.686  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 05:07:33.686  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512551d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32fc965e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2268b60b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@174a0bd1, containsSubquery=false)
2026-08-29 05:07:33.686  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 05:07:33.686  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:33.686  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 05:07:33.686  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@467e5a58, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f474f4b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52f67010, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b4b8d2e, containsSubquery=false)
2026-08-29 05:07:33.686  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13222222225]
2026-08-29 05:07:33.689  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:33.689  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 05:07:33.689  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b53e9a2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c50b8b1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b833469, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b417162, containsSubquery=false)
2026-08-29 05:07:33.690  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 05:07:33.692  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:33.692  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 05:07:33.692  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@574e7d5f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17c4ccb5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f931ea0, containsSubquery=false)
2026-08-29 05:07:33.692  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 05:07:33.695  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:33.695  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 05:07:33.695  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a08b9c8, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3e845d3d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@39653253, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3792d1d4, containsSubquery=true)
2026-08-29 05:07:33.695  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 05:07:33.699  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:33.699  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 05:07:33.699  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@107374be, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31ce1b15, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@20a1017, containsSubquery=false)
2026-08-29 05:07:33.699  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 05:07:33.760  INFO 2467003 --- [http-nio-8804-exec-33] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2079509376485502977
2026-08-29 05:07:33.760  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:33.760  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 05:07:33.760  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d75ccd, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17eccd17, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@591039, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@485a7e9f, containsSubquery=false)
2026-08-29 05:07:33.760  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 05:07:33.762  INFO 2467003 --- [http-nio-8804-exec-33] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1785555863, appId=6a6d6b97e4b0dfa55a9303ba, name=微信支付
2026-08-29 05:07:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2436
2026-08-29 05:07:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:07:35.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:07:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:07:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:07:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:07:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@32295a36(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 05:07:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:07:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:07:38.363  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:38.363  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 05:07:38.363  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ff23f4e, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56762575, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f56c5f4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5db4245a, containsSubquery=true)
2026-08-29 05:07:38.363  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2079509376485502977, NORMAL, false]
2026-08-29 05:07:38.383  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:38.383  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ?
2026-08-29 05:07:38.383  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e3297d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=934, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2da33e8e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51494994, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ddc5443, containsSubquery=false)
2026-08-29 05:07:38.383  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ? ::: [2079509376485502977, NORMAL, false, 10]
2026-08-29 05:07:38.410  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:38.411  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT id,setting_value,create_by,create_time,update_by,update_time,delete_flag FROM li_setting WHERE id=?
2026-08-29 05:07:38.411  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f1b25a2, tablesContext=TablesContext(tables=[Table(name=li_setting, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=78, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=setting_value, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, setting_value, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@103a1e4e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@463e9014, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3cdb2c37, containsSubquery=false)
2026-08-29 05:07:38.411  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,setting_value,create_by,create_time,update_by,update_time,delete_flag FROM li_setting WHERE id=? ::: [ORDER_SETTING]
2026-08-29 05:07:38.418  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:38.418  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 05:07:38.418  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6179cdb2, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@587f083e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3da02d92, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ee970fd, containsSubquery=false)
2026-08-29 05:07:38.418  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093533747612864513, O202608282093262457228324865, O202608272092874368844607489, O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153, O202608252092186962797608961, O202608252092186453311307777, O202608252092174913182973953, O202608252092174766541717505]
2026-08-29 05:07:38.421  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:38.422  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 05:07:38.422  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f0ee083, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=23, distinctRow=false, projections=[ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent())], columnLabels=[sn, price_detail]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@245858b5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@21b3aa5b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e50d1a1, containsSubquery=false)
2026-08-29 05:07:38.422  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093533747612864513, O202608282093262457228324865, O202608272092874368844607489, O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153, O202608252092186962797608961, O202608252092186453311307777, O202608252092174913182973953, O202608252092174766541717505]
2026-08-29 05:07:38.428  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:38.428  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?,?,?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?))
2026-08-29 05:07:38.428  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e91fa38, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2d538815, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a689c7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@595af31f, containsSubquery=false)
2026-08-29 05:07:38.428  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?,?,?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ::: [2089968896156356610, 2089925691385827329, 2092185073775427585, 2083457844124000258, 2090000751379337218, GIFT, STARTED, 0, 0, false]
2026-08-29 05:07:45.478  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:45.479  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:07:45.479  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@60c0e914, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c2df4fa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1abb254b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c401e89, containsSubquery=false)
2026-08-29 05:07:45.479  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:07:46.849  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:46.849  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 05:07:46.849  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4bc7b0c2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@174e1e87, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d5da68e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56558f0c, containsSubquery=true)
2026-08-29 05:07:46.849  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2079509376485502977, NORMAL, PAID, false]
2026-08-29 05:07:48.343  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:48.343  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 05:07:48.343  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4bc7b0c2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@118aff61, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f6c2df0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7a9144af, containsSubquery=true)
2026-08-29 05:07:48.343  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2079509376485502977, NORMAL, UNDELIVERED, false]
2026-08-29 05:07:49.252  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:49.252  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 05:07:49.253  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4bc7b0c2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@554f75f2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@454ea158, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@511a2e1, containsSubquery=true)
2026-08-29 05:07:49.253  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2079509376485502977, NORMAL, DELIVERED, false]
2026-08-29 05:07:49.286  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:49.286  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ?
2026-08-29 05:07:49.286  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@41da4f28, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=934, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@476d1db1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@718921df, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@516585ad, containsSubquery=false)
2026-08-29 05:07:49.286  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ? ::: [2079509376485502977, NORMAL, DELIVERED, false, 10]
2026-08-29 05:07:49.296  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:49.296  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?))
2026-08-29 05:07:49.296  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@777ad241, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6dfa3ed8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55c56d61, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2870d299, containsSubquery=false)
2026-08-29 05:07:49.296  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?)) ::: [O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153]
2026-08-29 05:07:49.298  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:49.298  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?))
2026-08-29 05:07:49.298  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c330bbb, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=23, distinctRow=false, projections=[ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent())], columnLabels=[sn, price_detail]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b3b286, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ff94c33, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7094e7f2, containsSubquery=false)
2026-08-29 05:07:49.298  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?)) ::: [O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153]
2026-08-29 05:07:49.304  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:49.304  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?))
2026-08-29 05:07:49.304  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6cadf005, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6de6557c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a9a8445, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2bd3a4f1, containsSubquery=false)
2026-08-29 05:07:49.304  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ::: [2089925691385827329, GIFT, STARTED, 0, 0, false]
2026-08-29 05:07:50.735  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:50.735  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 05:07:50.735  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4bc7b0c2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b8f5d7e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3bebfb46, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@27a5f23, containsSubquery=true)
2026-08-29 05:07:50.735  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2079509376485502977, NORMAL, COMPLETED, false]
2026-08-29 05:07:50.745  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:50.745  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ?
2026-08-29 05:07:50.745  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@41da4f28, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=934, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4abfa197, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1aec6ca4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@39d73356, containsSubquery=false)
2026-08-29 05:07:50.745  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ? ::: [2079509376485502977, NORMAL, COMPLETED, false, 10]
2026-08-29 05:07:50.783  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:50.783  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?))
2026-08-29 05:07:50.783  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@be2954e, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7757051c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@764b664, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@563ef58b, containsSubquery=false)
2026-08-29 05:07:50.784  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?)) ::: [O202608292093533747612864513, O202608252092186962797608961, O202608252092090519084679169, O202608252092088298251042817, O202608252092088105682157569]
2026-08-29 05:07:50.791  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:50.791  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?))
2026-08-29 05:07:50.791  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76acf3ac, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=23, distinctRow=false, projections=[ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent())], columnLabels=[sn, price_detail]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@65a1e4f9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e7509c2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4642facb, containsSubquery=false)
2026-08-29 05:07:50.791  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?)) ::: [O202608292093533747612864513, O202608252092186962797608961, O202608252092090519084679169, O202608252092088298251042817, O202608252092088105682157569]
2026-08-29 05:07:50.822  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:50.822  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?))
2026-08-29 05:07:50.822  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2144d4f7, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@29321612, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b482809, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@28299277, containsSubquery=false)
2026-08-29 05:07:50.822  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ::: [2089925691385827329, 2090000751379337218, GIFT, STARTED, 0, 0, false]
2026-08-29 05:07:53.603  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:53.603  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 05:07:53.603  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4bc7b0c2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12af5102, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6be6946d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@47520d92, containsSubquery=true)
2026-08-29 05:07:53.603  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2079509376485502977, NORMAL, AFTER_SALE, false]
2026-08-29 05:07:54.275  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:54.275  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 05:07:54.275  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4bc7b0c2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7386bd8e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16510ccd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5b1fa904, containsSubquery=true)
2026-08-29 05:07:54.276  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2079509376485502977, NORMAL, DELIVERED, false]
2026-08-29 05:07:54.284  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:54.285  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ?
2026-08-29 05:07:54.285  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@41da4f28, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=934, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@616d6a3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20e718ec, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@67e79136, containsSubquery=false)
2026-08-29 05:07:54.285  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ? ::: [2079509376485502977, NORMAL, DELIVERED, false, 10]
2026-08-29 05:07:54.294  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:54.295  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?))
2026-08-29 05:07:54.295  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@777ad241, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@331f01a5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2b275f52, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@70921521, containsSubquery=false)
2026-08-29 05:07:54.295  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?)) ::: [O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153]
2026-08-29 05:07:54.297  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:54.297  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?))
2026-08-29 05:07:54.297  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c330bbb, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=23, distinctRow=false, projections=[ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent())], columnLabels=[sn, price_detail]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a0e7644, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a555939, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6035406b, containsSubquery=false)
2026-08-29 05:07:54.297  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?)) ::: [O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153]
2026-08-29 05:07:54.303  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:07:54.303  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?))
2026-08-29 05:07:54.303  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6cadf005, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@115b7421, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ba74879, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@67fce86a, containsSubquery=false)
2026-08-29 05:07:54.303  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ::: [2089925691385827329, GIFT, STARTED, 0, 0, false]
2026-08-29 05:08:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2437
2026-08-29 05:08:05.173  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:08:05.174  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:08:05.190  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:08:05.191  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:08:05.191  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:08:05.191  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:08:05.191  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:08:05.191  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2096926b(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 05:08:05.489  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:05.489  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:08:05.489  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@29a02e68, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@260f59ec, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7fd135f2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@595358b4, containsSubquery=false)
2026-08-29 05:08:05.489  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:08:25.513  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:25.513  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:08:25.513  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d7a903b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5172413d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79532666, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@555d546f, containsSubquery=false)
2026-08-29 05:08:25.513  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:08:26.738  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:26.739  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 05:08:26.739  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7582be75, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69326274, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4bc7bbd3, containsSubquery=false)
2026-08-29 05:08:26.739  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 05:08:26.744  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:26.744  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 05:08:26.744  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1482f407, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@663e6b15, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10515d22, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4be04619, containsSubquery=false)
2026-08-29 05:08:26.744  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 05:08:26.751  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:26.751  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 05:08:26.752  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3540c398, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@74bd523e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d24123e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2652307b, containsSubquery=false)
2026-08-29 05:08:26.752  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 05:08:26.761  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:26.761  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:08:26.761  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@36109f0f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@176a05e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66b79bf4, containsSubquery=false)
2026-08-29 05:08:26.761  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 05:08:26.768  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:26.768  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:08:26.768  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d150246, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@57a7402b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2525dd53, containsSubquery=false)
2026-08-29 05:08:26.768  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 05:08:26.773  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:26.773  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:08:26.773  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d02a957, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76c62ce1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a747a0b, containsSubquery=false)
2026-08-29 05:08:26.774  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 05:08:26.781  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:26.782  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:08:26.782  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d883742, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5495bcda, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@61d81043, containsSubquery=false)
2026-08-29 05:08:26.782  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 05:08:26.788  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:26.788  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 05:08:26.788  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b433405, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a387b26, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4db27ca7, containsSubquery=false)
2026-08-29 05:08:26.788  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 05:08:26.792  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:26.792  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 05:08:26.792  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d164134, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@331f4f75, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5dcefc0e, containsSubquery=false)
2026-08-29 05:08:26.792  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 05:08:26.797  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:26.798  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 05:08:26.798  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b6f21db, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58f01619, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7274af85, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57c9e9ad, containsSubquery=false)
2026-08-29 05:08:26.798  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 05:08:26.802  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:26.802  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 05:08:26.802  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66e44707, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@25931e25, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d0f0fbb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@37f677e5, containsSubquery=false)
2026-08-29 05:08:26.803  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 05:08:26.807  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:26.807  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 05:08:26.807  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@59bfdf4e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5d72d2c3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@45f13b0e, containsSubquery=false)
2026-08-29 05:08:26.808  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 05:08:26.813  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:26.813  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 05:08:26.813  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d5ec210, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@76264776, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a432bf7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7cd56bda, containsSubquery=false)
2026-08-29 05:08:26.813  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 05:08:26.815  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:26.815  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 05:08:26.815  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22bbff, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6dba687e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a6655a8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50782371, containsSubquery=false)
2026-08-29 05:08:26.815  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 05:08:26.814, 2026-08-29 05:08:26.814, 2026-08-29 05:08:26.814]
2026-08-29 05:08:26.821  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:26.822  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 05:08:26.822  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@384f4568, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@76edc99, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@161c14ae, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74b47843, containsSubquery=false)
2026-08-29 05:08:26.822  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 05:08:26.824  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:26.824  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 05:08:26.824  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d323213, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14d413f7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43f5074e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@52f0bd99, containsSubquery=false)
2026-08-29 05:08:26.824  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 05:08:26.827  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:26.827  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 05:08:26.827  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13172e6e, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@311f43f1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@66543c3e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2836d9aa, containsSubquery=false)
2026-08-29 05:08:26.827  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 05:08:26.829  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:26.829  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 05:08:26.829  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ee8cf50, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@21b5500a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3fd0361f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@754bd3fd, containsSubquery=false)
2026-08-29 05:08:26.829  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 05:08:26.830  WARN 2467003 --- [http-nio-8804-exec-45] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 05:08:27.197  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:27.197  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 05:08:27.197  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@467e5a58, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@341a115f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a13cc75, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@595899b2, containsSubquery=false)
2026-08-29 05:08:27.197  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13222222225]
2026-08-29 05:08:27.230  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:27.231  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 05:08:27.231  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512551d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a167848, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f57b847, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ee7234b, containsSubquery=false)
2026-08-29 05:08:27.231  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 05:08:27.233  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:27.233  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 05:08:27.233  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b53e9a2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f6bb8e1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68e12d3c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56ed8cd5, containsSubquery=false)
2026-08-29 05:08:27.233  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 05:08:27.236  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:27.236  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 05:08:27.236  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1d0abb1a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@273b174a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@76b09b18, containsSubquery=false)
2026-08-29 05:08:27.236  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 05:08:27.240  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:27.240  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 05:08:27.240  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a08b9c8, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@225f421f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@50457517, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c1153db, containsSubquery=true)
2026-08-29 05:08:27.240  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 05:08:27.244  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:27.244  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 05:08:27.244  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e9ded2d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7804e4ae, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@54ae4ecd, containsSubquery=false)
2026-08-29 05:08:27.244  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 05:08:27.286  INFO 2467003 --- [http-nio-8804-exec-46] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2079509376485502977
2026-08-29 05:08:27.286  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:27.286  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 05:08:27.286  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d75ccd, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2fba7c3c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@32b2e570, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d7fc496, containsSubquery=false)
2026-08-29 05:08:27.286  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 05:08:27.288  INFO 2467003 --- [http-nio-8804-exec-46] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1785555863, appId=6a6d6b97e4b0dfa55a9303ba, name=微信支付
2026-08-29 05:08:28.742  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:28.742  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 05:08:28.742  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ff23f4e, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@95621c0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@44d52c77, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2de87bf7, containsSubquery=true)
2026-08-29 05:08:28.742  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2079509376485502977, NORMAL, false]
2026-08-29 05:08:28.769  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:28.769  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ?
2026-08-29 05:08:28.769  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e3297d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=934, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@70fd702c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ea49a07, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a97824d, containsSubquery=false)
2026-08-29 05:08:28.769  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ? ::: [2079509376485502977, NORMAL, false, 10]
2026-08-29 05:08:28.800  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:28.801  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 05:08:28.801  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6179cdb2, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ef24f63, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43c9e18, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@320fe138, containsSubquery=false)
2026-08-29 05:08:28.801  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093533747612864513, O202608282093262457228324865, O202608272092874368844607489, O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153, O202608252092186962797608961, O202608252092186453311307777, O202608252092174913182973953, O202608252092174766541717505]
2026-08-29 05:08:28.803  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:28.803  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 05:08:28.803  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f0ee083, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=23, distinctRow=false, projections=[ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent())], columnLabels=[sn, price_detail]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@72a05b2d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3feb7260, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4922909c, containsSubquery=false)
2026-08-29 05:08:28.803  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093533747612864513, O202608282093262457228324865, O202608272092874368844607489, O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153, O202608252092186962797608961, O202608252092186453311307777, O202608252092174913182973953, O202608252092174766541717505]
2026-08-29 05:08:28.811  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:28.811  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?,?,?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?))
2026-08-29 05:08:28.811  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e91fa38, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@29160904, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@746dcaca, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53f1f041, containsSubquery=false)
2026-08-29 05:08:28.811  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?,?,?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ::: [2089968896156356610, 2089925691385827329, 2092185073775427585, 2083457844124000258, 2090000751379337218, GIFT, STARTED, 0, 0, false]
2026-08-29 05:08:34.181  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:34.181  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 05:08:34.181  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4bc7b0c2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b63b25b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4d3b0a44, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@399a98a2, containsSubquery=true)
2026-08-29 05:08:34.181  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2079509376485502977, NORMAL, PAID, false]
2026-08-29 05:08:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2438
2026-08-29 05:08:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:08:35.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:08:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:08:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:08:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:08:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:08:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:08:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@31cf0be0(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 05:08:45.479  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:08:45.479  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:08:45.479  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ac6802e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6cb7c25d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7627af9a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@23d81b45, containsSubquery=false)
2026-08-29 05:08:45.479  INFO 2467003 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:09:01.884  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:01.884  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 05:09:01.884  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@791bd0e2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@420ce92e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35a9873c, containsSubquery=false)
2026-08-29 05:09:01.884  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 05:09:01.907  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:01.907  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 05:09:01.907  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512551d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d926cb7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a77e4f5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3094643e, containsSubquery=false)
2026-08-29 05:09:01.907  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 05:09:01.911  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:01.911  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 05:09:01.911  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b53e9a2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@729a860c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61bca9f5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2d46abfb, containsSubquery=false)
2026-08-29 05:09:01.911  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 05:09:01.912  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:01.912  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 05:09:01.912  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1482f407, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34a09d9d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4d497c52, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@23132065, containsSubquery=false)
2026-08-29 05:09:01.912  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 05:09:01.917  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:01.917  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 05:09:01.917  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3540c398, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@689571f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ca35fa3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4d7065ee, containsSubquery=false)
2026-08-29 05:09:01.917  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 05:09:01.930  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:01.930  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 05:09:01.930  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@441b45f4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5c1a27ff, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3d6202e0, containsSubquery=false)
2026-08-29 05:09:01.930  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 05:09:01.934  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:01.934  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 05:09:01.934  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a08b9c8, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b516ee2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2689086a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@246889db, containsSubquery=true)
2026-08-29 05:09:01.934  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 05:09:01.939  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:01.939  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 05:09:01.939  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79629d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@603f0518, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53b6b338, containsSubquery=false)
2026-08-29 05:09:01.939  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 05:09:01.948  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:01.948  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:09:01.948  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7747b86, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49652193, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2b5cee7f, containsSubquery=false)
2026-08-29 05:09:01.948  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 05:09:01.955  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:01.955  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:09:01.955  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2da58ccf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61c6b012, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d57b2e0, containsSubquery=false)
2026-08-29 05:09:01.955  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 05:09:02.034  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:02.035  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:09:02.035  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@772eb17e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47decdc9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@12f7a1e5, containsSubquery=false)
2026-08-29 05:09:02.035  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 05:09:02.040  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:02.040  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:09:02.040  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@64314c3c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4be621d6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@207202f4, containsSubquery=false)
2026-08-29 05:09:02.040  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 05:09:02.056  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:02.057  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 05:09:02.057  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6226e3ff, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52f328ed, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7703744f, containsSubquery=false)
2026-08-29 05:09:02.057  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 05:09:02.061  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:02.061  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 05:09:02.061  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55d5a68c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@39180175, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@41f5a904, containsSubquery=false)
2026-08-29 05:09:02.061  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 05:09:02.067  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:02.067  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 05:09:02.067  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b6f21db, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ceff73a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@60bec22a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@ee1629f, containsSubquery=false)
2026-08-29 05:09:02.067  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 05:09:02.072  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:02.072  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 05:09:02.072  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66e44707, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@343ddda7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31cda425, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6c4a47d5, containsSubquery=false)
2026-08-29 05:09:02.072  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 05:09:02.077  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:02.077  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 05:09:02.077  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f53be25, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@511928f5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7752d751, containsSubquery=false)
2026-08-29 05:09:02.077  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 05:09:02.102  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:02.102  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 05:09:02.102  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d5ec210, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@304dd11f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51c46018, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@52b0200e, containsSubquery=false)
2026-08-29 05:09:02.102  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 05:09:02.122  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:02.122  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 05:09:02.122  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22bbff, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e3523bc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5dd6c224, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3a2e7ed7, containsSubquery=false)
2026-08-29 05:09:02.122  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 05:09:02.116, 2026-08-29 05:09:02.116, 2026-08-29 05:09:02.116]
2026-08-29 05:09:02.133  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:02.134  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 05:09:02.134  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@384f4568, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@102c9ca6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@593d90b2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7f23154d, containsSubquery=false)
2026-08-29 05:09:02.134  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 05:09:02.147  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:02.148  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 05:09:02.149  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d323213, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@40ddcf20, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27b3230b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ed75e16, containsSubquery=false)
2026-08-29 05:09:02.149  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 05:09:02.161  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:02.161  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 05:09:02.161  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13172e6e, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28a7d993, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5cf4057f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@270997b3, containsSubquery=false)
2026-08-29 05:09:02.161  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 05:09:02.163  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:02.163  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 05:09:02.163  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ee8cf50, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b3ac14b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20e57390, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@27d836b3, containsSubquery=false)
2026-08-29 05:09:02.163  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 05:09:02.165  WARN 2467003 --- [http-nio-8804-exec-3] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 05:09:02.499  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:02.499  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 05:09:02.499  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@467e5a58, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f1ffbfe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2769781, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c717068, containsSubquery=false)
2026-08-29 05:09:02.499  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13222222225]
2026-08-29 05:09:02.628  INFO 2467003 --- [http-nio-8804-exec-5] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2079509376485502977
2026-08-29 05:09:02.628  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:02.628  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 05:09:02.628  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d75ccd, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@36de29cd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@716bed4e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34f5254a, containsSubquery=false)
2026-08-29 05:09:02.628  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 05:09:02.630  INFO 2467003 --- [http-nio-8804-exec-5] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1785555863, appId=6a6d6b97e4b0dfa55a9303ba, name=微信支付
2026-08-29 05:09:04.463  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:04.463  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 05:09:04.463  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ff23f4e, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ff258ab, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c5afa0f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6428b2f3, containsSubquery=true)
2026-08-29 05:09:04.463  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2079509376485502977, NORMAL, false]
2026-08-29 05:09:04.496  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:04.496  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ?
2026-08-29 05:09:04.496  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e3297d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=934, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a6c96a4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6bf21a30, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ac5cb3b, containsSubquery=false)
2026-08-29 05:09:04.496  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ? ::: [2079509376485502977, NORMAL, false, 10]
2026-08-29 05:09:04.534  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:04.534  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 05:09:04.534  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6179cdb2, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49524ab7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@320aea37, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46e2735e, containsSubquery=false)
2026-08-29 05:09:04.534  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093533747612864513, O202608282093262457228324865, O202608272092874368844607489, O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153, O202608252092186962797608961, O202608252092186453311307777, O202608252092174913182973953, O202608252092174766541717505]
2026-08-29 05:09:04.538  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:04.538  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 05:09:04.538  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f0ee083, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=23, distinctRow=false, projections=[ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent())], columnLabels=[sn, price_detail]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@72f1ea16, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f4e4fce, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@67c26a14, containsSubquery=false)
2026-08-29 05:09:04.538  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093533747612864513, O202608282093262457228324865, O202608272092874368844607489, O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153, O202608252092186962797608961, O202608252092186453311307777, O202608252092174913182973953, O202608252092174766541717505]
2026-08-29 05:09:04.545  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:04.545  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?,?,?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?))
2026-08-29 05:09:04.546  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e91fa38, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35f0d3e5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41168d85, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2d0c53f4, containsSubquery=false)
2026-08-29 05:09:04.546  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?,?,?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ::: [2089968896156356610, 2089925691385827329, 2092185073775427585, 2083457844124000258, 2090000751379337218, GIFT, STARTED, 0, 0, false]
2026-08-29 05:09:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2439
2026-08-29 05:09:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:09:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:09:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:09:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@599a09f2(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 05:09:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:09:05.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:09:05.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:09:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:09:05.492  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:05.492  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:09:05.492  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65eaff, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2eeb87e9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@38db3a4c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1163eea8, containsSubquery=false)
2026-08-29 05:09:05.492  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:09:18.992  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:18.992  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 05:09:18.992  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3e51e44a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17db61ed, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@173e8df3, containsSubquery=false)
2026-08-29 05:09:18.992  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608272092872889446477825]
2026-08-29 05:09:19.004  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:19.004  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 05:09:19.004  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ea700ff, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d154bcd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7665b7d6, containsSubquery=false)
2026-08-29 05:09:19.004  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608272092872889446477825]
2026-08-29 05:09:19.013  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:19.013  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?)
2026-08-29 05:09:19.013  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@264b23b7, tablesContext=TablesContext(tables=[Table(name=li_order_item, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=365, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=unit_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sub_total, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=image, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=snapshot_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_status, alias=Optional.absent()), ColumnProjection(owner=null, name=after_sale_status, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_status, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_id, alias=Optional.absent()), ColumnProjection(owner=null, name=return_goods_number, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=is_refund, alias=Optional.absent()), ColumnProjection(owner=null, name=refund_price, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_number, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, sn, unit_price, sub_total, goods_id, sku_id, num, trade_sn, image, goods_name, category_id, snapshot_id, specs, promotion_type, promotion_id, goods_price, flow_price, comment_status, after_sale_status, price_detail, complain_status, complain_id, return_goods_number, voucher, is_refund, refund_price, deliver_number, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4bd65f48, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10569ae3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@49f8701b, containsSubquery=false)
2026-08-29 05:09:19.013  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?) ::: [O202608272092872889446477825]
2026-08-29 05:09:19.020  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:19.020  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?)
2026-08-29 05:09:19.020  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@bc0fc35, tablesContext=TablesContext(tables=[Table(name=li_order_log, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=88, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_id, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_type, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_name, alias=Optional.absent()), ColumnProjection(owner=null, name=message, alias=Optional.absent())], columnLabels=[id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@394e1dbb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@33bcda21, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26026deb, containsSubquery=false)
2026-08-29 05:09:19.020  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?) ::: [O202608272092872889446477825]
2026-08-29 05:09:19.025  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:19.025  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?)
2026-08-29 05:09:19.025  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2428b645, tablesContext=TablesContext(tables=[Table(name=li_receipt, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=202, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_title, alias=Optional.absent()), ColumnProjection(owner=null, name=taxpayer_id, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_content, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_price, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, receipt_title, taxpayer_id, receipt_content, receipt_price, member_id, member_name, store_id, store_name, receipt_status, receipt_detail, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f951cd9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4acd5bf5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17b4f2c1, containsSubquery=false)
2026-08-29 05:09:19.026  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?) ::: [O202608272092872889446477825]
2026-08-29 05:09:19.027  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:19.028  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?)
2026-08-29 05:09:19.028  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4745f608, tablesContext=TablesContext(tables=[Table(name=li_order_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=152, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_no, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, package_no, order_sn, logistics_no, logistics_code, logistics_name, consignee_mobile, status, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17e9b0bd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2eb9dbc6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@65d7d6aa, containsSubquery=false)
2026-08-29 05:09:19.028  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?) ::: [O202608272092872889446477825]
2026-08-29 05:09:19.033  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:19.033  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1
2026-08-29 05:09:19.033  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@665e0b5b, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2382c5c3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@783b359f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7a38a5cb, containsSubquery=false)
2026-08-29 05:09:19.033  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1 ::: [O202608272092872889446477825]
2026-08-29 05:09:19.035  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:19.035  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ORDER BY asset_type ASC,gift_points DESC
2026-08-29 05:09:19.035  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a6a6e04, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@777bfdc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@385e4404, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6f400026, containsSubquery=false)
2026-08-29 05:09:19.035  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ORDER BY asset_type ASC,gift_points DESC ::: [2089925691385827329, GIFT, STARTED, 0, 0, false]
2026-08-29 05:09:25.474  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:25.474  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:09:25.474  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@270fa693, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6546bd95, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1de23fde, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e7aba3a, containsSubquery=false)
2026-08-29 05:09:25.474  INFO 2467003 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:09:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2440
2026-08-29 05:09:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:09:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:09:35.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:09:35.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:09:35.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:09:35.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:09:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@d19a70(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 05:09:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:09:45.471  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:45.471  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:09:45.471  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@625d4e8e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3282cfbb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@38db88db, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@316a4575, containsSubquery=false)
2026-08-29 05:09:45.471  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:09:55.386  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:55.386  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 05:09:55.386  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@667fc6b0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@58557204, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4f3f92f4, containsSubquery=false)
2026-08-29 05:09:55.386  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 05:09:55.390  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:55.390  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 05:09:55.390  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1482f407, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a39133d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@19a29cbc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@340ebd2c, containsSubquery=false)
2026-08-29 05:09:55.390  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 05:09:55.395  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:55.396  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 05:09:55.396  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3540c398, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e567d66, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ff0585d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ec6494a, containsSubquery=false)
2026-08-29 05:09:55.396  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 05:09:55.402  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:55.403  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:09:55.403  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f7203df, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@53928162, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@777e93f7, containsSubquery=false)
2026-08-29 05:09:55.403  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 05:09:55.409  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:55.409  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:09:55.409  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@717b8823, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@72194cd0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5b46d67d, containsSubquery=false)
2026-08-29 05:09:55.409  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 05:09:55.413  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:55.414  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:09:55.414  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5419f2aa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3901336a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@37b35ebb, containsSubquery=false)
2026-08-29 05:09:55.414  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 05:09:55.418  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:55.418  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:09:55.418  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@22f07b7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2fc4d7cf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@10f7bd80, containsSubquery=false)
2026-08-29 05:09:55.418  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 05:09:55.420  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:55.420  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 05:09:55.420  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512551d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17ce4be9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a05ce8f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@28e91541, containsSubquery=false)
2026-08-29 05:09:55.420  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 05:09:55.422  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:55.422  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 05:09:55.422  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b53e9a2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50f58945, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3056dd07, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77b4feb5, containsSubquery=false)
2026-08-29 05:09:55.422  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:55.422  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 05:09:55.422  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 05:09:55.422  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7eb3125d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5305abb6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1dc8178b, containsSubquery=false)
2026-08-29 05:09:55.422  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 05:09:55.424  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:55.424  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 05:09:55.424  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b6e6355, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b7f65db, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3fcc48e, containsSubquery=false)
2026-08-29 05:09:55.424  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 05:09:55.427  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:55.427  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 05:09:55.427  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@74567fc4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@297f5a8a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7a43fb78, containsSubquery=false)
2026-08-29 05:09:55.427  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 05:09:55.429  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:55.429  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 05:09:55.429  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a08b9c8, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@67a35754, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29e279a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4dd25787, containsSubquery=true)
2026-08-29 05:09:55.429  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 05:09:55.431  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:55.431  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 05:09:55.431  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b6f21db, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6546b6e4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b090f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e54e0f2, containsSubquery=false)
2026-08-29 05:09:55.431  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 05:09:55.432  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:55.432  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 05:09:55.432  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11f9c564, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ec8d6b3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32705aad, containsSubquery=false)
2026-08-29 05:09:55.432  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 05:09:55.433  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:55.433  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 05:09:55.433  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@467e5a58, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@25fc2b3c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@423e2ebe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@59ff5364, containsSubquery=false)
2026-08-29 05:09:55.433  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13222222225]
2026-08-29 05:09:55.434  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:55.434  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 05:09:55.434  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66e44707, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@302bba1a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69a19f9d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f1e5eee, containsSubquery=false)
2026-08-29 05:09:55.434  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 05:09:55.439  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:55.439  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 05:09:55.439  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17b28dda, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6244975b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e44f310, containsSubquery=false)
2026-08-29 05:09:55.439  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 05:09:55.448  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:55.448  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 05:09:55.448  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d5ec210, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b7ab99, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a02048c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@28cb11ae, containsSubquery=false)
2026-08-29 05:09:55.449  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 05:09:55.452  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:55.453  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 05:09:55.453  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22bbff, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51613531, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@21d718d2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@732a83a1, containsSubquery=false)
2026-08-29 05:09:55.453  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 05:09:55.452, 2026-08-29 05:09:55.452, 2026-08-29 05:09:55.452]
2026-08-29 05:09:55.461  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:55.461  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 05:09:55.461  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@384f4568, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@72da403c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55cae24d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7311e26b, containsSubquery=false)
2026-08-29 05:09:55.461  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 05:09:55.465  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:55.465  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 05:09:55.465  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d323213, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c3f1775, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@50c1ba23, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f714db8, containsSubquery=false)
2026-08-29 05:09:55.465  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 05:09:55.468  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:55.469  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 05:09:55.469  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13172e6e, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@228e0d49, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b7882d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30e7b10d, containsSubquery=false)
2026-08-29 05:09:55.469  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 05:09:55.471  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:55.471  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 05:09:55.471  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ee8cf50, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b3ce886, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36de4935, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5e59eda2, containsSubquery=false)
2026-08-29 05:09:55.471  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 05:09:55.474  WARN 2467003 --- [http-nio-8804-exec-9] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 05:09:55.508  INFO 2467003 --- [http-nio-8804-exec-11] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2079509376485502977
2026-08-29 05:09:55.509  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:55.509  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 05:09:55.509  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d75ccd, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@437fae4f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@60b8b137, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6632cc99, containsSubquery=false)
2026-08-29 05:09:55.509  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 05:09:55.510  INFO 2467003 --- [http-nio-8804-exec-11] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1785555863, appId=6a6d6b97e4b0dfa55a9303ba, name=微信支付
2026-08-29 05:09:58.420  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:58.420  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 05:09:58.420  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ff23f4e, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79f372c9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6453cb81, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ace81b, containsSubquery=true)
2026-08-29 05:09:58.420  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2079509376485502977, NORMAL, false]
2026-08-29 05:09:58.440  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:58.440  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ?
2026-08-29 05:09:58.440  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e3297d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=934, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@cb2dcb5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6fbd0108, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@797125d8, containsSubquery=false)
2026-08-29 05:09:58.440  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ? ::: [2079509376485502977, NORMAL, false, 10]
2026-08-29 05:09:58.466  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:58.466  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 05:09:58.466  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6179cdb2, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2d44df0f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2af62eee, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a59918d, containsSubquery=false)
2026-08-29 05:09:58.466  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093533747612864513, O202608282093262457228324865, O202608272092874368844607489, O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153, O202608252092186962797608961, O202608252092186453311307777, O202608252092174913182973953, O202608252092174766541717505]
2026-08-29 05:09:58.469  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:58.469  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 05:09:58.469  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f0ee083, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=23, distinctRow=false, projections=[ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent())], columnLabels=[sn, price_detail]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32d48585, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2417bfab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c81cdda, containsSubquery=false)
2026-08-29 05:09:58.469  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093533747612864513, O202608282093262457228324865, O202608272092874368844607489, O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153, O202608252092186962797608961, O202608252092186453311307777, O202608252092174913182973953, O202608252092174766541717505]
2026-08-29 05:09:58.477  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:09:58.477  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?,?,?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?))
2026-08-29 05:09:58.477  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e91fa38, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@18f197c0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a5c6619, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2baaef2e, containsSubquery=false)
2026-08-29 05:09:58.477  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?,?,?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ::: [2089968896156356610, 2089925691385827329, 2092185073775427585, 2083457844124000258, 2090000751379337218, GIFT, STARTED, 0, 0, false]
2026-08-29 05:10:00.196  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:10:00.196  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 05:10:00.196  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4bc7b0c2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@77271f17, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5fc75232, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b765b97, containsSubquery=true)
2026-08-29 05:10:00.196  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2079509376485502977, NORMAL, PAID, false]
2026-08-29 05:10:01.579  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:10:01.579  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 05:10:01.579  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ff23f4e, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@390440cf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@787b44d9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@619ca9d3, containsSubquery=true)
2026-08-29 05:10:01.580  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2079509376485502977, NORMAL, false]
2026-08-29 05:10:01.604  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:10:01.604  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ?
2026-08-29 05:10:01.604  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e3297d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=934, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d0fc0ac, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79593cef, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@747ec969, containsSubquery=false)
2026-08-29 05:10:01.604  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ? ::: [2079509376485502977, NORMAL, false, 10]
2026-08-29 05:10:01.845  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:10:01.845  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 05:10:01.845  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6179cdb2, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2888fa2f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18861595, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a31a26d, containsSubquery=false)
2026-08-29 05:10:01.845  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093533747612864513, O202608282093262457228324865, O202608272092874368844607489, O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153, O202608252092186962797608961, O202608252092186453311307777, O202608252092174913182973953, O202608252092174766541717505]
2026-08-29 05:10:01.848  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:10:01.848  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 05:10:01.848  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f0ee083, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=23, distinctRow=false, projections=[ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent())], columnLabels=[sn, price_detail]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c0f0656, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b3ae170, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a59914d, containsSubquery=false)
2026-08-29 05:10:01.848  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093533747612864513, O202608282093262457228324865, O202608272092874368844607489, O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153, O202608252092186962797608961, O202608252092186453311307777, O202608252092174913182973953, O202608252092174766541717505]
2026-08-29 05:10:01.855  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:10:01.922  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?,?,?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?))
2026-08-29 05:10:01.922  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e91fa38, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a07faec, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c12c118, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@670686f1, containsSubquery=false)
2026-08-29 05:10:01.923  INFO 2467003 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?,?,?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ::: [2089968896156356610, 2089925691385827329, 2092185073775427585, 2083457844124000258, 2090000751379337218, GIFT, STARTED, 0, 0, false]
2026-08-29 05:10:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2441
2026-08-29 05:10:05.168  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:10:05.168  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:10:05.169  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2859ef2e(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 05:10:05.169  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:10:05.170  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:10:05.170  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:10:05.170  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:10:05.170  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:10:05.499  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:10:05.499  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:10:05.499  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@730bc3f1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6bffa8a0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e74405c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@333b769c, containsSubquery=false)
2026-08-29 05:10:05.499  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:10:25.477  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:10:25.477  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:10:25.477  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76ed5695, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2160000d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@596cd213, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@61c480db, containsSubquery=false)
2026-08-29 05:10:25.477  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:10:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2442
2026-08-29 05:10:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:10:35.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:10:35.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:10:35.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:10:35.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:10:35.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:10:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:10:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1e7d2c34(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 05:10:45.465  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:10:45.465  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:10:45.465  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c7ab83d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60f66ddf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ad3a1f1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@61d6fc7b, containsSubquery=false)
2026-08-29 05:10:45.465  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:11:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2443
2026-08-29 05:11:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:11:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:11:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:11:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:11:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:11:05.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:11:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@49ea2cbb(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 05:11:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:11:05.474  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:11:05.474  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:11:05.474  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5dafbddf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71b8ad0c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@14be35fd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e7d10f9, containsSubquery=false)
2026-08-29 05:11:05.474  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:11:25.486  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:11:25.486  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:11:25.486  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7083ed60, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6a2d72e4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79183c33, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1cc18129, containsSubquery=false)
2026-08-29 05:11:25.486  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:11:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2444
2026-08-29 05:11:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:11:35.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:11:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@57b129be(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 05:11:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:11:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:11:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:11:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:11:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:11:45.481  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:11:45.481  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:11:45.481  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a13fef9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17cfb0c9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@188c0f1a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5daac795, containsSubquery=false)
2026-08-29 05:11:45.481  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:12:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2445
2026-08-29 05:12:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:12:05.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:12:05.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:12:05.167  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@494f0e11(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 05:12:05.167  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:12:05.167  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:12:05.167  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:12:05.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:12:05.490  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:12:05.490  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:12:05.490  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45916657, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d5bf282, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31c5e8ec, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@10a01b09, containsSubquery=false)
2026-08-29 05:12:05.490  INFO 2467003 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:12:25.485  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:12:25.486  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:12:25.486  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a23f847, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@767435eb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@56911e97, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c30738, containsSubquery=false)
2026-08-29 05:12:25.486  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:12:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2446
2026-08-29 05:12:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:12:35.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:12:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7fba8eef(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 05:12:35.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:12:35.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:12:35.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:12:35.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:12:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:12:45.480  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:12:45.480  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:12:45.480  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64e62d8a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f015b3b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e788f25, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@432f67b0, containsSubquery=false)
2026-08-29 05:12:45.480  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:13:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2447
2026-08-29 05:13:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:13:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:13:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6f2adc11(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 05:13:05.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:13:05.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:13:05.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:13:05.164  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:13:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:13:05.460  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:13:05.460  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:13:05.460  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@11545b77, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@81f363c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@d43548c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f91ae81, containsSubquery=false)
2026-08-29 05:13:05.461  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:13:25.479  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:13:25.479  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:13:25.479  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5d3943c0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@68c7bdf7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3cf5c4d6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7adb5dfd, containsSubquery=false)
2026-08-29 05:13:25.479  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:13:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2448
2026-08-29 05:13:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:13:35.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:13:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@375c3079(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 05:13:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:13:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:13:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:13:35.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:13:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:13:45.505  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:13:45.505  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:13:45.505  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d7de81a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e74f9fb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@475563ab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@47878ff8, containsSubquery=false)
2026-08-29 05:13:45.505  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:14:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2449
2026-08-29 05:14:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:14:05.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:14:05.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:14:05.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:14:05.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:14:05.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:14:05.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:14:05.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1864e9ee(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 05:14:05.544  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:14:05.544  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:14:05.544  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@107694ba, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@63d063e5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29b8f695, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@22dab44, containsSubquery=false)
2026-08-29 05:14:05.544  INFO 2467003 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:14:25.498  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:14:25.498  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:14:25.498  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d58f65d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d1f3013, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@19c34964, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7be2ad57, containsSubquery=false)
2026-08-29 05:14:25.498  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:14:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2450
2026-08-29 05:14:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:14:35.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:14:35.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:14:35.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:14:35.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:14:35.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:14:35.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2df3e672(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 05:14:35.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:14:45.495  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:14:45.495  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:14:45.495  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@69ffa975, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b2796f5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3227d74c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a291e67, containsSubquery=false)
2026-08-29 05:14:45.495  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:15:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2451
2026-08-29 05:15:05.168  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:15:05.170  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:15:05.174  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:15:05.175  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:15:05.175  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:15:05.175  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:15:05.175  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@36d96f15(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 05:15:05.175  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:15:05.512  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:15:05.512  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:15:05.512  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5d415f04, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46746cb5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7942daa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@183033b2, containsSubquery=false)
2026-08-29 05:15:05.512  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:15:25.489  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:15:25.489  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:15:25.489  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3806b33f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@364a6d2b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@609be325, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16e9902f, containsSubquery=false)
2026-08-29 05:15:25.489  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:15:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2452
2026-08-29 05:15:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:15:35.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:15:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:15:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:15:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:15:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:15:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@16907239(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 05:15:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:15:45.468  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:15:45.468  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:15:45.468  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@ba498df, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@77ec6b74, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12a4e8f5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@69462693, containsSubquery=false)
2026-08-29 05:15:45.468  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:16:05.176  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2453
2026-08-29 05:16:05.190  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:16:05.193  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:16:05.197  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@50a88984(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 05:16:05.204  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:16:05.205  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:16:05.205  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:16:05.206  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:16:05.210  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:16:05.474  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:05.474  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:16:05.474  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5a68899b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@203f5035, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@788f42c5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2bb185e2, containsSubquery=false)
2026-08-29 05:16:05.474  INFO 2467003 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:16:25.500  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:25.500  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:16:25.500  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c22fbaa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ce666bd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e816be5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26db37f6, containsSubquery=false)
2026-08-29 05:16:25.500  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:16:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2454
2026-08-29 05:16:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:16:35.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:16:35.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:16:35.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:16:35.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:16:35.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:16:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@65aa38f7(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 05:16:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:16:45.488  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:45.488  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:16:45.488  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3c546333, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@588af4e4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1fc7254c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@395ba589, containsSubquery=false)
2026-08-29 05:16:45.488  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:16:52.394  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:52.394  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 05:16:52.394  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6679e6b5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6646eda8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b4de212, containsSubquery=false)
2026-08-29 05:16:52.394  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 05:16:52.395  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:52.395  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 05:16:52.395  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512551d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7fbfdac6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28d6663e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30e439d9, containsSubquery=false)
2026-08-29 05:16:52.395  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 05:16:52.399  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:52.399  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 05:16:52.399  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1482f407, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50589910, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@74a1bc7b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64b03ba5, containsSubquery=false)
2026-08-29 05:16:52.399  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 05:16:52.402  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:52.403  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 05:16:52.403  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b53e9a2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@30df7254, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9e96ca1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75503bb4, containsSubquery=false)
2026-08-29 05:16:52.403  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 05:16:52.405  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:52.405  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 05:16:52.405  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3540c398, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@18454683, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d4d3b3d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5fcd45d2, containsSubquery=false)
2026-08-29 05:16:52.405  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 05:16:52.417  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:52.419  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 05:16:52.419  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7892e8c0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c6be1fd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@29a3131d, containsSubquery=false)
2026-08-29 05:16:52.419  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 05:16:52.421  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:52.421  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:16:52.421  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b074f97, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e5164f0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3276e597, containsSubquery=false)
2026-08-29 05:16:52.421  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 05:16:52.426  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:52.426  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:16:52.426  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7183934e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@74dc9ab4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55cf49cf, containsSubquery=false)
2026-08-29 05:16:52.426  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 05:16:52.427  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:52.428  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 05:16:52.428  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a08b9c8, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4f935bab, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e9992bf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@753139eb, containsSubquery=true)
2026-08-29 05:16:52.428  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 05:16:52.432  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:52.432  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:16:52.432  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c08ecc0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@23a65dbf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7bd9bec6, containsSubquery=false)
2026-08-29 05:16:52.432  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 05:16:52.433  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:52.434  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 05:16:52.434  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38522cbd, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2fa3f1a5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@53a17bdb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2dda6c5c, containsSubquery=false)
2026-08-29 05:16:52.434  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 05:16:52.436  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:52.436  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:16:52.436  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb2702a, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@33431f1f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55aa83f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@fbe44cb, containsSubquery=false)
2026-08-29 05:16:52.436  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 05:16:52.443  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:52.443  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 05:16:52.443  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19bbb15a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@645e36ba, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3c48c55, containsSubquery=false)
2026-08-29 05:16:52.443  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 05:16:52.448  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:52.448  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 05:16:52.448  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86bfbfe, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ce91a74, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3be89b98, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6429255f, containsSubquery=false)
2026-08-29 05:16:52.448  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 05:16:52.454  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:52.454  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 05:16:52.454  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b6f21db, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e1aad96, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@53b47cd7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c64614f, containsSubquery=false)
2026-08-29 05:16:52.454  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 05:16:52.466  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:52.466  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 05:16:52.466  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66e44707, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28d67ee5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@77670ca9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@48412de5, containsSubquery=false)
2026-08-29 05:16:52.466  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 05:16:52.469  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:52.469  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 05:16:52.469  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8e3ce1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@63224e8f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@224d790b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e6101b8, containsSubquery=false)
2026-08-29 05:16:52.469  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 05:16:52.473  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:52.473  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 05:16:52.473  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d5ec210, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@525eb9d9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@64840eeb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@256b3f96, containsSubquery=false)
2026-08-29 05:16:52.473  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 05:16:52.476  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:52.476  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 05:16:52.476  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22bbff, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d060bdf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31ed0a66, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2d2ee8cc, containsSubquery=false)
2026-08-29 05:16:52.476  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 05:16:52.475, 2026-08-29 05:16:52.475, 2026-08-29 05:16:52.475]
2026-08-29 05:16:52.482  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:52.482  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 05:16:52.482  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@384f4568, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@da389e6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@57916816, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@731d636f, containsSubquery=false)
2026-08-29 05:16:52.482  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 05:16:52.484  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:52.484  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 05:16:52.484  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d323213, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a644987, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52fa5dbf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75f03596, containsSubquery=false)
2026-08-29 05:16:52.484  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 05:16:52.487  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:52.487  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 05:16:52.487  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13172e6e, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4186423a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35ae9319, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@11fd3626, containsSubquery=false)
2026-08-29 05:16:52.487  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 05:16:52.492  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:52.493  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 05:16:52.493  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ee8cf50, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6df17bf5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15c53c6b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a03b2b5, containsSubquery=false)
2026-08-29 05:16:52.493  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 05:16:52.495  WARN 2467003 --- [http-nio-8804-exec-40] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 05:16:52.773  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:52.773  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 05:16:52.773  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@467e5a58, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5bbcd789, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1869b2b2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e835319, containsSubquery=false)
2026-08-29 05:16:52.773  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13222222225]
2026-08-29 05:16:52.863  INFO 2467003 --- [http-nio-8804-exec-43] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2079509376485502977
2026-08-29 05:16:52.863  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:52.863  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 05:16:52.863  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d75ccd, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4be5b6d9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7fca3f27, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53106696, containsSubquery=false)
2026-08-29 05:16:52.863  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 05:16:52.865  INFO 2467003 --- [http-nio-8804-exec-43] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1785555863, appId=6a6d6b97e4b0dfa55a9303ba, name=微信支付
2026-08-29 05:16:56.341  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:56.341  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 05:16:56.341  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ff23f4e, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20368099, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63d7f36d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25a3a545, containsSubquery=true)
2026-08-29 05:16:56.341  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2079509376485502977, NORMAL, false]
2026-08-29 05:16:56.392  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:56.392  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ?
2026-08-29 05:16:56.392  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e3297d4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=934, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@48ce8117, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70ff8cc6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31b311e3, containsSubquery=false)
2026-08-29 05:16:56.392  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ? ::: [2079509376485502977, NORMAL, false, 10]
2026-08-29 05:16:56.413  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:56.413  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 05:16:56.413  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6179cdb2, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b528b70, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@67c7b360, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ed29a72, containsSubquery=false)
2026-08-29 05:16:56.413  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093533747612864513, O202608282093262457228324865, O202608272092874368844607489, O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153, O202608252092186962797608961, O202608252092186453311307777, O202608252092174913182973953, O202608252092174766541717505]
2026-08-29 05:16:56.418  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:56.418  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 05:16:56.418  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f0ee083, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=23, distinctRow=false, projections=[ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent())], columnLabels=[sn, price_detail]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f6b8a73, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25309ee6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@246b90b5, containsSubquery=false)
2026-08-29 05:16:56.418  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093533747612864513, O202608282093262457228324865, O202608272092874368844607489, O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153, O202608252092186962797608961, O202608252092186453311307777, O202608252092174913182973953, O202608252092174766541717505]
2026-08-29 05:16:56.425  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:16:56.425  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?,?,?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?))
2026-08-29 05:16:56.425  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e91fa38, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@68bdaff6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@102b646c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d43eb5d, containsSubquery=false)
2026-08-29 05:16:56.425  INFO 2467003 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?,?,?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ::: [2089968896156356610, 2089925691385827329, 2092185073775427585, 2083457844124000258, 2090000751379337218, GIFT, STARTED, 0, 0, false]
2026-08-29 05:17:01.236  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:17:01.237  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 05:17:01.237  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@15753d6f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@727fe4b5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@41332237, containsSubquery=false)
2026-08-29 05:17:01.237  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093533747612864513]
2026-08-29 05:17:01.259  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:17:01.259  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 05:17:01.259  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70896603, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1d9f16d2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45e5bdcc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f915f91, containsSubquery=false)
2026-08-29 05:17:01.260  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093533747612864513]
2026-08-29 05:17:01.328  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:17:01.328  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?)
2026-08-29 05:17:01.328  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@264b23b7, tablesContext=TablesContext(tables=[Table(name=li_order_item, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=365, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=unit_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sub_total, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=image, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=snapshot_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_status, alias=Optional.absent()), ColumnProjection(owner=null, name=after_sale_status, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_status, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_id, alias=Optional.absent()), ColumnProjection(owner=null, name=return_goods_number, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=is_refund, alias=Optional.absent()), ColumnProjection(owner=null, name=refund_price, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_number, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, sn, unit_price, sub_total, goods_id, sku_id, num, trade_sn, image, goods_name, category_id, snapshot_id, specs, promotion_type, promotion_id, goods_price, flow_price, comment_status, after_sale_status, price_detail, complain_status, complain_id, return_goods_number, voucher, is_refund, refund_price, deliver_number, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@62b7f63f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@576f402f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c42470a, containsSubquery=false)
2026-08-29 05:17:01.328  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?) ::: [O202608292093533747612864513]
2026-08-29 05:17:01.409  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:17:01.409  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?)
2026-08-29 05:17:01.409  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@bc0fc35, tablesContext=TablesContext(tables=[Table(name=li_order_log, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=88, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_id, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_type, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_name, alias=Optional.absent()), ColumnProjection(owner=null, name=message, alias=Optional.absent())], columnLabels=[id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@27aed36a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@493aaa82, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a588c7c, containsSubquery=false)
2026-08-29 05:17:01.409  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?) ::: [O202608292093533747612864513]
2026-08-29 05:17:01.419  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:17:01.419  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?)
2026-08-29 05:17:01.419  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2428b645, tablesContext=TablesContext(tables=[Table(name=li_receipt, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=202, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_title, alias=Optional.absent()), ColumnProjection(owner=null, name=taxpayer_id, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_content, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_price, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, receipt_title, taxpayer_id, receipt_content, receipt_price, member_id, member_name, store_id, store_name, receipt_status, receipt_detail, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@164b9ee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6fb1eed2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@351150fe, containsSubquery=false)
2026-08-29 05:17:01.419  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?) ::: [O202608292093533747612864513]
2026-08-29 05:17:01.425  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:17:01.425  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?)
2026-08-29 05:17:01.425  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4745f608, tablesContext=TablesContext(tables=[Table(name=li_order_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=152, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_no, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, package_no, order_sn, logistics_no, logistics_code, logistics_name, consignee_mobile, status, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@605b8fcc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28a2fffc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f81129e, containsSubquery=false)
2026-08-29 05:17:01.425  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?) ::: [O202608292093533747612864513]
2026-08-29 05:17:01.432  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:17:01.433  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1
2026-08-29 05:17:01.433  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@665e0b5b, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@76d13903, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4173c0a5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@614b767d, containsSubquery=false)
2026-08-29 05:17:01.433  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1 ::: [O202608292093533747612864513]
2026-08-29 05:17:01.436  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:17:01.436  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ORDER BY asset_type ASC,gift_points DESC
2026-08-29 05:17:01.436  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a6a6e04, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@137334d3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2931405e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e301eb5, containsSubquery=false)
2026-08-29 05:17:01.437  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ORDER BY asset_type ASC,gift_points DESC ::: [2090000751379337218, GIFT, STARTED, 0, 0, false]
2026-08-29 05:17:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2455
2026-08-29 05:17:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:17:05.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:17:05.170  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4f48fa0f(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 05:17:05.171  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:17:05.171  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:17:05.171  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:17:05.172  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:17:05.173  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:17:05.634  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:17:05.635  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:17:05.635  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f9a0c6d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34e5f058, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ad7240b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ea34bc3, containsSubquery=false)
2026-08-29 05:17:05.635  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:17:25.475  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:17:25.475  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:17:25.475  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@419f9ecd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@67617815, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a1b614a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4dac2a42, containsSubquery=false)
2026-08-29 05:17:25.475  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:17:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2456
2026-08-29 05:17:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:17:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:17:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1dfb4484(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 05:17:35.166  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:17:35.167  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:17:35.167  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:17:35.167  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:17:35.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:17:45.484  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:17:45.484  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:17:45.484  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2cd8dcc1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f90f6b8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@557e0d52, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d3d9de4, containsSubquery=false)
2026-08-29 05:17:45.484  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:18:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2457
2026-08-29 05:18:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:18:05.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:18:05.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:18:05.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:18:05.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:18:05.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:18:05.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:18:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2f1a77b7(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 05:18:05.637  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:18:05.637  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:18:05.637  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4dd5427f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11fac07c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43220fae, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3368cc7a, containsSubquery=false)
2026-08-29 05:18:05.638  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:18:25.486  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:18:25.486  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:18:25.486  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@34831824, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5931d99e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@38ddb7f5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@638243fc, containsSubquery=false)
2026-08-29 05:18:25.486  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:18:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2458
2026-08-29 05:18:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:18:35.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:18:35.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:18:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@28d9fad6(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 05:18:35.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:18:35.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:18:35.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:18:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:18:45.465  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:18:45.465  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:18:45.465  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1286ed9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@676122b7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3f2b46c6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1bd1b0ac, containsSubquery=false)
2026-08-29 05:18:45.465  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:19:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2459
2026-08-29 05:19:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:19:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:19:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@50fddd86(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 05:19:05.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:19:05.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:19:05.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:19:05.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:19:05.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:19:05.582  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:19:05.582  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:19:05.582  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@494f9743, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f444d77, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@75346d47, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f0848bb, containsSubquery=false)
2026-08-29 05:19:05.582  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:19:25.490  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:19:25.490  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:19:25.490  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4edae6f2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53984516, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6112eca9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a9d2a3a, containsSubquery=false)
2026-08-29 05:19:25.490  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:19:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2460
2026-08-29 05:19:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:19:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:19:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:19:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:19:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:19:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:19:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@40310d13(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 05:19:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:19:45.461  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:19:45.461  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:19:45.461  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1d3c898e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52e0ea2e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@770ca535, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@590cee7, containsSubquery=false)
2026-08-29 05:19:45.461  INFO 2467003 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:20:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2461
2026-08-29 05:20:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:20:05.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:20:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@46ea6023(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 05:20:05.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:20:05.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:20:05.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:20:05.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:20:05.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:20:05.735  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:20:05.736  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:20:05.736  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2db09a0d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@232837bd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6bfdba25, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@612bbb8a, containsSubquery=false)
2026-08-29 05:20:05.736  INFO 2467003 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:20:25.542  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:20:25.542  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:20:25.542  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@36a54cec, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@590b2b2e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@bc17719, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d6e06c6, containsSubquery=false)
2026-08-29 05:20:25.542  INFO 2467003 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:20:35.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2462
2026-08-29 05:20:35.166  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:20:35.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:20:35.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:20:35.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:20:35.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:20:35.167  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:20:35.167  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@640cf86f(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 05:20:35.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:20:45.495  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:20:45.495  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:20:45.495  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@79697544, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1acbc6f1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7944ad44, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6117aad2, containsSubquery=false)
2026-08-29 05:20:45.495  INFO 2467003 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:21:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2463
2026-08-29 05:21:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:21:05.163  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:21:05.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:21:05.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:21:05.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:21:05.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:21:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1a2841f1(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 05:21:05.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:21:05.469  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:21:05.469  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:21:05.469  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4364654e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7371eabd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ccdc62, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4562f46d, containsSubquery=false)
2026-08-29 05:21:05.469  INFO 2467003 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:21:25.558  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:21:25.558  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:21:25.558  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@49a2fe74, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58072e1f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20311896, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2109ccf7, containsSubquery=false)
2026-08-29 05:21:25.558  INFO 2467003 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:21:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2464
2026-08-29 05:21:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:21:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:21:35.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:21:35.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:21:35.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:21:35.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:21:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1374b91e(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 05:21:35.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:21:45.496  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:21:45.496  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:21:45.496  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@34f257cc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@44d413cf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@461e08a3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64b405a3, containsSubquery=false)
2026-08-29 05:21:45.496  INFO 2467003 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:22:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2465
2026-08-29 05:22:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:22:05.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:22:05.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:22:05.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:22:05.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:22:05.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:22:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4532d68b(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 05:22:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:22:05.477  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:22:05.477  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:22:05.477  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1366cf76, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6fc981ab, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17e173f0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25a4a63b, containsSubquery=false)
2026-08-29 05:22:05.477  INFO 2467003 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:22:25.467  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:22:25.467  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:22:25.467  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@52a6e96e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b45aa4e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4bf63696, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57a4fa1f, containsSubquery=false)
2026-08-29 05:22:25.467  INFO 2467003 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:22:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2466
2026-08-29 05:22:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:22:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:22:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@709b2389(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 05:22:35.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:22:35.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:22:35.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:22:35.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:22:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:22:45.527  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:22:45.527  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:22:45.527  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3464f960, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c83e6e6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@53f4a200, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ad71401, containsSubquery=false)
2026-08-29 05:22:45.527  INFO 2467003 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:23:05.172  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2467
2026-08-29 05:23:05.216  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:23:05.217  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:23:05.218  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@37bbb895(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 05:23:05.223  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:23:05.235  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:23:05.235  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:23:05.235  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:23:05.239  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:23:05.514  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:23:05.514  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:23:05.514  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6383818c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2604077f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52ada55c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f525990, containsSubquery=false)
2026-08-29 05:23:05.514  INFO 2467003 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:23:25.477  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:23:25.478  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:23:25.478  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1cd4e9d7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ab7fb12, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2422403, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@41750bea, containsSubquery=false)
2026-08-29 05:23:25.478  INFO 2467003 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:23:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2468
2026-08-29 05:23:35.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:23:35.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:23:35.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:23:35.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:23:35.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:23:35.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:23:35.168  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:23:35.168  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@201d3272(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 05:23:45.475  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:23:45.475  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:23:45.475  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f0cdec1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1970ef01, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@370f44fa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d203ac8, containsSubquery=false)
2026-08-29 05:23:45.475  INFO 2467003 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:24:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2469
2026-08-29 05:24:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:24:05.165  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:24:05.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@198fa74e(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 05:24:05.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:24:05.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:24:05.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:24:05.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:24:05.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:24:05.507  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:24:05.507  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:24:05.507  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4abc322a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5a642a9d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d5c298a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@437b9b2, containsSubquery=false)
2026-08-29 05:24:05.507  INFO 2467003 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:24:25.464  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:24:25.464  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:24:25.464  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a14995f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@310967e7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4135cb5f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46fc7f42, containsSubquery=false)
2026-08-29 05:24:25.464  INFO 2467003 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:24:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2470
2026-08-29 05:24:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:24:35.162  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:24:35.165  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4e37ba67(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 05:24:35.165  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:24:35.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:24:35.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:24:35.166  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:24:35.166  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:24:45.473  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:24:45.473  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:24:45.473  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@78605961, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@64867b92, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c289f3b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@567df373, containsSubquery=false)
2026-08-29 05:24:45.473  INFO 2467003 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:25:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2471
2026-08-29 05:25:05.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:25:05.165  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:25:05.166  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5ffcb8bb(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 05:25:05.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:25:05.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:25:05.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:25:05.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:25:05.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:25:05.488  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:25:05.488  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:25:05.488  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@bb7d97e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@62734bf1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d8df4ae, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@196de0b1, containsSubquery=false)
2026-08-29 05:25:05.488  INFO 2467003 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:25:25.513  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:25:25.513  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:25:25.513  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@192673a5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@218c95d6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@332fb85d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e75489d, containsSubquery=false)
2026-08-29 05:25:25.513  INFO 2467003 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:25:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2472
2026-08-29 05:25:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:25:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:25:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:25:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:25:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:25:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:25:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@77e96fdc(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 05:25:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:25:45.488  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:25:45.489  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:25:45.489  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a02608e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58552ee9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a35caf9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@52cb37cb, containsSubquery=false)
2026-08-29 05:25:45.489  INFO 2467003 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:26:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2473
2026-08-29 05:26:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:26:05.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:26:05.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4ac353c3(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 05:26:05.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:26:05.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:26:05.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:26:05.163  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:26:05.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:26:05.507  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:26:05.507  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:26:05.507  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a57b6ca, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a4322c8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e2de7ab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36000342, containsSubquery=false)
2026-08-29 05:26:05.507  INFO 2467003 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:26:25.470  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:26:25.470  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:26:25.470  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8e6e52, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b0dc9f4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a25ad6d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46b12246, containsSubquery=false)
2026-08-29 05:26:25.470  INFO 2467003 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:26:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2474
2026-08-29 05:26:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:26:35.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:26:35.169  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@209cf995(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 05:26:35.170  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:26:35.170  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:26:35.170  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:26:35.170  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:26:35.170  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:26:45.467  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:26:45.467  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:26:45.467  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@36d2865b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58b41dc3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4be641bb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@354e87b3, containsSubquery=false)
2026-08-29 05:26:45.467  INFO 2467003 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:27:05.171  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2475
2026-08-29 05:27:05.171  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:27:05.205  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:27:05.215  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:27:05.219  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:27:05.219  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:27:05.219  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:27:05.222  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@626c217b(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 05:27:05.227  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:27:05.475  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:27:05.476  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:27:05.476  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@43cb2ab9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@70ed8865, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b367a84, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@78ae7b8e, containsSubquery=false)
2026-08-29 05:27:05.476  INFO 2467003 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:27:25.610  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:27:25.610  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:27:25.610  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@458f2484, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@57c7c074, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@544fc1da, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d521878, containsSubquery=false)
2026-08-29 05:27:25.610  INFO 2467003 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:27:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2476
2026-08-29 05:27:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:27:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:27:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:27:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:27:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:27:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:27:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:27:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@46c45dee(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 05:27:45.508  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:27:45.508  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:27:45.508  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@c75abd7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@15c1b448, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d1150a1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5692bfc4, containsSubquery=false)
2026-08-29 05:27:45.508  INFO 2467003 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:28:05.163  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2477
2026-08-29 05:28:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:28:05.166  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:28:05.169  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@8ea4504(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 05:28:05.172  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:28:05.172  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:28:05.172  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:28:05.172  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:28:05.172  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:28:05.526  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:28:05.526  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:28:05.526  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@410005de, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1bb28d39, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a3cb7af, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e0a6574, containsSubquery=false)
2026-08-29 05:28:05.526  INFO 2467003 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:28:25.535  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:28:25.535  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:28:25.535  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@677ef49a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f543458, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2008f9bf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30dbb3c9, containsSubquery=false)
2026-08-29 05:28:25.535  INFO 2467003 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:28:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2478
2026-08-29 05:28:35.170  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:28:35.176  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:28:35.177  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:28:35.199  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@117f15af(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 05:28:35.201  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:28:35.201  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:28:35.201  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:28:35.205  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:28:45.518  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:28:45.518  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:28:45.518  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@27a8aa5e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58b34dda, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e7377f7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5576c7dc, containsSubquery=false)
2026-08-29 05:28:45.519  INFO 2467003 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:29:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2479
2026-08-29 05:29:05.166  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:29:05.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:29:05.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:29:05.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:29:05.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:29:05.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:29:05.167  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:29:05.167  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@78b00f27(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 05:29:05.479  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:29:05.480  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:29:05.480  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4a184109, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c5a8097, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62ae9b29, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34bddb8c, containsSubquery=false)
2026-08-29 05:29:05.480  INFO 2467003 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:29:25.481  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:29:25.481  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:29:25.481  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@fe044b7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b73df2f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b7ac6f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73266af3, containsSubquery=false)
2026-08-29 05:29:25.481  INFO 2467003 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:29:35.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2480
2026-08-29 05:29:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:29:35.162  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:29:35.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:29:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7a549d1d(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 05:29:35.164  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:29:35.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:29:35.165  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:29:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:29:45.465  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:29:45.466  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:29:45.466  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3429f32f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4aefd17a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10d42711, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@dd13f5f, containsSubquery=false)
2026-08-29 05:29:45.466  INFO 2467003 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:30:05.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2481
2026-08-29 05:30:05.192  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:30:05.287  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:30:05.288  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:30:05.288  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:30:05.288  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:30:05.288  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:30:05.288  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:30:05.376  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@42e0aa32(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 05:30:05.465  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:30:05.465  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:30:05.465  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1cd22e09, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b03b13c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@192e80e0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ac51b5a, containsSubquery=false)
2026-08-29 05:30:05.465  INFO 2467003 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:30:25.489  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:30:25.489  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:30:25.489  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6655025e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@36a1fcd4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70a2c0f0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7918fa14, containsSubquery=false)
2026-08-29 05:30:25.489  INFO 2467003 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:30:35.164  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2482
2026-08-29 05:30:35.165  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:30:35.172  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:30:35.179  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@16acd9a8(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 05:30:35.181  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:30:35.181  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:30:35.181  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:30:35.181  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:30:35.182  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:30:45.508  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:30:45.511  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:30:45.511  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ea423b7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@301f5960, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@98e472e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@411dc8a5, containsSubquery=false)
2026-08-29 05:30:45.511  INFO 2467003 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:31:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2483
2026-08-29 05:31:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:31:05.166  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:31:05.167  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@a2bb344(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 05:31:05.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:31:05.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:31:05.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:31:05.167  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:31:05.168  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:31:05.589  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:31:05.589  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:31:05.589  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@69ed106e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3dc4a3c3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1286f65a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@447bf776, containsSubquery=false)
2026-08-29 05:31:05.589  INFO 2467003 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:31:25.472  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:31:25.473  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:31:25.473  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1d25e0fb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@31773727, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4dc6309, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36c3bdf7, containsSubquery=false)
2026-08-29 05:31:25.473  INFO 2467003 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:31:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2484
2026-08-29 05:31:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:31:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:31:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:31:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:31:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:31:35.163  INFO 2467003 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:31:35.163  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@59177f16(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 05:31:35.163  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:31:45.462  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:31:45.462  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:31:45.462  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a45e504, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b869b15, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4771fbeb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4bc00f71, containsSubquery=false)
2026-08-29 05:31:45.462  INFO 2467003 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:32:05.161  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2485
2026-08-29 05:32:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:32:05.162  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:32:05.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5c8f815f(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 05:32:05.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:32:05.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:32:05.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:32:05.164  INFO 2467003 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:32:05.164  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:32:05.462  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:32:05.462  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:32:05.462  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40fb57b8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@358558c1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ce39785, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4940053, containsSubquery=false)
2026-08-29 05:32:05.462  INFO 2467003 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:32:25.492  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:32:25.492  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:32:25.492  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4df19628, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c9da1c9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12f3536f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ddc6953, containsSubquery=false)
2026-08-29 05:32:25.492  INFO 2467003 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:32:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2486
2026-08-29 05:32:35.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:32:35.163  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:32:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:32:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:32:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:32:35.164  INFO 2467003 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:32:35.164  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@f71e8bb(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 05:32:35.165  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:32:45.461  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:32:45.461  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:32:45.461  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@52afc3e7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@44ed5dce, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@774ec6e9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d662c7b, containsSubquery=false)
2026-08-29 05:32:45.461  INFO 2467003 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:33:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 2487
2026-08-29 05:33:05.162  INFO 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:33:05.184  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:33:05.185  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:33:05.185  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:33:05.185  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:33:05.185  INFO 2467003 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:33:05.254  WARN 2467003 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3b79de96(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 05:33:05.269  INFO 2467003 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:33:05.534  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:33:05.534  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:33:05.534  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3162f9b2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c3232b5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@71d2a2c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@37352484, containsSubquery=false)
2026-08-29 05:33:05.534  INFO 2467003 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:33:25.476  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:33:25.476  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:33:25.476  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@54c93037, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17461c6e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69f60ca7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@ce01d95, containsSubquery=false)
2026-08-29 05:33:25.477  INFO 2467003 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:33:30.887  INFO 2467003 --- [SpringContextShutdownHook] org.quartz.core.QuartzScheduler          : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
2026-08-29 05:33:31.036  INFO 2467003 --- [SpringContextShutdownHook] o.s.i.endpoint.EventDrivenConsumer       : Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2026-08-29 05:33:31.038  INFO 2467003 --- [SpringContextShutdownHook] o.s.i.channel.PublishSubscribeChannel    : Channel 'manager-api.errorChannel' has 0 subscriber(s).
2026-08-29 05:33:31.039  INFO 2467003 --- [SpringContextShutdownHook] o.s.i.endpoint.EventDrivenConsumer       : stopped bean '_org.springframework.integration.errorLogger'
2026-08-29 05:33:31.061  INFO 2467003 --- [SpringContextShutdownHook] o.s.s.quartz.SchedulerFactoryBean        : Shutting down Quartz Scheduler
2026-08-29 05:33:31.061  INFO 2467003 --- [SpringContextShutdownHook] org.quartz.core.QuartzScheduler          : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
2026-08-29 05:33:31.061  INFO 2467003 --- [SpringContextShutdownHook] org.quartz.core.QuartzScheduler          : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
2026-08-29 05:33:31.062  INFO 2467003 --- [SpringContextShutdownHook] org.quartz.core.QuartzScheduler          : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
2026-08-29 05:33:31.177  INFO 2467003 --- [SpringContextShutdownHook] RocketmqCommon                           : Try to shutdown service thread:PullMessageService started:true lastThread:Thread[PullMessageService,5,main]
2026-08-29 05:33:31.178  INFO 2467003 --- [SpringContextShutdownHook] RocketmqCommon                           : shutdown thread PullMessageService interrupt true
2026-08-29 05:33:31.182  INFO 2467003 --- [SpringContextShutdownHook] RocketmqCommon                           : join thread PullMessageService elapsed time(ms) 3 90000
2026-08-29 05:33:31.188  INFO 2467003 --- [SpringContextShutdownHook] RocketmqRemoting                         : shutdown thread NettyEventExecutor interrupt false
2026-08-29 05:33:31.188  INFO 2467003 --- [SpringContextShutdownHook] RocketmqRemoting                         : join thread NettyEventExecutor elapsed time(ms) 0 90000
2026-08-29 05:33:31.188  INFO 2467003 --- [SpringContextShutdownHook] RocketmqCommon                           : Try to shutdown service thread:RebalanceService started:true lastThread:Thread[RebalanceService,5,main]
2026-08-29 05:33:31.188  INFO 2467003 --- [SpringContextShutdownHook] RocketmqCommon                           : shutdown thread RebalanceService interrupt false
2026-08-29 05:33:31.188  INFO 2467003 --- [SpringContextShutdownHook] RocketmqCommon                           : join thread RebalanceService elapsed time(ms) 0 90000
2026-08-29 05:33:31.209  INFO 2467003 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource   : {dataSource-1} closing ...
2026-08-29 05:33:31.223  INFO 2467003 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource   : {dataSource-1} closed
2026-08-29 05:33:40.006  INFO 2485790 --- [main] cn.lili.StoreApiApplication              : Starting StoreApiApplication v4.3 using Java 17.0.20 on vmi3028923 with PID 2485790 (/opt/av1/seller/seller-api-4.3.jar started by rodgers in /opt/av1/seller)
2026-08-29 05:33:40.040  INFO 2485790 --- [main] cn.lili.StoreApiApplication              : No active profile set, falling back to default profiles: default
2026-08-29 05:33:49.729  INFO 2485790 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2026-08-29 05:33:49.731  INFO 2485790 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2026-08-29 05:33:50.371  INFO 2485790 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 635 ms. Found 2 Elasticsearch repository interfaces.
2026-08-29 05:33:50.380  INFO 2485790 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2026-08-29 05:33:50.381  INFO 2485790 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2026-08-29 05:33:50.452  INFO 2485790 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 70 ms. Found 0 Reactive Elasticsearch repository interfaces.
2026-08-29 05:33:50.484  INFO 2485790 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2026-08-29 05:33:50.491  INFO 2485790 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2026-08-29 05:33:50.577  INFO 2485790 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface cn.lili.modules.search.repository.EsGoodsIndexRepository. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2026-08-29 05:33:50.579  INFO 2485790 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface cn.lili.modules.permission.repository.SystemLogRepository. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2026-08-29 05:33:50.579  INFO 2485790 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 69 ms. Found 0 Redis repository interfaces.
2026-08-29 05:33:51.771  INFO 2485790 --- [main] ptablePropertiesBeanFactoryPostProcessor : Post-processing PropertySource instances
2026-08-29 05:33:51.773  INFO 2485790 --- [main] c.u.j.EncryptablePropertySourceConverter : Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
2026-08-29 05:33:51.787  INFO 2485790 --- [main] c.u.j.EncryptablePropertySourceConverter : Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
2026-08-29 05:33:51.789  INFO 2485790 --- [main] c.u.j.EncryptablePropertySourceConverter : Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
2026-08-29 05:33:51.796  INFO 2485790 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2026-08-29 05:33:51.796  INFO 2485790 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2026-08-29 05:33:51.797  INFO 2485790 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2026-08-29 05:33:51.797  INFO 2485790 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource Config resource 'file [application.yml]' via location 'optional:file:./' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
2026-08-29 05:33:51.797  INFO 2485790 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
2026-08-29 05:33:51.852  INFO 2485790 --- [main] faultConfiguringBeanFactoryPostProcessor : No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2026-08-29 05:33:51.911  INFO 2485790 --- [main] faultConfiguringBeanFactoryPostProcessor : No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created.
2026-08-29 05:33:51.963  INFO 2485790 --- [main] faultConfiguringBeanFactoryPostProcessor : No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2026-08-29 05:33:52.550  INFO 2485790 --- [main] c.u.j.filter.DefaultLazyPropertyFilter   : Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
2026-08-29 05:33:52.578  INFO 2485790 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'threadProperties' of type [cn.lili.common.properties.ThreadProperties$$EnhancerBySpringCGLIB$$c47e2ba8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 05:33:52.582  INFO 2485790 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'threadConfig' of type [cn.lili.common.thread.ThreadConfig$$EnhancerBySpringCGLIB$$36b689c0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 05:33:54.415  INFO 2485790 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'redisConfig' of type [cn.lili.cache.config.redis.RedisConfig$$EnhancerBySpringCGLIB$$8d82e6bd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 05:33:54.484  INFO 2485790 --- [main] cn.lili.cache.config.redis.RedisConfig   : 初始化 -> [Redis CacheErrorHandler]
2026-08-29 05:33:54.490  INFO 2485790 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'errorHandler' of type [cn.lili.cache.config.redis.RedisConfig$1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 05:33:54.602  INFO 2485790 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@2924f1d8' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 05:33:54.615  INFO 2485790 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 05:33:54.664  INFO 2485790 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.integration.config.IntegrationManagementConfiguration' of type [org.springframework.integration.config.IntegrationManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 05:33:54.707  INFO 2485790 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'integrationChannelResolver' of type [org.springframework.integration.support.channel.BeanFactoryChannelResolver] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 05:33:54.713  INFO 2485790 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'integrationDisposableAutoCreatedBeans' of type [org.springframework.integration.config.annotation.Disposables] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 05:33:55.038  INFO 2485790 --- [main] c.u.j.r.DefaultLazyPropertyResolver      : Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
2026-08-29 05:33:55.049  INFO 2485790 --- [main] c.u.j.d.DefaultLazyPropertyDetector      : Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
2026-08-29 05:33:55.583  INFO 2485790 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8804 (http)
2026-08-29 05:33:55.604  INFO 2485790 --- [main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2026-08-29 05:33:55.605  INFO 2485790 --- [main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.52]
2026-08-29 05:33:55.745  INFO 2485790 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2026-08-29 05:33:55.745  INFO 2485790 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 13761 ms
2026-08-29 05:33:59.630  INFO 2485790 --- [main] com.alibaba.druid.pool.DruidDataSource   : {dataSource-1} inited
2026-08-29 05:33:59.765  INFO 2485790 --- [main] o.a.s.c.config.log.ConfigurationLogger   : ShardingRuleConfiguration
{}

2026-08-29 05:33:59.769  INFO 2485790 --- [main] o.a.s.c.config.log.ConfigurationLogger   : Properties
check.table.metadata.enabled: 'false'
sql.show: 'true'

2026-08-29 05:34:06.114  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@6b3f4bd8
2026-08-29 05:34:06.116  INFO 2485790 --- [main] RocketmqRemoting                         : name server address updated. NEW : [127.0.0.1:9877] , OLD: null
2026-08-29 05:34:06.194  INFO 2485790 --- [main] RocketmqCommon                           : Try to start service thread:PullMessageService started:false lastThread:null
2026-08-29 05:34:06.195  INFO 2485790 --- [main] RocketmqCommon                           : Try to start service thread:RebalanceService started:false lastThread:null
2026-08-29 05:34:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: null , NEW: 127.0.0.1:9877. namesrvIndex = 352
2026-08-29 05:34:06.351  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:34:06.389  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:34:06.397  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:34:06.398  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@725c30d(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 05:34:06.399  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:34:06.399  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:34:06.400  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:34:06.401  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:34:06.887  INFO 2485790 --- [main] cn.lili.common.crypto.RsaKeyManager      : 检测到私钥文件存在，开始加载 RSA 密钥对...
2026-08-29 05:34:06.888  INFO 2485790 --- [main] cn.lili.common.crypto.RsaKeyManager      : 私钥文件路径：data/keys/private.key
2026-08-29 05:34:06.888  INFO 2485790 --- [main] cn.lili.common.crypto.RsaKeyManager      : 公钥文件路径：data/keys/public.key
2026-08-29 05:34:06.907  INFO 2485790 --- [main] cn.lili.common.crypto.RsaKeyManager      : 私钥加载成功：data/keys/private.key
2026-08-29 05:34:06.910  INFO 2485790 --- [main] cn.lili.common.crypto.RsaKeyManager      : 公钥加载成功：data/keys/public.key
2026-08-29 05:34:06.910  INFO 2485790 --- [main] cn.lili.common.crypto.RsaKeyManager      : RSA 密钥对加载完成，不会重新生成
2026-08-29 05:34:09.839  INFO 2485790 --- [main] o.s.aop.framework.CglibAopProxy          : Unable to proxy interface-implementing method [public final long cn.lili.modules.goods.serviceimpl.GoodsServiceImpl.getGoodsCountByCategory(java.lang.String)] because it is marked as final: Consider using interface-based JDK proxies instead!
2026-08-29 05:34:10.858  WARN 2485790 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.geo.Point to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 05:34:10.858  WARN 2485790 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.geo.Point as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 05:34:10.858  WARN 2485790 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoPoint to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 05:34:10.859  WARN 2485790 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoPoint as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 05:34:10.859  WARN 2485790 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface org.springframework.data.elasticsearch.core.geo.GeoJson to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 05:34:10.859  WARN 2485790 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to interface org.springframework.data.elasticsearch.core.geo.GeoJson as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 05:34:10.859  WARN 2485790 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonPoint to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 05:34:10.859  WARN 2485790 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonPoint as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 05:34:10.859  WARN 2485790 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPoint to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 05:34:10.859  WARN 2485790 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPoint as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 05:34:10.859  WARN 2485790 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonLineString to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 05:34:10.860  WARN 2485790 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonLineString as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 05:34:10.861  WARN 2485790 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiLineString to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 05:34:10.861  WARN 2485790 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiLineString as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 05:34:10.861  WARN 2485790 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonPolygon to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 05:34:10.861  WARN 2485790 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonPolygon as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 05:34:10.861  WARN 2485790 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPolygon to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 05:34:10.861  WARN 2485790 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPolygon as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 05:34:10.861  WARN 2485790 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonGeometryCollection to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 05:34:10.861  WARN 2485790 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonGeometryCollection as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 05:34:11.083  INFO 2485790 --- [main] o.s.d.elasticsearch.support.VersionInfo  : Version Spring Data Elasticsearch: 4.1.12
2026-08-29 05:34:11.084  INFO 2485790 --- [main] o.s.d.elasticsearch.support.VersionInfo  : Version Elasticsearch Client in build: 7.9.3
2026-08-29 05:34:11.084  INFO 2485790 --- [main] o.s.d.elasticsearch.support.VersionInfo  : Version Elasticsearch Client used: 7.9.3
2026-08-29 05:34:11.084  INFO 2485790 --- [main] o.s.d.elasticsearch.support.VersionInfo  : Version Elasticsearch cluster: 7.10.2
2026-08-29 05:34:11.084  WARN 2485790 --- [main] o.s.d.elasticsearch.support.VersionInfo  : Version mismatch in between Elasticsearch Client and Cluster: 7.9.3 - 7.10.2
2026-08-29 05:34:12.915  WARN 2485790 --- [main] c.b.m.core.metadata.TableInfoHelper      : This primary key of "id" is primitive !不建议如此请使用包装类 in Class: "cn.lili.modules.logistics.entity.dos.LogisticsCode"
2026-08-29 05:34:19.237  INFO 2485790 --- [main] org.redisson.Version                     : Redisson 3.15.6
2026-08-29 05:34:19.238  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@45273d40
2026-08-29 05:34:19.238  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@2a504ea7
2026-08-29 05:34:19.252  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@10f397d0
2026-08-29 05:34:19.252  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@33a3e5db
2026-08-29 05:34:19.252  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@4f9213d2
2026-08-29 05:34:19.252  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@679f59f1
2026-08-29 05:34:19.252  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@6b5e1fc5
2026-08-29 05:34:19.253  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@47ffa248
2026-08-29 05:34:19.253  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@18ac25e6
2026-08-29 05:34:19.253  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@5e1a7d3
2026-08-29 05:34:19.253  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@1eda309d
2026-08-29 05:34:19.253  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@248d2cec
2026-08-29 05:34:19.253  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@5d77be8e
2026-08-29 05:34:19.253  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@55a055cc
2026-08-29 05:34:19.253  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@1ab1d93d
2026-08-29 05:34:19.253  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@57167ccb
2026-08-29 05:34:19.253  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@37753b69
2026-08-29 05:34:19.254  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@602c167e
2026-08-29 05:34:19.254  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@74c04377
2026-08-29 05:34:19.254  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@10d49900
2026-08-29 05:34:19.254  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@e645600
2026-08-29 05:34:19.254  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@e7b3e54
2026-08-29 05:34:19.255  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@78d61f17
2026-08-29 05:34:19.255  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@4cfe9594
2026-08-29 05:34:19.255  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@60861e5d
2026-08-29 05:34:19.255  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@37d81587
2026-08-29 05:34:19.255  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@7f3e9acc
2026-08-29 05:34:19.255  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@47d4e28a
2026-08-29 05:34:19.255  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@177068db
2026-08-29 05:34:19.255  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@60f3239f
2026-08-29 05:34:19.255  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@6b103db7
2026-08-29 05:34:19.255  INFO 2485790 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@b3042ed
2026-08-29 05:34:19.585  INFO 2485790 --- [redisson-netty-4-13] o.r.c.pool.MasterPubSubConnectionPool    : 1 connections initialized for 127.0.0.1/127.0.0.1:6379
2026-08-29 05:34:19.899  INFO 2485790 --- [redisson-netty-4-19] o.r.c.pool.MasterConnectionPool          : 24 connections initialized for 127.0.0.1/127.0.0.1:6379
2026-08-29 05:34:20.470  WARN 2485790 --- [main] c.b.m.core.metadata.TableInfoHelper      : This primary key of "id" is primitive !不建议如此请使用包装类 in Class: "cn.lili.modules.store.entity.dos.StoreBank"
2026-08-29 05:34:20.509  WARN 2485790 --- [main] c.b.m.core.metadata.TableInfoHelper      : This primary key of "id" is primitive !不建议如此请使用包装类 in Class: "cn.lili.modules.store.entity.dos.StoreMcc"
2026-08-29 05:34:24.737  INFO 2485790 --- [main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 15 endpoint(s) beneath base path '/actuator'
2026-08-29 05:34:24.905  INFO 2485790 --- [main] c.l.m.i.config.CustomSpringConfigurator  : 🔧 [WebSocket] CustomSpringConfigurator ApplicationContext 已初始化，可以注入 Spring Bean
2026-08-29 05:34:25.015  INFO 2485790 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2ControllerWebMvc#getDocumentation(String, HttpServletRequest)]
2026-08-29 05:34:26.236  INFO 2485790 --- [main] org.quartz.impl.StdSchedulerFactory      : Using default implementation for ThreadExecutor
2026-08-29 05:34:26.258  INFO 2485790 --- [main] org.quartz.core.SchedulerSignalerImpl    : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2026-08-29 05:34:26.259  INFO 2485790 --- [main] org.quartz.core.QuartzScheduler          : Quartz Scheduler v.2.3.2 created.
2026-08-29 05:34:26.260  INFO 2485790 --- [main] org.quartz.simpl.RAMJobStore             : RAMJobStore initialized.
2026-08-29 05:34:26.261  INFO 2485790 --- [main] org.quartz.core.QuartzScheduler          : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

2026-08-29 05:34:26.261  INFO 2485790 --- [main] org.quartz.impl.StdSchedulerFactory      : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2026-08-29 05:34:26.261  INFO 2485790 --- [main] org.quartz.impl.StdSchedulerFactory      : Quartz scheduler version: 2.3.2
2026-08-29 05:34:26.261  INFO 2485790 --- [main] org.quartz.core.QuartzScheduler          : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@4fc84c92
2026-08-29 05:34:26.336  INFO 2485790 --- [main] .s.s.UserDetailsServiceAutoConfiguration : 

Using generated security password: 212b64d2-1890-4b18-b322-55ba43cd92c7

2026-08-29 05:34:26.534  INFO 2485790 --- [main] o.s.s.web.DefaultSecurityFilterChain     : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1784a296, org.springframework.security.web.context.SecurityContextPersistenceFilter@6560f387, org.springframework.security.web.header.HeaderWriterFilter@7dcc0296, org.springframework.web.filter.CorsFilter@49ea4b65, org.springframework.security.web.authentication.logout.LogoutFilter@19b8f1bd, cn.lili.security.StoreAuthenticationFilter@4af6839c, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5315210d, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@11896af6, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4f3e65f4, org.springframework.security.web.session.SessionManagementFilter@530d40b4, org.springframework.security.web.access.ExceptionTranslationFilter@4d745ac6, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4a9f0360]
2026-08-29 05:34:27.118  INFO 2485790 --- [main] o.s.i.endpoint.EventDrivenConsumer       : Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2026-08-29 05:34:27.119  INFO 2485790 --- [main] o.s.i.channel.PublishSubscribeChannel    : Channel 'manager-api.errorChannel' has 1 subscriber(s).
2026-08-29 05:34:27.119  INFO 2485790 --- [main] o.s.i.endpoint.EventDrivenConsumer       : started bean '_org.springframework.integration.errorLogger'
2026-08-29 05:34:27.146  INFO 2485790 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8804 (http) with context path ''
2026-08-29 05:34:27.148  INFO 2485790 --- [main] u.j.c.RefreshScopeRefreshedEventListener : Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
2026-08-29 05:34:27.149  INFO 2485790 --- [main] CachingDelegateEncryptablePropertySource : Property Source systemProperties refreshed
2026-08-29 05:34:27.149  INFO 2485790 --- [main] CachingDelegateEncryptablePropertySource : Property Source systemEnvironment refreshed
2026-08-29 05:34:27.149  INFO 2485790 --- [main] CachingDelegateEncryptablePropertySource : Property Source random refreshed
2026-08-29 05:34:27.149  INFO 2485790 --- [main] CachingDelegateEncryptablePropertySource : Property Source Config resource 'file [application.yml]' via location 'optional:file:./' refreshed
2026-08-29 05:34:27.149  INFO 2485790 --- [main] CachingDelegateEncryptablePropertySource : Property Source Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' refreshed
2026-08-29 05:34:27.150  INFO 2485790 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2026-08-29 05:34:27.150  INFO 2485790 --- [main] c.u.j.EncryptablePropertySourceConverter : Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
2026-08-29 05:34:27.150  INFO 2485790 --- [main] c.u.j.EncryptablePropertySourceConverter : Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
2026-08-29 05:34:27.151  INFO 2485790 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
2026-08-29 05:34:27.151  INFO 2485790 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource Management Server [org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration$1] to EncryptablePropertySourceWrapper
2026-08-29 05:34:27.152  INFO 2485790 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Documentation plugins bootstrapped
2026-08-29 05:34:27.161  INFO 2485790 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 23 custom documentation plugin(s)
2026-08-29 05:34:27.315  INFO 2485790 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 05:34:27.362  INFO 2485790 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 05:34:27.391  INFO 2485790 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 05:34:27.426  INFO 2485790 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 05:34:27.446  INFO 2485790 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 05:34:27.850  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_1
2026-08-29 05:34:27.868  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_1
2026-08-29 05:34:27.896  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_2
2026-08-29 05:34:27.947  INFO 2485790 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 05:34:28.003  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCouponListUsingGET_1
2026-08-29 05:34:28.042  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_2
2026-08-29 05:34:28.071  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateCouponStatusUsingPUT_1
2026-08-29 05:34:28.091  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_3
2026-08-29 05:34:28.262  INFO 2485790 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 05:34:28.286  INFO 2485790 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 05:34:28.292  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_4
2026-08-29 05:34:28.301  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_3
2026-08-29 05:34:28.311  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageUsingGET_1
2026-08-29 05:34:28.344  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_5
2026-08-29 05:34:28.373  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageUsingGET_2
2026-08-29 05:34:28.424  INFO 2485790 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 05:34:28.446  INFO 2485790 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 05:34:28.569  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_1
2026-08-29 05:34:28.571  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_1
2026-08-29 05:34:28.573  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_1
2026-08-29 05:34:28.625  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_6
2026-08-29 05:34:28.636  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_4
2026-08-29 05:34:28.672  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_5
2026-08-29 05:34:28.702  INFO 2485790 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 05:34:28.737  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_1
2026-08-29 05:34:28.774  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: submitUsingPOST_1
2026-08-29 05:34:28.799  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_1
2026-08-29 05:34:28.803  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: walletUsingGET_1
2026-08-29 05:34:28.811  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: historyUsingGET_1
2026-08-29 05:34:28.843  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUrlUsingGET_1
2026-08-29 05:34:28.868  INFO 2485790 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 05:34:28.887  INFO 2485790 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 05:34:28.940  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_2
2026-08-29 05:34:28.957  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_7
2026-08-29 05:34:28.974  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageUsingGET_3
2026-08-29 05:34:28.987  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_2
2026-08-29 05:34:29.019  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_8
2026-08-29 05:34:29.025  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_1
2026-08-29 05:34:29.030  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPUT_1
2026-08-29 05:34:29.031  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: delAllByIdsUsingDELETE_1
2026-08-29 05:34:29.038  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_6
2026-08-29 05:34:29.043  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPUT_2
2026-08-29 05:34:29.047  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_9
2026-08-29 05:34:29.074  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_2
2026-08-29 05:34:29.078  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_10
2026-08-29 05:34:29.087  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_3
2026-08-29 05:34:29.090  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_3
2026-08-29 05:34:29.113  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageUsingGET_4
2026-08-29 05:34:29.159  INFO 2485790 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 05:34:29.182  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: resetPasswordUsingPOST_1
2026-08-29 05:34:29.207  INFO 2485790 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 05:34:29.230  INFO 2485790 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 05:34:29.248  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cancelUsingDELETE_1
2026-08-29 05:34:29.297  INFO 2485790 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 05:34:29.336  INFO 2485790 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 05:34:29.348  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_7
2026-08-29 05:34:29.369  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: paymentUsingGET_1
2026-08-29 05:34:29.371  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_8
2026-08-29 05:34:29.452  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_9
2026-08-29 05:34:29.469  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_10
2026-08-29 05:34:29.505  INFO 2485790 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 05:34:29.530  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_11
2026-08-29 05:34:29.543  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_11
2026-08-29 05:34:29.573  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_12
2026-08-29 05:34:29.600  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPUT_3
2026-08-29 05:34:29.616  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_13
2026-08-29 05:34:29.629  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_14
2026-08-29 05:34:29.691  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_2
2026-08-29 05:34:29.694  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: execProfitSharingUsingPOST_1
2026-08-29 05:34:29.697  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refreshProfitSharingUsingPOST_1
2026-08-29 05:34:29.754  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deliveryUsingPOST_1
2026-08-29 05:34:29.767  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: takeUsingPUT_1
2026-08-29 05:34:29.776  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: downLoadDeliverExcelUsingGET_1
2026-08-29 05:34:29.780  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_15
2026-08-29 05:34:29.805  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_12
2026-08-29 05:34:29.834  INFO 2485790 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 05:34:29.842  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_4
2026-08-29 05:34:29.844  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_4
2026-08-29 05:34:29.853  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_2
2026-08-29 05:34:29.861  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_3
2026-08-29 05:34:29.885  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_5
2026-08-29 05:34:29.890  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_5
2026-08-29 05:34:29.896  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_16
2026-08-29 05:34:29.901  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_17
2026-08-29 05:34:29.902  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: delByIdsUsingDELETE_1
2026-08-29 05:34:29.905  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getStoreAfterSaleAddressUsingGET_1
2026-08-29 05:34:29.914  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_18
2026-08-29 05:34:29.915  INFO 2485790 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_6
2026-08-29 05:34:29.941  INFO 2485790 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 05:34:29.963  INFO 2485790 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 05:34:29.988  INFO 2485790 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 05:34:29.989  INFO 2485790 --- [main] o.s.s.quartz.SchedulerFactoryBean        : Starting Quartz Scheduler now
2026-08-29 05:34:29.989  INFO 2485790 --- [main] org.quartz.core.QuartzScheduler          : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2026-08-29 05:34:30.009  INFO 2485790 --- [quartzScheduler_Worker-1] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 05:34:30.051  INFO 2485790 --- [main] cn.lili.StoreApiApplication              : Started StoreApiApplication in 55.192 seconds (JVM running for 57.411)
2026-08-29 05:34:30.066  INFO 2485790 --- [main] c.l.c.s.init.SensitiveWordsLoader        : 系统初始化敏感词
2026-08-29 05:34:30.221  INFO 2485790 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator       : Application registered itself as ba13e028040f
2026-08-29 05:34:30.293  INFO 2485790 --- [http-nio-8804-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-08-29 05:34:30.294  INFO 2485790 --- [http-nio-8804-exec-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2026-08-29 05:34:30.300  INFO 2485790 --- [http-nio-8804-exec-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 6 ms
2026-08-29 05:34:32.242  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:34:32.243  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:34:32.243  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a22bb14, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35d3feb2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a19bf08, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56b1ae7c, containsSubquery=false)
2026-08-29 05:34:32.244  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:34:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 353
2026-08-29 05:34:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:34:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:34:36.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5aebf565(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 05:34:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:34:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:34:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:34:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:34:36.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:34:45.487  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:34:45.488  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:34:45.488  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@48cae602, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@460d016b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42328d72, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7300b50, containsSubquery=false)
2026-08-29 05:34:45.488  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:35:05.477  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:35:05.477  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:35:05.477  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@20a6572b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e61bd4f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a5e3c5b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6f5cb774, containsSubquery=false)
2026-08-29 05:35:05.477  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:35:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 354
2026-08-29 05:35:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:35:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:35:06.208  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:35:06.208  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@50fb9a86(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 05:35:06.208  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:35:06.208  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:35:06.208  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:35:06.209  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:35:25.466  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:35:25.467  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:35:25.467  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38cd9fef, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@360a7686, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3235f49f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77377cbd, containsSubquery=false)
2026-08-29 05:35:25.467  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:35:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 355
2026-08-29 05:35:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:35:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:35:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:35:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:35:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:35:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:35:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:35:36.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5ccb7054(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 05:35:45.501  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:35:45.502  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:35:45.502  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6008ec78, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ecf0e09, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6af08708, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ff20432, containsSubquery=false)
2026-08-29 05:35:45.503  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:36:05.521  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:36:05.521  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:36:05.521  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22721c35, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2cb5e60b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@288a7745, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d88ec30, containsSubquery=false)
2026-08-29 05:36:05.521  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:36:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 356
2026-08-29 05:36:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:36:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:36:06.207  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@409606d2(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 05:36:06.208  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:36:06.208  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:36:06.208  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:36:06.208  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:36:06.208  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:36:25.467  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:36:25.468  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:36:25.468  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@18ceabdf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@160956b6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1236c0af, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57345c8d, containsSubquery=false)
2026-08-29 05:36:25.468  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:36:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 357
2026-08-29 05:36:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:36:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:36:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@173f6ff5(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 05:36:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:36:36.207  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:36:36.207  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:36:36.207  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:36:36.208  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:36:45.532  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:36:45.533  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:36:45.533  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1aeded63, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@142a004e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10158613, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55170a75, containsSubquery=false)
2026-08-29 05:36:45.533  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:37:05.473  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:37:05.473  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:37:05.473  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a96cf7c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@451205e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ea40c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@456c2a65, containsSubquery=false)
2026-08-29 05:37:05.473  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:37:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 358
2026-08-29 05:37:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:37:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:37:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:37:06.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2264a0a9(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 05:37:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:37:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:37:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:37:06.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:37:25.468  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:37:25.468  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:37:25.468  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@31e82d2d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f2fd560, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b10465d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e12df5b, containsSubquery=false)
2026-08-29 05:37:25.468  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:37:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 359
2026-08-29 05:37:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:37:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:37:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:37:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:37:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:37:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:37:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:37:36.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4801f68(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 05:37:45.484  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:37:45.484  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:37:45.484  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@72420b14, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c85eb2c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@78ba6064, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3db8e117, containsSubquery=false)
2026-08-29 05:37:45.484  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:38:05.500  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:38:05.501  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:38:05.501  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@54438a8d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5a847e75, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ebbe1fd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1bb9744e, containsSubquery=false)
2026-08-29 05:38:05.501  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:38:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 360
2026-08-29 05:38:06.206  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:38:06.207  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:38:06.217  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5c2af351(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 05:38:06.217  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:38:06.218  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:38:06.218  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:38:06.218  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:38:06.218  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:38:25.470  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:38:25.471  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:38:25.471  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5f4c2be2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1a4eae6f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d89cd64, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2b1e9585, containsSubquery=false)
2026-08-29 05:38:25.471  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:38:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 361
2026-08-29 05:38:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:38:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:38:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:38:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@19a42762(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 05:38:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:38:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:38:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:38:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:38:45.465  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:38:45.466  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:38:45.466  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f24df63, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11e322f7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15dcb413, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50de28cc, containsSubquery=false)
2026-08-29 05:38:45.466  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:39:05.506  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:39:05.506  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:39:05.506  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@b4af724, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@67dfe232, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27ae3393, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c0d0f62, containsSubquery=false)
2026-08-29 05:39:05.507  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:39:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 362
2026-08-29 05:39:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:39:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:39:06.210  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1df5cb7(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 05:39:06.210  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:39:06.211  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:39:06.211  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:39:06.211  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:39:06.211  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:39:25.467  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:39:25.468  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:39:25.468  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@63c05b13, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@36640e0b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d5f615c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@67ceae65, containsSubquery=false)
2026-08-29 05:39:25.468  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:39:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 363
2026-08-29 05:39:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:39:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:39:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:39:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:39:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:39:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:39:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@68cecad8(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 05:39:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:39:45.469  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:39:45.469  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:39:45.469  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7ffe2960, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7139c8ef, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@75064210, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3004c2d4, containsSubquery=false)
2026-08-29 05:39:45.469  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:40:05.501  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:05.501  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:40:05.501  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@793a5fbc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@77fdbeeb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@73c234cc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36c0b4d0, containsSubquery=false)
2026-08-29 05:40:05.501  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:40:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 364
2026-08-29 05:40:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:40:06.202  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:40:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:40:06.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3542f196(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 05:40:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:40:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:40:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:40:06.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:40:17.601  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:17.601  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:17.601  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 05:40:17.602  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 05:40:17.602  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e56f5c, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@bcdb4be, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c70d8cc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@225030b6, containsSubquery=false)
2026-08-29 05:40:17.602  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2073788833031397377]
2026-08-29 05:40:17.602  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@290edec6, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c0b31e1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d848180, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c219206, containsSubquery=false)
2026-08-29 05:40:17.602  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2073788833031397377]
2026-08-29 05:40:17.684  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:17.684  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 05:40:17.684  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e1386b9, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b26606f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43bd2b0c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@129398d7, containsSubquery=false)
2026-08-29 05:40:17.690  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13250820846]
2026-08-29 05:40:17.923  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:17.924  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 05:40:17.924  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6e13ab5, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5cc87d9b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c374ae5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46cdb806, containsSubquery=false)
2026-08-29 05:40:17.924  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2073788833031397377, 2026-08-29 00:00:00.0]
2026-08-29 05:40:17.959  INFO 2485790 --- [http-nio-8804-exec-25] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2073788833031397377
2026-08-29 05:40:18.022  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:18.022  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 05:40:18.022  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a8dc913, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@77273de1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7fe53076, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5aaf0745, containsSubquery=false)
2026-08-29 05:40:18.022  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2073788833031397377, UPPER, 0]
2026-08-29 05:40:18.031  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:18.032  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 05:40:18.032  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@53328606, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@21e7aeac, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e87a10f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@59e0b253, containsSubquery=false)
2026-08-29 05:40:18.033  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2073788833031397377]
2026-08-29 05:40:18.070  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:18.070  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 05:40:18.070  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d569197, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55a3ca08, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2473c333, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@417c314c, containsSubquery=false)
2026-08-29 05:40:18.071  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2073788833031397377, PAY]
2026-08-29 05:40:18.083  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:18.084  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:40:18.084  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55061ea4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2997e954, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a4db763, containsSubquery=false)
2026-08-29 05:40:18.085  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2073788833031397377]
2026-08-29 05:40:18.111  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:18.114  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 05:40:18.114  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3685a328, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@9429900, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16e81cd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@8a33a8f, containsSubquery=false)
2026-08-29 05:40:18.115  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2073788833031397377]
2026-08-29 05:40:18.124  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:18.125  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:40:18.125  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2511260e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12507b60, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2730073a, containsSubquery=false)
2026-08-29 05:40:18.125  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2073788833031397377]
2026-08-29 05:40:18.132  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:18.132  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 05:40:18.132  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@740b4aa1, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d22d8fb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3452231f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@24835f88, containsSubquery=true)
2026-08-29 05:40:18.132  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2073788833031397377, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 05:40:18.134  WARN 2485790 --- [http-nio-8804-exec-25] c.l.m.w.s.PaymentMerchantsServiceImpl    : 未找到支付配置，请检查是否已配置或状态为启用
2026-08-29 05:40:18.137  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:18.137  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:40:18.137  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2447ec24, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4dd31859, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ff9c886, containsSubquery=false)
2026-08-29 05:40:18.137  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2073788833031397377]
2026-08-29 05:40:18.142 ERROR 2485790 --- [http-nio-8804-exec-25] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[RuntimeException]:

java.lang.NullPointerException: Cannot invoke "cn.lili.modules.wallet.entity.dos.PaymentMerchants.setAppSecret(String)" because "merchants" is null
	at cn.lili.modules.statistics.serviceimpl.IndexStatisticsServiceImpl.checkPayments(IndexStatisticsServiceImpl.java:245)
	at cn.lili.controller.statistics.IndexStatisticsStoreController.payment(IndexStatisticsStoreController.java:66)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 05:40:18.166  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:18.166  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:40:18.166  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f783623, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3f820d3d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@240976e3, containsSubquery=false)
2026-08-29 05:40:18.166  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2073788833031397377]
2026-08-29 05:40:18.185  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:18.186  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 05:40:18.186  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d569197, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53d078b3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@550dd1bd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16a402ed, containsSubquery=false)
2026-08-29 05:40:18.186  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2073788833031397377, REFUND]
2026-08-29 05:40:18.206  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:18.206  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 05:40:18.206  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38b543a5, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@642f1e8b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@59ca66b7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1262e105, containsSubquery=false)
2026-08-29 05:40:18.206  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2073788833031397377]
2026-08-29 05:40:18.229  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:18.229  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 05:40:18.229  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38b543a5, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b48d3dd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@59d4576d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@660ef714, containsSubquery=false)
2026-08-29 05:40:18.229  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2073788833031397377]
2026-08-29 05:40:18.267  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:18.267  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 05:40:18.267  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13f6bb7d, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@603b259b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7076900b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2d6f37ba, containsSubquery=false)
2026-08-29 05:40:18.268  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2073788833031397377, false]
2026-08-29 05:40:18.339  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:18.340  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 05:40:18.340  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a6b4bd9, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1af69abb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@59213baf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4a4314cf, containsSubquery=false)
2026-08-29 05:40:18.340  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2073788833031397377]
2026-08-29 05:40:18.351  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:18.351  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 05:40:18.351  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@290edec6, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4677009, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@56d0e926, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1987a862, containsSubquery=false)
2026-08-29 05:40:18.351  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2073788833031397377]
2026-08-29 05:40:18.376  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:18.376  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 05:40:18.376  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@320cdf84, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@70a37d3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47384c6e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57579e0a, containsSubquery=false)
2026-08-29 05:40:18.376  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2073788833031397377]
2026-08-29 05:40:18.441  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:18.442  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 05:40:18.442  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@363f68f, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@437e21b6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@38daf69c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b29e3b3, containsSubquery=false)
2026-08-29 05:40:18.442  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 05:40:18.396, 2026-08-29 05:40:18.4, 2026-08-29 05:40:18.4]
2026-08-29 05:40:18.618  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:18.618  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 05:40:18.618  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@608bfff2, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@70320400, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e7d5c50, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7dff154b, containsSubquery=false)
2026-08-29 05:40:18.618  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2073788833031397377]
2026-08-29 05:40:18.654  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:18.654  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 05:40:18.654  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@59a242f1, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@fc2b137, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f327060, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@78077337, containsSubquery=false)
2026-08-29 05:40:18.654  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2073788833031397377, TIANQUE, false]
2026-08-29 05:40:18.695  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:18.695  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 05:40:18.696  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@191ce9da, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@40debe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17c9118c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@23b3a1c4, containsSubquery=false)
2026-08-29 05:40:18.696  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2073788833031397377, TIANQUE, false]
2026-08-29 05:40:18.781  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:18.781  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 05:40:18.781  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19fb6178, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@209de37b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17137fb3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75f34ed, containsSubquery=false)
2026-08-29 05:40:18.781  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2073788833031397377]
2026-08-29 05:40:18.797  WARN 2485790 --- [http-nio-8804-exec-23] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2073788833031397377 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 05:40:25.491  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:25.492  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:40:25.492  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a4d44b3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@148aa98a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10b52fc3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55b7a3b1, containsSubquery=false)
2026-08-29 05:40:25.492  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:40:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 365
2026-08-29 05:40:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:40:36.216  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:40:36.217  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:40:36.217  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:40:36.217  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:40:36.217  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:40:36.217  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:40:36.231  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@561d1c4d(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 05:40:45.467  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:45.467  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:40:45.467  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4adbab8a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@441c4ca1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4023c0fa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@521469a, containsSubquery=false)
2026-08-29 05:40:45.467  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:40:58.594  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:58.594  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 05:40:58.594  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@290edec6, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@44c604f7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2898078d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75c8e13c, containsSubquery=false)
2026-08-29 05:40:58.594  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 05:40:58.611  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:58.611  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 05:40:58.611  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e56f5c, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@baf91f5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5687ef0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@157fa85, containsSubquery=false)
2026-08-29 05:40:58.611  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 05:40:58.612  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:58.612  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 05:40:58.612  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6e13ab5, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b783514, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20a723f8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4541b837, containsSubquery=false)
2026-08-29 05:40:58.612  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 05:40:58.629  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:58.629  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 05:40:58.629  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@53328606, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b665d0f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@247a8b84, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4743c8b, containsSubquery=false)
2026-08-29 05:40:58.629  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 05:40:58.629  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:58.629  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 05:40:58.629  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a8dc913, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1fce8fad, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@57060c63, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7790c01f, containsSubquery=false)
2026-08-29 05:40:58.629  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 05:40:58.638  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:58.638  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 05:40:58.638  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d569197, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20345347, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@501a3ae, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c56fe8, containsSubquery=false)
2026-08-29 05:40:58.638  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 05:40:58.646  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:58.646  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:40:58.646  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3fe36dc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@721f8e84, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d608e93, containsSubquery=false)
2026-08-29 05:40:58.646  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 05:40:58.652  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:58.653  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 05:40:58.654  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@740b4aa1, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4bfa4094, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@676cdc2c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34a91c1b, containsSubquery=true)
2026-08-29 05:40:58.657  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 05:40:58.668  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:58.668  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:40:58.669  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@271c0e97, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e5108f1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f8c4010, containsSubquery=false)
2026-08-29 05:40:58.669  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 05:40:58.672  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:58.672  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 05:40:58.672  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d569197, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b274375, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6712cdce, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c36706, containsSubquery=false)
2026-08-29 05:40:58.673  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 05:40:58.690  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:58.690  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:40:58.690  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69294488, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@34f8157d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5cd7b8b3, containsSubquery=false)
2026-08-29 05:40:58.691  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 05:40:58.716  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:58.716  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:40:58.716  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f518537, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6881f85a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46e5b753, containsSubquery=false)
2026-08-29 05:40:58.716  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 05:40:58.729  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:58.730  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 05:40:58.730  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38b543a5, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@741b97b2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1f2ff94d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a93e21c, containsSubquery=false)
2026-08-29 05:40:58.730  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 05:40:58.736  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:58.736  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 05:40:58.736  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38b543a5, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ebe3bc7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b88bb0e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5289d7d3, containsSubquery=false)
2026-08-29 05:40:58.736  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 05:40:58.745  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:58.746  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 05:40:58.746  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13f6bb7d, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@67a1358e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b0a51e6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b696fc9, containsSubquery=false)
2026-08-29 05:40:58.746  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 05:40:58.755  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:58.755  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 05:40:58.755  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a6b4bd9, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@382644a3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68616349, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5891d31b, containsSubquery=false)
2026-08-29 05:40:58.755  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 05:40:58.761  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:58.761  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 05:40:58.761  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@290edec6, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@755ed6ca, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2301da71, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@416c29ef, containsSubquery=false)
2026-08-29 05:40:58.761  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 05:40:58.770  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:58.770  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 05:40:58.770  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@320cdf84, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d3faea4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d3cd5bd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@54ab96dc, containsSubquery=false)
2026-08-29 05:40:58.770  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 05:40:58.775  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:58.775  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 05:40:58.775  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@363f68f, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@efefcb9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@66b86cc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@47246aef, containsSubquery=false)
2026-08-29 05:40:58.775  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 05:40:58.774, 2026-08-29 05:40:58.774, 2026-08-29 05:40:58.774]
2026-08-29 05:40:58.785  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:58.786  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 05:40:58.786  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@608bfff2, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4306e17d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@271188e0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5cdef23e, containsSubquery=false)
2026-08-29 05:40:58.786  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 05:40:58.791  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:58.792  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 05:40:58.792  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@59a242f1, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@108306a0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b67598c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4a808299, containsSubquery=false)
2026-08-29 05:40:58.793  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 05:40:58.798  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:58.799  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 05:40:58.799  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@191ce9da, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e5adc9d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40800385, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30c21ebb, containsSubquery=false)
2026-08-29 05:40:58.800  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 05:40:58.808  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:58.808  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 05:40:58.808  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19fb6178, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@257b5f81, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ecba53, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33d79e4d, containsSubquery=false)
2026-08-29 05:40:58.808  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 05:40:58.812  WARN 2485790 --- [http-nio-8804-exec-29] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 05:40:59.171  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:59.171  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 05:40:59.171  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e1386b9, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3e495513, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b4bccbe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46b4b792, containsSubquery=false)
2026-08-29 05:40:59.171  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13222222225]
2026-08-29 05:40:59.278  INFO 2485790 --- [http-nio-8804-exec-31] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2079509376485502977
2026-08-29 05:40:59.283  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:40:59.283  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 05:40:59.283  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3685a328, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b6433f1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@788f1f28, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6276087d, containsSubquery=false)
2026-08-29 05:40:59.283  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 05:40:59.296  INFO 2485790 --- [http-nio-8804-exec-31] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1785555863, appId=6a6d6b97e4b0dfa55a9303ba, name=微信支付
2026-08-29 05:41:01.859  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:01.859  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 05:41:01.859  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e56f5c, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@761667, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@eb1e819, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a8e7d17, containsSubquery=false)
2026-08-29 05:41:01.860  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 05:41:01.864  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:01.865  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 05:41:01.865  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@53328606, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e09ce5c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@796624f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2fa31d6d, containsSubquery=false)
2026-08-29 05:41:01.865  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 05:41:01.870  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:01.871  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 05:41:01.871  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d569197, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c9268ed, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2bed4667, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e7fa964, containsSubquery=false)
2026-08-29 05:41:01.871  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 05:41:01.891  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:01.900  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 05:41:01.900  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@740b4aa1, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f3aee1b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c8d5211, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@319f56ae, containsSubquery=true)
2026-08-29 05:41:01.901  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 05:41:01.929  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:01.930  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 05:41:01.930  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d569197, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b891cc8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20e81d31, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@70b9444c, containsSubquery=false)
2026-08-29 05:41:01.930  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 05:41:02.123  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:02.123  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 05:41:02.123  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@290edec6, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@373d37cf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@39fadf58, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3dc55cbf, containsSubquery=false)
2026-08-29 05:41:02.126  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 05:41:02.138  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:02.138  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 05:41:02.138  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6e13ab5, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49f50d7f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ec2905a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18e82a2c, containsSubquery=false)
2026-08-29 05:41:02.138  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 05:41:02.150  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:02.150  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 05:41:02.150  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a8dc913, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@45c63dab, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ca6d675, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6831cc9f, containsSubquery=false)
2026-08-29 05:41:02.150  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 05:41:02.242  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:02.246  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:41:02.247  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5811b863, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e22d2ca, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34c05658, containsSubquery=false)
2026-08-29 05:41:02.247  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 05:41:02.307  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:02.308  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:41:02.308  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d987c73, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7bdc810e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@52e46dcf, containsSubquery=false)
2026-08-29 05:41:02.308  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 05:41:02.344  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:02.345  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:41:02.345  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@42df220, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@75566d7f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7a06d52a, containsSubquery=false)
2026-08-29 05:41:02.345  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 05:41:02.356  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:02.356  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 05:41:02.356  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ac4be47, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36279bb0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@23f2200c, containsSubquery=false)
2026-08-29 05:41:02.356  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 05:41:02.368  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:02.368  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 05:41:02.368  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38b543a5, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3299890e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@d92d11, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@61a42a18, containsSubquery=false)
2026-08-29 05:41:02.368  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 05:41:02.407  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:02.407  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 05:41:02.407  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38b543a5, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2514ae2d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6520a47d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b00c327, containsSubquery=false)
2026-08-29 05:41:02.407  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 05:41:02.426  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:02.427  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 05:41:02.427  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13f6bb7d, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2dbe192, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6faf0315, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@65929489, containsSubquery=false)
2026-08-29 05:41:02.427  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 05:41:02.518  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:02.518  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 05:41:02.518  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a6b4bd9, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@8308431, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79777f62, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a5099cc, containsSubquery=false)
2026-08-29 05:41:02.518  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 05:41:02.540  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:02.540  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 05:41:02.540  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@290edec6, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f53c32b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5123a3f4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@213721b4, containsSubquery=false)
2026-08-29 05:41:02.540  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 05:41:02.559  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:02.561  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 05:41:02.561  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@320cdf84, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5859a9fa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@407b19c4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@67829c18, containsSubquery=false)
2026-08-29 05:41:02.562  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 05:41:02.575  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:02.575  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 05:41:02.575  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@363f68f, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3279a8fa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@416880f1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@44737f11, containsSubquery=false)
2026-08-29 05:41:02.575  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 05:41:02.57, 2026-08-29 05:41:02.571, 2026-08-29 05:41:02.571]
2026-08-29 05:41:02.585  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:02.585  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 05:41:02.585  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@608bfff2, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@350d5e08, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ad9344f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1687a327, containsSubquery=false)
2026-08-29 05:41:02.585  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 05:41:02.615  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:02.615  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 05:41:02.615  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@59a242f1, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@63ec31bc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@48d9387d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6095d3bd, containsSubquery=false)
2026-08-29 05:41:02.615  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 05:41:02.624  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:02.624  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 05:41:02.625  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@191ce9da, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3cc32cc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4d8a0133, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6fdeb68a, containsSubquery=false)
2026-08-29 05:41:02.625  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 05:41:02.635  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:02.635  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 05:41:02.635  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19fb6178, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2dd38319, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@37a30acf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@49c35f9c, containsSubquery=false)
2026-08-29 05:41:02.635  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 05:41:02.646  WARN 2485790 --- [http-nio-8804-exec-32] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 05:41:02.689  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:02.706  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_member_evaluation AS me WHERE (store_id = ? AND delete_flag = ?)
2026-08-29 05:41:02.706  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@281cef4a, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.of(me))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17f560e1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@65075008, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57fc338b, containsSubquery=false)
2026-08-29 05:41:02.706  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_member_evaluation AS me WHERE (store_id = ? AND delete_flag = ?) ::: [2079509376485502977, false]
2026-08-29 05:41:02.724  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:02.726  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select me.* from li_member_evaluation as me WHERE (store_id = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 05:41:02.726  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b09a5d7, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.of(me))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=10, distinctRow=false, projections=[ShorthandProjection(owner=Optional.of(me))], columnLabels=[id, create_by, create_time, delete_flag, update_by, update_time, content, goods_id, goods_image, goods_name, grade, have_image, have_reply_image, images, member_id, member_name, member_profile, order_no, reply, reply_image, store_id, sku_id, status, reply_status, delivery_score, description_score, service_score, store_name]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d853a7e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@66c6c33e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3afac22e, containsSubquery=false)
2026-08-29 05:41:02.726  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select me.* from li_member_evaluation as me WHERE (store_id = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT ? ::: [2079509376485502977, false, 10]
2026-08-29 05:41:05.465  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:05.465  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:41:05.465  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@28eef078, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@26290b15, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22169b08, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6714012e, containsSubquery=false)
2026-08-29 05:41:05.465  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:41:05.728  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:05.729  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?)
2026-08-29 05:41:05.729  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6045f010, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6056a767, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76160ae1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d24e8c3, containsSubquery=false)
2026-08-29 05:41:05.729  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?) ::: [2079509376485502977, EXCHANGE]
2026-08-29 05:41:05.779  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:05.779  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 05:41:05.779  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@69267604, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@475486aa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@77307555, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@71c43da5, containsSubquery=false)
2026-08-29 05:41:05.779  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ?) ORDER BY create_time DESC LIMIT ? ::: [2079509376485502977, EXCHANGE, 10]
2026-08-29 05:41:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 366
2026-08-29 05:41:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:41:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:41:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:41:06.208  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:41:06.208  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:41:06.208  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:41:06.208  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5d0b9c71(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 05:41:06.208  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:41:06.230  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:06.231  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=0   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=1   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(IFNULL(o.num,0)),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? , ? , ? , ? )  AND o.activity_type IN ('EXCHANGE','OFFSET') AND o.points_status IN ('FROZEN','CONFIRMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id
2026-08-29 05:41:06.231  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@52f0de5a, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.of(o))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=343, distinctRow=false, projections=[ColumnProjection(owner=o, name=activity_id, alias=Optional.of(activityId)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENIFNULL(o.merchant_settled,0)=0ANDIFNULL(o.pay_points,0)>0THENo.pay_pointsELSE0END),0), alias=Optional.of(pendingPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENIFNULL(o.merchant_settled,0)=1ANDIFNULL(o.pay_points,0)>0THENo.pay_pointsELSE0END),0), alias=Optional.of(earnedPoints)), ExpressionProjection(expression=IFNULL(SUM(IFNULL(o.num,0)),0), alias=Optional.of(soldNum))], columnLabels=[activityId, pendingPoints, earnedPoints, soldNum]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@347fab5d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@330cf9ea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21886042, containsSubquery=true)
2026-08-29 05:41:06.231  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=0   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=1   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(IFNULL(o.num,0)),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? , ? , ? , ? )  AND o.activity_type IN ('EXCHANGE','OFFSET') AND o.points_status IN ('FROZEN','CONFIRMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id ::: [2093281250826772482, 2093275479049232386, 2092887783071977474, 2092868987007438849, 2092185816804769793, 2092081101030965250, 2092076012320997377]
2026-08-29 05:41:06.333  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:06.333  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (activity_id IN (?,?,?,?,?,?,?) AND activity_type IN (?,?) AND points_status IN (?,?) AND (pay_points IS NULL OR pay_points <= ?))
2026-08-29 05:41:06.333  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@400148a6, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6cc9d9cc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a9f8a7c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@13bff35b, containsSubquery=false)
2026-08-29 05:41:06.333  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (activity_id IN (?,?,?,?,?,?,?) AND activity_type IN (?,?) AND points_status IN (?,?) AND (pay_points IS NULL OR pay_points <= ?)) ::: [2093281250826772482, 2093275479049232386, 2092887783071977474, 2092868987007438849, 2092185816804769793, 2092081101030965250, 2092076012320997377, EXCHANGE, OFFSET, CONFIRMED, FROZEN, 0]
2026-08-29 05:41:25.482  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:25.482  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:41:25.482  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@23dcb6d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@cfa355a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8c5a01d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4dc73f61, containsSubquery=false)
2026-08-29 05:41:25.482  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:41:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 367
2026-08-29 05:41:36.205  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:41:36.207  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:41:36.208  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7039bb4e(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 05:41:36.209  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:41:36.210  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:41:36.212  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:41:36.212  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:41:36.213  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:41:45.462  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:41:45.462  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:41:45.462  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@536608a9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5da1fcb5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@599e63d9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c9cf68e, containsSubquery=false)
2026-08-29 05:41:45.462  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:42:05.521  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:42:05.522  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:42:05.522  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64792b3e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6abec9c1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e81404e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2b83c3fa, containsSubquery=false)
2026-08-29 05:42:05.522  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:42:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 368
2026-08-29 05:42:06.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:42:06.207  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:42:06.208  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@16c7d1d0(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 05:42:06.209  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:42:06.209  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:42:06.209  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:42:06.209  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:42:06.210  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:42:25.500  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:42:25.501  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:42:25.501  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@18dce2cd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@161b1fa6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@122489bd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5726159d, containsSubquery=false)
2026-08-29 05:42:25.501  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:42:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 369
2026-08-29 05:42:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:42:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:42:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:42:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6bfb9838(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 05:42:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:42:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:42:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:42:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:42:45.512  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:42:45.512  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:42:45.512  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6db27d85, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@63759e43, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@674a16f5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@22489478, containsSubquery=false)
2026-08-29 05:42:45.512  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:43:05.468  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:43:05.468  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:43:05.468  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@21b9c05d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f7e3a1a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2b41ab2d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e433021, containsSubquery=false)
2026-08-29 05:43:05.468  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:43:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 370
2026-08-29 05:43:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:43:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:43:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:43:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:43:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:43:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:43:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@61f9c5b1(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 05:43:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:43:25.464  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:43:25.464  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:43:25.464  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@29867dc8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@27418688, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@237e16b8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@667c8cb3, containsSubquery=false)
2026-08-29 05:43:25.464  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:43:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 371
2026-08-29 05:43:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:43:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:43:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:43:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:43:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:43:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3cccddd9(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 05:43:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:43:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:43:45.471  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:43:45.483  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:43:45.483  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6cc25dbb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6205ae53, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@663a36cb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2338a468, containsSubquery=false)
2026-08-29 05:43:45.483  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:44:05.700  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:44:05.700  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:44:05.700  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@330a8c53, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3dcd7442, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@39f2e723, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7cf07e79, containsSubquery=false)
2026-08-29 05:44:05.700  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:44:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 372
2026-08-29 05:44:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:44:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:44:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:44:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:44:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:44:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:44:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1a404809(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 05:44:06.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:44:25.481  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:44:25.481  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:44:25.481  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40701e66, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4eb7f818, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a887516, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f8af223, containsSubquery=false)
2026-08-29 05:44:25.481  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:44:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 373
2026-08-29 05:44:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:44:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:44:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:44:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@70425984(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 05:44:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:44:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:44:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:44:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:44:45.475  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:44:45.475  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:44:45.475  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@222e4b89, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ce9b1bc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28d620f9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6dd4bb87, containsSubquery=false)
2026-08-29 05:44:45.475  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:45:05.514  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:45:05.514  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:45:05.514  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4a08f67b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f332ad1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b7ce9e9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@356c3db4, containsSubquery=false)
2026-08-29 05:45:05.514  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:45:06.208  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 374
2026-08-29 05:45:06.221  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:45:06.222  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:45:06.226  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5d648db7(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 05:45:06.232  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:45:06.232  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:45:06.232  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:45:06.232  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:45:06.232  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:45:25.464  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:45:25.464  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:45:25.464  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@17e569d5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@33ea2eda, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26b8fc5a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b5de5e5, containsSubquery=false)
2026-08-29 05:45:25.464  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:45:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 375
2026-08-29 05:45:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:45:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:45:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:45:36.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4286506a(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 05:45:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:45:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:45:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:45:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:45:45.475  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:45:45.475  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:45:45.475  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d897a7e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a464768, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@748b59c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50314fcb, containsSubquery=false)
2026-08-29 05:45:45.475  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:46:05.521  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:46:05.521  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:46:05.521  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@60f219da, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@671ff41f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@574090a9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b3a37a0, containsSubquery=false)
2026-08-29 05:46:05.521  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:46:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 376
2026-08-29 05:46:06.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:46:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:46:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:46:06.207  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@650491ea(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 05:46:06.207  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:46:06.207  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:46:06.207  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:46:06.208  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:46:25.474  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:46:25.474  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:46:25.474  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@51eb8fb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f73483b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f87af1c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e33b6c4, containsSubquery=false)
2026-08-29 05:46:25.474  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:46:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 377
2026-08-29 05:46:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:46:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:46:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:46:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:46:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:46:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:46:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@372665eb(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 05:46:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:46:45.464  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:46:45.464  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:46:45.464  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70b1b2cd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4fddfb7d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35ad6e98, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@166fb7d3, containsSubquery=false)
2026-08-29 05:46:45.464  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:47:05.479  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:47:05.479  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:47:05.479  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@27e482df, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@da7137f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1cafdd1d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f91252e, containsSubquery=false)
2026-08-29 05:47:05.479  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:47:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 378
2026-08-29 05:47:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:47:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:47:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:47:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:47:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:47:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:47:06.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@25492956(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 05:47:06.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:47:25.472  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:47:25.473  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:47:25.473  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42be4f2c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@371ba3c2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@410bfe7b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@69cdb00c, containsSubquery=false)
2026-08-29 05:47:25.473  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:47:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 379
2026-08-29 05:47:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:47:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:47:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:47:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@750a1f24(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 05:47:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:47:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:47:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:47:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:47:45.469  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:47:45.469  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:47:45.469  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6160ef7e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6fa71d22, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b98840e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e9a1719, containsSubquery=false)
2026-08-29 05:47:45.470  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:48:05.505  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:48:05.505  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:48:05.505  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@589118ff, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3538f53a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@364566a7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@131334bb, containsSubquery=false)
2026-08-29 05:48:05.506  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:48:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 380
2026-08-29 05:48:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:48:06.224  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:48:06.237  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:48:06.237  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1f91e96e(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 05:48:06.237  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:48:06.237  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:48:06.237  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:48:06.238  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:48:25.466  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:48:25.466  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:48:25.466  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@158f866, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2543d52a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@336c4021, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c813812, containsSubquery=false)
2026-08-29 05:48:25.467  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:48:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 381
2026-08-29 05:48:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:48:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:48:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:48:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:48:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:48:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:48:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5d56290d(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 05:48:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:48:45.463  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:48:45.463  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:48:45.463  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@27ddf3ed, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d971e58, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b2525a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7453dc87, containsSubquery=false)
2026-08-29 05:48:45.463  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:49:05.476  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:49:05.476  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:49:05.477  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2bdd9130, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b968b01, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c05d207, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@774a846f, containsSubquery=false)
2026-08-29 05:49:05.477  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:49:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 382
2026-08-29 05:49:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:49:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:49:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:49:06.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2bee4e5c(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 05:49:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:49:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:49:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:49:06.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:49:25.463  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:49:25.463  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:49:25.463  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@59a041e5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@64d55e9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e37674f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e2fcff8, containsSubquery=false)
2026-08-29 05:49:25.463  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:49:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 383
2026-08-29 05:49:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:49:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:49:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:49:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@43c974a4(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 05:49:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:49:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:49:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:49:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:49:45.466  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:49:45.467  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:49:45.467  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3673d32a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@73715b80, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12d974dc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@42482eb5, containsSubquery=false)
2026-08-29 05:49:45.467  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:50:05.609  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:50:05.609  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:50:05.609  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a4c08d6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34bf8bd3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3cc785f0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7bf468d, containsSubquery=false)
2026-08-29 05:50:05.609  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:50:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 384
2026-08-29 05:50:06.205  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:50:06.208  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:50:06.217  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:50:06.218  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:50:06.218  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:50:06.218  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:50:06.219  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@73a767f1(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 05:50:06.231  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:50:25.473  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:50:25.473  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:50:25.473  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3e901872, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a2276dd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b918537, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@574bacbd, containsSubquery=false)
2026-08-29 05:50:25.473  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:50:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 385
2026-08-29 05:50:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:50:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:50:36.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1e3c14e5(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 05:50:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:50:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:50:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:50:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:50:36.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:50:45.476  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:50:45.477  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:50:45.477  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@462f55e8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@502b3d9b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1494ecb3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6117210d, containsSubquery=false)
2026-08-29 05:50:45.477  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:51:05.501  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:51:05.502  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:51:05.502  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65ba05cc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56ef4b9f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2de8bfdb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b1f06f8, containsSubquery=false)
2026-08-29 05:51:05.502  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:51:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 386
2026-08-29 05:51:06.206  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:51:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:51:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:51:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:51:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:51:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:51:06.207  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4989624(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 05:51:06.207  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:51:25.462  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:51:25.462  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:51:25.462  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@792fcaa0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@227d84f2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@613729e4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@745508ab, containsSubquery=false)
2026-08-29 05:51:25.463  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:51:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 387
2026-08-29 05:51:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:51:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:51:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:51:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@52a6e727(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 05:51:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:51:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:51:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:51:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:51:45.476  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:51:45.476  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:51:45.476  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@256e06ca, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2fb3e8b7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d53a69d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5873ba62, containsSubquery=false)
2026-08-29 05:51:45.476  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:52:05.518  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:52:05.518  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:52:05.518  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4a939298, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@31ca9db5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a347b38, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@525da92a, containsSubquery=false)
2026-08-29 05:52:05.518  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:52:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 388
2026-08-29 05:52:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:52:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:52:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:52:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:52:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:52:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@64f65504(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 05:52:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:52:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:52:25.463  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:52:25.463  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:52:25.463  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@383c25, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@effc252, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@ac05755, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4fc2c869, containsSubquery=false)
2026-08-29 05:52:25.464  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:52:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 389
2026-08-29 05:52:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:52:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:52:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:52:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3ffc4fa7(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 05:52:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:52:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:52:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:52:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:52:45.462  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:52:45.462  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:52:45.462  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1634b271, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a531ce6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6911f44b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@45fbf85b, containsSubquery=false)
2026-08-29 05:52:45.462  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:53:05.463  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:53:05.463  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:53:05.464  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76a874d8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7902b9b6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@652cb3a1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@402c48b1, containsSubquery=false)
2026-08-29 05:53:05.464  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:53:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 390
2026-08-29 05:53:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:53:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:53:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:53:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:53:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:53:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:53:06.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:53:06.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@9b03945(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 05:53:25.467  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:53:25.467  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:53:25.467  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d6d3579, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f8c5ec, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@11d5986b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7bf7a641, containsSubquery=false)
2026-08-29 05:53:25.467  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:53:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 391
2026-08-29 05:53:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:53:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:53:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:53:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3879049(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 05:53:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:53:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:53:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:53:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:53:45.463  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:53:45.464  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:53:45.464  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@28a86c0d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1289d670, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5733541a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50707b3d, containsSubquery=false)
2026-08-29 05:53:45.464  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:54:05.514  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:54:05.515  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:54:05.515  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@b8fa891, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@586329c3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@306ee6af, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3debf31f, containsSubquery=false)
2026-08-29 05:54:05.515  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:54:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 392
2026-08-29 05:54:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:54:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:54:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:54:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:54:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:54:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:54:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:54:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7bc69a13(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 05:54:25.469  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:54:25.469  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:54:25.469  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@444a229f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2500c568, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4336a071, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@65f12ea0, containsSubquery=false)
2026-08-29 05:54:25.469  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:54:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 393
2026-08-29 05:54:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:54:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:54:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:54:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:54:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:54:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:54:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@284b8176(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 05:54:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:54:45.466  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:54:45.466  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:54:45.466  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1d3ec1d5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7177dc02, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@267ed193, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e77641d, containsSubquery=false)
2026-08-29 05:54:45.467  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:55:05.490  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:55:05.491  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:55:05.491  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5920d05c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2de8c02e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63f3cbdf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d59497a, containsSubquery=false)
2026-08-29 05:55:05.491  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:55:06.221  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 394
2026-08-29 05:55:06.221  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:55:06.223  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:55:06.225  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@124608e1(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 05:55:06.226  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:55:06.226  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:55:06.227  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:55:06.227  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:55:06.228  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:55:25.488  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:55:25.489  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:55:25.489  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e0a735, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7cb309c1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6743cb85, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e3f3b7a, containsSubquery=false)
2026-08-29 05:55:25.489  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:55:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 395
2026-08-29 05:55:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:55:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:55:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2dd83bbd(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 05:55:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:55:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:55:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:55:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:55:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:55:45.467  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:55:45.467  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:55:45.467  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e05ac9c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4bac3cb5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3cbe05ea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36b3693f, containsSubquery=false)
2026-08-29 05:55:45.467  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:56:05.566  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:56:05.566  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:56:05.566  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@506487be, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3709ead2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5d139b2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3fcda496, containsSubquery=false)
2026-08-29 05:56:05.566  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:56:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 396
2026-08-29 05:56:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:56:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:56:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:56:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6f93c471(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 05:56:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:56:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:56:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:56:06.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:56:25.483  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:56:25.483  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:56:25.483  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7de7dead, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@73202f61, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@771fb5dd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@321d255a, containsSubquery=false)
2026-08-29 05:56:25.483  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:56:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 397
2026-08-29 05:56:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:56:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:56:36.208  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@37ae82da(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 05:56:36.208  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:56:36.208  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:56:36.208  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:56:36.208  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:56:36.209  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:56:45.468  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:56:45.468  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:56:45.468  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@79592a5c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e6ccf6e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@32337361, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5266dae3, containsSubquery=false)
2026-08-29 05:56:45.468  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:57:05.473  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:57:05.473  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:57:05.473  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4487ed2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@65373fc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@cfbdc32, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58b50eb2, containsSubquery=false)
2026-08-29 05:57:05.473  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:57:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 398
2026-08-29 05:57:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:57:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:57:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:57:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:57:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:57:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@e7c79c(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 05:57:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:57:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:57:25.490  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:57:25.490  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:57:25.490  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@256aa006, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43175b27, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@563a79e6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e743d50, containsSubquery=false)
2026-08-29 05:57:25.490  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:57:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 399
2026-08-29 05:57:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:57:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:57:36.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@23f86cbf(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 05:57:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:57:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:57:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:57:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:57:36.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:57:45.464  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:57:45.464  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:57:45.464  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2df5ddfc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@23322632, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@270db68c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@620f2c09, containsSubquery=false)
2026-08-29 05:57:45.464  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:58:05.470  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:58:05.470  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:58:05.470  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@63a3388d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1cdf8136, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7fae8d10, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ba26d1, containsSubquery=false)
2026-08-29 05:58:05.470  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:58:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 400
2026-08-29 05:58:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:58:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:58:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:58:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:58:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:58:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:58:06.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@36d8f9af(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 05:58:06.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:58:25.474  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:58:25.474  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:58:25.474  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@37e6ea59, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6fa50d6c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a1d238c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2cd6b31c, containsSubquery=false)
2026-08-29 05:58:25.474  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:58:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 401
2026-08-29 05:58:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:58:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:58:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:58:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:58:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:58:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:58:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@44b7c29a(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 05:58:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:58:45.466  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:58:45.466  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:58:45.466  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45bbc77b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@dfb44c8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6bb61af, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@45a46849, containsSubquery=false)
2026-08-29 05:58:45.466  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:59:05.500  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:59:05.500  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:59:05.500  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3286f7b7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6653edce, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b160786, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1eab700e, containsSubquery=false)
2026-08-29 05:59:05.500  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:59:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 402
2026-08-29 05:59:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:59:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:59:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:59:06.206  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3f51b99c(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 05:59:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:59:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:59:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:59:06.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:59:25.465  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:59:25.465  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:59:25.466  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@740f8e97, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50592f3e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@73840de9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@41d0b70c, containsSubquery=false)
2026-08-29 05:59:25.466  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 05:59:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 403
2026-08-29 05:59:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 05:59:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 05:59:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:59:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4894dca3(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 05:59:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 05:59:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 05:59:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 05:59:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 05:59:45.469  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 05:59:45.470  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 05:59:45.470  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@c2e418f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56bb08d6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c457b65, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5886fab, containsSubquery=false)
2026-08-29 05:59:45.470  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:00:05.612  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:00:05.612  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:00:05.612  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30477ea2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6a9ad83d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@273fdec9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ffb5130, containsSubquery=false)
2026-08-29 06:00:05.612  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:00:06.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 404
2026-08-29 06:00:06.205  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:00:06.222  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:00:06.223  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:00:06.223  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:00:06.223  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:00:06.223  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:00:06.223  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:00:06.224  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3e54261b(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 06:00:25.486  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:00:25.486  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:00:25.486  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5b06cebb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@171883f2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@39dd457d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2d1c04ac, containsSubquery=false)
2026-08-29 06:00:25.486  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:00:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 405
2026-08-29 06:00:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:00:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:00:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:00:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:00:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:00:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:00:36.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:00:36.207  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@41926f95(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 06:00:45.484  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:00:45.485  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:00:45.485  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6bcc0964, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5dc2f966, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@64c823c5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26b067cf, containsSubquery=false)
2026-08-29 06:00:45.485  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:01:05.557  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:01:05.557  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:01:05.557  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d333047, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@29faa83d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22e2dbc1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e683195, containsSubquery=false)
2026-08-29 06:01:05.558  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:01:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 406
2026-08-29 06:01:06.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:01:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:01:06.208  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:01:06.208  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6c975be9(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 06:01:06.208  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:01:06.210  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:01:06.210  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:01:06.210  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:01:25.473  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:01:25.474  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:01:25.474  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30e9138d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4eb5e856, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e976d75, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53e07ca3, containsSubquery=false)
2026-08-29 06:01:25.474  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:01:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 407
2026-08-29 06:01:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:01:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:01:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:01:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@205d2ced(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 06:01:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:01:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:01:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:01:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:01:45.470  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:01:45.470  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:01:45.470  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c1b047c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@26a75ba8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@495bec1a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@49c892ee, containsSubquery=false)
2026-08-29 06:01:45.470  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:02:05.526  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:02:05.527  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:02:05.527  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70312d80, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@25a5ca3c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5c0113b4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15232fb0, containsSubquery=false)
2026-08-29 06:02:05.527  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:02:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 408
2026-08-29 06:02:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:02:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:02:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:02:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:02:06.206  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@74188f69(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 06:02:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:02:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:02:06.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:02:25.463  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:02:25.464  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:02:25.464  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76bdc19f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e3d2014, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@86f6bae, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75907cbf, containsSubquery=false)
2026-08-29 06:02:25.464  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:02:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 409
2026-08-29 06:02:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:02:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:02:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:02:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:02:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:02:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@63dcd078(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 06:02:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:02:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:02:45.470  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:02:45.471  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:02:45.471  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4dfff428, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e356804, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10efb682, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2bada9c5, containsSubquery=false)
2026-08-29 06:02:45.471  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:03:05.464  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:03:05.464  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:03:05.464  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7c6df694, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c3da6ee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12e4956, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@67f2ee00, containsSubquery=false)
2026-08-29 06:03:05.465  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:03:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 410
2026-08-29 06:03:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:03:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:03:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:03:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@c9ff40e(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 06:03:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:03:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:03:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:03:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:03:25.468  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:03:25.468  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:03:25.468  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4a785dec, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49c6ff90, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@710ef10a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17105b38, containsSubquery=false)
2026-08-29 06:03:25.468  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:03:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 411
2026-08-29 06:03:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:03:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:03:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:03:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:03:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:03:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:03:36.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@74ad6ee8(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 06:03:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:03:45.465  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:03:45.465  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:03:45.465  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@259ef234, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58684324, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a85e379, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5fbda435, containsSubquery=false)
2026-08-29 06:03:45.465  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:04:05.464  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:04:05.464  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:04:05.464  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@17f4efc8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1dd097cf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4741c2d6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c17e545, containsSubquery=false)
2026-08-29 06:04:05.464  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:04:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 412
2026-08-29 06:04:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:04:06.202  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:04:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:04:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:04:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:04:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:04:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3d659217(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 06:04:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:04:25.466  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:04:25.467  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:04:25.467  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6f5fe940, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@30ef3f6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41af4cb8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@67a77ab2, containsSubquery=false)
2026-08-29 06:04:25.467  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:04:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 413
2026-08-29 06:04:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:04:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:04:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@32068e88(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 06:04:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:04:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:04:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:04:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:04:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:04:45.477  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:04:45.478  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:04:45.478  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a5f8a21, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@9447354, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@82d330, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5df05550, containsSubquery=false)
2026-08-29 06:04:45.478  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:05:05.469  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:05:05.469  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:05:05.469  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@659c8092, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39d0ccda, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@f7caf55, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@552c8244, containsSubquery=false)
2026-08-29 06:05:05.470  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:05:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 414
2026-08-29 06:05:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:05:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:05:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:05:06.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@142ce3cd(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 06:05:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:05:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:05:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:05:06.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:05:25.466  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:05:25.466  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:05:25.467  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1dff26dc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@581a3fab, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20630a77, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d63bb1b, containsSubquery=false)
2026-08-29 06:05:25.467  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:05:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 415
2026-08-29 06:05:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:05:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:05:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:05:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@629683cd(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 06:05:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:05:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:05:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:05:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:05:45.476  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:05:45.477  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:05:45.477  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@488aae10, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@77214ad2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@14fb4333, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2860eb2, containsSubquery=false)
2026-08-29 06:05:45.477  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:06:05.486  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:06:05.486  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:06:05.486  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7f190e4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@636565fb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@139b9766, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@222e9d1b, containsSubquery=false)
2026-08-29 06:06:05.486  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:06:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 416
2026-08-29 06:06:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:06:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:06:06.206  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4169faac(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 06:06:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:06:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:06:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:06:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:06:06.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:06:25.476  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:06:25.476  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:06:25.476  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76b52819, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2fed3726, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@710c1167, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@321b2147, containsSubquery=false)
2026-08-29 06:06:25.476  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:06:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 417
2026-08-29 06:06:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:06:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:06:36.207  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:06:36.207  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@47ff4b60(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 06:06:36.207  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:06:36.207  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:06:36.207  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:06:36.208  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:06:45.477  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:06:45.477  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:06:45.477  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@21ce8d6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@18bff1ee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15b07543, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e0f4866, containsSubquery=false)
2026-08-29 06:06:45.478  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:07:05.476  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:07:05.476  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:07:05.476  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19052be9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3bce91b8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@71c57d33, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@495fcb54, containsSubquery=false)
2026-08-29 06:07:05.476  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:07:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 418
2026-08-29 06:07:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:07:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:07:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2d0ec28f(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 06:07:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:07:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:07:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:07:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:07:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:07:25.462  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:07:25.462  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:07:25.462  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@151e2ebb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@531d57f7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10ee2765, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1734a5b3, containsSubquery=false)
2026-08-29 06:07:25.462  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:07:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 419
2026-08-29 06:07:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:07:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:07:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:07:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@33f4ce58(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 06:07:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:07:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:07:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:07:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:07:45.481  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:07:45.482  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:07:45.482  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2aebcd1e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7911f2ed, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f8d3a88, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16c251f9, containsSubquery=false)
2026-08-29 06:07:45.482  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:08:05.472  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:08:05.472  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:08:05.472  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4da6ceed, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f37bf4d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5462132f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e56b57a, containsSubquery=false)
2026-08-29 06:08:05.472  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:08:06.211  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 420
2026-08-29 06:08:06.213  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:08:06.214  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:08:06.215  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@583b2cc5(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 06:08:06.222  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:08:06.222  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:08:06.222  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:08:06.222  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:08:06.223  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:08:25.466  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:08:25.466  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:08:25.466  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25f1019e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4999afae, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6cb4c0b8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f704401, containsSubquery=false)
2026-08-29 06:08:25.466  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:08:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 421
2026-08-29 06:08:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:08:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:08:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@165ddb23(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 06:08:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:08:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:08:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:08:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:08:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:08:45.467  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:08:45.467  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:08:45.467  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a56cb80, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4f44015b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b8f7d86, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@425a9db8, containsSubquery=false)
2026-08-29 06:08:45.467  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:09:05.487  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:09:05.487  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:09:05.487  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@54f612bf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@33393c2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@67365229, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ac69209, containsSubquery=false)
2026-08-29 06:09:05.487  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:09:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 422
2026-08-29 06:09:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:09:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:09:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@60a279c8(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 06:09:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:09:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:09:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:09:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:09:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:09:25.496  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:09:25.496  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:09:25.496  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19bf2a2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6698ed00, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5d33a782, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4d501636, containsSubquery=false)
2026-08-29 06:09:25.496  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:09:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 423
2026-08-29 06:09:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:09:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:09:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:09:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:09:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:09:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:09:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@76a7b7b5(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 06:09:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:09:45.465  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:09:45.466  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:09:45.466  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@33f4efb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e682532, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4197aa4c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a331e85, containsSubquery=false)
2026-08-29 06:09:45.466  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:10:05.487  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:10:05.487  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:10:05.487  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3f571211, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6decf879, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@222e55df, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c6c3c59, containsSubquery=false)
2026-08-29 06:10:05.487  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:10:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 424
2026-08-29 06:10:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:10:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:10:06.208  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:10:06.208  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@443daec5(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 06:10:06.208  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:10:06.208  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:10:06.208  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:10:06.209  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:10:25.479  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:10:25.479  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:10:25.479  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@95e1991, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5232da15, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4753a3d6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b3168cc, containsSubquery=false)
2026-08-29 06:10:25.479  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:10:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 425
2026-08-29 06:10:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:10:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:10:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@56793237(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 06:10:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:10:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:10:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:10:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:10:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:10:45.470  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:10:45.471  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:10:45.471  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@23a377fd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@47f610a8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4da885a6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@52b8ae1d, containsSubquery=false)
2026-08-29 06:10:45.471  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:11:05.471  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:11:05.472  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:11:05.472  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@50554f23, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20650b05, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5df87a04, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@37c7dd5c, containsSubquery=false)
2026-08-29 06:11:05.472  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:11:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 426
2026-08-29 06:11:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:11:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:11:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4cbe5740(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 06:11:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:11:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:11:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:11:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:11:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:11:25.476  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:11:25.476  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:11:25.476  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42a9c0c5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2dd8fb7d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@658e6e40, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@69ff731c, containsSubquery=false)
2026-08-29 06:11:25.476  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:11:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 427
2026-08-29 06:11:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:11:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:11:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:11:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@750981cf(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 06:11:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:11:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:11:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:11:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:11:45.468  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:11:45.468  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:11:45.468  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19d4cb11, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@220d346, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@53dba6d4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3d633cc6, containsSubquery=false)
2026-08-29 06:11:45.468  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:12:05.521  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:12:05.521  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:12:05.521  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@135c2147, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@40031153, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6efdc1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17221f3d, containsSubquery=false)
2026-08-29 06:12:05.522  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:12:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 428
2026-08-29 06:12:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:12:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:12:06.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5b3aafb9(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 06:12:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:12:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:12:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:12:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:12:06.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:12:25.481  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:12:25.481  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:12:25.481  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@68e9d9d2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@713ec980, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c66fa92, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b093de8, containsSubquery=false)
2026-08-29 06:12:25.481  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:12:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 429
2026-08-29 06:12:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:12:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:12:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:12:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7ed3d477(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 06:12:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:12:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:12:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:12:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:12:45.467  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:12:45.468  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:12:45.468  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@54de8302, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32de4ff0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@13bcbd15, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33c5cbcd, containsSubquery=false)
2026-08-29 06:12:45.468  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:13:05.475  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:13:05.476  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:13:05.476  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@59c0a5f9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1cae85cf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2fb13566, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40afe526, containsSubquery=false)
2026-08-29 06:13:05.476  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:13:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 430
2026-08-29 06:13:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:13:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:13:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:13:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:13:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:13:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:13:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@ba597fc(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 06:13:06.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:13:25.464  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:13:25.465  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:13:25.465  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a2a0fd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@470e0f52, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@116ffa6e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@11d7d495, containsSubquery=false)
2026-08-29 06:13:25.465  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:13:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 431
2026-08-29 06:13:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:13:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:13:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:13:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:13:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@35c76dd1(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 06:13:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:13:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:13:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:13:45.478  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:13:45.478  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:13:45.478  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@521efd3a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@142d35e5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c8452c8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a679e, containsSubquery=false)
2026-08-29 06:13:45.479  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:14:05.474  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:14:05.474  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:14:05.474  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@21b5a7dd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34d2100a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@64e0e81f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33aeaa52, containsSubquery=false)
2026-08-29 06:14:05.474  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:14:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 432
2026-08-29 06:14:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:14:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:14:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:14:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@f51c7f(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 06:14:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:14:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:14:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:14:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:14:25.465  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:14:25.465  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:14:25.465  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@223d6a7a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52750bd2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@73fa57bb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@642bddc3, containsSubquery=false)
2026-08-29 06:14:25.465  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:14:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 433
2026-08-29 06:14:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:14:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:14:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:14:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7e0a71db(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 06:14:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:14:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:14:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:14:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:14:45.465  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:14:45.465  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:14:45.465  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@15943e55, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7eaed21b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3f1ab8d7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e58f4ed, containsSubquery=false)
2026-08-29 06:14:45.465  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:15:05.483  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:15:05.484  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:15:05.484  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@428cd97d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@67a740fc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c3ae731, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3318b782, containsSubquery=false)
2026-08-29 06:15:05.484  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:15:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 434
2026-08-29 06:15:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:15:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:15:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:15:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:15:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:15:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:15:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:15:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6e526b8c(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 06:15:25.463  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:15:25.463  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:15:25.463  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42a294e0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d39f1b8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5bcac43f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7eec113c, containsSubquery=false)
2026-08-29 06:15:25.463  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:15:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 435
2026-08-29 06:15:36.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:15:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:15:36.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3ed9f0e1(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 06:15:36.206  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:15:36.206  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:15:36.207  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:15:36.207  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:15:36.208  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:15:45.470  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:15:45.470  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:15:45.470  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f02f2b5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f578a92, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f3b8561, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b46f5de, containsSubquery=false)
2026-08-29 06:15:45.470  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:16:05.552  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:16:05.553  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:16:05.553  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@374f2256, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a1d89b3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25bc9f80, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15e4a2ba, containsSubquery=false)
2026-08-29 06:16:05.553  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:16:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 436
2026-08-29 06:16:06.205  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:16:06.208  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:16:06.210  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:16:06.210  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@230bac7c(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 06:16:06.210  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:16:06.210  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:16:06.210  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:16:06.210  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:16:25.470  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:16:25.470  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:16:25.470  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@33b0adc7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f625aae, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69de227e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4af4501c, containsSubquery=false)
2026-08-29 06:16:25.471  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:16:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 437
2026-08-29 06:16:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:16:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:16:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1151abaa(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 06:16:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:16:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:16:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:16:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:16:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:16:45.483  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:16:45.484  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:16:45.484  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4b6b0e85, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@21b6448b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55409105, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4136ee5c, containsSubquery=false)
2026-08-29 06:16:45.484  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:17:05.558  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:17:05.562  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:17:05.563  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@31478ee2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@77e2fa8e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6401b278, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3365a598, containsSubquery=false)
2026-08-29 06:17:05.563  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:17:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 438
2026-08-29 06:17:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:17:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:17:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:17:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:17:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@265ae030(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 06:17:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:17:06.208  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:17:06.213  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:17:25.557  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:17:25.557  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:17:25.557  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16b42e98, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@664640a0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51a000c9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2987f2d9, containsSubquery=false)
2026-08-29 06:17:25.557  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:17:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 439
2026-08-29 06:17:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:17:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:17:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:17:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:17:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:17:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:17:36.206  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7f97e6f0(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 06:17:36.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:17:45.466  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:17:45.466  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:17:45.466  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@674b9e87, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7217c0cd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1260622f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e3f0e6b, containsSubquery=false)
2026-08-29 06:17:45.466  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:18:05.509  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:18:05.509  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:18:05.509  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@727056ec, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@40ded89b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4aa1f7e6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e8e6f4, containsSubquery=false)
2026-08-29 06:18:05.509  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:18:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 440
2026-08-29 06:18:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:18:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:18:06.209  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:18:06.209  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:18:06.209  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:18:06.209  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:18:06.209  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:18:06.209  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1459b1e1(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 06:18:25.479  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:18:25.479  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:18:25.479  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7cc4740a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5fda9b1a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d286392, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7aad6dcd, containsSubquery=false)
2026-08-29 06:18:25.479  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:18:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 441
2026-08-29 06:18:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:18:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:18:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:18:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:18:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:18:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:18:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@56af98be(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 06:18:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:18:45.478  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:18:45.479  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:18:45.479  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3f8d86e4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@479835d5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1812667a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25e8f6ce, containsSubquery=false)
2026-08-29 06:18:45.479  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:19:05.500  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:19:05.500  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:19:05.500  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@274192e7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7844098a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25b31665, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72cd1f5a, containsSubquery=false)
2026-08-29 06:19:05.500  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:19:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 442
2026-08-29 06:19:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:19:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:19:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:19:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:19:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:19:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:19:06.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:19:06.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1448c28a(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 06:19:25.470  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:19:25.470  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:19:25.470  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1d0bc16, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@30df30ca, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c9508aa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@42a604b3, containsSubquery=false)
2026-08-29 06:19:25.470  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:19:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 443
2026-08-29 06:19:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:19:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:19:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:19:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:19:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:19:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6dc6b42a(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 06:19:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:19:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:19:45.470  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:19:45.470  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:19:45.470  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8a8ac99, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@48d375f4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ac1884, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35ff02b1, containsSubquery=false)
2026-08-29 06:19:45.470  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:20:05.471  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:20:05.471  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:20:05.471  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c47518d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e862929, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@f20b71f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36d35877, containsSubquery=false)
2026-08-29 06:20:05.471  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:20:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 444
2026-08-29 06:20:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:20:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:20:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:20:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:20:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3a507612(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 06:20:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:20:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:20:06.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:20:25.475  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:20:25.478  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:20:25.479  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2ebe269d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78aea014, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4bb68b14, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@27e0b599, containsSubquery=false)
2026-08-29 06:20:25.479  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:20:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 445
2026-08-29 06:20:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:20:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:20:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:20:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:20:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2d5cc292(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 06:20:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:20:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:20:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:20:45.496  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:20:45.496  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:20:45.496  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a14279b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@650eb9d5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ef68479, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3a732fbe, containsSubquery=false)
2026-08-29 06:20:45.496  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:21:05.465  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:21:05.466  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:21:05.466  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a6b9782, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ee3b6d1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3763f731, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34be588a, containsSubquery=false)
2026-08-29 06:21:05.466  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:21:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 446
2026-08-29 06:21:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:21:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:21:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, DefaultChannelPromise@2e486a5e(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 06:21:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:21:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:21:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:21:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:21:06.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:21:25.462  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:21:25.463  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:21:25.463  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6c4f292b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5bfd4a9d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@dc16844, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74b0d770, containsSubquery=false)
2026-08-29 06:21:25.463  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:21:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 447
2026-08-29 06:21:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:21:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:21:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:21:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:21:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:21:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@49db55de(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 06:21:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:21:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:21:45.484  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:21:45.484  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:21:45.484  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2b14ba49, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19bf9ba5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@33fe9970, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7adc3529, containsSubquery=false)
2026-08-29 06:21:45.484  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:22:05.489  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:22:05.490  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:22:05.490  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@222adc49, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@26e30c6c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b73285f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50e4fc67, containsSubquery=false)
2026-08-29 06:22:05.490  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:22:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 448
2026-08-29 06:22:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:22:06.202  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:22:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1758cae1(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 06:22:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:22:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:22:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:22:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:22:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:22:25.470  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:22:25.470  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:22:25.470  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@231c4b7e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@185ac702, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b2a3ce9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72ce9775, containsSubquery=false)
2026-08-29 06:22:25.471  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:22:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 449
2026-08-29 06:22:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:22:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:22:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:22:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@43e65f7f(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 06:22:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:22:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:22:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:22:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:22:45.464  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:22:45.465  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:22:45.465  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40619a32, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@73bfe61, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@d93bc62, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@179908d3, containsSubquery=false)
2026-08-29 06:22:45.465  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:23:05.470  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:23:05.471  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:23:05.471  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@51eef005, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@47cf00dd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b1a5508, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@244f80e8, containsSubquery=false)
2026-08-29 06:23:05.471  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:23:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 450
2026-08-29 06:23:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:23:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:23:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:23:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2c42d94a(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 06:23:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:23:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:23:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:23:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:23:25.471  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:23:25.471  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:23:25.471  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@54819480, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1a1902c3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c6e44a0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1449bbe1, containsSubquery=false)
2026-08-29 06:23:25.471  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:23:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 451
2026-08-29 06:23:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:23:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:23:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:23:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:23:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:23:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:23:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@66e147a4(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 06:23:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:23:45.491  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:23:45.491  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:23:45.491  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@729e422e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3fb20bed, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2b3891d4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1636d386, containsSubquery=false)
2026-08-29 06:23:45.492  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:24:05.465  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:24:05.465  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:24:05.465  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7015255a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7250caeb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@73ae8bc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a216de1, containsSubquery=false)
2026-08-29 06:24:05.465  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:24:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 452
2026-08-29 06:24:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:24:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:24:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@75053062(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 06:24:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:24:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:24:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:24:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:24:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:24:25.466  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:24:25.466  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:24:25.466  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@71d95730, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c9a23a6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@745cb6e6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ecc2468, containsSubquery=false)
2026-08-29 06:24:25.466  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:24:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 453
2026-08-29 06:24:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:24:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:24:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:24:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:24:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3237276c(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 06:24:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:24:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:24:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:24:45.466  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:24:45.467  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:24:45.467  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@24eac086, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@42676b37, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ac85709, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4df23820, containsSubquery=false)
2026-08-29 06:24:45.467  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:25:05.499  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:25:05.499  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:25:05.499  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@14143a33, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3cba6ea, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8e564cc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55ecb0c2, containsSubquery=false)
2026-08-29 06:25:05.499  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:25:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 454
2026-08-29 06:25:06.206  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:25:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:25:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:25:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:25:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:25:06.208  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:25:06.208  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:25:06.208  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2c5796bd(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 06:25:25.506  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:25:25.506  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:25:25.506  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5b12cdae, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5236c6ad, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12616b1b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@721fe084, containsSubquery=false)
2026-08-29 06:25:25.506  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:25:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 455
2026-08-29 06:25:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:25:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:25:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:25:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:25:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:25:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@52e70f92(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 06:25:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:25:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:25:45.474  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:25:45.474  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:25:45.474  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19dfa613, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b2a51a7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@f3a1d85, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@29077a54, containsSubquery=false)
2026-08-29 06:25:45.474  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:26:05.464  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:26:05.465  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:26:05.465  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@88d56d8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2cacce03, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29581e8a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5aab8ef3, containsSubquery=false)
2026-08-29 06:26:05.465  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:26:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 456
2026-08-29 06:26:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:26:06.202  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:26:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:26:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:26:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:26:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:26:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@644d4e53(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 06:26:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:26:25.485  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:26:25.486  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:26:25.486  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4a202c73, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4dfc09fd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a39f8af, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d9e6da3, containsSubquery=false)
2026-08-29 06:26:25.486  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:26:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 457
2026-08-29 06:26:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:26:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:26:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:26:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:26:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:26:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:26:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@22227977(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 06:26:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:26:45.463  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:26:45.463  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:26:45.463  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8c0ee58, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6071130, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2388528, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@473a1b0b, containsSubquery=false)
2026-08-29 06:26:45.463  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:27:05.469  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:27:05.469  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:27:05.469  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e0bf07, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@386683d5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@378b5e45, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@732eb547, containsSubquery=false)
2026-08-29 06:27:05.469  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:27:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 458
2026-08-29 06:27:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:27:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:27:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5b3ea664(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 06:27:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:27:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:27:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:27:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:27:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:27:25.498  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:27:25.498  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:27:25.498  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@52c810eb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6df15941, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@126ff21f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46472de5, containsSubquery=false)
2026-08-29 06:27:25.498  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:27:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 459
2026-08-29 06:27:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:27:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:27:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:27:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:27:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@315641a7(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 06:27:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:27:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:27:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:27:45.472  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:27:45.472  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:27:45.472  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5ef5f0db, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71a9e4ec, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5733bd38, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@599b996d, containsSubquery=false)
2026-08-29 06:27:45.473  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:28:05.478  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:28:05.478  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:28:05.478  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@364b2d07, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@653e8ac7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@57a4f17, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@649a308d, containsSubquery=false)
2026-08-29 06:28:05.478  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:28:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 460
2026-08-29 06:28:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:28:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:28:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1f0dc00c(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 06:28:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:28:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:28:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:28:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:28:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:28:25.476  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:28:25.476  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:28:25.476  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@781cde7e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3e261715, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a3e3cb4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ae92f44, containsSubquery=false)
2026-08-29 06:28:25.476  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:28:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 461
2026-08-29 06:28:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:28:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:28:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:28:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6d1a0ca4(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 06:28:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:28:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:28:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:28:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:28:45.463  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:28:45.463  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:28:45.463  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40f321f9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d07742f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e733659, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e47d9b4, containsSubquery=false)
2026-08-29 06:28:45.463  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:29:05.503  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:29:05.503  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:29:05.503  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@388ae025, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11dc8445, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b93f2ba, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@28a9f6e3, containsSubquery=false)
2026-08-29 06:29:05.503  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:29:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 462
2026-08-29 06:29:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:29:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:29:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:29:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:29:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:29:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:29:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:29:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@10c73e2e(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 06:29:25.463  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:29:25.464  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:29:25.464  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@317ea000, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@47aca50a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e23d4ed, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7271ce02, containsSubquery=false)
2026-08-29 06:29:25.464  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:29:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 463
2026-08-29 06:29:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:29:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:29:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:29:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:29:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:29:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:29:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@639235cb(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 06:29:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:29:45.466  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:29:45.466  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:29:45.466  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@571fc347, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49e45d69, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1df3b0f7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f607595, containsSubquery=false)
2026-08-29 06:29:45.466  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:30:05.511  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:30:05.511  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:30:05.511  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@333aa159, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4f2e4ae5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1577b9b0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6cf2ed14, containsSubquery=false)
2026-08-29 06:30:05.511  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:30:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 464
2026-08-29 06:30:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:30:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:30:06.208  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@34cef6f3(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 06:30:06.208  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:30:06.208  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:30:06.208  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:30:06.208  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:30:06.208  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:30:25.494  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:30:25.494  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:30:25.494  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4cf0ebbf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7cb171e9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1cd898d2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18851702, containsSubquery=false)
2026-08-29 06:30:25.494  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:30:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 465
2026-08-29 06:30:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:30:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:30:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:30:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:30:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:30:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3378c646(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 06:30:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:30:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:30:45.476  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:30:45.476  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:30:45.476  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@69b26073, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1fb19c7e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3dffc191, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3d586bbc, containsSubquery=false)
2026-08-29 06:30:45.477  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:31:05.487  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:31:05.487  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:31:05.487  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@10a23282, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66907ac4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62d0b5c8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79284908, containsSubquery=false)
2026-08-29 06:31:05.487  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:31:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 466
2026-08-29 06:31:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:31:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:31:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:31:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:31:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:31:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:31:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:31:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4cc97a5f(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 06:31:25.467  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:31:25.467  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:31:25.467  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@37f54d9c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@29a2679f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@57689b6e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c7fb3ca, containsSubquery=false)
2026-08-29 06:31:25.467  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:31:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 467
2026-08-29 06:31:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:31:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:31:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@109aefd9(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 06:31:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:31:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:31:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:31:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:31:36.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:31:45.479  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:31:45.479  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:31:45.479  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b103e7c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d1706fd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15330ae1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@616d7327, containsSubquery=false)
2026-08-29 06:31:45.479  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:32:05.483  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:32:05.483  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:32:05.483  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4806d956, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e1cca6b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@53fe0c4f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3fbefb3e, containsSubquery=false)
2026-08-29 06:32:05.483  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:32:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 468
2026-08-29 06:32:06.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:32:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:32:06.206  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3d4a64fd(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 06:32:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:32:06.208  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:32:06.208  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:32:06.208  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:32:06.208  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:32:25.466  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:32:25.467  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:32:25.467  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@128d20c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@44b24b9b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4edc28f1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@126e4492, containsSubquery=false)
2026-08-29 06:32:25.467  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:32:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 469
2026-08-29 06:32:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:32:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:32:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:32:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@66f0197b(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 06:32:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:32:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:32:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:32:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:32:45.468  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:32:45.469  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:32:45.469  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@383600e2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@64188fbc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@78e9422, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e45d05b, containsSubquery=false)
2026-08-29 06:32:45.469  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:33:05.488  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:33:05.489  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:33:05.489  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b1bd273, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19270558, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@602e902b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a38f394, containsSubquery=false)
2026-08-29 06:33:05.489  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:33:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 470
2026-08-29 06:33:06.206  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:33:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:33:06.207  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3b6e89ec(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 06:33:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:33:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:33:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:33:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:33:06.207  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:33:25.467  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:33:25.467  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:33:25.467  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3c5d09dc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@26f0e6c2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7c70b55f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7cad8805, containsSubquery=false)
2026-08-29 06:33:25.467  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:33:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 471
2026-08-29 06:33:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:33:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:33:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:33:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:33:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:33:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:33:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@36e97a2a(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 06:33:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:33:45.467  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:33:45.467  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:33:45.467  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6b368887, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19c79ace, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e0554d3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5194eabf, containsSubquery=false)
2026-08-29 06:33:45.467  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:34:05.497  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:34:05.497  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:34:05.497  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f5d4f0b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2fa36db, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@f6e9b53, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c4a6f81, containsSubquery=false)
2026-08-29 06:34:05.497  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:34:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 472
2026-08-29 06:34:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:34:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:34:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7e1315a4(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 06:34:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:34:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:34:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:34:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:34:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:34:25.066  INFO 2485790 --- [quartzScheduler_Worker-2] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 06:34:25.475  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:34:25.475  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:34:25.475  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5fcc0ed, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@294020c5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7c7baf90, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@358fa49, containsSubquery=false)
2026-08-29 06:34:25.475  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:34:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 473
2026-08-29 06:34:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:34:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:34:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:34:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:34:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:34:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:34:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@64e8c044(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 06:34:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:34:45.484  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:34:45.484  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:34:45.484  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ab5d750, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51cfd858, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@350dbe56, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57d44a1, containsSubquery=false)
2026-08-29 06:34:45.484  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:35:05.520  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:35:05.521  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:35:05.521  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2b5fb56f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@8727165, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e6843b0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e4bafbf, containsSubquery=false)
2026-08-29 06:35:05.521  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:35:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 474
2026-08-29 06:35:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:35:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:35:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:35:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:35:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:35:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:35:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@66956474(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 06:35:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:35:25.515  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:35:25.515  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:35:25.515  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19cbdedd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ff7bf66, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6522155e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f8c1003, containsSubquery=false)
2026-08-29 06:35:25.515  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:35:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 475
2026-08-29 06:35:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:35:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:35:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@421551f6(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 06:35:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:35:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:35:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:35:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:35:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:35:45.480  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:35:45.481  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:35:45.481  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@563e78bc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@24472e5c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@58ed2236, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55965e8d, containsSubquery=false)
2026-08-29 06:35:45.481  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:36:05.482  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:36:05.482  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:36:05.482  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5661ef16, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d0ffd8e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@19b9d0b0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16afe363, containsSubquery=false)
2026-08-29 06:36:05.482  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:36:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 476
2026-08-29 06:36:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:36:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:36:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:36:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:36:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:36:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5b9eaf89(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 06:36:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:36:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:36:25.468  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:36:25.469  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:36:25.469  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6825a0ee, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1fd56e49, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e397a9f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5666385f, containsSubquery=false)
2026-08-29 06:36:25.469  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:36:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 477
2026-08-29 06:36:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:36:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:36:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@dc4806f(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 06:36:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:36:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:36:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:36:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:36:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:36:45.477  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:36:45.477  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:36:45.477  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c3bc7d5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61c6c21f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@610acfea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@647ae8b0, containsSubquery=false)
2026-08-29 06:36:45.477  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:37:05.474  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:37:05.474  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:37:05.474  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13154943, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c151462, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a868888, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15f348a6, containsSubquery=false)
2026-08-29 06:37:05.474  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:37:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 478
2026-08-29 06:37:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:37:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:37:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:37:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:37:06.207  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@18203648(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 06:37:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:37:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:37:06.207  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:37:25.488  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:37:25.489  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:37:25.489  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@344aa36a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6cda3dcb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5773602e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@62a9ced2, containsSubquery=false)
2026-08-29 06:37:25.489  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:37:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 479
2026-08-29 06:37:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:37:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:37:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:37:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:37:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:37:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:37:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:37:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5169a9f1(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 06:37:45.478  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:37:45.479  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:37:45.479  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@605c181a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39132143, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5588a9e5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31667fb, containsSubquery=false)
2026-08-29 06:37:45.479  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:38:05.545  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:38:05.545  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:38:05.545  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@562270cf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@76a8336e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2bae7a7b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4d334c43, containsSubquery=false)
2026-08-29 06:38:05.545  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:38:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 480
2026-08-29 06:38:06.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:38:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:38:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:38:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:38:06.208  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:38:06.208  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:38:06.210  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:38:06.210  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@78263c82(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 06:38:25.469  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:38:25.469  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:38:25.469  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@179b4659, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@76346f2e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@782d0c08, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1eb79ef7, containsSubquery=false)
2026-08-29 06:38:25.469  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:38:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 481
2026-08-29 06:38:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:38:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:38:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:38:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:38:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6bd28578(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 06:38:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:38:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:38:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:38:45.495  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:38:45.495  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:38:45.495  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@c6ba08c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c7ccec5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d521ac6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c3b933e, containsSubquery=false)
2026-08-29 06:38:45.495  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:39:05.612  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:39:05.612  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:39:05.612  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5ec1b222, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@22ea2e2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c715c20, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@44ff9e02, containsSubquery=false)
2026-08-29 06:39:05.612  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:39:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 482
2026-08-29 06:39:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:39:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:39:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:39:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:39:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@400d768b(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 06:39:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:39:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:39:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:39:25.487  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:39:25.492  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:39:25.492  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1dde0bfe, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2d84d227, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2bf199d4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63582e08, containsSubquery=false)
2026-08-29 06:39:25.492  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:39:36.206  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 483
2026-08-29 06:39:36.207  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:39:36.217  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:39:36.221  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:39:36.221  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6398f6e8(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 06:39:36.221  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:39:36.221  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:39:36.222  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:39:36.223  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:39:45.471  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:39:45.473  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:39:45.473  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@426a07f3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ffcd4fa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@19e10a5d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16957445, containsSubquery=false)
2026-08-29 06:39:45.475  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:40:05.523  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:40:05.524  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:40:05.524  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4bfb9808, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@593c9ef9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@71ea8de1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@76d6e123, containsSubquery=false)
2026-08-29 06:40:05.524  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:40:06.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 484
2026-08-29 06:40:06.205  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:40:06.210  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:40:06.220  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@aa7bb7f(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 06:40:06.220  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:40:06.230  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:40:06.230  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:40:06.230  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:40:06.233  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:40:25.502  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:40:25.502  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:40:25.502  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ba1d9ab, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1dfb003a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@34e7ce15, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@67f93817, containsSubquery=false)
2026-08-29 06:40:25.502  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:40:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 485
2026-08-29 06:40:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:40:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:40:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:40:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:40:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:40:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:40:36.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@30232c5b(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 06:40:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:40:45.490  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:40:45.490  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:40:45.490  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@21b43f4d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1360a0ee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c97865c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3938a108, containsSubquery=false)
2026-08-29 06:40:45.490  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:41:05.464  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:41:05.464  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:41:05.464  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30e04310, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2715e444, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@539ad473, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@192e71ea, containsSubquery=false)
2026-08-29 06:41:05.464  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:41:06.205  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 486
2026-08-29 06:41:06.211  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:41:06.212  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:41:06.213  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5f1374a1(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 06:41:06.213  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:41:06.213  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:41:06.213  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:41:06.213  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:41:06.217  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:41:25.489  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:41:25.489  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:41:25.498  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@32f679e1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34746675, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@56a5776d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a627b0a, containsSubquery=false)
2026-08-29 06:41:25.498  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:41:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 487
2026-08-29 06:41:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:41:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:41:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:41:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:41:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:41:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:41:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7c69fe2b(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 06:41:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:41:45.490  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:41:45.490  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:41:45.490  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5ed4a170, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2183874a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24085fa6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25dfb710, containsSubquery=false)
2026-08-29 06:41:45.490  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:42:05.537  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:42:05.538  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:42:05.538  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c396346, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@596cc95d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3f5e276c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6799c927, containsSubquery=false)
2026-08-29 06:42:05.538  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:42:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 488
2026-08-29 06:42:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:42:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:42:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@59fb6702(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 06:42:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:42:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:42:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:42:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:42:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:42:25.475  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:42:25.475  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:42:25.475  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4d7a37b6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@785178cc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@436c8bb0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@272fed97, containsSubquery=false)
2026-08-29 06:42:25.475  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:42:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 489
2026-08-29 06:42:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:42:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:42:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:42:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@66d2f978(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 06:42:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:42:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:42:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:42:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:42:45.481  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:42:45.481  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:42:45.481  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76bb62a1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c447c70, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@129f04b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3bcdfe40, containsSubquery=false)
2026-08-29 06:42:45.481  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:43:05.489  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:43:05.489  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:43:05.489  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56f4402a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@163eb939, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27f66131, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25eb8f09, containsSubquery=false)
2026-08-29 06:43:05.489  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:43:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 490
2026-08-29 06:43:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:43:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:43:06.206  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@c2cb5ae(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 06:43:06.209  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:43:06.209  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:43:06.209  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:43:06.209  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:43:06.213  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:43:25.477  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:43:25.478  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:43:25.478  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@36c4c8db, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51bd3e0e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b5a914a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ec93a08, containsSubquery=false)
2026-08-29 06:43:25.478  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:43:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 491
2026-08-29 06:43:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:43:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:43:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:43:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:43:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:43:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:43:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:43:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@79b2f24d(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 06:43:45.483  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:43:45.484  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:43:45.484  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f95316, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78049c55, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16d6d1c7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@698a49fe, containsSubquery=false)
2026-08-29 06:43:45.484  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:44:05.504  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:44:05.504  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:44:05.504  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ddce13a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@419cf9c9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c4498d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a46d611, containsSubquery=false)
2026-08-29 06:44:05.504  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:44:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 492
2026-08-29 06:44:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:44:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:44:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:44:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:44:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7184c6fa(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 06:44:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:44:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:44:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:44:25.468  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:44:25.468  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:44:25.468  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f72260c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6493e2bb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4bd5eeea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@791cf792, containsSubquery=false)
2026-08-29 06:44:25.468  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:44:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 493
2026-08-29 06:44:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:44:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:44:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:44:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:44:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:44:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:44:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:44:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@33d5d08b(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 06:44:45.465  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:44:45.465  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:44:45.465  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4953959b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@214f481d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d5f52a6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58bcfba2, containsSubquery=false)
2026-08-29 06:44:45.465  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:45:05.500  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:45:05.500  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:45:05.500  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1762a32e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69193ff5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3778489f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73f5e47f, containsSubquery=false)
2026-08-29 06:45:05.501  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:45:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 494
2026-08-29 06:45:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:45:06.216  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:45:06.217  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:45:06.217  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:45:06.217  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:45:06.217  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:45:06.217  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@185cd367(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 06:45:06.217  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:45:25.690  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:45:25.690  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:45:25.690  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7aa5d99a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@41feafcf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43f70647, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3c3c7be8, containsSubquery=false)
2026-08-29 06:45:25.690  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:45:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 495
2026-08-29 06:45:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:45:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:45:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:45:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:45:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:45:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7f1cb642(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 06:45:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:45:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:45:45.489  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:45:45.489  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:45:45.489  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@487fd6a5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@491fcd83, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@741ad4fc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5348e269, containsSubquery=false)
2026-08-29 06:45:45.489  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:46:05.638  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:46:05.638  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:46:05.638  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@43e8ecfa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49165beb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@104ed163, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@52939768, containsSubquery=false)
2026-08-29 06:46:05.638  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:46:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 496
2026-08-29 06:46:06.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:46:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:46:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:46:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:46:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:46:06.206  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5facd030(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 06:46:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:46:06.207  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:46:25.499  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:46:25.499  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:46:25.499  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a846322, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52ab1c47, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@714bbc1d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@147494e6, containsSubquery=false)
2026-08-29 06:46:25.499  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:46:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 497
2026-08-29 06:46:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:46:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:46:36.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@31e3b345(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 06:46:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:46:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:46:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:46:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:46:36.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:46:45.481  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:46:45.482  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:46:45.482  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7075ade7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61a77521, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@75b0f831, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@20005495, containsSubquery=false)
2026-08-29 06:46:45.482  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:47:05.473  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:47:05.473  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:47:05.473  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65e5531c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@753280f3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@242cafca, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d1f5320, containsSubquery=false)
2026-08-29 06:47:05.473  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:47:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 498
2026-08-29 06:47:06.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:47:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:47:06.206  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2e3bc36b(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 06:47:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:47:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:47:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:47:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:47:06.207  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:47:25.491  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:47:25.492  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:47:25.492  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a0289b1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@57fb6f36, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@416f0551, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@10eb1dac, containsSubquery=false)
2026-08-29 06:47:25.492  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:47:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 499
2026-08-29 06:47:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:47:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:47:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:47:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:47:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1322842d(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 06:47:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:47:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:47:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:47:45.467  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:47:45.467  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:47:45.468  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@702eceaf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60d39d0f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1bafd3e5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@78852134, containsSubquery=false)
2026-08-29 06:47:45.468  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:48:05.475  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:48:05.475  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:48:05.475  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f4aa227, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39fd6863, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e963104, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b9c718f, containsSubquery=false)
2026-08-29 06:48:05.475  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:48:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 500
2026-08-29 06:48:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:48:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:48:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:48:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:48:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:48:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:48:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@58f21f8d(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 06:48:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:48:25.483  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:48:25.484  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:48:25.484  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@211a5712, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ed302d7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@502fbf1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@70facde2, containsSubquery=false)
2026-08-29 06:48:25.484  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:48:36.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 501
2026-08-29 06:48:36.205  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:48:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:48:36.207  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:48:36.207  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:48:36.207  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:48:36.207  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:48:36.207  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:48:36.208  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5fe54302(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 06:48:45.476  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:48:45.477  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:48:45.477  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a078fb9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2869bf1d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f22e363, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3852bf57, containsSubquery=false)
2026-08-29 06:48:45.477  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:49:05.490  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:49:05.490  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:49:05.490  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6663edf5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@954f5d4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28f336b3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36f29f6b, containsSubquery=false)
2026-08-29 06:49:05.490  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:49:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 502
2026-08-29 06:49:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:49:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:49:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:49:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:49:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:49:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:49:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:49:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@eda2d4f(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 06:49:25.476  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:49:25.477  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:49:25.477  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6fc290e7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c37fcf7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28740b80, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@221276ef, containsSubquery=false)
2026-08-29 06:49:25.477  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:49:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 503
2026-08-29 06:49:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:49:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:49:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:49:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:49:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:49:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:49:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:49:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@357654f1(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 06:49:45.469  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:49:45.469  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:49:45.469  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4fe5ea06, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3016e7f1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@58c8072a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@262963bd, containsSubquery=false)
2026-08-29 06:49:45.469  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:50:05.515  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:50:05.516  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:50:05.516  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5cadb188, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ba8fea6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a69e637, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6176d1b8, containsSubquery=false)
2026-08-29 06:50:05.516  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:50:06.205  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 504
2026-08-29 06:50:06.209  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:50:06.210  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:50:06.210  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@49346982(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 06:50:06.211  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:50:06.211  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:50:06.211  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:50:06.211  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:50:06.211  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:50:25.464  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:50:25.464  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:50:25.464  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2ad5a356, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4388e994, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@716a6e55, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7adf9631, containsSubquery=false)
2026-08-29 06:50:25.464  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:50:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 505
2026-08-29 06:50:36.206  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:50:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:50:36.210  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7a64d856(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 06:50:36.211  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:50:36.212  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:50:36.212  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:50:36.212  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:50:36.212  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:50:45.473  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:50:45.473  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:50:45.473  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@27736074, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@21803ed0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51176034, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a9a52ad, containsSubquery=false)
2026-08-29 06:50:45.473  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:51:05.516  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:51:05.516  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:51:05.516  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@162e8225, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@25a2c738, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3fa17caf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d6cf032, containsSubquery=false)
2026-08-29 06:51:05.516  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:51:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 506
2026-08-29 06:51:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:51:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:51:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:51:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:51:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:51:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:51:06.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@12d8f448(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 06:51:06.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:51:25.472  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:51:25.473  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:51:25.473  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@460be0a6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@493236b9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f019e81, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@38aedc9c, containsSubquery=false)
2026-08-29 06:51:25.473  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:51:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 507
2026-08-29 06:51:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:51:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:51:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:51:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:51:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:51:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@a781bea(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 06:51:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:51:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:51:45.499  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:51:45.499  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:51:45.499  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@722e543f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5e5ddbf6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@160cd9a3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@29adfc08, containsSubquery=false)
2026-08-29 06:51:45.499  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:52:05.508  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:52:05.508  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:52:05.508  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@33644142, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3fdd16a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51bfba35, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a2d1a51, containsSubquery=false)
2026-08-29 06:52:05.508  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:52:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 508
2026-08-29 06:52:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:52:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:52:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@451d411b(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 06:52:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:52:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:52:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:52:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:52:06.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:52:25.497  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:52:25.497  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:52:25.497  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@67734036, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@30f559cf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ff13d0a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@246c0ed1, containsSubquery=false)
2026-08-29 06:52:25.497  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:52:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 509
2026-08-29 06:52:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:52:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:52:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:52:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:52:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:52:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:52:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:52:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@31b6c1bc(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 06:52:45.492  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:52:45.492  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:52:45.492  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5987643e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2617e402, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3f9b55b6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1fc4351c, containsSubquery=false)
2026-08-29 06:52:45.492  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:53:05.484  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:53:05.484  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:53:05.484  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7abc7c7a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3adeb270, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e404849, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@377f6f1d, containsSubquery=false)
2026-08-29 06:53:05.484  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:53:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 510
2026-08-29 06:53:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:53:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:53:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:53:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:53:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:53:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:53:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:53:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@589b2b49(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 06:53:25.467  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:53:25.467  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:53:25.467  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@26e43dd8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ed3b888, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6afbfbd3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1dd3d4c3, containsSubquery=false)
2026-08-29 06:53:25.467  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:53:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 511
2026-08-29 06:53:36.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:53:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:53:36.208  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:53:36.208  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:53:36.208  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:53:36.208  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:53:36.207  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@40dfdce9(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 06:53:36.209  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:53:45.487  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:53:45.487  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:53:45.487  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22b2b035, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@38f205, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ce3fd0c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c2aafa3, containsSubquery=false)
2026-08-29 06:53:45.487  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:54:05.501  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:54:05.502  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:54:05.502  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3c82a794, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@188cb1d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@102c0aa3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3a3aaf22, containsSubquery=false)
2026-08-29 06:54:05.502  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:54:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 512
2026-08-29 06:54:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:54:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:54:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7fae9991(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 06:54:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:54:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:54:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:54:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:54:06.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:54:25.470  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:54:25.470  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:54:25.470  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@792c864c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3832bfb3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@918e7d8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31414297, containsSubquery=false)
2026-08-29 06:54:25.470  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:54:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 513
2026-08-29 06:54:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:54:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:54:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:54:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:54:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:54:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:54:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@38192ef6(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 06:54:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:54:45.480  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:54:45.481  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:54:45.481  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2ea1b247, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@403c2145, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2286d0a4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f3b4de4, containsSubquery=false)
2026-08-29 06:54:45.481  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:55:05.470  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:55:05.470  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:55:05.470  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f92d9ff, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@63de1be4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6fdd8fad, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@78b44bd4, containsSubquery=false)
2026-08-29 06:55:05.470  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:55:06.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 514
2026-08-29 06:55:06.205  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:55:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:55:06.207  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@117bac7e(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 06:55:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:55:06.210  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:55:06.210  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:55:06.210  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:55:06.212  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:55:25.471  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:55:25.471  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:55:25.471  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2667deb4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4cac4ab3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45095693, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3bd3556d, containsSubquery=false)
2026-08-29 06:55:25.471  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:55:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 515
2026-08-29 06:55:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:55:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:55:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:55:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:55:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:55:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@243c602a(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 06:55:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:55:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:55:45.485  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:55:45.485  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:55:45.485  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7169baf5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78da25f9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@32cc76b4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b4f3061, containsSubquery=false)
2026-08-29 06:55:45.486  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:56:05.465  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:56:05.465  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:56:05.465  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5ecbe1e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d53fe84, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@59c3fc49, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4363b531, containsSubquery=false)
2026-08-29 06:56:05.465  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:56:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 516
2026-08-29 06:56:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:56:06.202  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:56:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:56:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4bb5d3db(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 06:56:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:56:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:56:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:56:06.208  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:56:25.525  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:56:25.525  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:56:25.525  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19f9775, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28e6b690, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35f89df0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5fc3a69b, containsSubquery=false)
2026-08-29 06:56:25.525  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:56:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 517
2026-08-29 06:56:36.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:56:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:56:36.206  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7697eeb3(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 06:56:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:56:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:56:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:56:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:56:36.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:56:45.467  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:56:45.467  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:56:45.467  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e89c09, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6218107f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@11a96dd6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6dbe48cf, containsSubquery=false)
2026-08-29 06:56:45.467  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:57:05.472  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:57:05.472  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:57:05.472  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@37e36874, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6308af36, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ce2f18, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ea7d0ea, containsSubquery=false)
2026-08-29 06:57:05.472  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:57:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 518
2026-08-29 06:57:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:57:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:57:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1336647a(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 06:57:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:57:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:57:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:57:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:57:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:57:25.487  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:57:25.487  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:57:25.487  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2615e27c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5fffb270, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5de3391f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@184f6172, containsSubquery=false)
2026-08-29 06:57:25.487  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:57:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 519
2026-08-29 06:57:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:57:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:57:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:57:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2812934d(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 06:57:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:57:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:57:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:57:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:57:45.468  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:57:45.469  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:57:45.469  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@79d1a2cf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4effce87, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d2fd335, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5e6e0f20, containsSubquery=false)
2026-08-29 06:57:45.469  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:58:05.472  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:58:05.472  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:58:05.472  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5b67aee2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6099d9c9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@690457f6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a1da811, containsSubquery=false)
2026-08-29 06:58:05.472  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:58:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 520
2026-08-29 06:58:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:58:06.202  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:58:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@590a02d3(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 06:58:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:58:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:58:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:58:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:58:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:58:25.501  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:58:25.502  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:58:25.502  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@27647d48, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1baed1eb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7264d26f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ae01ca2, containsSubquery=false)
2026-08-29 06:58:25.502  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:58:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 521
2026-08-29 06:58:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:58:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:58:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@21c34d1e(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 06:58:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:58:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:58:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:58:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:58:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:58:45.466  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:58:45.466  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:58:45.466  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7ceca54d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ce180d5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@299f5ad, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73fac04b, containsSubquery=false)
2026-08-29 06:58:45.466  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:59:05.473  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:59:05.473  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:59:05.473  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@11cf4e60, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e91d610, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@112b0ceb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50cbb3be, containsSubquery=false)
2026-08-29 06:59:05.473  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:59:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 522
2026-08-29 06:59:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:59:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:59:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:59:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:59:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:59:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:59:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:59:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@485c4759(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 06:59:25.529  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:59:25.529  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:59:25.529  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2403bba9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7809754a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b81d315, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ba6ac0f, containsSubquery=false)
2026-08-29 06:59:25.529  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 06:59:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 523
2026-08-29 06:59:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 06:59:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 06:59:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@306d3ab0(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 06:59:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:59:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 06:59:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 06:59:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 06:59:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 06:59:45.467  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 06:59:45.467  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 06:59:45.467  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@270bb60b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78376a39, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18b1ef3f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e45982b, containsSubquery=false)
2026-08-29 06:59:45.467  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:00:05.619  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:00:05.620  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:00:05.620  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@706fe53d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@64201af3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27b54428, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@76213bcb, containsSubquery=false)
2026-08-29 07:00:05.620  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:00:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 524
2026-08-29 07:00:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:00:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:00:06.223  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@18b5cd75(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 07:00:06.289  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:00:06.290  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:00:06.290  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:00:06.290  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:00:06.308  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:00:25.516  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:00:25.516  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:00:25.516  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4b09e7d8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56f0106, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12972089, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68b1385a, containsSubquery=false)
2026-08-29 07:00:25.516  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:00:36.205  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 525
2026-08-29 07:00:36.206  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:00:36.208  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:00:36.209  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:00:36.209  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:00:36.209  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:00:36.209  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:00:36.209  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:00:36.210  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@24e676f(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 07:00:45.477  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:00:45.478  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:00:45.478  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c1d10ff, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c379b3a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@131a3499, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@59a7a2c2, containsSubquery=false)
2026-08-29 07:00:45.478  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:01:05.493  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:01:05.493  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:01:05.493  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5590a6a0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7796f47b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@346d2599, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e5c933c, containsSubquery=false)
2026-08-29 07:01:05.493  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:01:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 526
2026-08-29 07:01:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:01:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:01:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:01:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:01:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:01:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:01:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:01:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@54a6cfef(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 07:01:25.470  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:01:25.470  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:01:25.470  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@12ea0ed8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@156bd9f6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b898595, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55a2004f, containsSubquery=false)
2026-08-29 07:01:25.471  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:01:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 527
2026-08-29 07:01:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:01:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:01:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:01:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@473bb9c7(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 07:01:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:01:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:01:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:01:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:01:45.466  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:01:45.467  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:01:45.467  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bc8d5a5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7306a90d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2fe8cc25, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d17f192, containsSubquery=false)
2026-08-29 07:01:45.467  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:02:05.494  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:02:05.494  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:02:05.494  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@67cad941, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3617d80d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e6eb4d9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@741b58ea, containsSubquery=false)
2026-08-29 07:02:05.494  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:02:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 528
2026-08-29 07:02:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:02:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:02:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:02:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@a15ac44(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 07:02:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:02:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:02:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:02:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:02:25.474  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:02:25.474  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:02:25.474  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3c607c1a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@64a86210, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2803267b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50a14ca7, containsSubquery=false)
2026-08-29 07:02:25.474  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:02:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 529
2026-08-29 07:02:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:02:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:02:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:02:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:02:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:02:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:02:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@753f34be(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 07:02:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:02:45.487  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:02:45.487  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:02:45.487  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6988da18, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2d46ffd2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@48a8609c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77e4e140, containsSubquery=false)
2026-08-29 07:02:45.487  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:03:05.502  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:03:05.502  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:03:05.502  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb9dcf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e3e22e8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54f70901, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6db5faa7, containsSubquery=false)
2026-08-29 07:03:05.502  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:03:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 530
2026-08-29 07:03:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:03:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:03:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:03:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@32e48441(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 07:03:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:03:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:03:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:03:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:03:25.469  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:03:25.469  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:03:25.469  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@50248253, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@728f46fb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3f9a757, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79e3018a, containsSubquery=false)
2026-08-29 07:03:25.469  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:03:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 531
2026-08-29 07:03:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:03:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:03:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:03:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:03:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:03:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:03:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:03:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4b6ff279(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 07:03:45.476  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:03:45.476  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:03:45.476  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@424f3aa2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@73db990a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e355b0c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c6b0e1e, containsSubquery=false)
2026-08-29 07:03:45.476  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:04:05.609  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:04:05.610  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:04:05.610  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@593bf8a2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34e25cb3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12fd5bb3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@414bd267, containsSubquery=false)
2026-08-29 07:04:05.610  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:04:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 532
2026-08-29 07:04:06.210  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:04:06.208  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:04:06.220  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@184d9c87(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 07:04:06.222  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:04:06.223  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:04:06.223  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:04:06.223  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:04:06.224  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:04:25.487  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:04:25.487  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:04:25.487  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@69da977a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3e7670e8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e1f1bac, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4eec2fa8, containsSubquery=false)
2026-08-29 07:04:25.488  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:04:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 533
2026-08-29 07:04:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:04:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:04:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:04:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:04:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:04:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:04:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4f2ecb25(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 07:04:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:04:45.487  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:04:45.487  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:04:45.487  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@124a384d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@75094e9b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68107c2f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5daabddc, containsSubquery=false)
2026-08-29 07:04:45.487  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:05:05.484  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:05:05.484  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:05:05.484  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7cfce9da, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@24abc3d2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25e638ae, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@329e1e31, containsSubquery=false)
2026-08-29 07:05:05.484  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:05:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 534
2026-08-29 07:05:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:05:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:05:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1121fad7(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 07:05:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:05:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:05:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:05:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:05:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:05:25.485  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:05:25.485  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:05:25.485  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1869b0f1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@29e2eae, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@166b3507, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@753f3d3e, containsSubquery=false)
2026-08-29 07:05:25.485  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:05:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 535
2026-08-29 07:05:36.216  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:05:36.217  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:05:36.218  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4127a4ef(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 07:05:36.218  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:05:36.218  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:05:36.218  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:05:36.218  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:05:36.218  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:05:45.477  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:05:45.478  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:05:45.478  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a5004a4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7454654e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d2b90c6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5743316c, containsSubquery=false)
2026-08-29 07:05:45.478  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:06:05.470  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:06:05.471  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:06:05.471  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@69213547, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f2ac9d7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10e29136, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@85a3db3, containsSubquery=false)
2026-08-29 07:06:05.471  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:06:06.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 536
2026-08-29 07:06:06.205  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:06:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:06:06.206  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@347d5d0a(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 07:06:06.207  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:06:06.207  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:06:06.207  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:06:06.207  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:06:06.208  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:06:25.621  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:06:25.621  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:06:25.621  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a0bbe68, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3876c4ea, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@528e51e3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a9b76d4, containsSubquery=false)
2026-08-29 07:06:25.621  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:06:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 537
2026-08-29 07:06:36.208  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:06:36.209  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:06:36.210  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:06:36.210  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:06:36.210  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:06:36.210  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:06:36.210  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@75e9c6ca(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 07:06:36.210  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:06:45.484  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:06:45.484  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:06:45.484  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1696f320, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34f49723, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7abe0f51, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@23b954a1, containsSubquery=false)
2026-08-29 07:06:45.484  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:07:05.465  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:07:05.465  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:07:05.466  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@17d07de, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f2fbe38, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4270efe7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@500c01b9, containsSubquery=false)
2026-08-29 07:07:05.466  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:07:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 538
2026-08-29 07:07:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:07:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:07:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:07:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:07:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:07:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5bdc1a14(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 07:07:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:07:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:07:25.507  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:07:25.510  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:07:25.510  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3de5fecf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71ae79e9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@13a43552, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2d2461ef, containsSubquery=false)
2026-08-29 07:07:25.511  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:07:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 539
2026-08-29 07:07:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:07:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:07:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@60b7e6c3(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 07:07:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:07:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:07:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:07:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:07:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:07:45.491  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:07:45.491  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:07:45.491  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c5a99ee, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2fac356a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@449b2c03, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b7d6993, containsSubquery=false)
2026-08-29 07:07:45.491  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:08:05.516  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:08:05.517  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:08:05.517  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3f7977b8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@16879043, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29ce375b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a898e2b, containsSubquery=false)
2026-08-29 07:08:05.517  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:08:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 540
2026-08-29 07:08:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:08:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:08:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:08:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:08:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:08:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:08:06.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:08:06.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@250b6842(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 07:08:25.476  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:08:25.476  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:08:25.476  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2433918b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b1f7990, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@304673b4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@337a4209, containsSubquery=false)
2026-08-29 07:08:25.476  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:08:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 541
2026-08-29 07:08:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:08:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:08:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:08:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5e5fd40(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 07:08:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:08:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:08:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:08:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:08:45.479  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:08:45.479  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:08:45.479  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d220afc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1335b4cf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@670f21b2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f13d496, containsSubquery=false)
2026-08-29 07:08:45.479  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:09:05.474  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:09:05.475  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:09:05.475  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@92b2ff4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c3a0758, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2fcc1c86, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@54732a0f, containsSubquery=false)
2026-08-29 07:09:05.475  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:09:06.205  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 542
2026-08-29 07:09:06.212  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:09:06.226  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:09:06.230  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@712779e0(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 07:09:06.230  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:09:06.233  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:09:06.235  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:09:06.235  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:09:06.235  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:09:25.502  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:09:25.502  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:09:25.502  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@61d147eb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3be15aee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4bb1a556, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@39d6cd2b, containsSubquery=false)
2026-08-29 07:09:25.502  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:09:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 543
2026-08-29 07:09:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:09:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:09:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@403a248a(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 07:09:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:09:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:09:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:09:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:09:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:09:45.473  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:09:45.473  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:09:45.473  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2bce32b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@23e5a62c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4da44bcb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34dd6b01, containsSubquery=false)
2026-08-29 07:09:45.473  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:10:05.505  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:10:05.505  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:10:05.505  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2f3923b2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d67c20c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61efeb6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7465f4e4, containsSubquery=false)
2026-08-29 07:10:05.505  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:10:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 544
2026-08-29 07:10:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:10:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:10:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:10:06.206  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@297864a1(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 07:10:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:10:06.207  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:10:06.207  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:10:06.207  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:10:25.492  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:10:25.492  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:10:25.492  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@279d1be6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7909e819, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25b287b2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@10ecca82, containsSubquery=false)
2026-08-29 07:10:25.492  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:10:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 545
2026-08-29 07:10:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:10:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:10:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:10:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:10:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:10:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:10:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:10:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4042923d(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 07:10:45.474  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:10:45.474  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:10:45.474  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6f861240, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@371d0972, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@293d0073, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60eb6354, containsSubquery=false)
2026-08-29 07:10:45.474  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:11:05.504  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:11:05.504  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:11:05.504  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@50d7e46e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4f30368b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7bbab069, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26d4933d, containsSubquery=false)
2026-08-29 07:11:05.504  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:11:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 546
2026-08-29 07:11:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:11:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:11:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:11:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:11:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1a2a86b8(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 07:11:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:11:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:11:06.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:11:25.488  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:11:25.488  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:11:25.488  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@313f9286, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@416f24cb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ef73ac5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5cb6e556, containsSubquery=false)
2026-08-29 07:11:25.488  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:11:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 547
2026-08-29 07:11:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:11:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:11:36.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2ff50ff0(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 07:11:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:11:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:11:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:11:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:11:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:11:45.470  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:11:45.471  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:11:45.471  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@77e1c6c0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14c66dbf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a4c16c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@44bb4e15, containsSubquery=false)
2026-08-29 07:11:45.471  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:12:05.540  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:12:05.540  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:12:05.540  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1953bfc0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@376ab4c5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@75bae909, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c7b7e1d, containsSubquery=false)
2026-08-29 07:12:05.540  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:12:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 548
2026-08-29 07:12:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:12:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:12:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@82240b3(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 07:12:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:12:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:12:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:12:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:12:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:12:25.471  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:12:25.472  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:12:25.472  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@69629498, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e38e485, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a5f3127, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e1fc6a3, containsSubquery=false)
2026-08-29 07:12:25.472  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:12:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 549
2026-08-29 07:12:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:12:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:12:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:12:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:12:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:12:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:12:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@515dc87d(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 07:12:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:12:45.470  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:12:45.470  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:12:45.471  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@686b5351, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@765599a9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61214bc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60ad0320, containsSubquery=false)
2026-08-29 07:12:45.471  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:13:05.523  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:13:05.523  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:13:05.523  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@67fbbb7d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@42a6d751, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ea22d4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ceae7eb, containsSubquery=false)
2026-08-29 07:13:05.523  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:13:06.210  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 550
2026-08-29 07:13:06.210  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:13:06.228  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:13:06.231  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4f524c8d(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 07:13:06.236  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:13:06.236  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:13:06.236  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:13:06.236  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:13:06.238  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:13:25.543  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:13:25.543  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:13:25.543  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@52183070, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5fc33fce, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@65a67ac, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74687c10, containsSubquery=false)
2026-08-29 07:13:25.543  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:13:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 551
2026-08-29 07:13:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:13:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:13:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@653f2fd6(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 07:13:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:13:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:13:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:13:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:13:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:13:45.473  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:13:45.473  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:13:45.473  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42d6e42, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5a357c1c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@44b53ef, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6df33250, containsSubquery=false)
2026-08-29 07:13:45.473  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:14:05.588  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:14:05.588  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:14:05.588  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40fed3d1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2388f25, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@308eeb94, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6f4002e6, containsSubquery=false)
2026-08-29 07:14:05.588  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:14:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 552
2026-08-29 07:14:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:14:06.202  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:14:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6cd48a34(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 07:14:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:14:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:14:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:14:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:14:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:14:25.469  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:14:25.469  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:14:25.469  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@106287f0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f620954, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55c18b11, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@105c55d6, containsSubquery=false)
2026-08-29 07:14:25.469  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:14:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 553
2026-08-29 07:14:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:14:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:14:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:14:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:14:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@131fe10a(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 07:14:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:14:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:14:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:14:45.470  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:14:45.470  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:14:45.471  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@b14eb4b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3bf78d6b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15482b8c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ae33d55, containsSubquery=false)
2026-08-29 07:14:45.471  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:15:05.515  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:15:05.515  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:15:05.515  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2f9b22e6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4bce2465, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18bbd83e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e634093, containsSubquery=false)
2026-08-29 07:15:05.515  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:15:06.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 554
2026-08-29 07:15:06.205  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:15:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:15:06.206  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5fbc44e5(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 07:15:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:15:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:15:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:15:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:15:06.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:15:25.475  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:15:25.475  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:15:25.475  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@43403cdc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@29ef82fb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3bdba83e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@41e6e3ad, containsSubquery=false)
2026-08-29 07:15:25.475  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:15:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 555
2026-08-29 07:15:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:15:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:15:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6c83b7b6(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 07:15:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:15:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:15:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:15:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:15:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:15:45.519  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:15:45.519  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:15:45.519  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5b3104b7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e54c7e6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b1adfe1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2b758260, containsSubquery=false)
2026-08-29 07:15:45.519  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:16:05.500  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:16:05.500  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:16:05.500  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5f6782b4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6dce73ab, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@66898a42, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6f4a9df7, containsSubquery=false)
2026-08-29 07:16:05.500  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:16:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 556
2026-08-29 07:16:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:16:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:16:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:16:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5ecdb04f(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 07:16:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:16:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:16:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:16:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:16:25.473  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:16:25.473  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:16:25.473  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@36c645ea, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@18b487d0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9b0de70, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6be00d47, containsSubquery=false)
2026-08-29 07:16:25.473  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:16:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 557
2026-08-29 07:16:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:16:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:16:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:16:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:16:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@12b043ac(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 07:16:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:16:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:16:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:16:45.484  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:16:45.484  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:16:45.484  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@57e77f17, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71d42dd4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f905f20, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c7262ab, containsSubquery=false)
2026-08-29 07:16:45.484  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:17:05.528  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:17:05.535  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:17:05.540  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4996555b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19a843c8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5c93f30e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15e3b8f4, containsSubquery=false)
2026-08-29 07:17:05.541  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:17:06.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 558
2026-08-29 07:17:06.206  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:17:06.236  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:17:06.267  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@41dc895a(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 07:17:06.267  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:17:06.267  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:17:06.267  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:17:06.267  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:17:06.267  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:17:25.478  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:17:25.478  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:17:25.478  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@11ab95f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43b81b19, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@bf61aca, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e4dbf68, containsSubquery=false)
2026-08-29 07:17:25.478  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:17:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 559
2026-08-29 07:17:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:17:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:17:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2fdacf20(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 07:17:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:17:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:17:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:17:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:17:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:17:45.509  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:17:45.509  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:17:45.509  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4b1cd9d4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a126e6c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ea0871b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@23954f94, containsSubquery=false)
2026-08-29 07:17:45.510  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:18:05.484  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:18:05.485  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:18:05.485  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@cffa818, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28c05c67, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a90620d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@61a47115, containsSubquery=false)
2026-08-29 07:18:05.492  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:18:06.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 560
2026-08-29 07:18:06.205  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:18:06.210  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:18:06.211  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@b8bde3c(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 07:18:06.212  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:18:06.212  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:18:06.212  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:18:06.212  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:18:06.212  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:18:25.471  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:18:25.471  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:18:25.471  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@194ae8c7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@68dc963, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f87e65a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ed86c00, containsSubquery=false)
2026-08-29 07:18:25.471  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:18:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 561
2026-08-29 07:18:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:18:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:18:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:18:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:18:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:18:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@14f6fabe(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 07:18:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:18:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:18:45.483  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:18:45.483  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:18:45.483  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5b6d16e9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d056dab, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1afc7509, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5dd6dcc1, containsSubquery=false)
2026-08-29 07:18:45.483  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:19:05.466  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:19:05.466  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:19:05.466  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4a3967ba, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@42f5777c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@57f2a388, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ad9116d, containsSubquery=false)
2026-08-29 07:19:05.466  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:19:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 562
2026-08-29 07:19:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:19:06.208  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:19:06.208  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:19:06.209  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:19:06.209  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2f506037(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 07:19:06.209  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:19:06.209  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:19:06.209  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:19:25.478  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:19:25.478  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:19:25.478  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47cf01af, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@562f0f1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@105cd047, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b56b2a, containsSubquery=false)
2026-08-29 07:19:25.478  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:19:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 563
2026-08-29 07:19:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:19:36.209  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:19:36.214  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:19:36.214  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:19:36.214  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:19:36.214  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:19:36.214  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:19:36.216  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@68be7062(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 07:19:45.470  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:19:45.470  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:19:45.470  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@15c3fa60, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c2dface, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29ae3f83, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5de42646, containsSubquery=false)
2026-08-29 07:19:45.470  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:20:05.473  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:20:05.473  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:20:05.473  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@437afd1e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12061e73, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5cc469cb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@62ef36dd, containsSubquery=false)
2026-08-29 07:20:05.474  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:20:06.209  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 564
2026-08-29 07:20:06.210  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:20:06.212  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:20:06.214  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:20:06.214  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:20:06.214  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:20:06.214  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:20:06.214  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6cf75c7c(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 07:20:06.214  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:20:25.487  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:20:25.487  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:20:25.487  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65fdf547, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@21a375af, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@64c11e59, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@331e53c0, containsSubquery=false)
2026-08-29 07:20:25.487  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:20:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 565
2026-08-29 07:20:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:20:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:20:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:20:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:20:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:20:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:20:36.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@10f4c265(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 07:20:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:20:45.474  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:20:45.474  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:20:45.474  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ef0dfb4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e41001a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@297fc64, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@294191c5, containsSubquery=false)
2026-08-29 07:20:45.475  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:21:05.495  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:21:05.496  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:21:05.496  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@ffa0a61, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1df2968, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@116275b0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@191d46f4, containsSubquery=false)
2026-08-29 07:21:05.496  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:21:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 566
2026-08-29 07:21:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:21:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:21:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:21:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:21:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:21:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:21:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7bdd4c6b(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 07:21:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:21:25.481  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:21:25.481  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:21:25.481  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@203fb00a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@40ee746f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@332a9745, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@45c1c4ee, containsSubquery=false)
2026-08-29 07:21:25.482  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:21:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 567
2026-08-29 07:21:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:21:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:21:36.206  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:21:36.206  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:21:36.206  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:21:36.206  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:21:36.206  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7f66fae7(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 07:21:36.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:21:45.476  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:21:45.476  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:21:45.476  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2cbaeb5f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4aa4c035, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5bcf6354, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ced2b62, containsSubquery=false)
2026-08-29 07:21:45.476  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:22:05.477  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:22:05.478  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:22:05.478  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38c61636, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@594d712d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3bc31432, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@70df4df1, containsSubquery=false)
2026-08-29 07:22:05.478  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:22:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 568
2026-08-29 07:22:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:22:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:22:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@295d13ae(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 07:22:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:22:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:22:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:22:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:22:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:22:25.487  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:22:25.487  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:22:25.487  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f4840d2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7426f656, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4dbdded3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e16f6f4, containsSubquery=false)
2026-08-29 07:22:25.487  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:22:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 569
2026-08-29 07:22:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:22:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:22:36.207  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:22:36.207  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7479ea91(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 07:22:36.207  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:22:36.208  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:22:36.208  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:22:36.208  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:22:45.463  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:22:45.463  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:22:45.463  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@570c3b4c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ae240f0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@21f1507d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60bc3c4c, containsSubquery=false)
2026-08-29 07:22:45.463  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:23:05.473  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:23:05.474  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:23:05.474  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2509bf42, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ab9915d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61fe9bec, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2383ddcd, containsSubquery=false)
2026-08-29 07:23:05.475  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:23:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 570
2026-08-29 07:23:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:23:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:23:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:23:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:23:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:23:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:23:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:23:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2375ed8c(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 07:23:25.483  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:23:25.484  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:23:25.484  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@305289e3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f08698b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55375243, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@314a32d5, containsSubquery=false)
2026-08-29 07:23:25.484  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:23:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 571
2026-08-29 07:23:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:23:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:23:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:23:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:23:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:23:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:23:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5e60a37(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 07:23:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:23:45.480  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:23:45.480  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:23:45.481  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@60c91d51, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b500778, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1235695e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e3e4e39, containsSubquery=false)
2026-08-29 07:23:45.481  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:24:05.491  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:24:05.492  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:24:05.492  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@58204601, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e6e3f5d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7cd7f0e3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63ca9615, containsSubquery=false)
2026-08-29 07:24:05.492  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:24:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 572
2026-08-29 07:24:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:24:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:24:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@72e9652a(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 07:24:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:24:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:24:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:24:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:24:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:24:25.491  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:24:25.491  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:24:25.491  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4e33cbdb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c865bf8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b5a1fbf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a2845be, containsSubquery=false)
2026-08-29 07:24:25.491  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:24:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 573
2026-08-29 07:24:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:24:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:24:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:24:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@71ebbeb5(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 07:24:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:24:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:24:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:24:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:24:45.487  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:24:45.488  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:24:45.488  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2912d5b0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2bddf6d4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d1c1bad, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3210a743, containsSubquery=false)
2026-08-29 07:24:45.488  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:25:05.495  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:25:05.496  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:25:05.496  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6ec7e69a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5302241, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@13c91ad4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34cc22cc, containsSubquery=false)
2026-08-29 07:25:05.496  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:25:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 574
2026-08-29 07:25:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:25:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:25:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:25:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4b8ed027(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 07:25:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:25:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:25:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:25:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:25:25.466  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:25:25.466  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:25:25.466  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a167382, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@24435933, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@337d1348, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@62c5f2a5, containsSubquery=false)
2026-08-29 07:25:25.466  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:25:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 575
2026-08-29 07:25:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:25:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:25:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:25:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@787b89bc(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 07:25:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:25:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:25:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:25:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:25:45.505  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:25:45.506  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:25:45.506  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19844ffd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@695ea8b0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@38069902, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e1dd090, containsSubquery=false)
2026-08-29 07:25:45.506  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:26:05.662  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:26:05.668  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:26:05.668  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@27854485, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d1a59db, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@765f3417, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@358312df, containsSubquery=false)
2026-08-29 07:26:05.668  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:26:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 576
2026-08-29 07:26:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:26:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:26:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3da9ce60(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 07:26:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:26:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:26:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:26:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:26:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:26:25.479  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:26:25.479  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:26:25.479  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e8d24d7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@16318025, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35510c81, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ea2b497, containsSubquery=false)
2026-08-29 07:26:25.479  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:26:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 577
2026-08-29 07:26:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:26:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:26:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:26:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:26:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:26:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:26:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:26:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@e0fde06(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 07:26:45.476  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:26:45.476  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:26:45.476  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@74a943b8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@431639c1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2659aa4f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5e032b83, containsSubquery=false)
2026-08-29 07:26:45.476  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:27:05.504  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:27:05.504  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:27:05.504  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2dedb6a2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@59f870fd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43d7408e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@ac190f9, containsSubquery=false)
2026-08-29 07:27:05.504  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:27:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 578
2026-08-29 07:27:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:27:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:27:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:27:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:27:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:27:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:27:06.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:27:06.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1180199a(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 07:27:25.470  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:27:25.470  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:27:25.470  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@58045319, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@37bc3dcd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5fe61dba, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e2f279b, containsSubquery=false)
2026-08-29 07:27:25.470  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:27:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 579
2026-08-29 07:27:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:27:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:27:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:27:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:27:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:27:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:27:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@50e15e84(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 07:27:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:27:45.484  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:27:45.484  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:27:45.484  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3292092f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4012084e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7c42312b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@39da842, containsSubquery=false)
2026-08-29 07:27:45.484  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:28:05.469  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:28:05.469  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:28:05.469  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a2087d6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b320b20, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26e01258, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@745aa0ce, containsSubquery=false)
2026-08-29 07:28:05.469  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:28:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 580
2026-08-29 07:28:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:28:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:28:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:28:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:28:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:28:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:28:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:28:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@39645812(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 07:28:25.473  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:28:25.474  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:28:25.474  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@555ad37b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66604510, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ec6aa60, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b6dad53, containsSubquery=false)
2026-08-29 07:28:25.474  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:28:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 581
2026-08-29 07:28:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:28:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:28:36.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@582fa87e(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 07:28:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:28:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:28:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:28:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:28:36.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:28:45.481  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:28:45.481  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:28:45.481  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30d3ebe3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46de9ddf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5147829c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7edd0e57, containsSubquery=false)
2026-08-29 07:28:45.481  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:29:05.563  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:29:05.564  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:29:05.564  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7db99638, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a587d6d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@13fb2f24, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5e370065, containsSubquery=false)
2026-08-29 07:29:05.564  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:29:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 582
2026-08-29 07:29:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:29:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:29:06.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@49b6fb4f(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 07:29:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:29:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:29:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:29:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:29:06.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:29:25.467  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:29:25.467  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:29:25.467  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3867ea19, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3796dc7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51f432b0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@760953ac, containsSubquery=false)
2026-08-29 07:29:25.467  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:29:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 583
2026-08-29 07:29:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:29:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:29:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:29:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:29:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:29:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:29:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:29:36.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6a4365d9(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 07:29:45.480  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:29:45.480  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:29:45.480  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c777bbb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3796df47, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@377d7ead, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f29d8dc, containsSubquery=false)
2026-08-29 07:29:45.480  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:30:05.685  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:30:05.685  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:30:05.685  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7980fa91, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@239e5572, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3f4ccd56, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ee4be36, containsSubquery=false)
2026-08-29 07:30:05.685  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:30:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 584
2026-08-29 07:30:06.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:30:06.211  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:30:06.213  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:30:06.213  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:30:06.213  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:30:06.214  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:30:06.218  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:30:06.213  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@14c66d90(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 07:30:25.476  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:30:25.476  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:30:25.476  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3dafa4de, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@277fefa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4fc48756, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e69062, containsSubquery=false)
2026-08-29 07:30:25.476  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:30:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 585
2026-08-29 07:30:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:30:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:30:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@c635520(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 07:30:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:30:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:30:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:30:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:30:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:30:45.478  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:30:45.479  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:30:45.479  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42b1f299, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@144b358, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@32e3741c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f5d161b, containsSubquery=false)
2026-08-29 07:30:45.479  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:31:05.492  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:31:05.493  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:31:05.493  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1d005f46, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14e05a9d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4dd198e2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e37ea92, containsSubquery=false)
2026-08-29 07:31:05.493  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:31:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 586
2026-08-29 07:31:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:31:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:31:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2b59e21a(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 07:31:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:31:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:31:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:31:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:31:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:31:25.509  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:31:25.509  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:31:25.509  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@35a6204, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@41b497a3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c905f6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21758b27, containsSubquery=false)
2026-08-29 07:31:25.509  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:31:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 587
2026-08-29 07:31:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:31:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:31:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:31:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2f133a4(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 07:31:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:31:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:31:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:31:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:31:45.464  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:31:45.464  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:31:45.464  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@68e12c17, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@534e567, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@30b504c8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d5f93f5, containsSubquery=false)
2026-08-29 07:31:45.464  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:32:05.555  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:32:05.555  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:32:05.555  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@582879e8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@77168c2a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45770d0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c7cacc3, containsSubquery=false)
2026-08-29 07:32:05.555  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:32:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 588
2026-08-29 07:32:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:32:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:32:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:32:06.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@66902a4e(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 07:32:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:32:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:32:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:32:06.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:32:25.479  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:32:25.479  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:32:25.479  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@610c79a5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a578191, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e629234, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@ecf17c6, containsSubquery=false)
2026-08-29 07:32:25.479  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:32:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 589
2026-08-29 07:32:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:32:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:32:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:32:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:32:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:32:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:32:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:32:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@63a6bf86(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 07:32:45.490  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:32:45.490  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:32:45.490  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5b176982, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7050b5f1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9e6e491, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5eda843d, containsSubquery=false)
2026-08-29 07:32:45.490  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:33:05.466  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:33:05.466  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:33:05.466  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@104a88b8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17e34194, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26ebae8c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e6574c0, containsSubquery=false)
2026-08-29 07:33:05.466  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:33:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 590
2026-08-29 07:33:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:33:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:33:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:33:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@72162dd0(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 07:33:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:33:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:33:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:33:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:33:25.483  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:33:25.484  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:33:25.484  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@53b1e1fd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1910158b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ba3060a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53f914bf, containsSubquery=false)
2026-08-29 07:33:25.484  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:33:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 591
2026-08-29 07:33:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:33:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:33:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:33:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:33:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:33:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:33:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3a100e66(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 07:33:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:33:45.468  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:33:45.468  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:33:45.468  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2cacd7eb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5006022e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@71629a89, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3063309a, containsSubquery=false)
2026-08-29 07:33:45.468  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:34:05.518  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:34:05.519  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:34:05.519  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2b4b69d6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3089fbbc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@bf71513, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@29ae7f46, containsSubquery=false)
2026-08-29 07:34:05.519  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:34:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 592
2026-08-29 07:34:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:34:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:34:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:34:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:34:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:34:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:34:06.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:34:06.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6a622b6f(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 07:34:25.065  INFO 2485790 --- [quartzScheduler_Worker-3] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 07:34:25.485  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:34:25.485  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:34:25.485  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6f283e52, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e69e024, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9744847, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34e32019, containsSubquery=false)
2026-08-29 07:34:25.486  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:34:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 593
2026-08-29 07:34:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:34:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:34:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4f05c189(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 07:34:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:34:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:34:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:34:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:34:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:34:45.475  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:34:45.475  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:34:45.475  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2afacf9c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f90bcbf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3963aead, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35f24126, containsSubquery=false)
2026-08-29 07:34:45.475  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:35:05.523  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:35:05.523  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:35:05.523  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3c4a36ed, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4f13fd76, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5694b47e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50ce299f, containsSubquery=false)
2026-08-29 07:35:05.523  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:35:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 594
2026-08-29 07:35:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:35:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:35:06.208  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6146f0f5(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 07:35:06.208  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:35:06.208  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:35:06.208  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:35:06.208  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:35:06.208  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:35:25.481  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:35:25.481  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:35:25.481  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4caafb5a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@787b095, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@33d6dba, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@462ba78f, containsSubquery=false)
2026-08-29 07:35:25.481  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:35:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 595
2026-08-29 07:35:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:35:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:35:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:35:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@51bee963(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 07:35:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:35:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:35:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:35:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:35:45.475  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:35:45.475  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:35:45.475  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2b4a1df0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5e8995c0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@ff3f6e1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7cef9285, containsSubquery=false)
2026-08-29 07:35:45.475  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:36:05.491  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:36:05.491  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:36:05.491  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6997afb6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@632dd7b0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1f623afd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@674e6ddb, containsSubquery=false)
2026-08-29 07:36:05.491  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:36:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 596
2026-08-29 07:36:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:36:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:36:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:36:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:36:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:36:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:36:06.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6c64dd4b(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 07:36:06.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:36:25.468  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:36:25.468  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:36:25.468  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@236aa6db, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5a324514, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@328653a7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@274bd6f2, containsSubquery=false)
2026-08-29 07:36:25.468  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:36:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 597
2026-08-29 07:36:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:36:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:36:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@67442fd3(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 07:36:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:36:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:36:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:36:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:36:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:36:45.471  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:36:45.471  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:36:45.471  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@756843b4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@74b75f09, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47b23a0e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1544ac65, containsSubquery=false)
2026-08-29 07:36:45.471  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:37:05.527  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:37:05.527  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:37:05.527  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@387909b9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@529d6ce, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a94e13e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@49aa7305, containsSubquery=false)
2026-08-29 07:37:05.527  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:37:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 598
2026-08-29 07:37:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:37:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:37:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:37:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@77c091d9(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 07:37:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:37:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:37:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:37:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:37:25.475  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:37:25.475  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:37:25.475  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56d137a0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@366d7b35, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e5282be, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5952ed71, containsSubquery=false)
2026-08-29 07:37:25.475  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:37:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 599
2026-08-29 07:37:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:37:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:37:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:37:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4a422675(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 07:37:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:37:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:37:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:37:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:37:45.472  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:37:45.472  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:37:45.472  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3423b638, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58006903, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41752502, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@663d1b26, containsSubquery=false)
2026-08-29 07:37:45.472  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:38:05.493  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:38:05.493  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:38:05.493  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2558245b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@129574db, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d0b1b66, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@177e8996, containsSubquery=false)
2026-08-29 07:38:05.493  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:38:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 600
2026-08-29 07:38:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:38:06.202  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:38:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:38:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4b6c8201(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 07:38:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:38:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:38:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:38:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:38:25.465  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:38:25.465  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:38:25.465  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2f7ea3d4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7530630, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@14641c47, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@71d17ba, containsSubquery=false)
2026-08-29 07:38:25.465  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:38:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 601
2026-08-29 07:38:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:38:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:38:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:38:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@390a8a5b(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 07:38:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:38:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:38:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:38:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:38:45.485  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:38:45.485  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:38:45.485  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3403dc2d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39e4f51, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@cdefbad, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e6dac35, containsSubquery=false)
2026-08-29 07:38:45.485  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:39:05.577  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:39:05.577  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:39:05.577  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a8c5c68, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f03d3b7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d708687, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5b37650b, containsSubquery=false)
2026-08-29 07:39:05.577  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:39:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 602
2026-08-29 07:39:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:39:06.210  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:39:06.211  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:39:06.211  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:39:06.212  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:39:06.212  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:39:06.212  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:39:06.213  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1f7862c(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 07:39:25.466  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:39:25.467  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:39:25.467  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e4eff33, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43537485, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18f6f504, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5fcfe97d, containsSubquery=false)
2026-08-29 07:39:25.467  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:39:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 603
2026-08-29 07:39:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:39:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:39:36.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@464d8e8c(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 07:39:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:39:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:39:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:39:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:39:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:39:45.482  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:39:45.482  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:39:45.482  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@182c6859, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1fa076d7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@548607d1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f4458a3, containsSubquery=false)
2026-08-29 07:39:45.483  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:40:05.595  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:40:05.595  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:40:05.595  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4518e68a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@450127e9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7c6da389, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@606a5f46, containsSubquery=false)
2026-08-29 07:40:05.595  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:40:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 604
2026-08-29 07:40:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:40:06.202  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:40:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:40:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:40:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:40:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:40:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7daf0eb6(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 07:40:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:40:25.469  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:40:25.469  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:40:25.469  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5864e2a0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@755c1699, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@33f9925d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40401d38, containsSubquery=false)
2026-08-29 07:40:25.469  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:40:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 605
2026-08-29 07:40:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:40:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:40:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:40:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7c04edb0(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 07:40:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:40:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:40:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:40:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:40:45.475  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:40:45.475  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:40:45.475  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2533b09d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4e8dde6f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c656eb5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@784dfba1, containsSubquery=false)
2026-08-29 07:40:45.475  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:41:05.470  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:41:05.470  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:41:05.470  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@79432950, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3edb5ac8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16c128ac, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1bfb37d7, containsSubquery=false)
2026-08-29 07:41:05.470  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:41:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 606
2026-08-29 07:41:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:41:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:41:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:41:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:41:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:41:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:41:06.207  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:41:06.207  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@510a1f5f(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 07:41:25.473  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:41:25.473  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:41:25.473  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@29167832, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2fd673b1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ef385b9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1af7e925, containsSubquery=false)
2026-08-29 07:41:25.473  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:41:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 607
2026-08-29 07:41:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:41:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:41:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:41:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:41:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:41:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:41:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4d35b170(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 07:41:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:41:45.475  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:41:45.476  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:41:45.476  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@d29f2f3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a8d1f32, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4777d666, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c779595, containsSubquery=false)
2026-08-29 07:41:45.476  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:42:05.466  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:42:05.467  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:42:05.467  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1c42821b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7273f669, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7305f532, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@23426aa1, containsSubquery=false)
2026-08-29 07:42:05.467  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:42:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 608
2026-08-29 07:42:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:42:06.202  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:42:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:42:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@10bee5ed(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 07:42:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:42:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:42:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:42:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:42:25.467  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:42:25.467  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:42:25.467  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@270e5e61, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@673c69e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18aa2643, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e5077f8, containsSubquery=false)
2026-08-29 07:42:25.468  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:42:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 609
2026-08-29 07:42:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:42:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:42:36.208  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:42:36.208  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:42:36.208  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:42:36.208  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:42:36.208  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@43858606(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 07:42:36.209  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:42:45.482  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:42:45.482  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:42:45.482  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4472739e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1041c45b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6693ed77, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15a0884d, containsSubquery=false)
2026-08-29 07:42:45.483  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:43:05.472  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:43:05.472  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:43:05.472  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@ec20c98, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@187b14a1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a5313bc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@38a58916, containsSubquery=false)
2026-08-29 07:43:05.472  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:43:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 610
2026-08-29 07:43:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:43:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:43:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:43:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:43:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:43:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7e0ab9c7(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 07:43:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:43:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:43:25.485  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:43:25.485  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:43:25.485  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1c4c69af, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a1e666b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@67a3f4c8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16a450b6, containsSubquery=false)
2026-08-29 07:43:25.485  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:43:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 611
2026-08-29 07:43:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:43:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:43:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:43:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:43:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:43:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:43:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@564d5111(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 07:43:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:43:45.470  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:43:45.471  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:43:45.471  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4977c0cd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@755f7e7c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e9f6369, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@47573745, containsSubquery=false)
2026-08-29 07:43:45.471  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:44:05.469  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:44:05.469  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:44:05.469  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5ddd317, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@74c30448, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@ae8013f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19468341, containsSubquery=false)
2026-08-29 07:44:05.469  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:44:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 612
2026-08-29 07:44:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:44:06.202  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:44:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1b877cae(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 07:44:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:44:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:44:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:44:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:44:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:44:25.481  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:44:25.481  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:44:25.481  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8d526a9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@539b3c8b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27991f2e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@258cd3a5, containsSubquery=false)
2026-08-29 07:44:25.481  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:44:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 613
2026-08-29 07:44:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:44:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:44:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:44:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:44:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:44:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:44:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@78f0e0e9(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 07:44:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:44:45.464  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:44:45.464  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:44:45.464  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76012da5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ead0f89, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@301b9329, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4836eb10, containsSubquery=false)
2026-08-29 07:44:45.464  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:45:05.498  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:45:05.498  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:45:05.498  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5fa5746f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28bf5c4e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52223c98, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@590f4d3f, containsSubquery=false)
2026-08-29 07:45:05.498  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:45:06.208  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 614
2026-08-29 07:45:06.212  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:45:06.213  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:45:06.213  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:45:06.213  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@68dd1018(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 07:45:06.213  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:45:06.213  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:45:06.213  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:45:06.213  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:45:25.480  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:45:25.480  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:45:25.480  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@262778fc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@771565d0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15b620c5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75f5bba1, containsSubquery=false)
2026-08-29 07:45:25.480  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:45:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 615
2026-08-29 07:45:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:45:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:45:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:45:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:45:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5254a9b9(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 07:45:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:45:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:45:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:45:45.467  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:45:45.468  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:45:45.468  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@58295e8d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5588da1c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@58d0fa1d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@542577b6, containsSubquery=false)
2026-08-29 07:45:45.468  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:46:05.468  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:46:05.468  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:46:05.468  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@460994ac, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@272867a3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27390ff6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b3086a9, containsSubquery=false)
2026-08-29 07:46:05.468  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:46:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 616
2026-08-29 07:46:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:46:06.202  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:46:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:46:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:46:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3a8962a1(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 07:46:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:46:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:46:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:46:25.477  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:46:25.478  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:46:25.478  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7bdae32d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b94221, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b14762, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64b3352d, containsSubquery=false)
2026-08-29 07:46:25.478  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:46:36.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 617
2026-08-29 07:46:36.205  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:46:36.212  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:46:36.214  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:46:36.214  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@208a0912(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 07:46:36.214  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:46:36.214  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:46:36.214  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:46:36.214  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:46:45.515  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:46:45.515  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:46:45.515  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40d7669f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@62a74591, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c8c8b99, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35730300, containsSubquery=false)
2026-08-29 07:46:45.515  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:47:05.463  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:47:05.463  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:47:05.464  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7597df9d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f66567e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4cdc95da, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ce737cc, containsSubquery=false)
2026-08-29 07:47:05.464  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:47:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 618
2026-08-29 07:47:06.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:47:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:47:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:47:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:47:06.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@523ca209(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 07:47:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:47:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:47:06.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:47:25.490  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:47:25.491  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:47:25.491  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@c287a67, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19fecc56, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@127c1241, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4882717, containsSubquery=false)
2026-08-29 07:47:25.491  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:47:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 619
2026-08-29 07:47:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:47:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:47:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@914de47(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 07:47:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:47:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:47:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:47:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:47:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:47:45.468  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:47:45.468  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:47:45.468  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@655e9e9a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e992262, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c19668c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@488bc4cf, containsSubquery=false)
2026-08-29 07:47:45.468  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:48:05.489  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:48:05.489  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:48:05.489  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7f1ea7eb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5650af72, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7992f260, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@dac2fb3, containsSubquery=false)
2026-08-29 07:48:05.489  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:48:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 620
2026-08-29 07:48:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:48:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:48:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:48:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:48:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:48:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:48:06.206  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@68bf730a(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 07:48:06.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:48:25.466  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:48:25.466  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:48:25.466  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@151c34a0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4f123d0a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b7e0ad2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ab8863f, containsSubquery=false)
2026-08-29 07:48:25.467  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:48:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 621
2026-08-29 07:48:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:48:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:48:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:48:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:48:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:48:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:48:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3c2e6107(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 07:48:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:48:45.469  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:48:45.470  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:48:45.470  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@18042f64, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71717c99, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e390126, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@fc5132c, containsSubquery=false)
2026-08-29 07:48:45.470  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:49:05.518  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:49:05.518  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:49:05.518  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@67451ef4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4099884b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4eee4fd5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33d35827, containsSubquery=false)
2026-08-29 07:49:05.518  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:49:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 622
2026-08-29 07:49:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:49:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:49:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:49:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@46e4811e(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 07:49:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:49:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:49:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:49:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:49:25.465  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:49:25.465  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:49:25.465  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f4105f6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@144dcc4e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ef683d0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66874784, containsSubquery=false)
2026-08-29 07:49:25.465  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:49:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 623
2026-08-29 07:49:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:49:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:49:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:49:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:49:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:49:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@45f05853(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 07:49:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:49:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:49:45.470  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:49:45.471  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:49:45.471  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5d0bf79, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52b7efc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@fbbe931, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ab46527, containsSubquery=false)
2026-08-29 07:49:45.471  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:50:05.561  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:50:05.561  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:50:05.561  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30d635e0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@24e2a694, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@13013adf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@47102878, containsSubquery=false)
2026-08-29 07:50:05.561  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:50:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 624
2026-08-29 07:50:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:50:06.202  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:50:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:50:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:50:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@424da3dd(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 07:50:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:50:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:50:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:50:25.471  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:50:25.471  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:50:25.471  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19286699, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60addf08, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e17b7a3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f0eb59f, containsSubquery=false)
2026-08-29 07:50:25.472  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:50:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 625
2026-08-29 07:50:36.211  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:50:36.220  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:50:36.221  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:50:36.221  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:50:36.221  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:50:36.221  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:50:36.221  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:50:36.221  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1a234459(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 07:50:45.469  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:50:45.469  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:50:45.469  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a334110, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@aa4f5b7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1975ce81, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e03b8af, containsSubquery=false)
2026-08-29 07:50:45.469  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:51:05.491  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:51:05.491  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:51:05.491  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5f0a3375, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@452241ca, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8fb82e9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f6ef832, containsSubquery=false)
2026-08-29 07:51:05.493  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:51:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 626
2026-08-29 07:51:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:51:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:51:06.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7aacf41a(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 07:51:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:51:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:51:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:51:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:51:06.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:51:25.473  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:51:25.473  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:51:25.473  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@71e5f45b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f92b673, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3416e380, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2954d08e, containsSubquery=false)
2026-08-29 07:51:25.473  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:51:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 627
2026-08-29 07:51:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:51:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:51:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5db89c5(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 07:51:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:51:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:51:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:51:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:51:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:51:45.532  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:51:45.532  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:51:45.532  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7ca0a998, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@724a7901, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a29e77c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@301fc13f, containsSubquery=false)
2026-08-29 07:51:45.532  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:52:05.484  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:52:05.484  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:52:05.484  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3f4f7ed5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c9e6293, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2fe39a23, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@317127ae, containsSubquery=false)
2026-08-29 07:52:05.484  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:52:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 628
2026-08-29 07:52:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:52:06.202  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:52:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:52:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:52:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:52:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:52:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@325272cb(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 07:52:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:52:25.521  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:52:25.521  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:52:25.521  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76e831b4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19a75814, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f42ccaa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@69522ea5, containsSubquery=false)
2026-08-29 07:52:25.521  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:52:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 629
2026-08-29 07:52:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:52:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:52:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:52:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:52:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:52:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:52:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3b27a465(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 07:52:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:52:45.501  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:52:45.502  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:52:45.502  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ec840fb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d975b13, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76e2f935, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15d2f04e, containsSubquery=false)
2026-08-29 07:52:45.502  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:53:05.468  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:53:05.468  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:53:05.468  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@bd20cd1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b2d2f9d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68c68f34, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@65e1f8c9, containsSubquery=false)
2026-08-29 07:53:05.468  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:53:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 630
2026-08-29 07:53:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:53:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:53:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:53:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:53:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:53:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:53:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:53:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3889cbae(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 07:53:25.476  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:53:25.476  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:53:25.477  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@515f09dd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71fb968a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e43add7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5409a303, containsSubquery=false)
2026-08-29 07:53:25.477  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:53:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 631
2026-08-29 07:53:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:53:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:53:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:53:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:53:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@248709cd(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 07:53:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:53:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:53:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:53:45.477  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:53:45.478  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:53:45.478  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@c876b74, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@21abbb07, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@59bfc497, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6bdfd4c8, containsSubquery=false)
2026-08-29 07:53:45.478  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:54:05.479  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:54:05.479  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:54:05.479  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3fd61b0d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d74f3de, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@493f1c76, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53b6ca34, containsSubquery=false)
2026-08-29 07:54:05.479  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:54:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 632
2026-08-29 07:54:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:54:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:54:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:54:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:54:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:54:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:54:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:54:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7118772a(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 07:54:25.471  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:54:25.471  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:54:25.471  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5527b3bd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@15ceddfc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ef8a421, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@69426575, containsSubquery=false)
2026-08-29 07:54:25.471  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:54:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 633
2026-08-29 07:54:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:54:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:54:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:54:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@63b1db0d(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 07:54:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:54:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:54:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:54:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:54:45.474  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:54:45.474  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:54:45.474  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76b01dc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@106c6263, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40250a60, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46626873, containsSubquery=false)
2026-08-29 07:54:45.474  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:55:05.488  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:55:05.488  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:55:05.488  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e043fa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@42e789be, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d38bdbf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e67206d, containsSubquery=false)
2026-08-29 07:55:05.488  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:55:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 634
2026-08-29 07:55:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:55:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:55:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:55:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:55:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:55:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:55:06.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:55:06.207  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5823c95d(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 07:55:25.479  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:55:25.480  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:55:25.480  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2e01e585, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b1a8fa1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5d5bc4be, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a6e18fc, containsSubquery=false)
2026-08-29 07:55:25.480  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:55:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 635
2026-08-29 07:55:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:55:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:55:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:55:36.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2f65bb81(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 07:55:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:55:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:55:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:55:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:55:45.467  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:55:45.468  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:55:45.468  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25109beb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55bb69e1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@120749c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30ab0c94, containsSubquery=false)
2026-08-29 07:55:45.468  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:56:05.470  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:56:05.470  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:56:05.470  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a45ccad, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a62ba26, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42a635c4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c948cd1, containsSubquery=false)
2026-08-29 07:56:05.470  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:56:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 636
2026-08-29 07:56:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:56:06.202  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:56:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7cc4aa59(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 07:56:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:56:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:56:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:56:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:56:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:56:25.481  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:56:25.481  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:56:25.481  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4af611db, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@75440ca, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ad9fdc8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@647ed8f6, containsSubquery=false)
2026-08-29 07:56:25.481  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:56:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 637
2026-08-29 07:56:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:56:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:56:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@191a07f8(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 07:56:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:56:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:56:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:56:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:56:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:56:45.469  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:56:45.469  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:56:45.469  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e5364e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3416305f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@39bd57fe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@41a6b339, containsSubquery=false)
2026-08-29 07:56:45.469  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:57:05.469  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:57:05.469  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:57:05.469  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@44ef03a7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5016cf15, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@19e0be15, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@660dcd63, containsSubquery=false)
2026-08-29 07:57:05.469  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:57:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 638
2026-08-29 07:57:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:57:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:57:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:57:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:57:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:57:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:57:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:57:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5ed2623b(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 07:57:25.486  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:57:25.486  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:57:25.486  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1883f1d1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c162397, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1761587b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5e80d69, containsSubquery=false)
2026-08-29 07:57:25.486  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:57:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 639
2026-08-29 07:57:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:57:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:57:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:57:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:57:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:57:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:57:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@dd9a428(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 07:57:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:57:45.466  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:57:45.466  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:57:45.466  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@b427aae, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@75d1999c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a09c64a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a4bffeb, containsSubquery=false)
2026-08-29 07:57:45.466  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:58:05.485  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:58:05.485  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:58:05.485  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@544e1e5e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79bfd31d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e90d229, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7869a18a, containsSubquery=false)
2026-08-29 07:58:05.485  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:58:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 640
2026-08-29 07:58:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:58:06.202  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:58:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:58:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:58:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:58:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:58:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@466b620d(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 07:58:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:58:25.491  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:58:25.491  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:58:25.491  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@61374c23, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@22e5ba5b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c08ec05, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e9325b, containsSubquery=false)
2026-08-29 07:58:25.491  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:58:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 641
2026-08-29 07:58:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:58:36.207  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:58:36.213  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@79b28c11(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 07:58:36.221  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:58:36.224  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:58:36.225  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:58:36.225  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:58:36.228  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:58:45.465  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:58:45.465  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:58:45.465  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4d8c4652, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@321d5a98, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@297e9f56, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18f1df9e, containsSubquery=false)
2026-08-29 07:58:45.465  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:59:05.470  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:59:05.470  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:59:05.470  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3c770d3a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f32c93e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@58eb6001, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36b26414, containsSubquery=false)
2026-08-29 07:59:05.470  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:59:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 642
2026-08-29 07:59:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:59:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:59:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@55703f50(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 07:59:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:59:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:59:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:59:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:59:06.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:59:25.480  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:59:25.480  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:59:25.480  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@10fbb01f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@480b2912, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6646467d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a97219c, containsSubquery=false)
2026-08-29 07:59:25.480  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 07:59:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 643
2026-08-29 07:59:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 07:59:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 07:59:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:59:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 07:59:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 07:59:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 07:59:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@529720e2(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 07:59:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 07:59:45.470  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 07:59:45.470  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 07:59:45.470  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a7ee4c9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7599aaf7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@67d5b413, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3d4d0677, containsSubquery=false)
2026-08-29 07:59:45.470  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:00:05.806  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:00:05.806  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:00:05.806  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a4e5c9c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5a48ab2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5279ebfa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a0d40b1, containsSubquery=false)
2026-08-29 08:00:05.806  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:00:06.205  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 644
2026-08-29 08:00:06.208  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:00:06.209  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:00:06.212  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@743b7f8e(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 08:00:06.212  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:00:06.212  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:00:06.212  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:00:06.212  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:00:06.212  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:00:25.482  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:00:25.482  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:00:25.482  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@c3a474f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@715d11b8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a225207, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ea954cc, containsSubquery=false)
2026-08-29 08:00:25.482  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:00:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 645
2026-08-29 08:00:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:00:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:00:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6773203e(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 08:00:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:00:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:00:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:00:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:00:36.207  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:00:45.477  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:00:45.477  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:00:45.477  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ee0a633, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3326cdec, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@261d7527, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@71cb270d, containsSubquery=false)
2026-08-29 08:00:45.477  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:01:05.587  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:01:05.587  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:01:05.587  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@72852d1e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17392dd5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3bd5df68, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19264809, containsSubquery=false)
2026-08-29 08:01:05.587  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:01:06.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 646
2026-08-29 08:01:06.205  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:01:06.211  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:01:06.213  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@68fcf77c(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 08:01:06.213  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:01:06.213  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:01:06.213  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:01:06.214  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:01:06.214  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:01:25.481  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:01:25.481  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:01:25.481  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56d3873c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@13a6a26e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3cc06f2f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@636f8f5e, containsSubquery=false)
2026-08-29 08:01:25.481  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:01:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 647
2026-08-29 08:01:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:01:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:01:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:01:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:01:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:01:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:01:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:01:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@35723d6f(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 08:01:45.471  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:01:45.471  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:01:45.471  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@9c7ac27, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ffcac6c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@475cbef0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4500129d, containsSubquery=false)
2026-08-29 08:01:45.471  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:02:05.536  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:02:05.536  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:02:05.536  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a900da2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56ad7cf4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e920143, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@45e3da22, containsSubquery=false)
2026-08-29 08:02:05.536  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:02:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 648
2026-08-29 08:02:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:02:06.209  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:02:06.215  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5b4a2792(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 08:02:06.216  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:02:06.216  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:02:06.216  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:02:06.216  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:02:06.216  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:02:25.485  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:02:25.486  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:02:25.486  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7bc23807, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5565d03e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6391fe98, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f9e9b85, containsSubquery=false)
2026-08-29 08:02:25.486  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:02:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 649
2026-08-29 08:02:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:02:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:02:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:02:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6f5801c9(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 08:02:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:02:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:02:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:02:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:02:45.471  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:02:45.472  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:02:45.472  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4a5a5dd8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6da16bcc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@401a7a4d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e72f1d9, containsSubquery=false)
2026-08-29 08:02:45.472  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:03:05.511  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:03:05.512  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:03:05.512  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c552f24, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@65ee54e9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b5e9ca9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@512d5655, containsSubquery=false)
2026-08-29 08:03:05.512  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:03:06.215  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 650
2026-08-29 08:03:06.215  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:03:06.217  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:03:06.218  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:03:06.218  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:03:06.218  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7aae7b55(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 08:03:06.218  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:03:06.219  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:03:06.219  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:03:25.462  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:03:25.463  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:03:25.463  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e325c31, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f911cb9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76077c56, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ab88b29, containsSubquery=false)
2026-08-29 08:03:25.463  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:03:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 651
2026-08-29 08:03:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:03:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:03:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:03:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@19028711(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 08:03:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:03:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:03:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:03:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:03:45.480  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:03:45.480  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:03:45.480  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6129f77c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d4e37ba, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2835e63c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6bb3f92d, containsSubquery=false)
2026-08-29 08:03:45.480  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:04:05.464  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:04:05.464  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:04:05.464  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@34bff48d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2dbb3260, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e140d6e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@61dccc69, containsSubquery=false)
2026-08-29 08:04:05.464  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:04:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 652
2026-08-29 08:04:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:04:06.202  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:04:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2ad048d0(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 08:04:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:04:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:04:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:04:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:04:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:04:25.470  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:04:25.470  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:04:25.470  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6dc2bffc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2bd709d4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ed802e5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@24fd8c9a, containsSubquery=false)
2026-08-29 08:04:25.470  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:04:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 653
2026-08-29 08:04:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:04:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:04:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:04:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:04:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:04:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:04:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@62d04503(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 08:04:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:04:45.483  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:04:45.484  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:04:45.484  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@227ab5a7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@137c721a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b1c1649, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@477fa153, containsSubquery=false)
2026-08-29 08:04:45.484  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:05:05.480  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:05:05.480  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:05:05.480  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@748adda7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@279fd559, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b76afbf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@287dac6c, containsSubquery=false)
2026-08-29 08:05:05.480  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:05:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 654
2026-08-29 08:05:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:05:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:05:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@78b98ceb(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 08:05:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:05:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:05:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:05:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:05:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:05:25.464  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:05:25.464  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:05:25.464  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22b2f636, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a45253a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54a38d3c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74ff1592, containsSubquery=false)
2026-08-29 08:05:25.464  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:05:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 655
2026-08-29 08:05:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:05:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:05:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:05:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:05:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:05:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:05:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:05:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7b6d6484(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 08:05:45.476  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:05:45.476  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:05:45.476  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5ecf4dac, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5110365b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4bb1b19c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2364128a, containsSubquery=false)
2026-08-29 08:05:45.476  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:06:05.477  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:06:05.478  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:06:05.478  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2dfea0e2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@63a68a5b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@782120d8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5de90a08, containsSubquery=false)
2026-08-29 08:06:05.478  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:06:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 656
2026-08-29 08:06:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:06:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:06:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:06:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7e3c7a4(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 08:06:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:06:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:06:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:06:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:06:25.469  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:06:25.470  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:06:25.470  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@69288baf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@515c8d73, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@46b3299d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@550b6278, containsSubquery=false)
2026-08-29 08:06:25.470  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:06:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 657
2026-08-29 08:06:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:06:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:06:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2f5c01f8(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 08:06:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:06:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:06:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:06:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:06:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:06:45.485  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:06:45.485  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:06:45.485  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@21560bfa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1a9c2d47, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@264867be, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@bc453f2, containsSubquery=false)
2026-08-29 08:06:45.485  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:07:05.505  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:07:05.505  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:07:05.505  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5f335dc4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5de186ec, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@19c86dda, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ec5dc54, containsSubquery=false)
2026-08-29 08:07:05.506  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:07:06.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 658
2026-08-29 08:07:06.209  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:07:06.211  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:07:06.211  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:07:06.212  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:07:06.212  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:07:06.212  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2cab55df(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 08:07:06.212  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:07:06.213  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:07:25.472  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:07:25.472  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:07:25.472  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@20fed23b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ab3415d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42d463ef, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@54325e43, containsSubquery=false)
2026-08-29 08:07:25.472  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:07:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 659
2026-08-29 08:07:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:07:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:07:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:07:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:07:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@593018bb(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 08:07:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:07:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:07:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:07:45.470  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:07:45.470  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:07:45.470  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13bded9c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ab55553, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7dbe1112, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33d9c88e, containsSubquery=false)
2026-08-29 08:07:45.470  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:08:05.470  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:08:05.471  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:08:05.471  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@787d6e2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@126b3b4e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68d543a1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@113f1870, containsSubquery=false)
2026-08-29 08:08:05.471  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:08:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 660
2026-08-29 08:08:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:08:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:08:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@32c422d3(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 08:08:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:08:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:08:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:08:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:08:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:08:25.485  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:08:25.485  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:08:25.485  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@471a3163, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2298b4de, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@432723fc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@fe74008, containsSubquery=false)
2026-08-29 08:08:25.485  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:08:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 661
2026-08-29 08:08:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:08:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:08:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:08:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:08:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7dd94307(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 08:08:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:08:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:08:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:08:45.476  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:08:45.476  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:08:45.476  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@edc3245, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@45113905, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18f2c777, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b98e806, containsSubquery=false)
2026-08-29 08:08:45.476  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:09:05.543  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:09:05.544  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:09:05.544  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@24a8380, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@573e524a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@99cd0db, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4410623a, containsSubquery=false)
2026-08-29 08:09:05.544  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:09:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 662
2026-08-29 08:09:06.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:09:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:09:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:09:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:09:06.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2ee4d727(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 08:09:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:09:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:09:06.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:09:25.477  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:09:25.477  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:09:25.477  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7af31d2f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2d402e54, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@136a2e25, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@753ee1ab, containsSubquery=false)
2026-08-29 08:09:25.477  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:09:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 663
2026-08-29 08:09:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:09:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:09:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:09:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:09:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:09:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:09:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:09:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@554f873c(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 08:09:45.468  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:09:45.468  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:09:45.468  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@57274ca2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@dd41742, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@11452e34, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15fe17ab, containsSubquery=false)
2026-08-29 08:09:45.468  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:10:05.487  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:10:05.487  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:10:05.487  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1d3982fe, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@759ee261, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4cd7d235, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f037537, containsSubquery=false)
2026-08-29 08:10:05.487  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:10:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 664
2026-08-29 08:10:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:10:06.202  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:10:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7b264d04(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 08:10:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:10:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:10:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:10:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:10:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:10:25.477  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:10:25.477  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:10:25.477  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@54773ec6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c8dd29d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@447fee0b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@20ad2f5, containsSubquery=false)
2026-08-29 08:10:25.477  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:10:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 665
2026-08-29 08:10:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:10:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:10:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:10:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:10:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:10:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:10:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@38a4d87f(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 08:10:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:10:45.472  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:10:45.472  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:10:45.472  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7cdced4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@511cfc4b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12f24b26, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@516684ec, containsSubquery=false)
2026-08-29 08:10:45.472  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:11:05.512  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:11:05.513  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:11:05.513  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b3d5369, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ff6044c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ffbb625, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60c13d60, containsSubquery=false)
2026-08-29 08:11:05.513  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:11:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 666
2026-08-29 08:11:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:11:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:11:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:11:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:11:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:11:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:11:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1ccce8cd(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 08:11:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:11:25.481  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:11:25.481  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:11:25.481  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@20471b8e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28a9ac30, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a69d3f3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e966f80, containsSubquery=false)
2026-08-29 08:11:25.481  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:11:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 667
2026-08-29 08:11:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:11:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:11:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:11:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:11:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@59baa00f(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 08:11:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:11:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:11:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:11:45.476  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:11:45.476  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:11:45.476  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2cad939, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@470c0f4c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@56342748, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66b001aa, containsSubquery=false)
2026-08-29 08:11:45.476  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:12:05.480  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:12:05.480  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:12:05.480  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f9fa913, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a1ebbac, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6bf3dfb6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60f5022e, containsSubquery=false)
2026-08-29 08:12:05.480  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:12:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 668
2026-08-29 08:12:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:12:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:12:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:12:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:12:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:12:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:12:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@259c0bcd(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 08:12:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:12:25.461  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:12:25.461  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:12:25.461  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13187b56, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@26c8ed4e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@750bbdf4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2152bdc9, containsSubquery=false)
2026-08-29 08:12:25.461  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:12:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 669
2026-08-29 08:12:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:12:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:12:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:12:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5783b06d(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 08:12:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:12:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:12:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:12:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:12:45.463  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:12:45.463  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:12:45.463  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@15072d96, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2255cad4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b2f60e7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@720d6b64, containsSubquery=false)
2026-08-29 08:12:45.464  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:13:05.521  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:13:05.521  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:13:05.521  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3228577d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@24b37389, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1641b38f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@76dfee9c, containsSubquery=false)
2026-08-29 08:13:05.521  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:13:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 670
2026-08-29 08:13:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:13:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:13:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@17dc4d39(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 08:13:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:13:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:13:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:13:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:13:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:13:25.465  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:13:25.466  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:13:25.466  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38327165, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1d8530b3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a539bbf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ce3adf, containsSubquery=false)
2026-08-29 08:13:25.466  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:13:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 671
2026-08-29 08:13:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:13:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:13:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4cbcaa66(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 08:13:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:13:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:13:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:13:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:13:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:13:45.465  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:13:45.465  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:13:45.465  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@225224db, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@315a6acc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e282ea1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@37bc09f3, containsSubquery=false)
2026-08-29 08:13:45.465  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:14:05.482  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:14:05.482  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:14:05.482  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3221677f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@678aa1f2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6048c585, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@69d5e466, containsSubquery=false)
2026-08-29 08:14:05.482  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:14:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 672
2026-08-29 08:14:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:14:06.202  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:14:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:14:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:14:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@71f30c22(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 08:14:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:14:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:14:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:14:25.475  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:14:25.475  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:14:25.475  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ed4a983, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4edc7020, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@463553f0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6805835f, containsSubquery=false)
2026-08-29 08:14:25.476  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:14:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 673
2026-08-29 08:14:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:14:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:14:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:14:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:14:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:14:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:14:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1597ae8d(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 08:14:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:14:45.465  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:14:45.465  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:14:45.465  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@309813b8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@469f434a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ecc2eac, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ab62042, containsSubquery=false)
2026-08-29 08:14:45.465  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:15:05.535  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:15:05.535  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:15:05.535  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22b4cbab, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a6f73bf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e3b4cc5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68091ad5, containsSubquery=false)
2026-08-29 08:15:05.535  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:15:06.208  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 674
2026-08-29 08:15:06.208  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:15:06.209  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:15:06.211  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@79e734c8(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 08:15:06.211  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:15:06.211  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:15:06.211  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:15:06.212  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:15:06.212  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:15:25.475  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:15:25.475  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:15:25.475  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@9220388, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@22ef64a5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6361a40d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32a6ef4c, containsSubquery=false)
2026-08-29 08:15:25.475  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:15:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 675
2026-08-29 08:15:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:15:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:15:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:15:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:15:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:15:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:15:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@697dd63b(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 08:15:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:15:45.489  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:15:45.489  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:15:45.489  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@305ac32e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2fd0af04, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e3d58c8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@12ea6866, containsSubquery=false)
2026-08-29 08:15:45.489  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:16:05.525  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:16:05.525  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:16:05.525  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@29fee1ac, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6caf9af4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c9909a7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3cf6423d, containsSubquery=false)
2026-08-29 08:16:05.525  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:16:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 676
2026-08-29 08:16:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:16:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:16:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:16:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:16:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:16:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:16:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3e6a4537(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 08:16:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:16:25.481  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:16:25.481  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:16:25.481  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3c3532fd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@67dccd93, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3937ce63, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6664066b, containsSubquery=false)
2026-08-29 08:16:25.481  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:16:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 677
2026-08-29 08:16:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:16:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:16:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:16:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@496ab8fb(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 08:16:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:16:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:16:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:16:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:16:45.491  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:16:45.491  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:16:45.491  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5083b09b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7dcdb17a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5de92030, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@51356a53, containsSubquery=false)
2026-08-29 08:16:45.491  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:17:05.486  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:17:05.517  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:17:05.518  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@31cf719, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a19229a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7aed1cce, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53f96182, containsSubquery=false)
2026-08-29 08:17:05.518  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:17:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 678
2026-08-29 08:17:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:17:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:17:06.210  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:17:06.210  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5274ffbc(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 08:17:06.210  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:17:06.211  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:17:06.211  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:17:06.211  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:17:25.473  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:17:25.473  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:17:25.473  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3c1e5728, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ba2100, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1033880b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@621afd93, containsSubquery=false)
2026-08-29 08:17:25.473  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:17:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 679
2026-08-29 08:17:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:17:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:17:36.207  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6da8c463(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 08:17:36.207  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:17:36.207  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:17:36.207  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:17:36.207  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:17:36.207  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:17:45.485  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:17:45.485  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:17:45.485  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c8c0684, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32832fff, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28b24365, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18cfe6b4, containsSubquery=false)
2026-08-29 08:17:45.485  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:18:05.481  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:18:05.481  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:18:05.481  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e337ec0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a3d94ba, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4485fc2c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ed1b7fd, containsSubquery=false)
2026-08-29 08:18:05.481  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:18:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 680
2026-08-29 08:18:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:18:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:18:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:18:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:18:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:18:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:18:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:18:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@13b63931(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 08:18:11.187  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:18:11.187  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 08:18:11.187  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e1386b9, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5fa7139f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e9d2f3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@199e361e, containsSubquery=false)
2026-08-29 08:18:11.187  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [18367394316]
2026-08-29 08:18:11.195  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:18:11.195  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 08:18:11.195  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@290edec6, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@21932d75, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69c2ec81, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72b4c6c5, containsSubquery=false)
2026-08-29 08:18:11.195  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2085608556769476610]
2026-08-29 08:18:11.205  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:18:11.205  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 08:18:11.205  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6e13ab5, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@399b0861, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@38c4f00d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a4b4e8, containsSubquery=false)
2026-08-29 08:18:11.205  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2085608556769476610, 2026-08-29 00:00:00.0]
2026-08-29 08:18:11.214  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:18:11.214  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 08:18:11.214  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a8dc913, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ff9160c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7237b96f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ee23973, containsSubquery=false)
2026-08-29 08:18:11.214  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2085608556769476610, UPPER, 0]
2026-08-29 08:18:11.228  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:18:11.228  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 08:18:11.228  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2abc9a46, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@251a17c3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5be643cb, containsSubquery=false)
2026-08-29 08:18:11.228  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2085608556769476610]
2026-08-29 08:18:11.237  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:18:11.237  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 08:18:11.237  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78da98e9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@11cb7422, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d8cbb00, containsSubquery=false)
2026-08-29 08:18:11.237  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2085608556769476610]
2026-08-29 08:18:11.245  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:18:11.245  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 08:18:11.245  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f56e1ce, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@576a099f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@37f4f25a, containsSubquery=false)
2026-08-29 08:18:11.245  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2085608556769476610]
2026-08-29 08:18:11.255  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:18:11.255  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 08:18:11.255  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a38c5f8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ace9ec7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@516a5e1f, containsSubquery=false)
2026-08-29 08:18:11.255  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2085608556769476610]
2026-08-29 08:18:11.261  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:18:11.261  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 08:18:11.261  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38b543a5, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46220abb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45bb3ec6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d818542, containsSubquery=false)
2026-08-29 08:18:11.261  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2085608556769476610]
2026-08-29 08:18:11.266  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:18:11.266  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 08:18:11.266  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38b543a5, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6bf7d702, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a0df4ab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@22c93c8e, containsSubquery=false)
2026-08-29 08:18:11.267  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2085608556769476610]
2026-08-29 08:18:11.270  INFO 2485790 --- [http-nio-8804-exec-43] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2085608556769476610
2026-08-29 08:18:11.271  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:18:11.272  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 08:18:11.272  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3685a328, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6fb76f4b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7719a65, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6138689, containsSubquery=false)
2026-08-29 08:18:11.272  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2085608556769476610]
2026-08-29 08:18:11.274  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:18:11.275  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 08:18:11.275  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13f6bb7d, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@611ab372, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@adcde93, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@201b776, containsSubquery=false)
2026-08-29 08:18:11.275  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2085608556769476610, false]
2026-08-29 08:18:11.276  INFO 2485790 --- [http-nio-8804-exec-43] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1786587724, appId=6a7d2a4de4b0dfa55a9303bc, name=汇成商贸Jeepay
2026-08-29 08:18:11.284  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:18:11.284  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 08:18:11.284  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a6b4bd9, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53917ca4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ca4dba7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@527f9303, containsSubquery=false)
2026-08-29 08:18:11.284  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2085608556769476610]
2026-08-29 08:18:11.291  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:18:11.291  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 08:18:11.291  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@290edec6, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@67be8423, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49f7e45c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5466d15, containsSubquery=false)
2026-08-29 08:18:11.291  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2085608556769476610]
2026-08-29 08:18:11.297  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:18:11.297  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 08:18:11.297  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@320cdf84, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@154f6376, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@23578a0f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@565d52b6, containsSubquery=false)
2026-08-29 08:18:11.297  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2085608556769476610]
2026-08-29 08:18:11.302  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:18:11.302  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 08:18:11.302  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@363f68f, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@21e70f97, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d1321ff, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@662dd765, containsSubquery=false)
2026-08-29 08:18:11.302  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 08:18:11.301, 2026-08-29 08:18:11.301, 2026-08-29 08:18:11.301]
2026-08-29 08:18:11.313  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:18:11.313  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 08:18:11.313  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@608bfff2, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a64f6f6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@327a9820, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@65b50ab3, containsSubquery=false)
2026-08-29 08:18:11.313  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2085608556769476610]
2026-08-29 08:18:11.318  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:18:11.318  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 08:18:11.318  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@59a242f1, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@412523e7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c8849e2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@202fa03, containsSubquery=false)
2026-08-29 08:18:11.318  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2085608556769476610, TIANQUE, false]
2026-08-29 08:18:11.321  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:18:11.322  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 08:18:11.322  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@191ce9da, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43e301aa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@56a42937, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@76a31f0f, containsSubquery=false)
2026-08-29 08:18:11.322  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2085608556769476610, TIANQUE, false]
2026-08-29 08:18:11.330  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:18:11.330  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 08:18:11.330  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19fb6178, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d7f04b3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d1ec02d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1bec633a, containsSubquery=false)
2026-08-29 08:18:11.330  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2085608556769476610]
2026-08-29 08:18:11.331  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:18:11.331  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 08:18:11.331  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e56f5c, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@68bace19, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22522cdc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73d2a97, containsSubquery=false)
2026-08-29 08:18:11.332  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610]
2026-08-29 08:18:11.336  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:18:11.336  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 08:18:11.336  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@53328606, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f1b57b8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@119cb35e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@206646a8, containsSubquery=false)
2026-08-29 08:18:11.337  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610]
2026-08-29 08:18:11.340  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:18:11.340  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 08:18:11.340  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d569197, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5813f163, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ad2bfcf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57a252fd, containsSubquery=false)
2026-08-29 08:18:11.340  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610, PAY]
2026-08-29 08:18:11.347  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:18:11.347  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 08:18:11.347  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@740b4aa1, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ec10533, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2bb197ac, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31fc1257, containsSubquery=true)
2026-08-29 08:18:11.347  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2085608556769476610, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 08:18:11.355  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:18:11.355  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 08:18:11.356  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d569197, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@560de441, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7323a7d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53fd6f30, containsSubquery=false)
2026-08-29 08:18:11.356  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610, REFUND]
2026-08-29 08:18:11.389  WARN 2485790 --- [http-nio-8804-exec-44] c.l.m.s.s.IndexStatisticsServiceImpl     : 店铺首页账户余额查询失败 storeId相关 mno=399260810032306 err=File not exist: /ecommerce/seller-ceshi/data/keys/tianque/pri.key
2026-08-29 08:18:11.390  WARN 2485790 --- [http-nio-8804-exec-44] c.l.m.s.s.IndexStatisticsServiceImpl     : 店铺首页分账金额查询失败 mno=399260810032306 err=File not exist: /ecommerce/seller-ceshi/data/keys/tianque/pri.key
2026-08-29 08:18:25.462  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:18:25.463  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:18:25.463  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6bc6433a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51891228, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e0598dc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4342823a, containsSubquery=false)
2026-08-29 08:18:25.463  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:18:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 681
2026-08-29 08:18:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:18:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:18:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@50b74f54(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 08:18:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:18:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:18:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:18:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:18:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:18:45.470  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:18:45.470  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:18:45.470  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5a746a94, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@562ba7cd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5d1aa1d3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79b4376c, containsSubquery=false)
2026-08-29 08:18:45.470  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:19:05.467  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:19:05.467  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:19:05.467  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@116ba311, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@129813f4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a29961, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50ca05de, containsSubquery=false)
2026-08-29 08:19:05.467  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:19:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 682
2026-08-29 08:19:06.208  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:19:06.209  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:19:06.210  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:19:06.210  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:19:06.210  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:19:06.210  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:19:06.210  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6293ac72(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 08:19:06.211  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:19:25.463  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:19:25.463  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:19:25.463  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@233d3322, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3611c407, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7159bd42, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ccd7c78, containsSubquery=false)
2026-08-29 08:19:25.463  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:19:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 683
2026-08-29 08:19:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:19:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:19:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:19:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:19:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:19:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:19:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:19:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@550bff4b(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 08:19:45.471  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:19:45.471  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:19:45.471  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1271f41f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c675c8b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ba72e44, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@38aa64d2, containsSubquery=false)
2026-08-29 08:19:45.471  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:20:05.465  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:20:05.465  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:20:05.465  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@140ae708, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6cd5c42a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3430e39d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b375eee, containsSubquery=false)
2026-08-29 08:20:05.465  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:20:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 684
2026-08-29 08:20:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:20:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:20:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:20:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:20:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@19571aac(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 08:20:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:20:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:20:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:20:25.508  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:20:25.508  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:20:25.508  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c19ea1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2d330608, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@531482cd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@392abc7d, containsSubquery=false)
2026-08-29 08:20:25.508  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:20:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 685
2026-08-29 08:20:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:20:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:20:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:20:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:20:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:20:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:20:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:20:36.206  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5817c974(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 08:20:45.463  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:20:45.463  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:20:45.463  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3348ebf9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@754e6b95, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2e91e059, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6dba3463, containsSubquery=false)
2026-08-29 08:20:45.463  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:21:05.463  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:21:05.464  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:21:05.464  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@62f0636e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f104a06, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70180ca2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@41aa68dc, containsSubquery=false)
2026-08-29 08:21:05.464  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:21:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 686
2026-08-29 08:21:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:21:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:21:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:21:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:21:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:21:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:21:06.206  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@647de2de(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 08:21:06.207  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:21:25.498  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:21:25.498  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:21:25.498  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@21c69cf3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4853fc23, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5799443e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@544d0a2e, containsSubquery=false)
2026-08-29 08:21:25.498  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:21:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 687
2026-08-29 08:21:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:21:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:21:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@459c8347(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 08:21:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:21:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:21:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:21:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:21:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:21:45.464  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:21:45.464  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:21:45.464  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47b64e0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@31a98367, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f1aa1e5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d115d4e, containsSubquery=false)
2026-08-29 08:21:45.465  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:22:05.484  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:22:05.484  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:22:05.484  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7910ec8f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3835715, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6dbcb9f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@70556659, containsSubquery=false)
2026-08-29 08:22:05.484  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:22:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 688
2026-08-29 08:22:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:22:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:22:06.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5c89d925(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 08:22:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:22:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:22:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:22:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:22:06.209  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:22:25.467  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:22:25.468  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:22:25.468  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@26ebdaa4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6a7fcea7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43867e3f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@82c3657, containsSubquery=false)
2026-08-29 08:22:25.468  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:22:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 689
2026-08-29 08:22:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:22:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:22:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@48c35db7(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 08:22:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:22:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:22:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:22:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:22:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:22:45.469  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:22:45.469  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:22:45.469  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7901243c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b30b10e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@58d75a9e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2286f47e, containsSubquery=false)
2026-08-29 08:22:45.469  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:23:05.469  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:23:05.469  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:23:05.469  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d9ecdad, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@838ccfa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7846084c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e7fbd34, containsSubquery=false)
2026-08-29 08:23:05.469  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:23:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 690
2026-08-29 08:23:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:23:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:23:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:23:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:23:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:23:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:23:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@51db9d37(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 08:23:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:23:25.463  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:23:25.463  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:23:25.463  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e4777de, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a5911ec, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25d8fc18, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@43ed8780, containsSubquery=false)
2026-08-29 08:23:25.463  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:23:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 691
2026-08-29 08:23:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:23:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:23:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:23:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:23:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:23:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:23:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7a05c58e(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 08:23:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:23:45.462  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:23:45.462  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:23:45.462  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66f9c133, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32b03a63, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6fe01ce4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@59029e74, containsSubquery=false)
2026-08-29 08:23:45.462  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:24:05.536  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:24:05.536  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:24:05.536  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2e29a97a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c826d21, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@412800f7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2362e4f8, containsSubquery=false)
2026-08-29 08:24:05.536  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:24:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 692
2026-08-29 08:24:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:24:06.210  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:24:06.213  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:24:06.213  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:24:06.213  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:24:06.213  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:24:06.213  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:24:06.213  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5ac11b56(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 08:24:25.467  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:24:25.467  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:24:25.467  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@ed7c711, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b7373c3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@71860a4c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1fa052e1, containsSubquery=false)
2026-08-29 08:24:25.467  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:24:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 693
2026-08-29 08:24:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:24:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:24:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:24:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:24:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:24:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@54229351(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 08:24:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:24:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:24:45.459  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:24:45.459  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:24:45.459  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@576acbb6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6abd54b4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@50e71f62, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60acce27, containsSubquery=false)
2026-08-29 08:24:45.459  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:25:05.502  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:25:05.502  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:25:05.502  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@624f6ba2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4948b10, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e833979, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2b91c75a, containsSubquery=false)
2026-08-29 08:25:05.502  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:25:06.206  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 694
2026-08-29 08:25:06.207  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:25:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:25:06.208  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:25:06.208  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@8515800(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 08:25:06.208  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:25:06.209  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:25:06.209  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:25:06.209  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:25:25.493  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:25:25.493  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:25:25.499  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@28a7885d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@608b1b15, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@750eef6e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4f7926ea, containsSubquery=false)
2026-08-29 08:25:25.499  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:25:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 695
2026-08-29 08:25:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:25:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:25:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:25:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:25:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:25:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:25:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:25:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@198101fa(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 08:25:45.461  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:25:45.461  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:25:45.461  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38cf6a6c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@cc72449, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@78f0b6ef, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74738fcd, containsSubquery=false)
2026-08-29 08:25:45.461  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:26:05.469  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:26:05.469  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:26:05.469  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5fbfc82e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@168d5268, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c928d30, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5b8ae118, containsSubquery=false)
2026-08-29 08:26:05.469  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:26:06.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 696
2026-08-29 08:26:06.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:26:06.210  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:26:06.211  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:26:06.211  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:26:06.211  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:26:06.211  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:26:06.211  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2acc465b(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 08:26:06.211  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:26:25.464  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:26:25.464  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:26:25.464  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@328d8bbe, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b4290c0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@219b2575, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ca95726, containsSubquery=false)
2026-08-29 08:26:25.464  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:26:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 697
2026-08-29 08:26:36.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:26:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:26:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:26:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:26:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:26:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:26:36.206  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@585aa59b(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 08:26:36.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:26:45.472  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:26:45.472  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:26:45.472  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6f90896b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@18ff5e84, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@53b9daab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@937b371, containsSubquery=false)
2026-08-29 08:26:45.472  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:27:05.463  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:27:05.463  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:27:05.463  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@79d7e63f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ef38b67, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76e9c305, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3cbd82f3, containsSubquery=false)
2026-08-29 08:27:05.463  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:27:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 698
2026-08-29 08:27:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:27:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:27:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:27:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:27:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:27:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:27:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1ab860e(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 08:27:06.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:27:25.478  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:27:25.478  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:27:25.478  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@44834751, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b37d73, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61c36215, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d7df696, containsSubquery=false)
2026-08-29 08:27:25.478  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:27:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 699
2026-08-29 08:27:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:27:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:27:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:27:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@204ec594(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 08:27:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:27:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:27:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:27:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:27:45.476  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:27:45.476  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:27:45.477  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4240f6b0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61b9adc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@306098bd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2aaec860, containsSubquery=false)
2026-08-29 08:27:45.477  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:28:05.485  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:28:05.485  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:28:05.485  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@31c4b654, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@45bf8b94, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ef0336e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@144c873f, containsSubquery=false)
2026-08-29 08:28:05.485  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:28:06.205  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 700
2026-08-29 08:28:06.205  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:28:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:28:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:28:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:28:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:28:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:28:06.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:28:06.206  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4c1c39fb(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 08:28:25.463  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:28:25.463  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:28:25.463  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@190c8343, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32131410, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@470ef720, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@420268a1, containsSubquery=false)
2026-08-29 08:28:25.463  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:28:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 701
2026-08-29 08:28:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:28:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:28:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@24803a06(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 08:28:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:28:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:28:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:28:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:28:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:28:45.528  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:28:45.528  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:28:45.528  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1c3d94d9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1964d49d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e646c7e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5cae14bf, containsSubquery=false)
2026-08-29 08:28:45.528  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:29:05.488  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:29:05.488  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:29:05.488  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@36a382db, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@384ad998, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@316fe48, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a843400, containsSubquery=false)
2026-08-29 08:29:05.488  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:29:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 702
2026-08-29 08:29:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:29:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:29:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2aebfd1d(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 08:29:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:29:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:29:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:29:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:29:06.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:29:25.469  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:29:25.470  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:29:25.470  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@752105c5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@33300254, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b9fb1c0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3dd2f876, containsSubquery=false)
2026-08-29 08:29:25.470  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:29:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 703
2026-08-29 08:29:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:29:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:29:36.206  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2ba3060b(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 08:29:36.207  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:29:36.207  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:29:36.207  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:29:36.207  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:29:36.208  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:29:45.463  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:29:45.463  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:29:45.463  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@52600caa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@979e7d0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@789de78a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@c06cf10, containsSubquery=false)
2026-08-29 08:29:45.463  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:30:05.528  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:30:05.528  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:30:05.528  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@18d57217, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6248e4ac, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6afc45c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@439b8e20, containsSubquery=false)
2026-08-29 08:30:05.528  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:30:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 704
2026-08-29 08:30:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:30:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:30:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@38e83e45(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 08:30:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:30:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:30:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:30:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:30:06.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:30:25.489  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:30:25.490  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:30:25.490  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@161e6e66, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ef3f856, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76b4ee6b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4a459440, containsSubquery=false)
2026-08-29 08:30:25.490  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:30:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 705
2026-08-29 08:30:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:30:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:30:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:30:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@435c536d(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 08:30:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:30:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:30:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:30:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:30:45.467  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:30:45.467  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:30:45.467  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@358f9743, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52922d00, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d7e374e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@402aaf6b, containsSubquery=false)
2026-08-29 08:30:45.467  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:31:05.464  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:31:05.464  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:31:05.464  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@26802316, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@65ad0664, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36d3ea95, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ff1922, containsSubquery=false)
2026-08-29 08:31:05.464  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:31:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 706
2026-08-29 08:31:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:31:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:31:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:31:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@a920938(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 08:31:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:31:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:31:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:31:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:31:25.477  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:31:25.477  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:31:25.478  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@595a500e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43e7a262, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10dfc128, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58301656, containsSubquery=false)
2026-08-29 08:31:25.478  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:31:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 707
2026-08-29 08:31:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:31:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:31:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@44a10521(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 08:31:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:31:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:31:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:31:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:31:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:31:45.461  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:31:45.461  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:31:45.461  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d724cb0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ce30c1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a0ec453, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a58016f, containsSubquery=false)
2026-08-29 08:31:45.461  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:32:05.461  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:32:05.461  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:32:05.461  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1502555a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c9047d3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@64dd246, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5b7f7966, containsSubquery=false)
2026-08-29 08:32:05.461  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:32:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 708
2026-08-29 08:32:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:32:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:32:06.209  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:32:06.209  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@35306ac4(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 08:32:06.209  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:32:06.209  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:32:06.209  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:32:06.210  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:32:25.477  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:32:25.477  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:32:25.477  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@31b43415, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6630334b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5affd278, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@756b2539, containsSubquery=false)
2026-08-29 08:32:25.477  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:32:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 709
2026-08-29 08:32:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:32:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:32:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:32:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:32:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:32:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:32:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3b380618(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 08:32:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:32:45.464  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:32:45.464  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:32:45.464  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ef249f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5bb86cd9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35ab6848, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@260b8d36, containsSubquery=false)
2026-08-29 08:32:45.464  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:33:05.477  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:33:05.477  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:33:05.477  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5b5c0110, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5bb80b50, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d44e565, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@24ac0929, containsSubquery=false)
2026-08-29 08:33:05.477  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:33:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 710
2026-08-29 08:33:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:33:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:33:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:33:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:33:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:33:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:33:06.206  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7605b2ea(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 08:33:06.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:33:25.477  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:33:25.477  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:33:25.477  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@322530f5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@259ca475, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c31d0c2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53ba42dc, containsSubquery=false)
2026-08-29 08:33:25.477  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:33:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 711
2026-08-29 08:33:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:33:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:33:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:33:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:33:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:33:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:33:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:33:36.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@567edee1(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 08:33:45.459  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:33:45.460  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:33:45.460  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4154e6d5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a3386d9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ab39d45, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2005a361, containsSubquery=false)
2026-08-29 08:33:45.460  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:34:05.470  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:34:05.470  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:34:05.470  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@59ef8959, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@8fe6ca4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1697f462, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7994210a, containsSubquery=false)
2026-08-29 08:34:05.470  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:34:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 712
2026-08-29 08:34:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:34:06.202  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:34:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@18f69474(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 08:34:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:34:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:34:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:34:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:34:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:34:25.066  INFO 2485790 --- [quartzScheduler_Worker-4] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 08:34:25.470  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:34:25.470  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:34:25.470  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7355a2a0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f7021e3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e2c0e13, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@185abf97, containsSubquery=false)
2026-08-29 08:34:25.470  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:34:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 713
2026-08-29 08:34:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:34:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:34:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:34:36.206  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7bd7a7eb(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 08:34:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:34:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:34:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:34:36.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:34:45.465  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:34:45.465  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:34:45.465  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3e7f77fb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2da457b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@53ba9953, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@22fde280, containsSubquery=false)
2026-08-29 08:34:45.465  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:35:05.567  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:35:05.568  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:35:05.568  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@db0c0ed, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1fcea50f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b0e7a4a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b94f181, containsSubquery=false)
2026-08-29 08:35:05.568  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:35:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 714
2026-08-29 08:35:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:35:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:35:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:35:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:35:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:35:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:35:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@572587ee(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 08:35:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:35:25.489  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:35:25.489  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:35:25.489  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@b3965f1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@371902c2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3fc2f2d4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4a769f2f, containsSubquery=false)
2026-08-29 08:35:25.489  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:35:36.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 715
2026-08-29 08:35:36.209  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:35:36.215  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:35:36.218  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:35:36.218  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:35:36.218  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:35:36.218  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:35:36.218  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@a770ed9(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 08:35:36.218  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:35:45.464  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:35:45.465  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:35:45.465  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4532fc61, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@525e32a4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3aebfa1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57181a75, containsSubquery=false)
2026-08-29 08:35:45.465  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:36:05.500  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:36:05.500  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:36:05.500  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4fa2eb2a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@149e3b29, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@66716c2a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b1a6388, containsSubquery=false)
2026-08-29 08:36:05.500  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:36:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 716
2026-08-29 08:36:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:36:06.208  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:36:06.210  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:36:06.210  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:36:06.210  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5d660cb6(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 08:36:06.210  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:36:06.210  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:36:06.214  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:36:09.572  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:36:09.572  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 08:36:09.572  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@290edec6, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14f3fc67, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d04fe20, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ad1001f, containsSubquery=false)
2026-08-29 08:36:09.572  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2085608556769476610]
2026-08-29 08:36:09.578  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:36:09.578  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 08:36:09.578  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6e13ab5, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4fdfba0a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ddc8a16, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5852867d, containsSubquery=false)
2026-08-29 08:36:09.578  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2085608556769476610, 2026-08-29 00:00:00.0]
2026-08-29 08:36:09.587  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:36:09.587  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 08:36:09.587  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a8dc913, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3e15075, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f4c5f1a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4f4a35f8, containsSubquery=false)
2026-08-29 08:36:09.587  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2085608556769476610, UPPER, 0]
2026-08-29 08:36:09.602  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:36:09.602  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 08:36:09.602  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3639618e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28c26744, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64c82dfe, containsSubquery=false)
2026-08-29 08:36:09.602  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2085608556769476610]
2026-08-29 08:36:09.629  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:36:09.629  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 08:36:09.629  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b31ef8c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e3392c9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30fad505, containsSubquery=false)
2026-08-29 08:36:09.629  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2085608556769476610]
2026-08-29 08:36:09.636  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:36:09.636  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 08:36:09.636  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14c0565c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@72f4fb3c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@27d1e0d4, containsSubquery=false)
2026-08-29 08:36:09.636  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2085608556769476610]
2026-08-29 08:36:09.643  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:36:09.643  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 08:36:09.643  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b591c9f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63269260, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@44a02386, containsSubquery=false)
2026-08-29 08:36:09.643  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2085608556769476610]
2026-08-29 08:36:09.650  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:36:09.650  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 08:36:09.650  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38b543a5, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@701f6c9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42f859bc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d5b7de4, containsSubquery=false)
2026-08-29 08:36:09.650  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2085608556769476610]
2026-08-29 08:36:09.655  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:36:09.655  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 08:36:09.655  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38b543a5, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b253fee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1db7d133, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@538ac2ed, containsSubquery=false)
2026-08-29 08:36:09.655  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2085608556769476610]
2026-08-29 08:36:09.662  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:36:09.662  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 08:36:09.662  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13f6bb7d, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c55e0eb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@594ddc26, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34a38c2e, containsSubquery=false)
2026-08-29 08:36:09.662  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2085608556769476610, false]
2026-08-29 08:36:09.669  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:36:09.669  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 08:36:09.669  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a6b4bd9, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b297df7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63c35a40, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7209843b, containsSubquery=false)
2026-08-29 08:36:09.669  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2085608556769476610]
2026-08-29 08:36:09.674  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:36:09.674  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 08:36:09.674  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@290edec6, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66ed8f0b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@587bf7b1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5980991a, containsSubquery=false)
2026-08-29 08:36:09.674  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2085608556769476610]
2026-08-29 08:36:09.679  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:36:09.679  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 08:36:09.679  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@320cdf84, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@65d59dc5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3840902c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@bc477e7, containsSubquery=false)
2026-08-29 08:36:09.680  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2085608556769476610]
2026-08-29 08:36:09.683  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:36:09.683  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 08:36:09.683  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@363f68f, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ddef624, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@150dc537, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@571be3c0, containsSubquery=false)
2026-08-29 08:36:09.683  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 08:36:09.682, 2026-08-29 08:36:09.682, 2026-08-29 08:36:09.682]
2026-08-29 08:36:09.689  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:36:09.689  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 08:36:09.689  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@608bfff2, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79e3bab4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@716e43ab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73ef4d5d, containsSubquery=false)
2026-08-29 08:36:09.689  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2085608556769476610]
2026-08-29 08:36:09.693  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:36:09.693  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 08:36:09.693  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@59a242f1, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71891136, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@78053fff, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34af8f94, containsSubquery=false)
2026-08-29 08:36:09.693  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2085608556769476610, TIANQUE, false]
2026-08-29 08:36:09.696  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:36:09.696  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 08:36:09.696  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@191ce9da, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@65c3faef, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2dd80aec, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2b041c69, containsSubquery=false)
2026-08-29 08:36:09.697  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2085608556769476610, TIANQUE, false]
2026-08-29 08:36:09.700  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:36:09.700  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 08:36:09.700  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19fb6178, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4e9816e4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4574ac0a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3fc8989c, containsSubquery=false)
2026-08-29 08:36:09.700  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2085608556769476610]
2026-08-29 08:36:09.708  WARN 2485790 --- [http-nio-8804-exec-10] c.l.m.s.s.IndexStatisticsServiceImpl     : 店铺首页账户余额查询失败 storeId相关 mno=399260810032306 err=File not exist: /ecommerce/seller-ceshi/data/keys/tianque/pri.key
2026-08-29 08:36:09.708  WARN 2485790 --- [http-nio-8804-exec-10] c.l.m.s.s.IndexStatisticsServiceImpl     : 店铺首页分账金额查询失败 mno=399260810032306 err=File not exist: /ecommerce/seller-ceshi/data/keys/tianque/pri.key
2026-08-29 08:36:09.730  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:36:09.730  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 08:36:09.730  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e56f5c, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@586c0781, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1f2abf04, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@850a62d, containsSubquery=false)
2026-08-29 08:36:09.730  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610]
2026-08-29 08:36:09.733  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:36:09.734  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 08:36:09.734  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@53328606, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5dbad15, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@837124d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@22762896, containsSubquery=false)
2026-08-29 08:36:09.734  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610]
2026-08-29 08:36:09.737  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:36:09.737  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 08:36:09.737  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d569197, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ad01f4d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9f1a619, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@835b795, containsSubquery=false)
2026-08-29 08:36:09.737  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610, PAY]
2026-08-29 08:36:09.743  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:36:09.743  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 08:36:09.743  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@740b4aa1, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12286e6f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3784eaa0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57c2658b, containsSubquery=true)
2026-08-29 08:36:09.743  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2085608556769476610, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 08:36:09.750  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:36:09.751  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 08:36:09.751  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d569197, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e829b4f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2aa84529, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4a3b3cae, containsSubquery=false)
2026-08-29 08:36:09.751  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610, REFUND]
2026-08-29 08:36:09.823  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:36:09.823  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 08:36:09.823  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e1386b9, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4e71cbf5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b41e341, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@39d3bc5b, containsSubquery=false)
2026-08-29 08:36:09.823  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [18367394316]
2026-08-29 08:36:09.922  INFO 2485790 --- [http-nio-8804-exec-12] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2085608556769476610
2026-08-29 08:36:09.923  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:36:09.923  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 08:36:09.923  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3685a328, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2379bfc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26a2de85, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3276c1a, containsSubquery=false)
2026-08-29 08:36:09.924  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2085608556769476610]
2026-08-29 08:36:09.929  INFO 2485790 --- [http-nio-8804-exec-12] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1786587724, appId=6a7d2a4de4b0dfa55a9303bc, name=汇成商贸Jeepay
2026-08-29 08:36:25.468  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:36:25.468  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:36:25.468  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@234acaf3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@601f55b3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a755d37, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@24708acd, containsSubquery=false)
2026-08-29 08:36:25.468  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:36:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 717
2026-08-29 08:36:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:36:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:36:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:36:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:36:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:36:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:36:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:36:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@13c52b14(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 08:36:45.463  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:36:45.463  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:36:45.463  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2de240dd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60de9a2b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4045f1d2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@51c43acd, containsSubquery=false)
2026-08-29 08:36:45.463  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:37:05.507  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:37:05.508  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:37:05.508  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6e89e774, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5a789b79, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5987cf2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5185a09b, containsSubquery=false)
2026-08-29 08:37:05.508  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:37:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 718
2026-08-29 08:37:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:37:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:37:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:37:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:37:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:37:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:37:06.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:37:06.206  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1ce2880f(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 08:37:25.464  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:37:25.464  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:37:25.464  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ef7d7c6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3dda9a3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@53f8e53a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1fc60f5b, containsSubquery=false)
2026-08-29 08:37:25.464  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:37:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 719
2026-08-29 08:37:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:37:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:37:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:37:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@42246e11(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 08:37:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:37:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:37:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:37:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:37:45.473  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:37:45.473  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:37:45.473  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5cc5f378, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3586efbd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@105543db, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@379f82ef, containsSubquery=false)
2026-08-29 08:37:45.473  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:38:05.481  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:38:05.481  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:38:05.481  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@9f671d1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f2d5b3e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a754152, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@48712e1e, containsSubquery=false)
2026-08-29 08:38:05.481  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:38:06.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 720
2026-08-29 08:38:06.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:38:06.211  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:38:06.211  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:38:06.212  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3917a58c(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 08:38:06.212  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:38:06.212  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:38:06.212  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:38:06.212  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:38:25.463  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:38:25.463  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:38:25.463  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5a9c16f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20a76d97, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47858f51, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@660796ba, containsSubquery=false)
2026-08-29 08:38:25.463  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:38:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 721
2026-08-29 08:38:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:38:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:38:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:38:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6cfc3452(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 08:38:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:38:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:38:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:38:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:38:45.474  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:38:45.474  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:38:45.474  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7f46018b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17a3e449, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40e1dca7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26bccf7e, containsSubquery=false)
2026-08-29 08:38:45.474  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:39:05.511  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:39:05.511  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:39:05.511  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7eb44934, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@72baf5db, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@255f8d37, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ead9704, containsSubquery=false)
2026-08-29 08:39:05.511  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:39:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 722
2026-08-29 08:39:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:39:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:39:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:39:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:39:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5548ecd7(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 08:39:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:39:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:39:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:39:25.465  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:39:25.466  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:39:25.466  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45148931, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5312f6d2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6eb32781, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36acde86, containsSubquery=false)
2026-08-29 08:39:25.466  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:39:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 723
2026-08-29 08:39:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:39:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:39:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:39:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:39:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:39:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:39:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:39:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@53546bed(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 08:39:45.475  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:39:45.475  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:39:45.475  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22ead991, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b48685e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4bf05146, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@14c4fb90, containsSubquery=false)
2026-08-29 08:39:45.475  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:40:05.503  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:40:05.503  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:40:05.503  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1d9f3f63, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2987ab9a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7698ae97, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@8aad7a, containsSubquery=false)
2026-08-29 08:40:05.503  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:40:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 724
2026-08-29 08:40:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:40:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:40:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:40:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:40:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:40:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7b400a68(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 08:40:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:40:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:40:25.471  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:40:25.471  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:40:25.471  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70ce7a2c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20b4d4dc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31d2f2da, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@42e8544b, containsSubquery=false)
2026-08-29 08:40:25.471  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:40:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 725
2026-08-29 08:40:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:40:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:40:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:40:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:40:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:40:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:40:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:40:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@72624ed2(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 08:40:45.479  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:40:45.479  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:40:45.479  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@11827da, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d291251, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40dd36c1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3a0bd628, containsSubquery=false)
2026-08-29 08:40:45.479  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:41:05.481  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:41:05.481  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:41:05.481  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2600124d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56050ccd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@217352bc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@39750581, containsSubquery=false)
2026-08-29 08:41:05.481  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:41:06.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 726
2026-08-29 08:41:06.205  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:41:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:41:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:41:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:41:06.207  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4e43a4e(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 08:41:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:41:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:41:06.207  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:41:25.503  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:41:25.504  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:41:25.504  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25f79f29, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@74e1ac56, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49117d6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1718d0d9, containsSubquery=false)
2026-08-29 08:41:25.504  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:41:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 727
2026-08-29 08:41:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:41:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:41:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:41:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:41:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:41:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:41:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@a3c1167(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 08:41:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:41:45.465  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:41:45.465  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:41:45.465  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@290e3349, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@9714b0f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@46b5dcd0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@633dd0fb, containsSubquery=false)
2026-08-29 08:41:45.465  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:41:53.349  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:41:53.349  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 08:41:53.350  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@290edec6, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e20b813, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22074e84, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@20857acb, containsSubquery=false)
2026-08-29 08:41:53.350  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079764405385637890]
2026-08-29 08:41:53.355  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:41:53.355  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 08:41:53.355  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6e13ab5, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@717105f8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7aa97a3f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16fe778f, containsSubquery=false)
2026-08-29 08:41:53.355  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079764405385637890, 2026-08-29 00:00:00.0]
2026-08-29 08:41:53.364  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:41:53.364  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 08:41:53.364  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a8dc913, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@671ab5c8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2bdf4ab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b1be0ab, containsSubquery=false)
2026-08-29 08:41:53.364  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079764405385637890, UPPER, 0]
2026-08-29 08:41:53.376  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:41:53.376  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 08:41:53.376  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@185a5130, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c90e428, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4621b412, containsSubquery=false)
2026-08-29 08:41:53.376  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079764405385637890]
2026-08-29 08:41:53.382  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:41:53.382  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 08:41:53.383  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e56f5c, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a224bad, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b4ab3d7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35802a2, containsSubquery=false)
2026-08-29 08:41:53.383  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079764405385637890]
2026-08-29 08:41:53.384  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:41:53.385  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 08:41:53.385  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4dbb3a11, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6719690, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b05b32d, containsSubquery=false)
2026-08-29 08:41:53.385  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079764405385637890]
2026-08-29 08:41:53.389  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:41:53.389  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 08:41:53.389  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@53328606, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3696c9b8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@759890da, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f461bb6, containsSubquery=false)
2026-08-29 08:41:53.389  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079764405385637890]
2026-08-29 08:41:53.394  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:41:53.394  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 08:41:53.394  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d569197, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@267df0ba, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9c9c468, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55789477, containsSubquery=false)
2026-08-29 08:41:53.395  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079764405385637890, PAY]
2026-08-29 08:41:53.396  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:41:53.396  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 08:41:53.396  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3cbbd213, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@34f2e2fd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5667044e, containsSubquery=false)
2026-08-29 08:41:53.396  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079764405385637890]
2026-08-29 08:41:53.400  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:41:53.400  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 08:41:53.400  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@740b4aa1, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@59d2693e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4898855f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@69c44794, containsSubquery=true)
2026-08-29 08:41:53.400  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079764405385637890, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 08:41:53.405  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:41:53.405  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 08:41:53.405  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d569197, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4992ad92, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@221abd3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66f28ddb, containsSubquery=false)
2026-08-29 08:41:53.405  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079764405385637890, REFUND]
2026-08-29 08:41:53.407  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:41:53.407  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 08:41:53.407  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14a066e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6fe1377d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36c07c4, containsSubquery=false)
2026-08-29 08:41:53.407  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079764405385637890]
2026-08-29 08:41:53.413  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:41:53.413  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 08:41:53.413  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38b543a5, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@715fd853, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12eea39b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e7f8432, containsSubquery=false)
2026-08-29 08:41:53.413  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079764405385637890]
2026-08-29 08:41:53.426  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:41:53.426  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 08:41:53.426  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38b543a5, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b6e7cc6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@19c22b8d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53af0ee3, containsSubquery=false)
2026-08-29 08:41:53.426  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079764405385637890]
2026-08-29 08:41:53.433  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:41:53.433  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 08:41:53.433  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13f6bb7d, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@10247cc5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b57a034, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2852dfb3, containsSubquery=false)
2026-08-29 08:41:53.433  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079764405385637890, false]
2026-08-29 08:41:53.440  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:41:53.440  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 08:41:53.440  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a6b4bd9, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@10dc7435, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ecd9eda, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@666fb3af, containsSubquery=false)
2026-08-29 08:41:53.440  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079764405385637890]
2026-08-29 08:41:53.446  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:41:53.446  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 08:41:53.446  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@290edec6, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2065cf9e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b8ce2f6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ab35e80, containsSubquery=false)
2026-08-29 08:41:53.446  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079764405385637890]
2026-08-29 08:41:53.453  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:41:53.453  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 08:41:53.453  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@320cdf84, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6fcae726, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4fadf301, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2295be94, containsSubquery=false)
2026-08-29 08:41:53.453  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079764405385637890]
2026-08-29 08:41:53.456  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:41:53.457  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 08:41:53.457  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@363f68f, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60dbad87, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6fb5de16, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3de63a9d, containsSubquery=false)
2026-08-29 08:41:53.457  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 08:41:53.456, 2026-08-29 08:41:53.456, 2026-08-29 08:41:53.456]
2026-08-29 08:41:53.467  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:41:53.468  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 08:41:53.468  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@608bfff2, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@72cefdc5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ef013d3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77a1d790, containsSubquery=false)
2026-08-29 08:41:53.468  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079764405385637890]
2026-08-29 08:41:53.471  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:41:53.471  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 08:41:53.471  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@59a242f1, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69bde53c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10d9a2cc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@45aa7372, containsSubquery=false)
2026-08-29 08:41:53.471  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079764405385637890, TIANQUE, false]
2026-08-29 08:41:53.475  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:41:53.475  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 08:41:53.475  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@191ce9da, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61ec44a9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@774b9a05, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2bb90298, containsSubquery=false)
2026-08-29 08:41:53.475  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079764405385637890, TIANQUE, false]
2026-08-29 08:41:53.477  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:41:53.477  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 08:41:53.477  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19fb6178, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d026a22, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ecc0cd8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f270d86, containsSubquery=false)
2026-08-29 08:41:53.478  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079764405385637890]
2026-08-29 08:41:53.479  WARN 2485790 --- [http-nio-8804-exec-32] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079764405385637890 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 08:41:53.847  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:41:53.847  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 08:41:53.847  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e1386b9, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1a231e6b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51cc1d1b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ffff4bd, containsSubquery=false)
2026-08-29 08:41:53.847  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [15989833970]
2026-08-29 08:41:53.931  INFO 2485790 --- [http-nio-8804-exec-35] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2079764405385637890
2026-08-29 08:41:53.931  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:41:53.931  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 08:41:53.931  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3685a328, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@48f5baf1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@789ff54e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15aa3f88, containsSubquery=false)
2026-08-29 08:41:53.932  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2079764405385637890]
2026-08-29 08:41:53.934  WARN 2485790 --- [http-nio-8804-exec-35] c.l.m.w.s.PaymentMerchantsServiceImpl    : 未找到支付配置，请检查是否已配置或状态为启用
2026-08-29 08:41:53.935 ERROR 2485790 --- [http-nio-8804-exec-35] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[RuntimeException]:

java.lang.NullPointerException: Cannot invoke "cn.lili.modules.wallet.entity.dos.PaymentMerchants.setAppSecret(String)" because "merchants" is null
	at cn.lili.modules.statistics.serviceimpl.IndexStatisticsServiceImpl.checkPayments(IndexStatisticsServiceImpl.java:245)
	at cn.lili.controller.statistics.IndexStatisticsStoreController.payment(IndexStatisticsStoreController.java:66)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 08:42:05.462  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:42:05.462  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:42:05.462  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5586fbd1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7fbdb85f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@39b28361, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40d47ef4, containsSubquery=false)
2026-08-29 08:42:05.462  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:42:06.219  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 728
2026-08-29 08:42:06.231  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:42:06.231  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:42:06.232  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@30b7287(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 08:42:06.232  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:42:06.232  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:42:06.232  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:42:06.232  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:42:06.236  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:42:25.478  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:42:25.478  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:42:25.478  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@fe6b92c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3522998f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@671ac2fa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7a379ae6, containsSubquery=false)
2026-08-29 08:42:25.478  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:42:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 729
2026-08-29 08:42:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:42:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:42:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:42:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@227141db(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 08:42:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:42:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:42:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:42:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:42:45.468  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:42:45.468  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:42:45.468  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6ffbb4d7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@9fadafc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b8459cd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1baf5190, containsSubquery=false)
2026-08-29 08:42:45.468  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:43:05.499  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:43:05.499  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:43:05.499  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76e86bc9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@432bf6e2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7561ab41, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31885fea, containsSubquery=false)
2026-08-29 08:43:05.499  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:43:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 730
2026-08-29 08:43:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:43:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:43:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:43:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:43:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:43:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:43:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:43:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7ed264d8(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 08:43:25.504  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:43:25.504  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:43:25.504  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16f751f1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@333f5b3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a31c36a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e37856a, containsSubquery=false)
2026-08-29 08:43:25.504  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:43:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 731
2026-08-29 08:43:36.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:43:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:43:36.206  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@64d8fbdd(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 08:43:36.207  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:43:36.207  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:43:36.207  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:43:36.207  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:43:36.207  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:43:45.473  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:43:45.473  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:43:45.473  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@67d7e2f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7bb641cb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5944dc77, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6bd55af3, containsSubquery=false)
2026-08-29 08:43:45.473  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:44:05.469  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:44:05.469  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:44:05.469  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4353e9d6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b89c54c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@470f9b44, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@37ca8d4c, containsSubquery=false)
2026-08-29 08:44:05.469  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:44:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 732
2026-08-29 08:44:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:44:06.202  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:44:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:44:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@10541a1e(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 08:44:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:44:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:44:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:44:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:44:25.491  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:44:25.491  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:44:25.491  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d8cd539, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6795fa9e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@440cc73f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@701cbc74, containsSubquery=false)
2026-08-29 08:44:25.491  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:44:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 733
2026-08-29 08:44:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:44:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:44:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:44:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:44:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@622acc7b(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 08:44:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:44:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:44:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:44:45.466  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:44:45.466  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:44:45.466  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@266a10ae, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a04abb7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@126b06a1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32cac12, containsSubquery=false)
2026-08-29 08:44:45.466  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:45:05.516  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:45:05.516  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:45:05.516  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d6144a0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@283a8bac, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63904cb9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@10a607fb, containsSubquery=false)
2026-08-29 08:45:05.516  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:45:06.205  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 734
2026-08-29 08:45:06.205  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:45:06.209  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:45:06.215  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@32cb1d8c(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 08:45:06.216  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:45:06.216  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:45:06.216  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:45:06.216  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:45:06.217  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:45:25.483  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:45:25.484  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:45:25.484  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a7b36b1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50e36cf5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@58241773, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b8195b6, containsSubquery=false)
2026-08-29 08:45:25.484  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:45:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 735
2026-08-29 08:45:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:45:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:45:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:45:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:45:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:45:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:45:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1fc94c6f(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 08:45:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:45:45.482  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:45:45.482  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:45:45.482  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4e1f0021, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a3ebd8a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b3d9e40, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ac6e7eb, containsSubquery=false)
2026-08-29 08:45:45.482  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:46:05.543  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:46:05.543  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:46:05.543  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a49aea2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@be4b195, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5822e77d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36f565f6, containsSubquery=false)
2026-08-29 08:46:05.543  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:46:06.251  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 736
2026-08-29 08:46:06.252  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:46:06.263  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:46:06.264  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2e27ed95(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 08:46:06.270  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:46:06.281  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:46:06.281  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:46:06.281  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:46:06.301  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:46:25.493  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:46:25.493  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:46:25.493  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56cd2a4b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b5e9558, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@114a1b82, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@775b4ea6, containsSubquery=false)
2026-08-29 08:46:25.493  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:46:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 737
2026-08-29 08:46:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:46:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:46:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:46:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:46:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:46:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:46:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:46:36.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@73bb7c52(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 08:46:45.481  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:46:45.482  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:46:45.482  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2687d11d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b6c745d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@fb8f710, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7fe9b71b, containsSubquery=false)
2026-08-29 08:46:45.482  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:47:05.486  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:47:05.487  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:47:05.487  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@20264078, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60411f54, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20559eb0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@885968a, containsSubquery=false)
2026-08-29 08:47:05.487  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:47:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 738
2026-08-29 08:47:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:47:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:47:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:47:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:47:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:47:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:47:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6777ed5b(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 08:47:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:47:25.477  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:47:25.477  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:47:25.477  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30ae8e2b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d0a935c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e9d79b7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26f08e9f, containsSubquery=false)
2026-08-29 08:47:25.477  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:47:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 739
2026-08-29 08:47:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:47:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:47:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:47:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:47:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:47:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:47:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@71fbc814(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 08:47:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:47:45.467  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:47:45.467  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:47:45.467  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42b02345, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ee4ca6b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29f6bd42, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5dd7341, containsSubquery=false)
2026-08-29 08:47:45.467  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:48:05.490  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:48:05.490  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:48:05.490  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5dac79d5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@235d1aa8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a1fc02b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c363338, containsSubquery=false)
2026-08-29 08:48:05.490  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:48:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 740
2026-08-29 08:48:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:48:06.202  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:48:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:48:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:48:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3e18137c(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 08:48:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:48:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:48:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:48:25.471  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:48:25.471  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:48:25.471  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@50d61cce, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@478a7f13, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b6569cc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@22cf357a, containsSubquery=false)
2026-08-29 08:48:25.471  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:48:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 741
2026-08-29 08:48:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:48:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:48:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:48:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:48:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:48:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:48:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:48:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@318ed18e(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 08:48:45.463  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:48:45.463  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:48:45.463  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25ab3207, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5e5c4256, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63885a00, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58fe0939, containsSubquery=false)
2026-08-29 08:48:45.464  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:49:05.568  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:49:05.568  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:49:05.569  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bae77af, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2863f238, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2bfe2e00, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@47da1ae5, containsSubquery=false)
2026-08-29 08:49:05.569  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:49:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 742
2026-08-29 08:49:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:49:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:49:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5ee76f2(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 08:49:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:49:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:49:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:49:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:49:06.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:49:25.477  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:49:25.478  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:49:25.478  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5f55c608, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@290a40c6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1527d117, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6cbefa8e, containsSubquery=false)
2026-08-29 08:49:25.478  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:49:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 743
2026-08-29 08:49:36.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:49:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:49:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:49:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:49:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:49:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:49:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:49:36.206  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1a115935(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 08:49:45.472  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:49:45.472  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:49:45.472  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bfcc40b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3bfa035b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c7ad207, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@62a18efb, containsSubquery=false)
2026-08-29 08:49:45.472  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:50:05.665  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:50:05.665  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:50:05.665  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@665f5c49, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49a11685, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@307472c4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e189687, containsSubquery=false)
2026-08-29 08:50:05.665  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:50:06.218  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 744
2026-08-29 08:50:06.218  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:50:06.259  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:50:06.260  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:50:06.260  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:50:06.260  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:50:06.261  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:50:06.261  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:50:06.272  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7d9da1c7(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 08:50:25.526  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:50:25.526  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:50:25.526  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@15a00949, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@65c24b62, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70ac4026, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f9253f5, containsSubquery=false)
2026-08-29 08:50:25.526  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:50:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 745
2026-08-29 08:50:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:50:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:50:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:50:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:50:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:50:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:50:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:50:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1376813b(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 08:50:45.494  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:50:45.494  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:50:45.494  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45147a40, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6a07196e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28fe9d0e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75d146d8, containsSubquery=false)
2026-08-29 08:50:45.494  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:51:05.496  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:51:05.497  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:51:05.497  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7c3ad5f2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@37f9b860, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@64d29789, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7aeceead, containsSubquery=false)
2026-08-29 08:51:05.497  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:51:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 746
2026-08-29 08:51:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:51:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:51:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6b3a735f(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 08:51:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:51:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:51:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:51:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:51:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:51:25.478  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:51:25.478  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:51:25.478  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7cd4b9c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@468d84a5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2960e83a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@297dcfd2, containsSubquery=false)
2026-08-29 08:51:25.478  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:51:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 747
2026-08-29 08:51:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:51:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:51:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:51:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:51:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:51:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:51:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:51:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@463fadd6(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 08:51:45.488  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:51:45.488  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:51:45.488  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5daa74c2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c29b8b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e78892e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c56fc30, containsSubquery=false)
2026-08-29 08:51:45.488  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:52:05.527  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:52:05.527  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:52:05.527  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6194b772, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@675c83dc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@799b2c65, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e6680, containsSubquery=false)
2026-08-29 08:52:05.527  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:52:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 748
2026-08-29 08:52:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:52:06.202  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:52:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:52:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:52:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:52:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:52:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:52:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@42a36819(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 08:52:25.486  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:52:25.486  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:52:25.486  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2f7a14dc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ffdf972, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@48200ee6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2eb3d2fb, containsSubquery=false)
2026-08-29 08:52:25.486  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:52:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 749
2026-08-29 08:52:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:52:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:52:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:52:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@522465c5(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 08:52:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:52:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:52:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:52:36.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:52:45.483  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:52:45.483  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:52:45.484  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6408fef5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3400541c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6760ed63, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7660944e, containsSubquery=false)
2026-08-29 08:52:45.484  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:53:05.468  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:53:05.468  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:53:05.468  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@41c71a35, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@72ec71e6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26d8d1bd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e84410a, containsSubquery=false)
2026-08-29 08:53:05.468  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:53:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 750
2026-08-29 08:53:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:53:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:53:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5612d3c9(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 08:53:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:53:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:53:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:53:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:53:06.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:53:25.464  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:53:25.464  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:53:25.464  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@431aa6c6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@16ae22a2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2566ddce, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7feb2407, containsSubquery=false)
2026-08-29 08:53:25.464  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:53:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 751
2026-08-29 08:53:36.206  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:53:36.207  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:53:36.208  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7aae63d2(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 08:53:36.209  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:53:36.209  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:53:36.209  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:53:36.209  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:53:36.210  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:53:45.468  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:53:45.468  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:53:45.468  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@610219e2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61c85385, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2163bd5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@460db326, containsSubquery=false)
2026-08-29 08:53:45.468  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:54:05.526  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:54:05.526  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:54:05.526  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30f236d6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52d9af18, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55c90b5d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46b35e00, containsSubquery=false)
2026-08-29 08:54:05.526  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:54:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 752
2026-08-29 08:54:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:54:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:54:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:54:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:54:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:54:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:54:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6c0815dd(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 08:54:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:54:25.464  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:54:25.464  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:54:25.464  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@460176c5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@22df42bb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@30a21984, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4661846c, containsSubquery=false)
2026-08-29 08:54:25.464  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:54:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 753
2026-08-29 08:54:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:54:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:54:36.202  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3a7a8e52(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 08:54:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:54:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:54:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:54:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:54:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:54:45.476  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:54:45.476  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:54:45.476  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7bd613d0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a198a6b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5c3e75d7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73a4cf2, containsSubquery=false)
2026-08-29 08:54:45.476  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:55:05.463  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:55:05.463  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:55:05.463  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5060366b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d579e94, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f893ad3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e44c500, containsSubquery=false)
2026-08-29 08:55:05.463  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:55:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 754
2026-08-29 08:55:06.216  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:55:06.217  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:55:06.217  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:55:06.217  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:55:06.217  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:55:06.217  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:55:06.217  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:55:06.217  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@14faa49e(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 08:55:25.485  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:55:25.485  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:55:25.485  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@137abb99, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61146078, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@60c79137, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ba10473, containsSubquery=false)
2026-08-29 08:55:25.485  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:55:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 755
2026-08-29 08:55:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:55:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:55:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:55:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:55:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:55:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3b80b418(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 08:55:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:55:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:55:45.472  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:55:45.472  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:55:45.472  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6b72477b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c0e3cae, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f29006a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b056a9f, containsSubquery=false)
2026-08-29 08:55:45.472  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:56:05.476  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:56:05.476  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:56:05.476  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@ce40d52, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@48f62539, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2b0b9364, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@150483c2, containsSubquery=false)
2026-08-29 08:56:05.476  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:56:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 756
2026-08-29 08:56:06.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:56:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:56:06.206  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@60561d62(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 08:56:06.207  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:56:06.207  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:56:06.207  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:56:06.207  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:56:06.209  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:56:25.507  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:56:25.507  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:56:25.507  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1d0752f4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e47bc7e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2e138ad7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58baa8d, containsSubquery=false)
2026-08-29 08:56:25.507  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:56:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 757
2026-08-29 08:56:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:56:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:56:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:56:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:56:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:56:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:56:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4f966351(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 08:56:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:56:45.470  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:56:45.470  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:56:45.470  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d504d67, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32a53c63, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a1ce2d0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50b6019e, containsSubquery=false)
2026-08-29 08:56:45.470  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:57:05.489  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:57:05.489  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:57:05.489  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f9174fa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ed38549, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5723a05e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31f9076b, containsSubquery=false)
2026-08-29 08:57:05.490  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:57:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 758
2026-08-29 08:57:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:57:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:57:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:57:06.207  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@17a0ea71(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 08:57:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:57:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:57:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:57:06.207  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:57:25.480  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:57:25.481  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:57:25.481  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@60c82d47, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@13cc59bb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49fc75b7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@c87542a, containsSubquery=false)
2026-08-29 08:57:25.481  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:57:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 759
2026-08-29 08:57:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:57:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:57:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@17e4397a(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 08:57:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:57:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:57:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:57:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:57:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:57:45.467  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:57:45.467  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:57:45.467  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a7f6c33, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@38d1b4c3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a57958, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3364ead8, containsSubquery=false)
2026-08-29 08:57:45.467  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:58:05.467  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:58:05.467  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:58:05.467  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@309da65f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71de607d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51a77a2b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35e30cf7, containsSubquery=false)
2026-08-29 08:58:05.467  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:58:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 760
2026-08-29 08:58:06.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:58:06.206  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:58:06.211  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:58:06.211  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:58:06.211  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:58:06.211  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:58:06.211  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@221e718b(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 08:58:06.215  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:58:25.474  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:58:25.474  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:58:25.474  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@593ad92, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6650e081, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5397816e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@39f87ea, containsSubquery=false)
2026-08-29 08:58:25.475  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:58:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 761
2026-08-29 08:58:36.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:58:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:58:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:58:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@49e909b0(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 08:58:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:58:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:58:36.204  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:58:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:58:45.493  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:58:45.493  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:58:45.493  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ab71cb4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6a23f8cd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@34d3b4a0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@175a2d5f, containsSubquery=false)
2026-08-29 08:58:45.494  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:59:05.530  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:05.530  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:59:05.530  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@10d73c4c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@767d5e78, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a0903f5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6bb6c7a0, containsSubquery=false)
2026-08-29 08:59:05.530  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:59:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 762
2026-08-29 08:59:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:59:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:59:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:59:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:59:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6cafa475(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 08:59:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:59:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:59:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:59:25.487  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:25.487  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:59:25.487  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a8ae7f2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ab3ac87, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15415597, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a1d1364, containsSubquery=false)
2026-08-29 08:59:25.487  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:59:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 763
2026-08-29 08:59:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 08:59:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 08:59:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@63195d96(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 08:59:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:59:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 08:59:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 08:59:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 08:59:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 08:59:39.024  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:39.024  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 08:59:39.024  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e56f5c, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b14b36d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ccfad9c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@234a7c7e, containsSubquery=false)
2026-08-29 08:59:39.024  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 08:59:39.029  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:39.029  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 08:59:39.029  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@53328606, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@523b3e8e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2262013b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b5a5b13, containsSubquery=false)
2026-08-29 08:59:39.029  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 08:59:39.031  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:39.031  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 08:59:39.031  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@290edec6, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@197fd31f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25e4090, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@fd30873, containsSubquery=false)
2026-08-29 08:59:39.031  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 08:59:39.036  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:39.036  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 08:59:39.036  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d569197, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@fa23e94, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@46e96eb0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@8fe43df, containsSubquery=false)
2026-08-29 08:59:39.036  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 08:59:39.038  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:39.038  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 08:59:39.038  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6e13ab5, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@27635b9f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70c599a0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46c4b796, containsSubquery=false)
2026-08-29 08:59:39.038  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 08:59:39.043  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:39.043  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 08:59:39.043  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@740b4aa1, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ae31d57, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@f9596f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3c5921ce, containsSubquery=true)
2026-08-29 08:59:39.044  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 08:59:39.050  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:39.050  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 08:59:39.050  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d569197, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@70d3210a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f1398f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@59fa2400, containsSubquery=false)
2026-08-29 08:59:39.050  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 08:59:39.059  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:39.059  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 08:59:39.059  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a8dc913, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@358ff746, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@56949e66, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@493dd7a2, containsSubquery=false)
2026-08-29 08:59:39.059  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 08:59:39.075  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:39.075  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 08:59:39.075  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43e4b68c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6443f995, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b661bc3, containsSubquery=false)
2026-08-29 08:59:39.075  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 08:59:39.085  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:39.085  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 08:59:39.085  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c24c124, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17477360, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@726f5981, containsSubquery=false)
2026-08-29 08:59:39.085  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 08:59:39.091  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:39.091  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 08:59:39.091  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f7f881, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@bdc1a2f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4aed0525, containsSubquery=false)
2026-08-29 08:59:39.091  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 08:59:39.099  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:39.099  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 08:59:39.099  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@805f1e5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ae309ed, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17e0b873, containsSubquery=false)
2026-08-29 08:59:39.099  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 08:59:39.106  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:39.106  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 08:59:39.106  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38b543a5, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7dd9673c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f687bd4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@505652f5, containsSubquery=false)
2026-08-29 08:59:39.106  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 08:59:39.112  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:39.115  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 08:59:39.115  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38b543a5, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@38b57a3a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a165623, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3334d0e3, containsSubquery=false)
2026-08-29 08:59:39.115  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 08:59:39.125  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:39.125  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 08:59:39.125  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13f6bb7d, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@24626423, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31c41b84, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3c9e0bcd, containsSubquery=false)
2026-08-29 08:59:39.125  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 08:59:39.133  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:39.133  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 08:59:39.133  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a6b4bd9, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a48d1d7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76c46530, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@449d1332, containsSubquery=false)
2026-08-29 08:59:39.133  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 08:59:39.139  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:39.140  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 08:59:39.140  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@290edec6, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49422daa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@656aa333, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e4e07d, containsSubquery=false)
2026-08-29 08:59:39.140  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 08:59:39.145  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:39.145  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 08:59:39.145  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@320cdf84, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@24508ad6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2916129, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a457edf, containsSubquery=false)
2026-08-29 08:59:39.145  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 08:59:39.148  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:39.148  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 08:59:39.148  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@363f68f, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4969db13, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@89bf767, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a403585, containsSubquery=false)
2026-08-29 08:59:39.148  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 08:59:39.147, 2026-08-29 08:59:39.147, 2026-08-29 08:59:39.147]
2026-08-29 08:59:39.155  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:39.155  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 08:59:39.155  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@608bfff2, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49eac14d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@529d29e8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1513bebc, containsSubquery=false)
2026-08-29 08:59:39.155  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 08:59:39.158  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:39.158  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 08:59:39.158  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@59a242f1, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4606a42f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e68140d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2eb55d08, containsSubquery=false)
2026-08-29 08:59:39.158  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 08:59:39.162  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:39.162  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 08:59:39.162  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@191ce9da, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@564d6e2d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@529424f1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e71861, containsSubquery=false)
2026-08-29 08:59:39.162  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 08:59:39.166  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:39.166  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 08:59:39.166  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19fb6178, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@48a102df, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@703d3fba, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@775a29dc, containsSubquery=false)
2026-08-29 08:59:39.166  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 08:59:39.168  WARN 2485790 --- [http-nio-8804-exec-49] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 08:59:39.574  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:39.574  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 08:59:39.574  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e1386b9, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@109e9312, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@dd99e22, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b58c9ec, containsSubquery=false)
2026-08-29 08:59:39.574  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13222222225]
2026-08-29 08:59:39.651  INFO 2485790 --- [http-nio-8804-exec-50] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2079509376485502977
2026-08-29 08:59:39.652  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:39.652  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 08:59:39.652  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3685a328, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35748d79, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@78ae2592, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@112ab52d, containsSubquery=false)
2026-08-29 08:59:39.652  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 08:59:39.655  INFO 2485790 --- [http-nio-8804-exec-50] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1785555863, appId=6a6d6b97e4b0dfa55a9303ba, name=微信支付
2026-08-29 08:59:44.108  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:44.108  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 08:59:44.108  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@216f1560, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f9ea5be, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36b15146, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@48fe8fd9, containsSubquery=true)
2026-08-29 08:59:44.108  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2079509376485502977, NORMAL, false]
2026-08-29 08:59:44.184  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:44.184  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ?
2026-08-29 08:59:44.184  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@61cd99b6, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=934, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@62fc7ce8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ede2a50, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@69d86e15, containsSubquery=false)
2026-08-29 08:59:44.184  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ? ::: [2079509376485502977, NORMAL, false, 10]
2026-08-29 08:59:44.374  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:44.374  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 08:59:44.374  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@575de974, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@10096040, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36dbd9e8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@383016ec, containsSubquery=false)
2026-08-29 08:59:44.374  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093533747612864513, O202608282093262457228324865, O202608272092874368844607489, O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153, O202608252092186962797608961, O202608252092186453311307777, O202608252092174913182973953, O202608252092174766541717505]
2026-08-29 08:59:44.390  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:44.390  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 08:59:44.390  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6ba715df, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=23, distinctRow=false, projections=[ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent())], columnLabels=[sn, price_detail]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f389b1c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3f7422ba, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@679ea89b, containsSubquery=false)
2026-08-29 08:59:44.391  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093533747612864513, O202608282093262457228324865, O202608272092874368844607489, O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153, O202608252092186962797608961, O202608252092186453311307777, O202608252092174913182973953, O202608252092174766541717505]
2026-08-29 08:59:44.465  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:44.465  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?,?,?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?))
2026-08-29 08:59:44.465  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@cee1016, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52661c8b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@67320a6a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21465961, containsSubquery=false)
2026-08-29 08:59:44.465  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?,?,?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ::: [2089968896156356610, 2089925691385827329, 2092185073775427585, 2083457844124000258, 2090000751379337218, GIFT, STARTED, 0, 0, false]
2026-08-29 08:59:45.487  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:45.487  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 08:59:45.487  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@ee9c232, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56ad2e94, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c12bbab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2bd3be25, containsSubquery=false)
2026-08-29 08:59:45.487  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 08:59:47.127  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:47.127  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 08:59:47.127  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@426c3e79, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19715382, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f26960b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d2762a0, containsSubquery=false)
2026-08-29 08:59:47.127  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093533747612864513]
2026-08-29 08:59:47.150  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:47.150  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?)
2026-08-29 08:59:47.150  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@426c3e79, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=893, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=order_status, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receivable_no, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_method, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_price, alias=Optional.absent()), ColumnProjection(owner=null, name=discount_price, alias=Optional.absent()), ColumnProjection(owner=null, name=update_price, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_time, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=null, name=profit_sharing_success_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_settle_bill_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_type, alias=Optional.absent()), ColumnProjection(owner=null, name=need_receipt, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_type, alias=Optional.absent()), ColumnProjection(owner=null, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=can_return, alias=Optional.absent()), ColumnProjection(owner=null, name=verification_code, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_id, alias=Optional.absent()), ColumnProjection(owner=null, name=group_id, alias=Optional.absent()), ColumnProjection(owner=null, name=use_store_member_coupon_ids, alias=Optional.absent()), ColumnProjection(owner=null, name=use_platform_member_coupon_id, alias=Optional.absent()), ColumnProjection(owner=null, name=qr_code, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_center, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, sn, trade_sn, store_id, store_name, member_id, member_name, order_status, pay_status, deliver_status, receivable_no, payment_method, payment_time, consignee_name, consignee_mobile, delivery_method, consignee_address_path, consignee_address_id_path, consignee_detail, flow_price, goods_price, goods_pr, freight_price, discount_price, update_price, logistics_no, logistics_code, logistics_name, weight, goods_num, remark, seller_remark, cancel_reason, complete_time, logistics_time, pay_order_no, profit_sharing_status, profit_sharing_success_time, order_settle_bill_id, client_type, need_receipt, parent_order_sn, promotion_id, order_type, order_promotion_type, price_detail, can_return, verification_code, distribution_id, group_id, use_store_member_coupon_ids, use_platform_member_coupon_id, qr_code, store_address_path, store_address_mobile, store_address_center, voucher, goods_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@36ecd187, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6712085a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@526cd5c5, containsSubquery=false)
2026-08-29 08:59:47.151  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,sn,trade_sn,store_id,store_name,member_id,member_name,order_status,pay_status,deliver_status,receivable_no,payment_method,payment_time,consignee_name,consignee_mobile,delivery_method,consignee_address_path,consignee_address_id_path,consignee_detail,flow_price,goods_price,goods_pr,freight_price,discount_price,update_price,logistics_no,logistics_code,logistics_name,weight,goods_num,remark,seller_remark,cancel_reason,complete_time,logistics_time,pay_order_no,profit_sharing_status,profit_sharing_success_time,order_settle_bill_id,client_type,need_receipt,parent_order_sn,promotion_id,order_type,order_promotion_type,price_detail,can_return,verification_code,distribution_id,group_id,use_store_member_coupon_ids,use_platform_member_coupon_id,qr_code,store_address_path,store_address_mobile,store_address_center,voucher,goods_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_order      WHERE  (sn = ?) ::: [O202608292093533747612864513]
2026-08-29 08:59:47.206  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:47.206  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?)
2026-08-29 08:59:47.206  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b5f0eda, tablesContext=TablesContext(tables=[Table(name=li_order_item, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=365, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=unit_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sub_total, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=image, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=snapshot_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_price, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_status, alias=Optional.absent()), ColumnProjection(owner=null, name=after_sale_status, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_status, alias=Optional.absent()), ColumnProjection(owner=null, name=complain_id, alias=Optional.absent()), ColumnProjection(owner=null, name=return_goods_number, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=is_refund, alias=Optional.absent()), ColumnProjection(owner=null, name=refund_price, alias=Optional.absent()), ColumnProjection(owner=null, name=deliver_number, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, sn, unit_price, sub_total, goods_id, sku_id, num, trade_sn, image, goods_name, category_id, snapshot_id, specs, promotion_type, promotion_id, goods_price, flow_price, comment_status, after_sale_status, price_detail, complain_status, complain_id, return_goods_number, voucher, is_refund, refund_price, deliver_number, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@68cb8799, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54879553, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f28760c, containsSubquery=false)
2026-08-29 08:59:47.206  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,sn,unit_price,sub_total,goods_id,sku_id,num,trade_sn,image,goods_name,category_id,snapshot_id,specs,promotion_type,promotion_id,goods_price,flow_price,comment_status,after_sale_status,price_detail,complain_status,complain_id,return_goods_number,voucher,is_refund,refund_price,deliver_number,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_item      WHERE  (order_sn = ?) ::: [O202608292093533747612864513]
2026-08-29 08:59:47.227  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:47.227  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?)
2026-08-29 08:59:47.227  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@576866b4, tablesContext=TablesContext(tables=[Table(name=li_order_log, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=88, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_id, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_type, alias=Optional.absent()), ColumnProjection(owner=null, name=operator_name, alias=Optional.absent()), ColumnProjection(owner=null, name=message, alias=Optional.absent())], columnLabels=[id, create_by, create_time, order_sn, operator_id, operator_type, operator_name, message]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e18f29, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e9f8f27, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@962a2e, containsSubquery=false)
2026-08-29 08:59:47.227  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,create_by,create_time,order_sn,operator_id,operator_type,operator_name,message  FROM li_order_log      WHERE  (order_sn = ?) ::: [O202608292093533747612864513]
2026-08-29 08:59:47.255  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:47.255  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?)
2026-08-29 08:59:47.255  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@62453309, tablesContext=TablesContext(tables=[Table(name=li_receipt, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=202, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_title, alias=Optional.absent()), ColumnProjection(owner=null, name=taxpayer_id, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_content, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_price, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_status, alias=Optional.absent()), ColumnProjection(owner=null, name=receipt_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, order_sn, receipt_title, taxpayer_id, receipt_content, receipt_price, member_id, member_name, store_id, store_name, receipt_status, receipt_detail, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@700ab48a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b0f3d65, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5b8a6cd7, containsSubquery=false)
2026-08-29 08:59:47.255  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,order_sn,receipt_title,taxpayer_id,receipt_content,receipt_price,member_id,member_name,store_id,store_name,receipt_status,receipt_detail,create_by,create_time,update_by,update_time,delete_flag  FROM li_receipt      WHERE  (order_sn = ?) ::: [O202608292093533747612864513]
2026-08-29 08:59:47.302  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:47.302  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?)
2026-08-29 08:59:47.302  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@679f9455, tablesContext=TablesContext(tables=[Table(name=li_order_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=152, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_no, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_no, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_code, alias=Optional.absent()), ColumnProjection(owner=null, name=logistics_name, alias=Optional.absent()), ColumnProjection(owner=null, name=consignee_mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, package_no, order_sn, logistics_no, logistics_code, logistics_name, consignee_mobile, status, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a754404, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24c10324, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4a5e4e07, containsSubquery=false)
2026-08-29 08:59:47.302  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,package_no,order_sn,logistics_no,logistics_code,logistics_name,consignee_mobile,status,create_by,create_time,update_by,update_time,delete_flag  FROM li_order_package      WHERE  (order_sn = ?) ::: [O202608292093533747612864513]
2026-08-29 08:59:47.337  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:47.337  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1
2026-08-29 08:59:47.337  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ac67e86, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e8386ac, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54caf91e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5037f8c0, containsSubquery=false)
2026-08-29 08:59:47.337  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn = ?) limit 1 ::: [O202608292093533747612864513]
2026-08-29 08:59:47.387  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 08:59:47.387  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ORDER BY asset_type ASC,gift_points DESC
2026-08-29 08:59:47.387  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66d9d1b4, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@77381b3a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a377f33, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@78d19000, containsSubquery=false)
2026-08-29 08:59:47.387  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ORDER BY asset_type ASC,gift_points DESC ::: [2090000751379337218, GIFT, STARTED, 0, 0, false]
2026-08-29 09:00:05.538  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:00:05.538  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:00:05.538  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e4d953d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ad86db8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5172e5b3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a46fd8f, containsSubquery=false)
2026-08-29 09:00:05.538  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:00:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 764
2026-08-29 09:00:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:00:06.207  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:00:06.214  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4ae84736(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 09:00:06.219  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:00:06.219  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:00:06.219  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:00:06.219  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:00:06.223  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:00:25.469  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:00:25.469  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:00:25.469  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e37f4c2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c9109ed, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62d907b0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ab53329, containsSubquery=false)
2026-08-29 09:00:25.469  INFO 2485790 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:00:36.206  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 765
2026-08-29 09:00:36.207  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:00:36.207  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:00:36.214  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:00:36.214  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:00:36.214  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:00:36.214  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:00:36.214  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@75c1f998(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 09:00:36.216  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:00:45.479  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:00:45.479  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:00:45.479  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7de3c693, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@10a195e4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26a0eb11, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@45c203bd, containsSubquery=false)
2026-08-29 09:00:45.479  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:01:05.510  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:01:05.510  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:01:05.510  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6662c83c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ddd456f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4975420, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1df6fc54, containsSubquery=false)
2026-08-29 09:01:05.510  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:01:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 766
2026-08-29 09:01:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:01:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:01:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:01:06.208  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4cdf427f(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 09:01:06.208  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:01:06.208  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:01:06.208  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:01:06.208  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:01:25.469  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:01:25.469  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:01:25.469  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4b662492, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3280855, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@91852aa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@779f0efa, containsSubquery=false)
2026-08-29 09:01:25.469  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:01:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 767
2026-08-29 09:01:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:01:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:01:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:01:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:01:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5969b3a0(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 09:01:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:01:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:01:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:01:45.469  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:01:45.470  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:01:45.470  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@39b28a5b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11adfb95, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7c60a2e0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@38b7753f, containsSubquery=false)
2026-08-29 09:01:45.470  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:02:05.482  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:02:05.482  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:02:05.482  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@62906872, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@758a4bf7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@72794f16, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6c599072, containsSubquery=false)
2026-08-29 09:02:05.482  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:02:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 768
2026-08-29 09:02:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:02:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:02:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:02:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:02:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@32250ba1(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 09:02:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:02:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:02:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:02:25.463  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:02:25.464  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:02:25.464  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4d59a131, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56a8489e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1bebf070, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16e7a952, containsSubquery=false)
2026-08-29 09:02:25.464  INFO 2485790 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:02:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 769
2026-08-29 09:02:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:02:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:02:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:02:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:02:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:02:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:02:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:02:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6fec3c2c(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 09:02:45.496  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:02:45.497  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:02:45.497  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@509caf0e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a6aa734, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41f89b84, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a01fef1, containsSubquery=false)
2026-08-29 09:02:45.497  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:03:05.470  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:03:05.470  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:03:05.470  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5f3cec9d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@628c1174, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@375c0daf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6348bbdf, containsSubquery=false)
2026-08-29 09:03:05.470  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:03:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 770
2026-08-29 09:03:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:03:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:03:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:03:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7b48865(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 09:03:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:03:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:03:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:03:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:03:25.464  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:03:25.464  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:03:25.464  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@28123f6b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@546fc38a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1647bc10, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25d229c9, containsSubquery=false)
2026-08-29 09:03:25.464  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:03:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 771
2026-08-29 09:03:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:03:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:03:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:03:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@72677cab(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 09:03:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:03:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:03:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:03:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:03:45.486  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:03:45.486  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:03:45.486  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1d25b0ff, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@623dc205, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e72a92e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@45bf1b8a, containsSubquery=false)
2026-08-29 09:03:45.486  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:04:05.475  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:04:05.475  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:04:05.475  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5a0d0d81, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@478919eb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e99c154, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@39f11e03, containsSubquery=false)
2026-08-29 09:04:05.475  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:04:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 772
2026-08-29 09:04:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:04:06.202  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:04:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:04:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:04:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:04:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@64a2bfa(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 09:04:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:04:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:04:25.475  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:04:25.476  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:04:25.476  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@400cf881, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c8ac0d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c849b9e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3d9407b9, containsSubquery=false)
2026-08-29 09:04:25.476  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:04:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 773
2026-08-29 09:04:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:04:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:04:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@59cd031(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 09:04:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:04:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:04:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:04:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:04:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:04:45.489  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:04:45.489  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:04:45.489  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@677cb362, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1435f36b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b49bcf7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1eb74786, containsSubquery=false)
2026-08-29 09:04:45.489  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:05:05.526  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:05:05.526  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:05:05.526  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19b9c9c0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@292df406, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f13cef1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b00ec65, containsSubquery=false)
2026-08-29 09:05:05.526  INFO 2485790 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:05:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 774
2026-08-29 09:05:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:05:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:05:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:05:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:05:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:05:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:05:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@b625d0f(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 09:05:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:05:25.470  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:05:25.470  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:05:25.470  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ed2ae4e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4cb51b27, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a9fee5d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60a5aadc, containsSubquery=false)
2026-08-29 09:05:25.470  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:05:36.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 775
2026-08-29 09:05:36.205  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:05:36.205  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:05:36.206  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:05:36.206  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5750a53a(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 09:05:36.206  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:05:36.206  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:05:36.206  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:05:36.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:05:45.463  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:05:45.463  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:05:45.463  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3c1cfdd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7171f90f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45e0793b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7711efe4, containsSubquery=false)
2026-08-29 09:05:45.463  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:06:05.493  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:06:05.493  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:06:05.494  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@62cb850, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a0c258e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ed658e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a1c4c24, containsSubquery=false)
2026-08-29 09:06:05.494  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:06:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 776
2026-08-29 09:06:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:06:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:06:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@21a83466(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 09:06:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:06:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:06:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:06:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:06:06.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:06:25.469  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:06:25.469  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:06:25.469  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1d1621b2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3bfbe50b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e426f1f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@388154c2, containsSubquery=false)
2026-08-29 09:06:25.469  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:06:36.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 777
2026-08-29 09:06:36.220  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:06:36.223  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:06:36.224  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1f978219(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 09:06:36.225  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:06:36.225  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:06:36.225  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:06:36.225  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:06:36.226  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:06:45.467  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:06:45.467  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:06:45.467  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@656629a8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3979385a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ad87947, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50ba2219, containsSubquery=false)
2026-08-29 09:06:45.467  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:07:05.498  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:07:05.498  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:07:05.498  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@734779b5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39cfc155, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69add9fa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@731d825a, containsSubquery=false)
2026-08-29 09:07:05.498  INFO 2485790 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:07:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 778
2026-08-29 09:07:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:07:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:07:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@39fa19d8(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 09:07:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:07:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:07:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:07:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:07:06.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:07:25.497  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:07:25.497  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:07:25.497  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5a01b6ec, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b49f920, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5bcc4feb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5de0487d, containsSubquery=false)
2026-08-29 09:07:25.497  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:07:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 779
2026-08-29 09:07:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:07:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:07:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@39f50031(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 09:07:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:07:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:07:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:07:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:07:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:07:45.486  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:07:45.486  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:07:45.486  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@52a4e30, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5022cfbb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5021f1de, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@52059bf4, containsSubquery=false)
2026-08-29 09:07:45.486  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:08:05.539  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:08:05.539  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:08:05.539  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@187d153e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@30b9aff4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5cdda02f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@45bcd4bc, containsSubquery=false)
2026-08-29 09:08:05.539  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:08:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 780
2026-08-29 09:08:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:08:06.202  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:08:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:08:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:08:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:08:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:08:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:08:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@555661e2(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 09:08:25.484  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:08:25.484  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:08:25.484  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@73861c71, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50271cee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@33a25cbb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f4e2cd4, containsSubquery=false)
2026-08-29 09:08:25.484  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:08:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 781
2026-08-29 09:08:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:08:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:08:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@55db5664(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 09:08:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:08:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:08:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:08:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:08:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:08:45.466  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:08:45.466  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:08:45.466  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@37e78c8a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@64c1327, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b724aa9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e8d2e45, containsSubquery=false)
2026-08-29 09:08:45.466  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:09:05.476  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:09:05.476  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:09:05.476  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@53ac5f81, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@bab58bb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f122cfc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7753808d, containsSubquery=false)
2026-08-29 09:09:05.476  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:09:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 782
2026-08-29 09:09:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:09:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:09:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:09:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:09:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:09:06.206  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:09:06.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:09:06.206  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5f373a3e(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 09:09:25.485  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:09:25.485  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:09:25.485  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@505177ea, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@167727ac, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@451c56fc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4f5a8e7c, containsSubquery=false)
2026-08-29 09:09:25.485  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:09:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 783
2026-08-29 09:09:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:09:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:09:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:09:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:09:36.202  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@cf4c0d7(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 09:09:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:09:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:09:36.202  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:09:45.466  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:09:45.466  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:09:45.466  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@29385c14, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4962025c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2481107f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@39a24aa6, containsSubquery=false)
2026-08-29 09:09:45.466  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:10:05.526  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:10:05.527  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:10:05.527  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@d2bcac3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@74105652, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@daa4819, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4f311b12, containsSubquery=false)
2026-08-29 09:10:05.527  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:10:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 784
2026-08-29 09:10:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:10:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:10:06.206  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4842ab98(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 09:10:06.208  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:10:06.208  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:10:06.208  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:10:06.208  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:10:06.209  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:10:25.481  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:10:25.481  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:10:25.481  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@768ff086, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@409fcc79, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a866520, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3536c4f5, containsSubquery=false)
2026-08-29 09:10:25.481  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:10:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 785
2026-08-29 09:10:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:10:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:10:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:10:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:10:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:10:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:10:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4d2d2dfa(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 09:10:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:10:45.496  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:10:45.496  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:10:45.496  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@52fafd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2d7bcab4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a57afea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@559b2ed6, containsSubquery=false)
2026-08-29 09:10:45.496  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:11:05.512  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:11:05.512  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:11:05.512  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@15be98f6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6a61fd7c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@33e954e3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2660a454, containsSubquery=false)
2026-08-29 09:11:05.512  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:11:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 786
2026-08-29 09:11:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:11:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:11:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:11:06.205  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7954dc62(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 09:11:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:11:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:11:06.205  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:11:06.206  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:11:25.508  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:11:25.508  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:11:25.508  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@516cd2d6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@44063b93, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b891152, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@466a5c04, containsSubquery=false)
2026-08-29 09:11:25.508  INFO 2485790 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:11:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 787
2026-08-29 09:11:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:11:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:11:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:11:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:11:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:11:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:11:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:11:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2a62ce64(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 09:11:45.488  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:11:45.488  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:11:45.488  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@39357857, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f439afb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c87539e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@96a3a88, containsSubquery=false)
2026-08-29 09:11:45.488  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:12:05.526  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:12:05.526  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:12:05.526  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3c4c1dfc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@611a5612, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76b96d64, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6dc103d5, containsSubquery=false)
2026-08-29 09:12:05.526  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:12:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 788
2026-08-29 09:12:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:12:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:12:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@192e707f(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 09:12:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:12:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:12:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:12:06.205  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:12:06.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:12:25.494  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:12:25.494  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:12:25.494  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f67953b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1d633380, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@64ea8c42, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@48f9a211, containsSubquery=false)
2026-08-29 09:12:25.494  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:12:36.205  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 789
2026-08-29 09:12:36.206  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:12:36.206  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:12:36.207  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1df25b35(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 09:12:36.209  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:12:36.209  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:12:36.209  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:12:36.209  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:12:36.213  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:12:45.469  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:12:45.469  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:12:45.469  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1df181dd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3bc34f76, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7aa9ce, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4163b71a, containsSubquery=false)
2026-08-29 09:12:45.469  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:13:05.494  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:13:05.494  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:13:05.494  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1405fae1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5042b691, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@58e4df0f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3372df02, containsSubquery=false)
2026-08-29 09:13:05.495  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:13:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 790
2026-08-29 09:13:06.203  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:13:06.211  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:13:06.212  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:13:06.212  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:13:06.212  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:13:06.212  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:13:06.212  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@279ebbdb(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 09:13:06.213  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:13:25.467  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:13:25.467  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:13:25.467  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ed2bc7b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4e1d894e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6dcab4c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@536927dd, containsSubquery=false)
2026-08-29 09:13:25.467  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:13:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 791
2026-08-29 09:13:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:13:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:13:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:13:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@72852ef3(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 09:13:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:13:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:13:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:13:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:13:45.471  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:13:45.471  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:13:45.472  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d7b6d81, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b6fc49d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68be4436, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56d71562, containsSubquery=false)
2026-08-29 09:13:45.472  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:14:05.479  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:14:05.479  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:14:05.479  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e53949a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5bdd4dc8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a4e0a0d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35614294, containsSubquery=false)
2026-08-29 09:14:05.479  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:14:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 792
2026-08-29 09:14:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:14:06.208  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:14:06.219  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6e6c4fe4(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 09:14:06.219  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:14:06.220  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:14:06.220  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:14:06.220  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:14:06.221  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:14:25.484  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:14:25.484  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:14:25.484  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@67055869, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ab27b83, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41b5910b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@39f3fe7, containsSubquery=false)
2026-08-29 09:14:25.484  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:14:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 793
2026-08-29 09:14:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:14:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:14:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:14:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:14:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:14:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:14:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3e07924b(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 09:14:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:14:45.473  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:14:45.473  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:14:45.473  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@72ab53b1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c8271de, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7cc3a198, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4da5ceac, containsSubquery=false)
2026-08-29 09:14:45.473  INFO 2485790 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:15:05.599  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:15:05.599  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:15:05.599  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bbdb179, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4e378658, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5cc52d94, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4750bdde, containsSubquery=false)
2026-08-29 09:15:05.599  INFO 2485790 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:15:06.209  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 794
2026-08-29 09:15:06.325  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:15:06.352  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:15:06.353  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:15:06.353  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:15:06.353  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:15:06.353  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:15:06.353  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:15:06.353  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@10be7c47(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 09:15:25.498  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:15:25.498  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:15:25.498  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40c472c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e321fa5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c729c89, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@777df7ed, containsSubquery=false)
2026-08-29 09:15:25.498  INFO 2485790 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:15:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 795
2026-08-29 09:15:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:15:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:15:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:15:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@57b53872(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 09:15:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:15:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:15:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:15:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:15:45.479  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:15:45.479  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:15:45.479  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@548bb17, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a2f8d9a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@380b047e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7513b5c, containsSubquery=false)
2026-08-29 09:15:45.479  INFO 2485790 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:16:05.496  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:16:05.496  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:16:05.496  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@127b2875, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11e6b988, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@525e9054, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@166d457e, containsSubquery=false)
2026-08-29 09:16:05.496  INFO 2485790 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:16:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 796
2026-08-29 09:16:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:16:06.202  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:16:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:16:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@682e820f(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 09:16:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:16:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:16:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:16:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:16:25.474  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:16:25.474  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:16:25.474  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@12a07a70, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32dab256, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62d2c250, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4a31801, containsSubquery=false)
2026-08-29 09:16:25.475  INFO 2485790 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:16:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 797
2026-08-29 09:16:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:16:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:16:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:16:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:16:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:16:36.202  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:16:36.202  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2d26364e(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 09:16:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:16:45.517  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:16:45.517  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:16:45.517  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e1bf434, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6023655a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@792b6a74, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@525916b3, containsSubquery=false)
2026-08-29 09:16:45.517  INFO 2485790 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:17:05.483  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:17:05.484  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:17:05.484  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5fd088d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@606e88b5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@39245f10, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d2176c2, containsSubquery=false)
2026-08-29 09:17:05.484  INFO 2485790 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:17:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 798
2026-08-29 09:17:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:17:06.207  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:17:06.208  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@af66c19(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 09:17:06.212  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:17:06.212  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:17:06.213  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:17:06.213  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:17:06.213  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:17:25.504  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:17:25.504  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:17:25.504  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e4b1960, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@287bdd35, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@34162a96, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7bc8b35, containsSubquery=false)
2026-08-29 09:17:25.504  INFO 2485790 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:17:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 799
2026-08-29 09:17:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:17:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:17:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:17:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:17:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:17:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:17:36.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:17:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@55c8bf5c(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 09:17:36.536  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:17:36.536  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 09:17:36.536  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@290edec6, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1dd7dd11, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@297f3303, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@206f7418, containsSubquery=false)
2026-08-29 09:17:36.536  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 09:17:36.541  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:17:36.541  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 09:17:36.541  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6e13ab5, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f74fe0c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6460924e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5269e585, containsSubquery=false)
2026-08-29 09:17:36.541  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 09:17:36.547  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:17:36.547  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 09:17:36.547  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e56f5c, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12dccd06, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f02f79c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35f93a5f, containsSubquery=false)
2026-08-29 09:17:36.547  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 09:17:36.549  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:17:36.549  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 09:17:36.549  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a8dc913, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c2c94f6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4174073b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7108968b, containsSubquery=false)
2026-08-29 09:17:36.549  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 09:17:36.553  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:17:36.553  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 09:17:36.553  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@53328606, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61ad6878, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1dfa9dd0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6cd457f9, containsSubquery=false)
2026-08-29 09:17:36.553  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 09:17:36.558  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:17:36.558  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 09:17:36.558  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d569197, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2897938e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@663262fa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b6f8bd6, containsSubquery=false)
2026-08-29 09:17:36.558  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 09:17:36.563  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:17:36.563  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 09:17:36.563  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@740b4aa1, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2fecd631, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28dac921, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b76a03e, containsSubquery=true)
2026-08-29 09:17:36.563  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 09:17:36.564  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:17:36.564  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 09:17:36.564  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55f607e6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6eb1c267, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@70a72c28, containsSubquery=false)
2026-08-29 09:17:36.564  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 09:17:36.570  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:17:36.570  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:17:36.570  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 09:17:36.571  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 09:17:36.571  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ee0a360, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27ef14f8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3cb6135d, containsSubquery=false)
2026-08-29 09:17:36.571  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 09:17:36.571  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d569197, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@745ab0e9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a63990c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@665e274c, containsSubquery=false)
2026-08-29 09:17:36.571  INFO 2485790 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 09:17:36.578  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:17:36.579  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 09:17:36.579  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@115b8c5d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d7b49d0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a4e7d7a, containsSubquery=false)
2026-08-29 09:17:36.579  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 09:17:36.585  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:17:36.585  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 09:17:36.585  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ee716cc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@576b01c7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e81a6c6, containsSubquery=false)
2026-08-29 09:17:36.585  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 09:17:36.590  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:17:36.590  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 09:17:36.590  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38b543a5, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71907fa2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@520450c0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@258ea08, containsSubquery=false)
2026-08-29 09:17:36.590  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 09:17:36.596  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:17:36.596  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 09:17:36.596  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38b543a5, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f841e7a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a49a928, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@940be65, containsSubquery=false)
2026-08-29 09:17:36.597  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 09:17:36.603  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:17:36.603  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 09:17:36.603  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13f6bb7d, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4838c734, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4487fbc0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18094798, containsSubquery=false)
2026-08-29 09:17:36.604  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 09:17:36.611  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:17:36.611  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 09:17:36.611  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a6b4bd9, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b3595a5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29d228dc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@658615da, containsSubquery=false)
2026-08-29 09:17:36.611  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 09:17:36.616  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:17:36.616  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 09:17:36.616  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@290edec6, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@33f78644, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@660a6d25, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d48a5a8, containsSubquery=false)
2026-08-29 09:17:36.616  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 09:17:36.621  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:17:36.622  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 09:17:36.622  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@320cdf84, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@72836352, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a3eed4f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b29a1ce, containsSubquery=false)
2026-08-29 09:17:36.622  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 09:17:36.625  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:17:36.625  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 09:17:36.626  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@363f68f, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@420622ab, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1477dcf4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e25f260, containsSubquery=false)
2026-08-29 09:17:36.626  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 09:17:36.624, 2026-08-29 09:17:36.624, 2026-08-29 09:17:36.624]
2026-08-29 09:17:36.633  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:17:36.633  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 09:17:36.633  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@608bfff2, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@27140161, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16134111, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c8565ad, containsSubquery=false)
2026-08-29 09:17:36.633  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 09:17:36.636  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:17:36.636  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 09:17:36.636  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@59a242f1, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d3ce2ae, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5aa34aa9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25d81b4e, containsSubquery=false)
2026-08-29 09:17:36.636  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 09:17:36.640  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:17:36.640  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 09:17:36.640  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@191ce9da, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@573c2cc1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@32db5f03, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64348238, containsSubquery=false)
2026-08-29 09:17:36.640  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 09:17:36.643  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:17:36.643  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 09:17:36.643  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19fb6178, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b8c5e5b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b693650, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@44ace1f0, containsSubquery=false)
2026-08-29 09:17:36.643  INFO 2485790 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 09:17:36.646  WARN 2485790 --- [http-nio-8804-exec-16] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 09:17:36.976  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:17:36.976  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 09:17:36.976  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e1386b9, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@443889cf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7588864d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ddf62f0, containsSubquery=false)
2026-08-29 09:17:36.977  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13222222225]
2026-08-29 09:17:37.054  INFO 2485790 --- [http-nio-8804-exec-18] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2079509376485502977
2026-08-29 09:17:37.055  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:17:37.055  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 09:17:37.055  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3685a328, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2772403e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@21da5f72, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c05d60a, containsSubquery=false)
2026-08-29 09:17:37.055  INFO 2485790 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 09:17:37.058  INFO 2485790 --- [http-nio-8804-exec-18] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1785555863, appId=6a6d6b97e4b0dfa55a9303ba, name=微信支付
2026-08-29 09:17:45.473  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:17:45.473  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:17:45.473  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30217f0b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2d150f79, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e6e5a49, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3c925ecf, containsSubquery=false)
2026-08-29 09:17:45.473  INFO 2485790 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:18:05.485  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:18:05.485  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:18:05.485  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b7290e2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@30ee48c0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b4d5a6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4d66e456, containsSubquery=false)
2026-08-29 09:18:05.485  INFO 2485790 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:18:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 800
2026-08-29 09:18:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:18:06.202  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:18:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2b046622(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 09:18:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:18:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:18:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:18:06.204  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:18:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:18:25.479  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:18:25.479  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:18:25.479  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@115fb8d0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35f0560a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@392a0ebd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2644369d, containsSubquery=false)
2026-08-29 09:18:25.479  INFO 2485790 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:18:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 801
2026-08-29 09:18:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:18:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:18:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@66ecfd2a(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 09:18:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:18:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:18:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:18:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:18:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:18:45.469  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:18:45.469  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:18:45.469  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ade6086, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@77e0ce4b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a31a4e7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@517d3cce, containsSubquery=false)
2026-08-29 09:18:45.469  INFO 2485790 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:19:05.504  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:19:05.505  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:19:05.505  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@420bd630, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a1d6f5a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b109d6c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d237dd6, containsSubquery=false)
2026-08-29 09:19:05.505  INFO 2485790 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:19:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 802
2026-08-29 09:19:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:19:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:19:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@528b10f6(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 09:19:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:19:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:19:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:19:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:19:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:19:25.477  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:19:25.478  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:19:25.478  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6bd22732, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@23672b00, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@66cba184, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33fb0b68, containsSubquery=false)
2026-08-29 09:19:25.478  INFO 2485790 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:19:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 803
2026-08-29 09:19:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:19:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:19:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:19:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:19:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:19:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:19:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@22ddaa7e(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 09:19:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:19:45.467  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:19:45.468  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:19:45.468  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d762679, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@fe35251, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c38ca1d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@506a7c76, containsSubquery=false)
2026-08-29 09:19:45.468  INFO 2485790 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:20:05.470  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:20:05.470  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:20:05.470  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@273d0fca, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c020c88, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@30f7cb0b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16274d67, containsSubquery=false)
2026-08-29 09:20:05.470  INFO 2485790 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:20:06.204  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 804
2026-08-29 09:20:06.212  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:20:06.216  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:20:06.235  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:20:06.235  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:20:06.235  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:20:06.235  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:20:06.235  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:20:06.291  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@748327f9(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 09:20:25.542  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:20:25.542  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:20:25.542  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5d357472, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c1e3f27, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@73a2a579, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7666ebf9, containsSubquery=false)
2026-08-29 09:20:25.542  INFO 2485790 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:20:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 805
2026-08-29 09:20:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:20:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:20:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1491eea2(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 09:20:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:20:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:20:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:20:36.205  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:20:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:20:45.466  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:20:45.466  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:20:45.466  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@378ffe5e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@68f3fb72, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6bee137c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4f940ba8, containsSubquery=false)
2026-08-29 09:20:45.466  INFO 2485790 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:21:05.466  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:05.466  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:21:05.466  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ce0eafa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@624408a9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f227bff, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e917828, containsSubquery=false)
2026-08-29 09:21:05.466  INFO 2485790 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:21:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 806
2026-08-29 09:21:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:21:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:21:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:21:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:21:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:21:06.204  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:21:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:21:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4fe2e36a(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 09:21:23.906  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:23.906  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 09:21:23.906  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@290edec6, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@794e2f7b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a741dda, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@28f08d39, containsSubquery=false)
2026-08-29 09:21:23.906  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2085608556769476610]
2026-08-29 09:21:23.908  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:23.908  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 09:21:23.908  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e56f5c, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3526b860, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7bc01a9c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4144b136, containsSubquery=false)
2026-08-29 09:21:23.908  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610]
2026-08-29 09:21:23.910  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:23.910  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 09:21:23.910  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6e13ab5, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@bcb4941, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@277e9444, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68c9cdc3, containsSubquery=false)
2026-08-29 09:21:23.910  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2085608556769476610, 2026-08-29 00:00:00.0]
2026-08-29 09:21:23.911  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:23.911  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 09:21:23.911  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@53328606, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2d57c52a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@497e1cb7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@742aca26, containsSubquery=false)
2026-08-29 09:21:23.911  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610]
2026-08-29 09:21:23.915  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:23.915  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 09:21:23.915  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d569197, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49464f00, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b9fd7f4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@44778cd7, containsSubquery=false)
2026-08-29 09:21:23.915  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610, PAY]
2026-08-29 09:21:23.918  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:23.918  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 09:21:23.918  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a8dc913, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6516288f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@635995e4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@325039ef, containsSubquery=false)
2026-08-29 09:21:23.918  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2085608556769476610, UPPER, 0]
2026-08-29 09:21:23.919  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:23.919  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 09:21:23.919  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@740b4aa1, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79c0af74, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12985af, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@12bc05dc, containsSubquery=true)
2026-08-29 09:21:23.919  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2085608556769476610, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 09:21:23.924  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:23.924  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 09:21:23.924  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d569197, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60af366e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12cf5d42, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4892d448, containsSubquery=false)
2026-08-29 09:21:23.924  INFO 2485790 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610, REFUND]
2026-08-29 09:21:23.927  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:23.927  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 09:21:23.927  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3076ee5a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35a36fa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5dfa0c0, containsSubquery=false)
2026-08-29 09:21:23.927  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2085608556769476610]
2026-08-29 09:21:23.934  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:23.934  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 09:21:23.934  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32591753, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4af86878, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e55c12, containsSubquery=false)
2026-08-29 09:21:23.934  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2085608556769476610]
2026-08-29 09:21:23.939  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:23.939  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 09:21:23.939  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@27fac01a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9511d3b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50dbc74c, containsSubquery=false)
2026-08-29 09:21:23.939  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2085608556769476610]
2026-08-29 09:21:23.945  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:23.945  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 09:21:23.945  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@487962cf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@46163d2b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21628d48, containsSubquery=false)
2026-08-29 09:21:23.945  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2085608556769476610]
2026-08-29 09:21:23.949  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:23.950  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 09:21:23.950  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38b543a5, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1cbf4855, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29829e47, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1cd1d26b, containsSubquery=false)
2026-08-29 09:21:23.950  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2085608556769476610]
2026-08-29 09:21:23.954  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:23.954  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 09:21:23.954  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38b543a5, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@121eedac, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@ce270e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@85f5c4e, containsSubquery=false)
2026-08-29 09:21:23.954  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2085608556769476610]
2026-08-29 09:21:23.960  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:23.961  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 09:21:23.961  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13f6bb7d, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a5e2eae, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5811ba87, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1df048ac, containsSubquery=false)
2026-08-29 09:21:23.962  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2085608556769476610, false]
2026-08-29 09:21:23.968  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:23.969  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 09:21:23.969  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a6b4bd9, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@47afb71, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1bd0667a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4701eaf8, containsSubquery=false)
2026-08-29 09:21:23.969  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2085608556769476610]
2026-08-29 09:21:23.974  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:23.974  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 09:21:23.974  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@290edec6, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@854d90f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@404aa4d7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@699be84d, containsSubquery=false)
2026-08-29 09:21:23.974  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2085608556769476610]
2026-08-29 09:21:23.979  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:23.979  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 09:21:23.979  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@320cdf84, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ee5dab5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@80a94a4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79c50981, containsSubquery=false)
2026-08-29 09:21:23.979  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2085608556769476610]
2026-08-29 09:21:23.982  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:23.982  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 09:21:23.982  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@363f68f, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b3ceea0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a647947, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@606a05d5, containsSubquery=false)
2026-08-29 09:21:23.982  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 09:21:23.981, 2026-08-29 09:21:23.981, 2026-08-29 09:21:23.981]
2026-08-29 09:21:23.988  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:23.988  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 09:21:23.988  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@608bfff2, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2d05ae7a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1df152a2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a2cae81, containsSubquery=false)
2026-08-29 09:21:23.988  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2085608556769476610]
2026-08-29 09:21:23.991  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:23.991  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 09:21:23.991  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@59a242f1, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b928bc3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@44b56296, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@559a3944, containsSubquery=false)
2026-08-29 09:21:23.991  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2085608556769476610, TIANQUE, false]
2026-08-29 09:21:23.994  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:23.994  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 09:21:23.994  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@191ce9da, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34b2fe60, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@30e6a1ab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3acf03a8, containsSubquery=false)
2026-08-29 09:21:23.994  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2085608556769476610, TIANQUE, false]
2026-08-29 09:21:23.997  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:23.997  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 09:21:23.997  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19fb6178, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14ca1dbd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@570f5aba, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@61658192, containsSubquery=false)
2026-08-29 09:21:23.997  INFO 2485790 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2085608556769476610]
2026-08-29 09:21:24.001  WARN 2485790 --- [http-nio-8804-exec-33] c.l.m.s.s.IndexStatisticsServiceImpl     : 店铺首页账户余额查询失败 storeId相关 mno=399260810032306 err=File not exist: /ecommerce/seller-ceshi/data/keys/tianque/pri.key
2026-08-29 09:21:24.001  WARN 2485790 --- [http-nio-8804-exec-33] c.l.m.s.s.IndexStatisticsServiceImpl     : 店铺首页分账金额查询失败 mno=399260810032306 err=File not exist: /ecommerce/seller-ceshi/data/keys/tianque/pri.key
2026-08-29 09:21:24.237  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:24.238  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 09:21:24.238  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e1386b9, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@8ee697b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@48ffab6b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77fdf606, containsSubquery=false)
2026-08-29 09:21:24.238  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [18367394316]
2026-08-29 09:21:24.314  INFO 2485790 --- [http-nio-8804-exec-32] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2085608556769476610
2026-08-29 09:21:24.314  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:24.314  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 09:21:24.314  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3685a328, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e439e03, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@696060b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30bd9971, containsSubquery=false)
2026-08-29 09:21:24.315  INFO 2485790 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2085608556769476610]
2026-08-29 09:21:24.317  INFO 2485790 --- [http-nio-8804-exec-32] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1786587724, appId=6a7d2a4de4b0dfa55a9303bc, name=汇成商贸Jeepay
2026-08-29 09:21:25.481  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:25.481  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:21:25.481  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a08bfb3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1d5041b1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@73fde9a1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64af5cce, containsSubquery=false)
2026-08-29 09:21:25.481  INFO 2485790 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:21:25.838  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:25.838  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?)
2026-08-29 09:21:25.838  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6045f010, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@229a72cc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7037183f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@c3ceefa, containsSubquery=false)
2026-08-29 09:21:25.838  INFO 2485790 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?) ::: [2085608556769476610, EXCHANGE]
2026-08-29 09:21:27.508  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:27.508  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?)
2026-08-29 09:21:27.508  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2e5d8ee3, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@932749a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5841633f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31196a06, containsSubquery=false)
2026-08-29 09:21:27.508  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?) ::: [2085608556769476610, GIFT, HASHRATE]
2026-08-29 09:21:27.530  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:27.530  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 09:21:27.530  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30b9f44f, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@59a1fd3f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c63441f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55129c, containsSubquery=false)
2026-08-29 09:21:27.530  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ? ::: [2085608556769476610, GIFT, HASHRATE, 10]
2026-08-29 09:21:27.669  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:27.669  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id
2026-08-29 09:21:27.669  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13a3bdb2, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.of(o))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=382, distinctRow=false, projections=[ColumnProjection(owner=o, name=activity_id, alias=Optional.of(activityId)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='FROZEN'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(pendingPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='CLAIMED'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(earnedPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_statusIN('FROZEN','CLAIMED')THENIFNULL(o.num,0)ELSE0END),0), alias=Optional.of(soldNum))], columnLabels=[activityId, pendingPoints, earnedPoints, soldNum]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@574d7e0c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@894b5e6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ab91362, containsSubquery=true)
2026-08-29 09:21:27.669  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id ::: [2093520651947339778, 2093289077356023809, 2093286679338278914, 2093278268064260098]
2026-08-29 09:21:27.704  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:27.704  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 09:21:27.704  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@55efc663, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@16a65722, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63cced69, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@13d8c7d8, containsSubquery=false)
2026-08-29 09:21:27.705  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093520651947339778]
2026-08-29 09:21:27.711  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:27.711  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 09:21:27.711  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@55efc663, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@18378920, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4d047bf9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b555270, containsSubquery=false)
2026-08-29 09:21:27.711  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093289077356023809]
2026-08-29 09:21:27.715  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:27.715  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 09:21:27.715  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@55efc663, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79d5f764, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@58b2ecfc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3808a1ea, containsSubquery=false)
2026-08-29 09:21:27.715  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093286679338278914]
2026-08-29 09:21:27.719  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:27.719  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 09:21:27.719  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@55efc663, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32b7df30, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4fcd3f7d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@49f31ba5, containsSubquery=false)
2026-08-29 09:21:27.719  INFO 2485790 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093278268064260098]
2026-08-29 09:21:31.001  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:31.001  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 09:21:31.001  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e637206, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@566be051, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4834da6f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5963eb6b, containsSubquery=false)
2026-08-29 09:21:31.001  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2085608556769476610]
2026-08-29 09:21:31.020  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:31.020  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 09:21:31.020  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d129a6e, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b79d396, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@643ef3da, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f3ff9da, containsSubquery=false)
2026-08-29 09:21:31.020  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [2083825290233057295]
2026-08-29 09:21:31.024  INFO 2485790 --- [http-nio-8804-exec-38] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_payment_packages memberId=2083825290233057295, current=1, pageSize=100
2026-08-29 09:21:31.025  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:31.025  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 09:21:31.025  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d129a6e, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14da01, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@503512f0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@38673d50, containsSubquery=false)
2026-08-29 09:21:31.025  INFO 2485790 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [2083825290233057295]
2026-08-29 09:21:31.027  INFO 2485790 --- [http-nio-8804-exec-38] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_payment_packages, guoId=107526, query={current=1, pageSize=100}, body=null
2026-08-29 09:21:32.491  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:32.492  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (store_id = ? AND market_enable = ? AND quantity > ?)
2026-08-29 09:21:32.492  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@723d4351, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ec148b3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8bb3784, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5591372f, containsSubquery=false)
2026-08-29 09:21:32.492  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (store_id = ? AND market_enable = ? AND quantity > ?) ::: [2085608556769476610, UPPER, 0]
2026-08-29 09:21:32.527  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:32.527  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity > ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 09:21:32.527  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2eeb1570, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=523, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3dcc0514, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b2898f4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f322c84, containsSubquery=false)
2026-08-29 09:21:32.527  INFO 2485790 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity > ?) ORDER BY create_time DESC LIMIT ? ::: [2085608556769476610, UPPER, 0, 20]
2026-08-29 09:21:32.722  INFO 2485790 --- [http-nio-8804-exec-38] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body=[{"add":0.4,"already":12,"av":1,"days":42,"duration":"0.4积","hold":12,"max":12,"name":"一星体验店铺","price":"10积分","receive":1,"shouyi":"0.04","suanli":"0.24","xiaofei":"0.01"},{"add":4.1,"already":7,"av":10,"days":44,"duration":"4.1积","hold":123,"max":7,"name":"二星体验店铺","price":"100积分","receive":2,"shouyi":"0.42","suanli":"2.27","xiaofei":"0.10"},{"add":22,"already":2,"av":50,"days":36,"duration":"22积","hold":660,"max":2,"name":"三星体验店铺","price":"500积分","receive":3,"shouyi":"3.56","suanli":"13.89","xiaofei":"0.89"},{"add":42,"already":3,"av":100,"days":42,"duration":"42积","hold":1260,"max":3,"name":"四星体验店铺","price":"1000积分","receive":4,"shouyi":"4.95","suanli":"23.81","xiaofei":"1.24"},{"add":126,"already":1,"av":300,"days":35,"duration":"126积","hold":3780,"max":1,"name":"五星体验店铺","price":"3000积分","receive":4,"shouyi":"17.83","suanli":"85.71","xiaofei":"4.46"},{"add":212,"already":0,"av":500,"days":30,"duration":"212积","hold":6360,"max":2,"name":"六星体验店铺","price":"5000积分","receive":5,"shouyi":"36.27","suanli":"166.67","xiaofei":"9.07"},{"add":427,"already":0,"av":1000,"days":30,"duration":"427积","hold":12810,"max":1,"name":"七星体验店铺","price":"10000积分","receive":5,"shouyi":"74.93","suanli":"333.33","xiaofei":"18.73"},{"add":1290,"already":0,"av":3000,"days":30,"duration":"1290积","hold":38700,"max":1,"name":"形象店铺","price":"30000积分","receive":6,"shouyi":"232.00","suanli":"1000.00","xiaofei":"58.00"},{"add":0,"already":0,"av":0,"days":30,"duration":"无效积分","hold":0,"max":0,"name":"无效积分","price":"无效积分","receive":0,"shouyi":"0.00","suanli":"0.00","xiaofei":"0.00"}]
2026-08-29 09:21:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 807
2026-08-29 09:21:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:21:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:21:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:21:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5d075e80(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 09:21:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:21:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:21:36.203  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:21:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:21:38.137  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:38.138  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?)
2026-08-29 09:21:38.138  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2e5d8ee3, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78b24e08, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@64520caa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@512647c8, containsSubquery=false)
2026-08-29 09:21:38.138  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?) ::: [2085608556769476610, GIFT, HASHRATE]
2026-08-29 09:21:38.141  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:38.142  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 09:21:38.142  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30b9f44f, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3570a428, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@568bad49, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25172e73, containsSubquery=false)
2026-08-29 09:21:38.142  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ? ::: [2085608556769476610, GIFT, HASHRATE, 10]
2026-08-29 09:21:38.148  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:38.148  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id
2026-08-29 09:21:38.148  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13a3bdb2, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.of(o))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=382, distinctRow=false, projections=[ColumnProjection(owner=o, name=activity_id, alias=Optional.of(activityId)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='FROZEN'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(pendingPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='CLAIMED'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(earnedPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_statusIN('FROZEN','CLAIMED')THENIFNULL(o.num,0)ELSE0END),0), alias=Optional.of(soldNum))], columnLabels=[activityId, pendingPoints, earnedPoints, soldNum]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4aa50baa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@414f0652, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5db7dcbe, containsSubquery=true)
2026-08-29 09:21:38.148  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id ::: [2093520651947339778, 2093289077356023809, 2093286679338278914, 2093278268064260098]
2026-08-29 09:21:38.159  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:38.159  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 09:21:38.159  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@55efc663, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@597b8f11, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a4aeaac, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@161870e1, containsSubquery=false)
2026-08-29 09:21:38.159  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093520651947339778]
2026-08-29 09:21:38.162  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:38.162  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 09:21:38.162  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@55efc663, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@650ef288, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@304409b0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e784e03, containsSubquery=false)
2026-08-29 09:21:38.162  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093289077356023809]
2026-08-29 09:21:38.166  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:38.166  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 09:21:38.166  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@55efc663, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@74bced1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2b6f806d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d47877f, containsSubquery=false)
2026-08-29 09:21:38.167  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093286679338278914]
2026-08-29 09:21:38.170  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:38.170  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 09:21:38.170  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@55efc663, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@76af92b7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@37929f62, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c2d63b7, containsSubquery=false)
2026-08-29 09:21:38.170  INFO 2485790 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093278268064260098]
2026-08-29 09:21:45.471  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:21:45.471  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:21:45.471  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5f0e1d45, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b280e56, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@510aa1de, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68d0f59f, containsSubquery=false)
2026-08-29 09:21:45.471  INFO 2485790 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:22:05.478  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:05.478  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:22:05.478  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@460b3e2a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4aea55a3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45702a87, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@534a59eb, containsSubquery=false)
2026-08-29 09:22:05.478  INFO 2485790 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:22:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 808
2026-08-29 09:22:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:22:06.202  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:22:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:22:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:22:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:22:06.203  INFO 2485790 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:22:06.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@54d3c0db(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 09:22:06.204  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:22:25.465  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:25.465  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:22:25.465  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5b206825, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78c12511, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@78b3999e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@614bc96e, containsSubquery=false)
2026-08-29 09:22:25.465  INFO 2485790 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:22:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 809
2026-08-29 09:22:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:22:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:22:36.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@903d437(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 09:22:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:22:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:22:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:22:36.203  INFO 2485790 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:22:36.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:22:45.467  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:45.467  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:22:45.467  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e956ec8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5673bbe8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35fe5388, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b777b44, containsSubquery=false)
2026-08-29 09:22:45.467  INFO 2485790 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:22:55.826  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:55.826  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 09:22:55.826  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@290edec6, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f48b5e2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a72d675, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@190cc077, containsSubquery=false)
2026-08-29 09:22:55.826  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2085608556769476610]
2026-08-29 09:22:55.831  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:55.831  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 09:22:55.831  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6e13ab5, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14d49004, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ba4f591, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a7196c4, containsSubquery=false)
2026-08-29 09:22:55.832  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2085608556769476610, 2026-08-29 00:00:00.0]
2026-08-29 09:22:55.834  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:55.834  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 09:22:55.834  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e56f5c, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f57f08a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a3b385b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@10a61c8c, containsSubquery=false)
2026-08-29 09:22:55.834  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610]
2026-08-29 09:22:55.837  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:55.837  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 09:22:55.837  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a8dc913, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b9714e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@619800cb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@558503d4, containsSubquery=false)
2026-08-29 09:22:55.837  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2085608556769476610, UPPER, 0]
2026-08-29 09:22:55.838  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:55.838  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 09:22:55.838  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@53328606, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43bfc91c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6767a066, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@386ec40c, containsSubquery=false)
2026-08-29 09:22:55.838  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610]
2026-08-29 09:22:55.841  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:55.841  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 09:22:55.841  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d569197, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53972c3f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d97cce5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31529fbb, containsSubquery=false)
2026-08-29 09:22:55.841  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610, PAY]
2026-08-29 09:22:55.846  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:55.846  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 09:22:55.846  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@740b4aa1, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3fbc7d7d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ab68276, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@769f3202, containsSubquery=true)
2026-08-29 09:22:55.846  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2085608556769476610, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 09:22:55.846  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:55.846  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 09:22:55.846  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b75129f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@66132986, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f81e187, containsSubquery=false)
2026-08-29 09:22:55.846  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2085608556769476610]
2026-08-29 09:22:55.851  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:55.851  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 09:22:55.851  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d569197, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6340b87f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6cc08937, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7aa4808b, containsSubquery=false)
2026-08-29 09:22:55.851  INFO 2485790 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610, REFUND]
2026-08-29 09:22:55.854  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:55.854  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 09:22:55.854  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1fcf86d9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ff2d17e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@129886cc, containsSubquery=false)
2026-08-29 09:22:55.854  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2085608556769476610]
2026-08-29 09:22:55.862  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:55.862  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 09:22:55.863  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56d1ee6b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29bc9b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@549844c3, containsSubquery=false)
2026-08-29 09:22:55.863  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2085608556769476610]
2026-08-29 09:22:55.869  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:55.869  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 09:22:55.869  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@765f5a43, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@22ceac10, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@34e65ad6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a9dcb35, containsSubquery=false)
2026-08-29 09:22:55.869  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2085608556769476610]
2026-08-29 09:22:55.873  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:55.874  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 09:22:55.874  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38b543a5, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6443aa27, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20c301f9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@725be781, containsSubquery=false)
2026-08-29 09:22:55.874  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2085608556769476610]
2026-08-29 09:22:55.878  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:55.878  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 09:22:55.878  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38b543a5, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a9a30e3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@57d0b7de, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4111888d, containsSubquery=false)
2026-08-29 09:22:55.878  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2085608556769476610]
2026-08-29 09:22:55.886  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:55.886  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 09:22:55.886  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13f6bb7d, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@baac6d8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@463272c0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32999ad5, containsSubquery=false)
2026-08-29 09:22:55.886  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2085608556769476610, false]
2026-08-29 09:22:55.893  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:55.893  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 09:22:55.893  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a6b4bd9, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@547292dd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a43f5b4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60639768, containsSubquery=false)
2026-08-29 09:22:55.893  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2085608556769476610]
2026-08-29 09:22:55.899  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:55.899  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 09:22:55.899  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@290edec6, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e263bc5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@728235be, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@41dcf8d7, containsSubquery=false)
2026-08-29 09:22:55.899  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2085608556769476610]
2026-08-29 09:22:55.903  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:55.904  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 09:22:55.904  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@320cdf84, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ac7fe3d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c7badf2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d8587ad, containsSubquery=false)
2026-08-29 09:22:55.904  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2085608556769476610]
2026-08-29 09:22:55.906  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:55.906  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 09:22:55.906  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@363f68f, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28923a8f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@199b78df, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@54cc440a, containsSubquery=false)
2026-08-29 09:22:55.906  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 09:22:55.906, 2026-08-29 09:22:55.906, 2026-08-29 09:22:55.906]
2026-08-29 09:22:55.912  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:55.912  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 09:22:55.913  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@608bfff2, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@eb994e8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@38637d21, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d7839a, containsSubquery=false)
2026-08-29 09:22:55.913  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2085608556769476610]
2026-08-29 09:22:55.915  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:55.916  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 09:22:55.916  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@59a242f1, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@18fb41a8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@238bca7e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@29eb80a0, containsSubquery=false)
2026-08-29 09:22:55.916  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2085608556769476610, TIANQUE, false]
2026-08-29 09:22:55.918  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:55.919  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 09:22:55.919  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@191ce9da, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@384a0f29, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4dd17600, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@124122aa, containsSubquery=false)
2026-08-29 09:22:55.919  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2085608556769476610, TIANQUE, false]
2026-08-29 09:22:55.921  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:55.921  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 09:22:55.921  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19fb6178, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6467a44, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d894c54, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@65e9eb9e, containsSubquery=false)
2026-08-29 09:22:55.921  INFO 2485790 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2085608556769476610]
2026-08-29 09:22:55.923  WARN 2485790 --- [http-nio-8804-exec-46] c.l.m.s.s.IndexStatisticsServiceImpl     : 店铺首页账户余额查询失败 storeId相关 mno=399260810032306 err=File not exist: /ecommerce/seller-ceshi/data/keys/tianque/pri.key
2026-08-29 09:22:55.923  WARN 2485790 --- [http-nio-8804-exec-46] c.l.m.s.s.IndexStatisticsServiceImpl     : 店铺首页分账金额查询失败 mno=399260810032306 err=File not exist: /ecommerce/seller-ceshi/data/keys/tianque/pri.key
2026-08-29 09:22:56.741  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:56.741  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 09:22:56.741  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e1386b9, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f994a80, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@57cbbf57, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@39b7be24, containsSubquery=false)
2026-08-29 09:22:56.741  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [18367394316]
2026-08-29 09:22:56.816  INFO 2485790 --- [http-nio-8804-exec-48] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2085608556769476610
2026-08-29 09:22:56.817  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:56.817  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 09:22:56.817  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3685a328, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@340fb7fc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@30cd69c7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7bcc496f, containsSubquery=false)
2026-08-29 09:22:56.817  INFO 2485790 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2085608556769476610]
2026-08-29 09:22:56.820  INFO 2485790 --- [http-nio-8804-exec-48] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1786587724, appId=6a7d2a4de4b0dfa55a9303bc, name=汇成商贸Jeepay
2026-08-29 09:22:58.965  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:58.965  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?)
2026-08-29 09:22:58.965  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d754bc6, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@560ae368, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@21e8405f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@353165be, containsSubquery=false)
2026-08-29 09:22:58.965  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ::: [2085608556769476610, UPPER, PASS, RETAIL, false]
2026-08-29 09:22:58.992  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:22:58.992  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ?
2026-08-29 09:22:58.992  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b96a156, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=397, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=params, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_name, price, brand_id, category_path, goods_unit, selling_point, market_enable, intro, buy_count, quantity, grade, thumbnail, small, original, store_category_path, comment_num, store_id, store_name, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, goods_pr, recommend, sales_model, goods_type, params, voucher, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4182cf00, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@158825e9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6add3857, containsSubquery=false)
2026-08-29 09:22:58.992  INFO 2485790 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ? ::: [2085608556769476610, UPPER, PASS, RETAIL, false, 10]
2026-08-29 09:23:00.739  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:23:00.739  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND sales_model = ? AND delete_flag = ?)
2026-08-29 09:23:00.739  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@ee1ad6a, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79b5fc4e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ed6afe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@14a38c6, containsSubquery=false)
2026-08-29 09:23:00.739  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND sales_model = ? AND delete_flag = ?) ::: [2085608556769476610, DOWN, RETAIL, false]
2026-08-29 09:23:00.768  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:23:00.769  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ?
2026-08-29 09:23:00.769  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@23bda11, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=397, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=params, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_name, price, brand_id, category_path, goods_unit, selling_point, market_enable, intro, buy_count, quantity, grade, thumbnail, small, original, store_category_path, comment_num, store_id, store_name, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, goods_pr, recommend, sales_model, goods_type, params, voucher, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46a7a8d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d0c35c7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6291085a, containsSubquery=false)
2026-08-29 09:23:00.769  INFO 2485790 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ? ::: [2085608556769476610, DOWN, RETAIL, false, 10]
2026-08-29 09:23:02.210  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:23:02.210  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?)
2026-08-29 09:23:02.210  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d754bc6, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@30e04fb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@405b8235, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cd98961, containsSubquery=false)
2026-08-29 09:23:02.210  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ::: [2085608556769476610, UPPER, PASS, RETAIL, false]
2026-08-29 09:23:02.213  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:23:02.213  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ?
2026-08-29 09:23:02.213  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b96a156, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=397, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=params, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_name, price, brand_id, category_path, goods_unit, selling_point, market_enable, intro, buy_count, quantity, grade, thumbnail, small, original, store_category_path, comment_num, store_id, store_name, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, goods_pr, recommend, sales_model, goods_type, params, voucher, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@666da9ff, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26bfb6d2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26cb047b, containsSubquery=false)
2026-08-29 09:23:02.213  INFO 2485790 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ? ::: [2085608556769476610, UPPER, PASS, RETAIL, false, 10]
2026-08-29 09:23:05.484  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:23:05.484  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:23:05.484  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5f1d7592, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@318f0716, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62c000f6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@67eabdc3, containsSubquery=false)
2026-08-29 09:23:05.484  INFO 2485790 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:23:06.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 810
2026-08-29 09:23:06.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:23:06.202  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:23:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:23:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:23:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:23:06.203  INFO 2485790 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:23:06.203  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:23:06.203  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@16e71fa4(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 09:23:12.843  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:23:12.843  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT  id,name,parent_id,level,sort_order,commission_rate,image,support_channel,create_by,create_time,update_by,update_time,delete_flag  FROM li_category
2026-08-29 09:23:12.843  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7323dfd2, tablesContext=TablesContext(tables=[Table(name=li_category, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=135, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_id, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=sort_order, alias=Optional.absent()), ColumnProjection(owner=null, name=commission_rate, alias=Optional.absent()), ColumnProjection(owner=null, name=image, alias=Optional.absent()), ColumnProjection(owner=null, name=support_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, name, parent_id, level, sort_order, commission_rate, image, support_channel, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@477f7e20, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@afbfce0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c39b690, containsSubquery=false)
2026-08-29 09:23:12.843  INFO 2485790 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,name,parent_id,level,sort_order,commission_rate,image,support_channel,create_by,create_time,update_by,update_time,delete_flag  FROM li_category
2026-08-29 09:23:25.466  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:23:25.466  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:23:25.466  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ac30dff, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@30597347, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@59ebaf20, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@612edc47, containsSubquery=false)
2026-08-29 09:23:25.466  INFO 2485790 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:23:36.201  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 811
2026-08-29 09:23:36.202  INFO 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:23:36.202  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:23:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:23:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:23:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:23:36.204  INFO 2485790 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:23:36.204  WARN 2485790 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@12d1235b(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 09:23:36.205  INFO 2485790 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:23:44.239  INFO 2485790 --- [SpringContextShutdownHook] org.quartz.core.QuartzScheduler          : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
2026-08-29 09:23:44.282  INFO 2485790 --- [SpringContextShutdownHook] o.s.i.endpoint.EventDrivenConsumer       : Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2026-08-29 09:23:44.282  INFO 2485790 --- [SpringContextShutdownHook] o.s.i.channel.PublishSubscribeChannel    : Channel 'manager-api.errorChannel' has 0 subscriber(s).
2026-08-29 09:23:44.283  INFO 2485790 --- [SpringContextShutdownHook] o.s.i.endpoint.EventDrivenConsumer       : stopped bean '_org.springframework.integration.errorLogger'
2026-08-29 09:23:44.287  INFO 2485790 --- [SpringContextShutdownHook] o.s.s.quartz.SchedulerFactoryBean        : Shutting down Quartz Scheduler
2026-08-29 09:23:44.288  INFO 2485790 --- [SpringContextShutdownHook] org.quartz.core.QuartzScheduler          : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
2026-08-29 09:23:44.288  INFO 2485790 --- [SpringContextShutdownHook] org.quartz.core.QuartzScheduler          : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
2026-08-29 09:23:44.288  INFO 2485790 --- [SpringContextShutdownHook] org.quartz.core.QuartzScheduler          : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
2026-08-29 09:23:44.336  INFO 2485790 --- [SpringContextShutdownHook] RocketmqCommon                           : Try to shutdown service thread:PullMessageService started:true lastThread:Thread[PullMessageService,5,main]
2026-08-29 09:23:44.336  INFO 2485790 --- [SpringContextShutdownHook] RocketmqCommon                           : shutdown thread PullMessageService interrupt true
2026-08-29 09:23:44.337  INFO 2485790 --- [SpringContextShutdownHook] RocketmqCommon                           : join thread PullMessageService elapsed time(ms) 1 90000
2026-08-29 09:23:44.338  INFO 2485790 --- [SpringContextShutdownHook] RocketmqRemoting                         : shutdown thread NettyEventExecutor interrupt false
2026-08-29 09:23:44.339  INFO 2485790 --- [SpringContextShutdownHook] RocketmqRemoting                         : join thread NettyEventExecutor elapsed time(ms) 0 90000
2026-08-29 09:23:44.339  INFO 2485790 --- [SpringContextShutdownHook] RocketmqCommon                           : Try to shutdown service thread:RebalanceService started:true lastThread:Thread[RebalanceService,5,main]
2026-08-29 09:23:44.339  INFO 2485790 --- [SpringContextShutdownHook] RocketmqCommon                           : shutdown thread RebalanceService interrupt false
2026-08-29 09:23:44.339  INFO 2485790 --- [SpringContextShutdownHook] RocketmqCommon                           : join thread RebalanceService elapsed time(ms) 0 90000
2026-08-29 09:23:44.346  INFO 2485790 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource   : {dataSource-1} closing ...
2026-08-29 09:23:44.356  INFO 2485790 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource   : {dataSource-1} closed
2026-08-29 09:23:48.726  INFO 2494839 --- [main] cn.lili.StoreApiApplication              : Starting StoreApiApplication v4.3 using Java 17.0.20 on vmi3028923 with PID 2494839 (/opt/av1/seller/seller-api-4.3.jar started by rodgers in /opt/av1/seller)
2026-08-29 09:23:48.733  INFO 2494839 --- [main] cn.lili.StoreApiApplication              : No active profile set, falling back to default profiles: default
2026-08-29 09:23:53.155  INFO 2494839 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2026-08-29 09:23:53.158  INFO 2494839 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2026-08-29 09:23:53.750  INFO 2494839 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 586 ms. Found 2 Elasticsearch repository interfaces.
2026-08-29 09:23:53.763  INFO 2494839 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2026-08-29 09:23:53.770  INFO 2494839 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2026-08-29 09:23:53.848  INFO 2494839 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 76 ms. Found 0 Reactive Elasticsearch repository interfaces.
2026-08-29 09:23:53.883  INFO 2494839 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2026-08-29 09:23:53.885  INFO 2494839 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2026-08-29 09:23:53.949  INFO 2494839 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface cn.lili.modules.search.repository.EsGoodsIndexRepository. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2026-08-29 09:23:53.949  INFO 2494839 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface cn.lili.modules.permission.repository.SystemLogRepository. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2026-08-29 09:23:53.950  INFO 2494839 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 52 ms. Found 0 Redis repository interfaces.
2026-08-29 09:23:54.816  INFO 2494839 --- [main] ptablePropertiesBeanFactoryPostProcessor : Post-processing PropertySource instances
2026-08-29 09:23:54.821  INFO 2494839 --- [main] c.u.j.EncryptablePropertySourceConverter : Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
2026-08-29 09:23:54.824  INFO 2494839 --- [main] c.u.j.EncryptablePropertySourceConverter : Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
2026-08-29 09:23:54.825  INFO 2494839 --- [main] c.u.j.EncryptablePropertySourceConverter : Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
2026-08-29 09:23:54.826  INFO 2494839 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2026-08-29 09:23:54.827  INFO 2494839 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2026-08-29 09:23:54.827  INFO 2494839 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2026-08-29 09:23:54.827  INFO 2494839 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource Config resource 'file [application.yml]' via location 'optional:file:./' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
2026-08-29 09:23:54.827  INFO 2494839 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
2026-08-29 09:23:54.843  INFO 2494839 --- [main] faultConfiguringBeanFactoryPostProcessor : No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2026-08-29 09:23:54.852  INFO 2494839 --- [main] faultConfiguringBeanFactoryPostProcessor : No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created.
2026-08-29 09:23:54.876  INFO 2494839 --- [main] faultConfiguringBeanFactoryPostProcessor : No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2026-08-29 09:23:55.077  INFO 2494839 --- [main] c.u.j.filter.DefaultLazyPropertyFilter   : Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
2026-08-29 09:23:55.092  INFO 2494839 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'threadProperties' of type [cn.lili.common.properties.ThreadProperties$$EnhancerBySpringCGLIB$$30f43a4a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 09:23:55.093  INFO 2494839 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'threadConfig' of type [cn.lili.common.thread.ThreadConfig$$EnhancerBySpringCGLIB$$a32c9862] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 09:23:55.583  INFO 2494839 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'redisConfig' of type [cn.lili.cache.config.redis.RedisConfig$$EnhancerBySpringCGLIB$$f9f8f55f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 09:23:55.641  INFO 2494839 --- [main] cn.lili.cache.config.redis.RedisConfig   : 初始化 -> [Redis CacheErrorHandler]
2026-08-29 09:23:55.642  INFO 2494839 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'errorHandler' of type [cn.lili.cache.config.redis.RedisConfig$1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 09:23:55.802  INFO 2494839 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@4da6d664' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 09:23:55.849  INFO 2494839 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 09:23:55.976  INFO 2494839 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.integration.config.IntegrationManagementConfiguration' of type [org.springframework.integration.config.IntegrationManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 09:23:56.002  INFO 2494839 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'integrationChannelResolver' of type [org.springframework.integration.support.channel.BeanFactoryChannelResolver] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 09:23:56.014  INFO 2494839 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'integrationDisposableAutoCreatedBeans' of type [org.springframework.integration.config.annotation.Disposables] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 09:23:56.225  INFO 2494839 --- [main] c.u.j.r.DefaultLazyPropertyResolver      : Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
2026-08-29 09:23:56.230  INFO 2494839 --- [main] c.u.j.d.DefaultLazyPropertyDetector      : Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
2026-08-29 09:23:56.717  INFO 2494839 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8804 (http)
2026-08-29 09:23:56.732  INFO 2494839 --- [main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2026-08-29 09:23:56.733  INFO 2494839 --- [main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.52]
2026-08-29 09:23:56.859  INFO 2494839 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2026-08-29 09:23:56.860  INFO 2494839 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 7408 ms
2026-08-29 09:23:59.992  INFO 2494839 --- [main] com.alibaba.druid.pool.DruidDataSource   : {dataSource-1} inited
2026-08-29 09:24:00.141  INFO 2494839 --- [main] o.a.s.c.config.log.ConfigurationLogger   : ShardingRuleConfiguration
{}

2026-08-29 09:24:00.155  INFO 2494839 --- [main] o.a.s.c.config.log.ConfigurationLogger   : Properties
check.table.metadata.enabled: 'false'
sql.show: 'true'

2026-08-29 09:24:04.965  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@1152900
2026-08-29 09:24:04.967  INFO 2494839 --- [main] RocketmqRemoting                         : name server address updated. NEW : [127.0.0.1:9877] , OLD: null
2026-08-29 09:24:05.003  INFO 2494839 --- [main] RocketmqCommon                           : Try to start service thread:PullMessageService started:false lastThread:null
2026-08-29 09:24:05.011  INFO 2494839 --- [main] RocketmqCommon                           : Try to start service thread:RebalanceService started:false lastThread:null
2026-08-29 09:24:05.028  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: null , NEW: 127.0.0.1:9877. namesrvIndex = 735
2026-08-29 09:24:05.157  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:24:05.187  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:24:05.194  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:24:05.194  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:24:05.194  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:24:05.194  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:24:05.198  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@23e82699(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 09:24:05.202  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:24:05.750  INFO 2494839 --- [main] cn.lili.common.crypto.RsaKeyManager      : 检测到私钥文件存在，开始加载 RSA 密钥对...
2026-08-29 09:24:05.764  INFO 2494839 --- [main] cn.lili.common.crypto.RsaKeyManager      : 私钥文件路径：data/keys/private.key
2026-08-29 09:24:05.764  INFO 2494839 --- [main] cn.lili.common.crypto.RsaKeyManager      : 公钥文件路径：data/keys/public.key
2026-08-29 09:24:05.789  INFO 2494839 --- [main] cn.lili.common.crypto.RsaKeyManager      : 私钥加载成功：data/keys/private.key
2026-08-29 09:24:05.798  INFO 2494839 --- [main] cn.lili.common.crypto.RsaKeyManager      : 公钥加载成功：data/keys/public.key
2026-08-29 09:24:05.801  INFO 2494839 --- [main] cn.lili.common.crypto.RsaKeyManager      : RSA 密钥对加载完成，不会重新生成
2026-08-29 09:24:09.443  INFO 2494839 --- [main] o.s.aop.framework.CglibAopProxy          : Unable to proxy interface-implementing method [public final long cn.lili.modules.goods.serviceimpl.GoodsServiceImpl.getGoodsCountByCategory(java.lang.String)] because it is marked as final: Consider using interface-based JDK proxies instead!
2026-08-29 09:24:10.507  WARN 2494839 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.geo.Point to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:24:10.509  WARN 2494839 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.geo.Point as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:24:10.509  WARN 2494839 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoPoint to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:24:10.509  WARN 2494839 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoPoint as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:24:10.509  WARN 2494839 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface org.springframework.data.elasticsearch.core.geo.GeoJson to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:24:10.509  WARN 2494839 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to interface org.springframework.data.elasticsearch.core.geo.GeoJson as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:24:10.509  WARN 2494839 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonPoint to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:24:10.510  WARN 2494839 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonPoint as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:24:10.510  WARN 2494839 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPoint to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:24:10.510  WARN 2494839 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPoint as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:24:10.510  WARN 2494839 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonLineString to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:24:10.510  WARN 2494839 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonLineString as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:24:10.510  WARN 2494839 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiLineString to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:24:10.510  WARN 2494839 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiLineString as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:24:10.510  WARN 2494839 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonPolygon to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:24:10.510  WARN 2494839 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonPolygon as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:24:10.510  WARN 2494839 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPolygon to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:24:10.510  WARN 2494839 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPolygon as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:24:10.511  WARN 2494839 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonGeometryCollection to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:24:10.511  WARN 2494839 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonGeometryCollection as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:24:10.725  INFO 2494839 --- [main] o.s.d.elasticsearch.support.VersionInfo  : Version Spring Data Elasticsearch: 4.1.12
2026-08-29 09:24:10.726  INFO 2494839 --- [main] o.s.d.elasticsearch.support.VersionInfo  : Version Elasticsearch Client in build: 7.9.3
2026-08-29 09:24:10.726  INFO 2494839 --- [main] o.s.d.elasticsearch.support.VersionInfo  : Version Elasticsearch Client used: 7.9.3
2026-08-29 09:24:10.726  INFO 2494839 --- [main] o.s.d.elasticsearch.support.VersionInfo  : Version Elasticsearch cluster: 7.10.2
2026-08-29 09:24:10.726  WARN 2494839 --- [main] o.s.d.elasticsearch.support.VersionInfo  : Version mismatch in between Elasticsearch Client and Cluster: 7.9.3 - 7.10.2
2026-08-29 09:24:12.189  WARN 2494839 --- [main] c.b.m.core.metadata.TableInfoHelper      : This primary key of "id" is primitive !不建议如此请使用包装类 in Class: "cn.lili.modules.logistics.entity.dos.LogisticsCode"
2026-08-29 09:24:16.879  INFO 2494839 --- [main] org.redisson.Version                     : Redisson 3.15.6
2026-08-29 09:24:16.879  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@29db008c
2026-08-29 09:24:16.879  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@1d008e61
2026-08-29 09:24:16.891  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@191b44ca
2026-08-29 09:24:16.892  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@5de243bb
2026-08-29 09:24:16.893  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@2c4cf7eb
2026-08-29 09:24:16.893  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@35260785
2026-08-29 09:24:16.893  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@76d828ff
2026-08-29 09:24:16.893  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@39685204
2026-08-29 09:24:16.893  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@72d0196d
2026-08-29 09:24:16.893  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@77cf329d
2026-08-29 09:24:16.893  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@4067634b
2026-08-29 09:24:16.893  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@3b64f131
2026-08-29 09:24:16.894  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@490d9c41
2026-08-29 09:24:16.894  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@47d81427
2026-08-29 09:24:16.895  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@3c5e4aac
2026-08-29 09:24:16.896  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@20afd96f
2026-08-29 09:24:16.896  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@565a6af
2026-08-29 09:24:16.896  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@21bf308
2026-08-29 09:24:16.896  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@4cded2cd
2026-08-29 09:24:16.896  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@12e40e98
2026-08-29 09:24:16.896  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@3a9c92b5
2026-08-29 09:24:16.896  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@67c2b55d
2026-08-29 09:24:16.896  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@5db04bd2
2026-08-29 09:24:16.897  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@6f921e32
2026-08-29 09:24:16.897  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@31c5304f
2026-08-29 09:24:16.897  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@43df1377
2026-08-29 09:24:16.897  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@1cee3e05
2026-08-29 09:24:16.897  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@63f2d024
2026-08-29 09:24:16.897  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@7b2dd35d
2026-08-29 09:24:16.897  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@405223e4
2026-08-29 09:24:16.897  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@2d2133fd
2026-08-29 09:24:16.897  INFO 2494839 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@58a7a58d
2026-08-29 09:24:17.207  INFO 2494839 --- [redisson-netty-4-26] o.r.c.pool.MasterPubSubConnectionPool    : 1 connections initialized for 127.0.0.1/127.0.0.1:6379
2026-08-29 09:24:17.243  INFO 2494839 --- [redisson-netty-4-19] o.r.c.pool.MasterConnectionPool          : 24 connections initialized for 127.0.0.1/127.0.0.1:6379
2026-08-29 09:24:17.700  WARN 2494839 --- [main] c.b.m.core.metadata.TableInfoHelper      : This primary key of "id" is primitive !不建议如此请使用包装类 in Class: "cn.lili.modules.store.entity.dos.StoreBank"
2026-08-29 09:24:17.769  WARN 2494839 --- [main] c.b.m.core.metadata.TableInfoHelper      : This primary key of "id" is primitive !不建议如此请使用包装类 in Class: "cn.lili.modules.store.entity.dos.StoreMcc"
2026-08-29 09:24:21.096  INFO 2494839 --- [main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 15 endpoint(s) beneath base path '/actuator'
2026-08-29 09:24:21.265  INFO 2494839 --- [main] c.l.m.i.config.CustomSpringConfigurator  : 🔧 [WebSocket] CustomSpringConfigurator ApplicationContext 已初始化，可以注入 Spring Bean
2026-08-29 09:24:21.338  INFO 2494839 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2ControllerWebMvc#getDocumentation(String, HttpServletRequest)]
2026-08-29 09:24:22.380  INFO 2494839 --- [main] org.quartz.impl.StdSchedulerFactory      : Using default implementation for ThreadExecutor
2026-08-29 09:24:22.396  INFO 2494839 --- [main] org.quartz.core.SchedulerSignalerImpl    : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2026-08-29 09:24:22.396  INFO 2494839 --- [main] org.quartz.core.QuartzScheduler          : Quartz Scheduler v.2.3.2 created.
2026-08-29 09:24:22.397  INFO 2494839 --- [main] org.quartz.simpl.RAMJobStore             : RAMJobStore initialized.
2026-08-29 09:24:22.398  INFO 2494839 --- [main] org.quartz.core.QuartzScheduler          : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

2026-08-29 09:24:22.398  INFO 2494839 --- [main] org.quartz.impl.StdSchedulerFactory      : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2026-08-29 09:24:22.398  INFO 2494839 --- [main] org.quartz.impl.StdSchedulerFactory      : Quartz scheduler version: 2.3.2
2026-08-29 09:24:22.398  INFO 2494839 --- [main] org.quartz.core.QuartzScheduler          : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@78141c58
2026-08-29 09:24:22.444  INFO 2494839 --- [main] .s.s.UserDetailsServiceAutoConfiguration : 

Using generated security password: 9c053120-2acd-4333-bb4b-9d5e8191f050

2026-08-29 09:24:22.538  INFO 2494839 --- [main] o.s.s.web.DefaultSecurityFilterChain     : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@240f712e, org.springframework.security.web.context.SecurityContextPersistenceFilter@2fbb098f, org.springframework.security.web.header.HeaderWriterFilter@4bc4ec43, org.springframework.web.filter.CorsFilter@3e7ddb7e, org.springframework.security.web.authentication.logout.LogoutFilter@47cf65f1, cn.lili.security.StoreAuthenticationFilter@6905d030, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2262bc86, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2e4d252, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@641ab175, org.springframework.security.web.session.SessionManagementFilter@11896af6, org.springframework.security.web.access.ExceptionTranslationFilter@45494046, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4af6839c]
2026-08-29 09:24:23.018  INFO 2494839 --- [main] o.s.i.endpoint.EventDrivenConsumer       : Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2026-08-29 09:24:23.018  INFO 2494839 --- [main] o.s.i.channel.PublishSubscribeChannel    : Channel 'manager-api.errorChannel' has 1 subscriber(s).
2026-08-29 09:24:23.018  INFO 2494839 --- [main] o.s.i.endpoint.EventDrivenConsumer       : started bean '_org.springframework.integration.errorLogger'
2026-08-29 09:24:23.032  INFO 2494839 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8804 (http) with context path ''
2026-08-29 09:24:23.034  INFO 2494839 --- [main] u.j.c.RefreshScopeRefreshedEventListener : Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
2026-08-29 09:24:23.034  INFO 2494839 --- [main] CachingDelegateEncryptablePropertySource : Property Source systemProperties refreshed
2026-08-29 09:24:23.034  INFO 2494839 --- [main] CachingDelegateEncryptablePropertySource : Property Source systemEnvironment refreshed
2026-08-29 09:24:23.034  INFO 2494839 --- [main] CachingDelegateEncryptablePropertySource : Property Source random refreshed
2026-08-29 09:24:23.034  INFO 2494839 --- [main] CachingDelegateEncryptablePropertySource : Property Source Config resource 'file [application.yml]' via location 'optional:file:./' refreshed
2026-08-29 09:24:23.034  INFO 2494839 --- [main] CachingDelegateEncryptablePropertySource : Property Source Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' refreshed
2026-08-29 09:24:23.035  INFO 2494839 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2026-08-29 09:24:23.035  INFO 2494839 --- [main] c.u.j.EncryptablePropertySourceConverter : Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
2026-08-29 09:24:23.035  INFO 2494839 --- [main] c.u.j.EncryptablePropertySourceConverter : Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
2026-08-29 09:24:23.035  INFO 2494839 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
2026-08-29 09:24:23.035  INFO 2494839 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource Management Server [org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration$1] to EncryptablePropertySourceWrapper
2026-08-29 09:24:23.036  INFO 2494839 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Documentation plugins bootstrapped
2026-08-29 09:24:23.043  INFO 2494839 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 23 custom documentation plugin(s)
2026-08-29 09:24:23.152  INFO 2494839 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:24:23.191  INFO 2494839 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:24:23.215  INFO 2494839 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:24:23.240  INFO 2494839 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:24:23.262  INFO 2494839 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:24:23.547  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_1
2026-08-29 09:24:23.562  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_1
2026-08-29 09:24:23.590  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_2
2026-08-29 09:24:23.663  INFO 2494839 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:24:23.774  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCouponListUsingGET_1
2026-08-29 09:24:23.806  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_2
2026-08-29 09:24:23.826  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateCouponStatusUsingPUT_1
2026-08-29 09:24:23.840  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_3
2026-08-29 09:24:23.987  INFO 2494839 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:24:24.005  INFO 2494839 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:24:24.011  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_4
2026-08-29 09:24:24.017  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_3
2026-08-29 09:24:24.025  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageUsingGET_1
2026-08-29 09:24:24.052  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_5
2026-08-29 09:24:24.078  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageUsingGET_2
2026-08-29 09:24:24.102  INFO 2494839 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:24:24.119  INFO 2494839 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:24:24.189  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_1
2026-08-29 09:24:24.190  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_1
2026-08-29 09:24:24.192  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_1
2026-08-29 09:24:24.225  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_6
2026-08-29 09:24:24.233  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_4
2026-08-29 09:24:24.259  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_5
2026-08-29 09:24:24.286  INFO 2494839 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:24:24.309  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_1
2026-08-29 09:24:24.314  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: submitUsingPOST_1
2026-08-29 09:24:24.332  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_1
2026-08-29 09:24:24.338  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: walletUsingGET_1
2026-08-29 09:24:24.344  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: historyUsingGET_1
2026-08-29 09:24:24.378  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUrlUsingGET_1
2026-08-29 09:24:24.403  INFO 2494839 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:24:24.424  INFO 2494839 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:24:24.436  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_2
2026-08-29 09:24:24.446  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_7
2026-08-29 09:24:24.454  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageUsingGET_3
2026-08-29 09:24:24.463  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_2
2026-08-29 09:24:24.474  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_8
2026-08-29 09:24:24.480  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_1
2026-08-29 09:24:24.482  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPUT_1
2026-08-29 09:24:24.484  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: delAllByIdsUsingDELETE_1
2026-08-29 09:24:24.492  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_6
2026-08-29 09:24:24.497  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPUT_2
2026-08-29 09:24:24.501  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_9
2026-08-29 09:24:24.508  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_2
2026-08-29 09:24:24.510  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_10
2026-08-29 09:24:24.515  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_3
2026-08-29 09:24:24.517  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_3
2026-08-29 09:24:24.524  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageUsingGET_4
2026-08-29 09:24:24.560  INFO 2494839 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:24:24.576  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: resetPasswordUsingPOST_1
2026-08-29 09:24:24.597  INFO 2494839 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:24:24.618  INFO 2494839 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:24:24.634  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cancelUsingDELETE_1
2026-08-29 09:24:24.665  INFO 2494839 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:24:24.686  INFO 2494839 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:24:24.696  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_7
2026-08-29 09:24:24.707  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: paymentUsingGET_1
2026-08-29 09:24:24.709  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_8
2026-08-29 09:24:24.765  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_9
2026-08-29 09:24:24.774  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_10
2026-08-29 09:24:24.798  INFO 2494839 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:24:24.818  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_11
2026-08-29 09:24:24.832  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_11
2026-08-29 09:24:24.847  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_12
2026-08-29 09:24:24.856  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPUT_3
2026-08-29 09:24:24.867  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_13
2026-08-29 09:24:24.876  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_14
2026-08-29 09:24:24.904  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_2
2026-08-29 09:24:24.906  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: execProfitSharingUsingPOST_1
2026-08-29 09:24:24.909  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refreshProfitSharingUsingPOST_1
2026-08-29 09:24:24.947  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deliveryUsingPOST_1
2026-08-29 09:24:24.956  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: takeUsingPUT_1
2026-08-29 09:24:24.966  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: downLoadDeliverExcelUsingGET_1
2026-08-29 09:24:24.969  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_15
2026-08-29 09:24:24.979  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_12
2026-08-29 09:24:25.000  INFO 2494839 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:24:25.009  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_4
2026-08-29 09:24:25.011  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_4
2026-08-29 09:24:25.012  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_2
2026-08-29 09:24:25.014  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_3
2026-08-29 09:24:25.037  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_5
2026-08-29 09:24:25.042  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_5
2026-08-29 09:24:25.044  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_16
2026-08-29 09:24:25.047  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_17
2026-08-29 09:24:25.048  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: delByIdsUsingDELETE_1
2026-08-29 09:24:25.051  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getStoreAfterSaleAddressUsingGET_1
2026-08-29 09:24:25.057  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_18
2026-08-29 09:24:25.058  INFO 2494839 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_6
2026-08-29 09:24:25.089  INFO 2494839 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:24:25.110  INFO 2494839 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:24:25.131  INFO 2494839 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:24:25.133  INFO 2494839 --- [main] o.s.s.quartz.SchedulerFactoryBean        : Starting Quartz Scheduler now
2026-08-29 09:24:25.134  INFO 2494839 --- [main] org.quartz.core.QuartzScheduler          : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2026-08-29 09:24:25.148  INFO 2494839 --- [quartzScheduler_Worker-1] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 09:24:25.183  INFO 2494839 --- [main] cn.lili.StoreApiApplication              : Started StoreApiApplication in 38.043 seconds (JVM running for 38.828)
2026-08-29 09:24:25.196  INFO 2494839 --- [main] c.l.c.s.init.SensitiveWordsLoader        : 系统初始化敏感词
2026-08-29 09:24:25.314  INFO 2494839 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator       : Application registered itself as ba13e028040f
2026-08-29 09:24:25.374  INFO 2494839 --- [http-nio-8804-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-08-29 09:24:25.374  INFO 2494839 --- [http-nio-8804-exec-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2026-08-29 09:24:25.378  INFO 2494839 --- [http-nio-8804-exec-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 4 ms
2026-08-29 09:24:26.880  INFO 2494839 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:26.880  INFO 2494839 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:26.881  INFO 2494839 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:24:26.881  INFO 2494839 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:24:26.881  INFO 2494839 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@634b6b8d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5db9e4b3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4fe5e94e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e99a0e5, containsSubquery=false)
2026-08-29 09:24:26.881  INFO 2494839 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13e37922, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c722a15, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@175c5a86, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a5dc6b, containsSubquery=false)
2026-08-29 09:24:26.881  INFO 2494839 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:24:26.881  INFO 2494839 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:24:27.170  INFO 2494839 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:27.170  INFO 2494839 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:24:27.170  INFO 2494839 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7762f4da, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79a50446, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d9a9faa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@38980e7d, containsSubquery=false)
2026-08-29 09:24:27.170  INFO 2494839 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:24:35.012  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 736
2026-08-29 09:24:35.013  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:24:35.015  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:24:35.016  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:24:35.016  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@27116363(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 09:24:35.016  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:24:35.016  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:24:35.016  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:24:35.017  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:24:43.585  INFO 2494839 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:43.585  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:43.585  INFO 2494839 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 09:24:43.586  INFO 2494839 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@33f346f5, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@129306f5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6491872d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3779dde9, containsSubquery=false)
2026-08-29 09:24:43.586  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 09:24:43.586  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65d1b0e0, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@9d257ee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4564e41b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ddbc849, containsSubquery=false)
2026-08-29 09:24:43.587  INFO 2494839 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610]
2026-08-29 09:24:43.587  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2085608556769476610]
2026-08-29 09:24:43.701  INFO 2494839 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:43.702  INFO 2494839 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 09:24:43.702  INFO 2494839 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@24122249, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c9dc065, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e4431cb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f74effe, containsSubquery=false)
2026-08-29 09:24:43.702  INFO 2494839 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610]
2026-08-29 09:24:43.704  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:43.705  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 09:24:43.705  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@62d1059d, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@204cd92d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45de9bd9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@511bd98d, containsSubquery=false)
2026-08-29 09:24:43.705  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2085608556769476610, 2026-08-29 00:00:00.0]
2026-08-29 09:24:43.714  INFO 2494839 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:43.715  INFO 2494839 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 09:24:43.715  INFO 2494839 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5ecb637d, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ec22d65, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6292dcb0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5088aadc, containsSubquery=false)
2026-08-29 09:24:43.715  INFO 2494839 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610, PAY]
2026-08-29 09:24:43.742  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:43.742  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 09:24:43.742  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1711815b, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@103ffae6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c1445dc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35cc2c7d, containsSubquery=false)
2026-08-29 09:24:43.742  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2085608556769476610, UPPER, 0]
2026-08-29 09:24:43.752  INFO 2494839 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:43.752  INFO 2494839 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 09:24:43.752  INFO 2494839 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2389fff4, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e853d63, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d92980d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2fb057f4, containsSubquery=true)
2026-08-29 09:24:43.752  INFO 2494839 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2085608556769476610, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 09:24:43.769  INFO 2494839 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:43.769  INFO 2494839 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 09:24:43.769  INFO 2494839 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5ecb637d, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@179205da, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e082f41, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19497a29, containsSubquery=false)
2026-08-29 09:24:43.769  INFO 2494839 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610, REFUND]
2026-08-29 09:24:43.788  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:43.788  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 09:24:43.788  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1cb30aa4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5950827f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7fc8da37, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c54ccc3, containsSubquery=false)
2026-08-29 09:24:43.789  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2085608556769476610]
2026-08-29 09:24:43.809  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:43.810  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 09:24:43.810  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1cb30aa4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e40f08e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ae20a0b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@14057c91, containsSubquery=false)
2026-08-29 09:24:43.811  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2085608556769476610]
2026-08-29 09:24:43.838  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:43.838  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 09:24:43.838  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1cb30aa4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43eb17a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b60a498, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34743874, containsSubquery=false)
2026-08-29 09:24:43.838  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2085608556769476610]
2026-08-29 09:24:43.849  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:43.849  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 09:24:43.850  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1cb30aa4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12653f16, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@75eeebdd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7dfe6e8d, containsSubquery=false)
2026-08-29 09:24:43.850  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2085608556769476610]
2026-08-29 09:24:43.883  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:43.884  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 09:24:43.884  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@21bc2e01, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5401eaff, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@59734d67, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@df73bf0, containsSubquery=false)
2026-08-29 09:24:43.884  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2085608556769476610]
2026-08-29 09:24:43.900  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:43.900  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 09:24:43.900  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@21bc2e01, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55ade2e7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61316b19, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@725a07ce, containsSubquery=false)
2026-08-29 09:24:43.900  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2085608556769476610]
2026-08-29 09:24:43.934  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:43.935  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 09:24:43.935  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38784fd3, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@98327e0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@410e859b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@895cc21, containsSubquery=false)
2026-08-29 09:24:43.935  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2085608556769476610, false]
2026-08-29 09:24:43.969  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:43.969  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 09:24:43.969  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70f4e4f8, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a73d0be, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47dfb147, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4747f31f, containsSubquery=false)
2026-08-29 09:24:43.969  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2085608556769476610]
2026-08-29 09:24:43.985  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:43.985  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 09:24:43.985  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65d1b0e0, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1008212, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ff1a785, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b148a3b, containsSubquery=false)
2026-08-29 09:24:43.985  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2085608556769476610]
2026-08-29 09:24:44.003  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:44.003  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 09:24:44.003  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c437d1d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@769cc5a7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40394f04, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55a4e70d, containsSubquery=false)
2026-08-29 09:24:44.003  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2085608556769476610]
2026-08-29 09:24:44.062  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:44.062  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 09:24:44.062  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6569eeca, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@41a8d73e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@fea1052, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a1fc91b, containsSubquery=false)
2026-08-29 09:24:44.062  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 09:24:44.025, 2026-08-29 09:24:44.031, 2026-08-29 09:24:44.031]
2026-08-29 09:24:44.095  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:44.096  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 09:24:44.096  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a8617e1, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43b96128, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7c0e7e95, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c21646, containsSubquery=false)
2026-08-29 09:24:44.096  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2085608556769476610]
2026-08-29 09:24:44.133  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:44.134  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 09:24:44.134  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3f35769d, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@26851762, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f82e2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3eda5b47, containsSubquery=false)
2026-08-29 09:24:44.134  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2085608556769476610, TIANQUE, false]
2026-08-29 09:24:44.163  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:44.164  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 09:24:44.164  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@ce278ed, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51b800b4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3f80798, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@439cc7b3, containsSubquery=false)
2026-08-29 09:24:44.164  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2085608556769476610, TIANQUE, false]
2026-08-29 09:24:44.207  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:44.207  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 09:24:44.207  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@559eb7ba, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66e4e3aa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@75e35562, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e8b9fff, containsSubquery=false)
2026-08-29 09:24:44.207  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2085608556769476610]
2026-08-29 09:24:44.257  WARN 2494839 --- [http-nio-8804-exec-6] c.l.m.s.s.IndexStatisticsServiceImpl     : 店铺首页账户余额查询失败 storeId相关 mno=399260810032306 err=File not exist: /ecommerce/seller-ceshi/data/keys/tianque/pri.key
2026-08-29 09:24:44.258  WARN 2494839 --- [http-nio-8804-exec-6] c.l.m.s.s.IndexStatisticsServiceImpl     : 店铺首页分账金额查询失败 mno=399260810032306 err=File not exist: /ecommerce/seller-ceshi/data/keys/tianque/pri.key
2026-08-29 09:24:44.659  INFO 2494839 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:44.659  INFO 2494839 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 09:24:44.660  INFO 2494839 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@756c9bc1, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69bcd0a2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d93d2ab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@dc9d22b, containsSubquery=false)
2026-08-29 09:24:44.660  INFO 2494839 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [18367394316]
2026-08-29 09:24:44.745  INFO 2494839 --- [http-nio-8804-exec-8] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2085608556769476610
2026-08-29 09:24:44.762  INFO 2494839 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:44.762  INFO 2494839 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 09:24:44.762  INFO 2494839 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@33224ad3, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7895c295, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@bfba0d8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@374d157c, containsSubquery=false)
2026-08-29 09:24:44.762  INFO 2494839 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2085608556769476610]
2026-08-29 09:24:44.767  INFO 2494839 --- [http-nio-8804-exec-8] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1786587724, appId=6a7d2a4de4b0dfa55a9303bc, name=汇成商贸Jeepay
2026-08-29 09:24:44.824  INFO 2494839 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:44.824  INFO 2494839 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?)
2026-08-29 09:24:44.824  INFO 2494839 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@726f9642, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2eb7a2b7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e3292ed, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74a84f1f, containsSubquery=false)
2026-08-29 09:24:44.824  INFO 2494839 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?) ::: [2085608556769476610, EXCHANGE]
2026-08-29 09:24:45.483  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:45.484  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:24:45.484  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@732ab806, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ded4813, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79d2d376, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3cd04228, containsSubquery=false)
2026-08-29 09:24:45.484  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:24:46.588  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:46.588  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?)
2026-08-29 09:24:46.588  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@795b7e0c, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c9b8851, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e69e4d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7de3c9ee, containsSubquery=false)
2026-08-29 09:24:46.588  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?) ::: [2085608556769476610, GIFT, HASHRATE]
2026-08-29 09:24:46.631  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:46.631  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 09:24:46.631  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76160ae1, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d24e8c3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@322e5207, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6716b6ba, containsSubquery=false)
2026-08-29 09:24:46.632  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ? ::: [2085608556769476610, GIFT, HASHRATE, 10]
2026-08-29 09:24:46.888  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:46.889  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id
2026-08-29 09:24:46.889  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@37a9c0e4, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.of(o))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=382, distinctRow=false, projections=[ColumnProjection(owner=o, name=activity_id, alias=Optional.of(activityId)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='FROZEN'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(pendingPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='CLAIMED'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(earnedPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_statusIN('FROZEN','CLAIMED')THENIFNULL(o.num,0)ELSE0END),0), alias=Optional.of(soldNum))], columnLabels=[activityId, pendingPoints, earnedPoints, soldNum]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3da8fc1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7868afdd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a8c6090, containsSubquery=true)
2026-08-29 09:24:46.889  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id ::: [2093520651947339778, 2093289077356023809, 2093286679338278914, 2093278268064260098]
2026-08-29 09:24:46.955  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:46.955  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 09:24:46.955  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c9d9e74, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50a4db4c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@67ce652a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@51f59b9c, containsSubquery=false)
2026-08-29 09:24:46.955  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093520651947339778]
2026-08-29 09:24:46.969  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:46.969  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 09:24:46.969  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c9d9e74, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7320d8c1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@ef48442, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@41efc0f5, containsSubquery=false)
2026-08-29 09:24:46.969  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093289077356023809]
2026-08-29 09:24:46.986  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:46.986  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 09:24:46.987  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c9d9e74, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@70f0394e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@323b2b50, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@38198b26, containsSubquery=false)
2026-08-29 09:24:46.987  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093286679338278914]
2026-08-29 09:24:46.999  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:47.000  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 09:24:47.000  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c9d9e74, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b4b4383, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5fffbd77, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3931ca9a, containsSubquery=false)
2026-08-29 09:24:47.000  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093278268064260098]
2026-08-29 09:24:51.099  INFO 2494839 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:24:51.099  INFO 2494839 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?)
2026-08-29 09:24:51.099  INFO 2494839 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@795b7e0c, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56d63d4d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29d40876, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@67cacabd, containsSubquery=false)
2026-08-29 09:24:51.099  INFO 2494839 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?) ::: [2085608556769476610, GIFT, HASHRATE]
2026-08-29 09:25:05.013  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 737
2026-08-29 09:25:05.013  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:25:05.015  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:25:05.017  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:25:05.017  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:25:05.017  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@79b8bd9a(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 09:25:05.017  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:25:05.018  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:25:05.019  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:25:05.502  INFO 2494839 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:05.502  INFO 2494839 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:25:05.502  INFO 2494839 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6815a4fa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66d25788, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62edcf8a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@27ef5db3, containsSubquery=false)
2026-08-29 09:25:05.502  INFO 2494839 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:25:11.752  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:11.752  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 09:25:11.752  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65d1b0e0, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@270c8ac1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29cb6050, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2df4e1b1, containsSubquery=false)
2026-08-29 09:25:11.752  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2085608556769476610]
2026-08-29 09:25:11.765  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:11.765  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 09:25:11.765  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@62d1059d, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@8d99524, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e991d06, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@232f06e5, containsSubquery=false)
2026-08-29 09:25:11.765  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2085608556769476610, 2026-08-29 00:00:00.0]
2026-08-29 09:25:11.775  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:11.775  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 09:25:11.775  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1711815b, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1a7034f5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41331170, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@14eb6972, containsSubquery=false)
2026-08-29 09:25:11.775  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2085608556769476610, UPPER, 0]
2026-08-29 09:25:11.788  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:11.789  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 09:25:11.789  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1cb30aa4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61acce5b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ec39be5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@118d68, containsSubquery=false)
2026-08-29 09:25:11.789  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2085608556769476610]
2026-08-29 09:25:11.790  INFO 2494839 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:11.790  INFO 2494839 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 09:25:11.790  INFO 2494839 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@33f346f5, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c589904, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@329f70ff, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36a0f274, containsSubquery=false)
2026-08-29 09:25:11.791  INFO 2494839 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610]
2026-08-29 09:25:11.796  INFO 2494839 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:11.796  INFO 2494839 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 09:25:11.796  INFO 2494839 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@24122249, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@429bcc13, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7399b566, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@138d858b, containsSubquery=false)
2026-08-29 09:25:11.796  INFO 2494839 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610]
2026-08-29 09:25:11.799  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:11.799  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 09:25:11.799  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1cb30aa4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6279ca41, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e0f71ab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4cceba6e, containsSubquery=false)
2026-08-29 09:25:11.799  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2085608556769476610]
2026-08-29 09:25:11.801  INFO 2494839 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:11.802  INFO 2494839 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 09:25:11.802  INFO 2494839 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5ecb637d, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@689d1bfa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17c37abf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6dc91895, containsSubquery=false)
2026-08-29 09:25:11.802  INFO 2494839 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610, PAY]
2026-08-29 09:25:11.808  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:11.808  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 09:25:11.808  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1cb30aa4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e9acc7c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@273e180b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5498aaf2, containsSubquery=false)
2026-08-29 09:25:11.808  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2085608556769476610]
2026-08-29 09:25:11.809  INFO 2494839 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:11.809  INFO 2494839 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 09:25:11.809  INFO 2494839 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2389fff4, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3aedc10d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1fc57b75, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@708b910, containsSubquery=true)
2026-08-29 09:25:11.809  INFO 2494839 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2085608556769476610, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 09:25:11.815  INFO 2494839 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:11.815  INFO 2494839 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 09:25:11.815  INFO 2494839 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5ecb637d, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b7769a8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29759def, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@45e477ff, containsSubquery=false)
2026-08-29 09:25:11.815  INFO 2494839 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2085608556769476610, REFUND]
2026-08-29 09:25:11.817  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:11.817  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 09:25:11.817  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1cb30aa4, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b59757d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a0795de, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6c16ff9, containsSubquery=false)
2026-08-29 09:25:11.817  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2085608556769476610]
2026-08-29 09:25:11.824  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:11.825  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 09:25:11.825  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@21bc2e01, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ad30154, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17601b50, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ef7c1e7, containsSubquery=false)
2026-08-29 09:25:11.825  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2085608556769476610]
2026-08-29 09:25:11.832  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:11.832  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 09:25:11.832  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@21bc2e01, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71f44ae2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51ac45c2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2546fadb, containsSubquery=false)
2026-08-29 09:25:11.832  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2085608556769476610]
2026-08-29 09:25:11.843  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:11.844  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 09:25:11.844  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38784fd3, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@68ccdba7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a4e7447, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d5b4637, containsSubquery=false)
2026-08-29 09:25:11.844  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2085608556769476610, false]
2026-08-29 09:25:11.859  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:11.859  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 09:25:11.859  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70f4e4f8, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@29d5be30, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e783fc3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f6b6d3d, containsSubquery=false)
2026-08-29 09:25:11.859  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2085608556769476610]
2026-08-29 09:25:11.869  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:11.869  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 09:25:11.869  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65d1b0e0, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34a3d2e1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@504543cd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1cefbe5b, containsSubquery=false)
2026-08-29 09:25:11.869  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2085608556769476610]
2026-08-29 09:25:11.878  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:11.878  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 09:25:11.878  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c437d1d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@411efec, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@656d8453, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@42c761e8, containsSubquery=false)
2026-08-29 09:25:11.879  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2085608556769476610]
2026-08-29 09:25:11.884  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:11.884  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 09:25:11.884  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6569eeca, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a281cdc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4319f250, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@260b52e0, containsSubquery=false)
2026-08-29 09:25:11.884  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 09:25:11.883, 2026-08-29 09:25:11.883, 2026-08-29 09:25:11.883]
2026-08-29 09:25:11.897  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:11.898  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 09:25:11.898  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a8617e1, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11d89ab2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d38463b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50992914, containsSubquery=false)
2026-08-29 09:25:11.898  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2085608556769476610]
2026-08-29 09:25:11.903  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:11.904  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 09:25:11.904  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3f35769d, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c5fcf22, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55179e34, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@69a6fcf7, containsSubquery=false)
2026-08-29 09:25:11.904  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2085608556769476610, TIANQUE, false]
2026-08-29 09:25:11.909  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:11.909  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 09:25:11.909  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@ce278ed, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1bca1c9a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45550a50, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@c145916, containsSubquery=false)
2026-08-29 09:25:11.909  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2085608556769476610, TIANQUE, false]
2026-08-29 09:25:11.914  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:11.914  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 09:25:11.914  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@559eb7ba, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7654b7a6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@58a68c93, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5679a7a0, containsSubquery=false)
2026-08-29 09:25:11.914  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2085608556769476610]
2026-08-29 09:25:11.920  WARN 2494839 --- [http-nio-8804-exec-14] c.l.m.s.s.IndexStatisticsServiceImpl     : 店铺首页账户余额查询失败 storeId相关 mno=399260810032306 err=File not exist: /ecommerce/seller-ceshi/data/keys/tianque/pri.key
2026-08-29 09:25:11.920  WARN 2494839 --- [http-nio-8804-exec-14] c.l.m.s.s.IndexStatisticsServiceImpl     : 店铺首页分账金额查询失败 mno=399260810032306 err=File not exist: /ecommerce/seller-ceshi/data/keys/tianque/pri.key
2026-08-29 09:25:12.143  INFO 2494839 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:12.143  INFO 2494839 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 09:25:12.143  INFO 2494839 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@756c9bc1, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@62810c57, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c46fe77, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68796727, containsSubquery=false)
2026-08-29 09:25:12.144  INFO 2494839 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [18367394316]
2026-08-29 09:25:12.263  INFO 2494839 --- [http-nio-8804-exec-16] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2085608556769476610
2026-08-29 09:25:12.265  INFO 2494839 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:12.265  INFO 2494839 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 09:25:12.265  INFO 2494839 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@33224ad3, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c9c5dcf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3fff4124, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4d540b03, containsSubquery=false)
2026-08-29 09:25:12.265  INFO 2494839 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2085608556769476610]
2026-08-29 09:25:12.273  INFO 2494839 --- [http-nio-8804-exec-16] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1786587724, appId=6a7d2a4de4b0dfa55a9303bc, name=汇成商贸Jeepay
2026-08-29 09:25:13.300  INFO 2494839 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:13.301  INFO 2494839 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?)
2026-08-29 09:25:13.301  INFO 2494839 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4a5f32bc, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5e18f92c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5329f455, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63d38afc, containsSubquery=false)
2026-08-29 09:25:13.301  INFO 2494839 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ::: [2085608556769476610, UPPER, PASS, RETAIL, false]
2026-08-29 09:25:13.324  INFO 2494839 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:13.325  INFO 2494839 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ?
2026-08-29 09:25:13.325  INFO 2494839 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4431247f, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=397, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=params, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_name, price, brand_id, category_path, goods_unit, selling_point, market_enable, intro, buy_count, quantity, grade, thumbnail, small, original, store_category_path, comment_num, store_id, store_name, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, goods_pr, recommend, sales_model, goods_type, params, voucher, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@764274dc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@619a8eb5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@206d3485, containsSubquery=false)
2026-08-29 09:25:13.325  INFO 2494839 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ? ::: [2085608556769476610, UPPER, PASS, RETAIL, false, 10]
2026-08-29 09:25:14.494  INFO 2494839 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:14.495  INFO 2494839 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?)
2026-08-29 09:25:14.495  INFO 2494839 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@726f9642, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5bf1a438, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5fce3b9e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1accae03, containsSubquery=false)
2026-08-29 09:25:14.495  INFO 2494839 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?) ::: [2085608556769476610, EXCHANGE]
2026-08-29 09:25:16.812  INFO 2494839 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:16.812  INFO 2494839 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 09:25:16.812  INFO 2494839 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@43e2e77d, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ec1fa88, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1cc6a476, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@37cd4b4b, containsSubquery=false)
2026-08-29 09:25:16.813  INFO 2494839 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2085608556769476610]
2026-08-29 09:25:16.856  INFO 2494839 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:16.856  INFO 2494839 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 09:25:16.856  INFO 2494839 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16d24899, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@712b5f08, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3278b9df, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f40df67, containsSubquery=false)
2026-08-29 09:25:16.856  INFO 2494839 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [2083825290233057295]
2026-08-29 09:25:16.861  INFO 2494839 --- [http-nio-8804-exec-19] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_payment_packages memberId=2083825290233057295, current=1(tp=0), pageSize=100
2026-08-29 09:25:16.862  INFO 2494839 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:16.862  INFO 2494839 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 09:25:16.862  INFO 2494839 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16d24899, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@676be060, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e69b00d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73626338, containsSubquery=false)
2026-08-29 09:25:16.863  INFO 2494839 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [2083825290233057295]
2026-08-29 09:25:16.873  INFO 2494839 --- [http-nio-8804-exec-19] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_payment_packages, guoId=107526, query={current=0, pageSize=100}, body=null
2026-08-29 09:25:18.134  INFO 2494839 --- [http-nio-8804-exec-19] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body=[{"add":0.4,"already":12,"av":1,"days":42,"duration":"0.4积","hold":12,"max":12,"name":"一星体验店铺","price":"10积分","receive":1,"shouyi":"0.04","suanli":"0.24","xiaofei":"0.01"},{"add":4.1,"already":7,"av":10,"days":44,"duration":"4.1积","hold":123,"max":7,"name":"二星体验店铺","price":"100积分","receive":2,"shouyi":"0.42","suanli":"2.27","xiaofei":"0.10"},{"add":22,"already":2,"av":50,"days":36,"duration":"22积","hold":660,"max":2,"name":"三星体验店铺","price":"500积分","receive":3,"shouyi":"3.56","suanli":"13.89","xiaofei":"0.89"},{"add":42,"already":3,"av":100,"days":42,"duration":"42积","hold":1260,"max":3,"name":"四星体验店铺","price":"1000积分","receive":4,"shouyi":"4.95","suanli":"23.81","xiaofei":"1.24"},{"add":126,"already":1,"av":300,"days":35,"duration":"126积","hold":3780,"max":1,"name":"五星体验店铺","price":"3000积分","receive":4,"shouyi":"17.83","suanli":"85.71","xiaofei":"4.46"},{"add":212,"already":0,"av":500,"days":30,"duration":"212积","hold":6360,"max":2,"name":"六星体验店铺","price":"5000积分","receive":5,"shouyi":"36.27","suanli":"166.67","xiaofei":"9.07"},{"add":427,"already":0,"av":1000,"days":30,"duration":"427积","hold":12810,"max":1,"name":"七星体验店铺","price":"10000积分","receive":5,"shouyi":"74.93","suanli":"333.33","xiaofei":"18.73"},{"add":1290,"already":0,"av":3000,"days":30,"duration":"1290积","hold":38700,"max":1,"name":"形象店铺","price":"30000积分","receive":6,"shouyi":"232.00","suanli":"1000.00","xiaofei":"58.00"},{"add":0,"already":0,"av":0,"days":30,"duration":"无效积分","hold":0,"max":0,"name":"无效积分","price":"无效积分","receive":0,"shouyi":"0.00","suanli":"0.00","xiaofei":"0.00"}]
2026-08-29 09:25:18.673  INFO 2494839 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:18.673  INFO 2494839 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (store_id = ? AND market_enable = ? AND quantity > ?)
2026-08-29 09:25:18.673  INFO 2494839 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c5f8800, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@77be97c3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a9051db, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5447b30e, containsSubquery=false)
2026-08-29 09:25:18.673  INFO 2494839 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (store_id = ? AND market_enable = ? AND quantity > ?) ::: [2085608556769476610, UPPER, 0]
2026-08-29 09:25:18.700  INFO 2494839 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:18.701  INFO 2494839 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity > ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 09:25:18.701  INFO 2494839 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f519ed0, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=523, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@10af818f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@544392e8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5023eb52, containsSubquery=false)
2026-08-29 09:25:18.701  INFO 2494839 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity > ?) ORDER BY create_time DESC LIMIT ? ::: [2085608556769476610, UPPER, 0, 20]
2026-08-29 09:25:25.507  INFO 2494839 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:25.507  INFO 2494839 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:25:25.507  INFO 2494839 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3dbb8e3d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@337c67fa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3743e54d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72416dc1, containsSubquery=false)
2026-08-29 09:25:25.507  INFO 2494839 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:25:35.099  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 738
2026-08-29 09:25:35.117  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:25:35.118  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:25:35.116  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:25:35.139  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:25:35.139  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:25:35.139  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:25:35.140  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:25:35.154  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@415a8a6e(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 09:25:40.749  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:40.749  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 09:25:40.749  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47204d66, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34efd04e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f68729a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7fe64bda, containsSubquery=false)
2026-08-29 09:25:40.749  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2085608556774000202]
2026-08-29 09:25:40.793  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:40.796  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?)
2026-08-29 09:25:40.796  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@216e9743, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c601e3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@74ca5714, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@240eb0af, containsSubquery=false)
2026-08-29 09:25:40.796  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?) ::: [2085608556774000202, CLOSED, REJECTED, 2026-08-29 10:25:00.0, 2026-08-29 09:25:00.0]
2026-08-29 09:25:40.849  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:40.849  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,    ?, ?, ?, ?, ?, ?,      ?, ?, ?, ?,  ?, ?  )
2026-08-29 09:25:40.850  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@75c88de1, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, frozen_points_total, gifted_points, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=26, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=365, stopIndex=365, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=368, stopIndex=368, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=371, stopIndex=371, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=374, stopIndex=374, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=377, stopIndex=377, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=380, stopIndex=380, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=383, stopIndex=383, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=386, stopIndex=386, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=389, stopIndex=389, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=392, stopIndex=392, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=395, stopIndex=395, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=398, stopIndex=398, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=401, stopIndex=401, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=404, stopIndex=404, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=410, stopIndex=410, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=413, stopIndex=413, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=433, stopIndex=433, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=436, stopIndex=436, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=439, stopIndex=439, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=442, stopIndex=442, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=25)], parameters=[2093600960290160642, 2085608556769476610, 汇成, GIFT, 300, HASHRATE, PENDING_AUDIT, 2085608556774000201, 2085608556774000202, 分账测试1元-汇成,  默认, https://maite-duanju.oss-cn-beijing.aliyuncs.com/STORE/1376417684140326912/default/c3231fce501f40f38c9fe83a97fd29b3.png?x-oss-process=style/400X400, 1.0, FZHC001, 10, 111, 111, 3, 2026-08-29 09:25:00.0, 2026-08-29 10:25:00.0, 1110, 0, 18367394316, 2026-08-29 09:25:40.82, 2026-08-29 09:25:40.82, false])])
2026-08-29 09:25:40.850  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093600960290160642, 2085608556769476610, 汇成, GIFT, 300, HASHRATE, PENDING_AUDIT, 2085608556774000201, 2085608556774000202, 分账测试1元-汇成,  默认, https://maite-duanju.oss-cn-beijing.aliyuncs.com/STORE/1376417684140326912/default/c3231fce501f40f38c9fe83a97fd29b3.png?x-oss-process=style/400X400, 1.0, FZHC001, 10, 111, 111, 3, 2026-08-29 09:25:00.0, 2026-08-29 10:25:00.0, 1110, 0, 18367394316, 2026-08-29 09:25:40.82, 2026-08-29 09:25:40.82, false]
2026-08-29 09:25:41.036  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:41.037  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?)
2026-08-29 09:25:41.037  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@184364d3, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 09:25:41.037  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ::: [2093600960290160642]
2026-08-29 09:25:41.064  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:41.065  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 09:25:41.065  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@7502aac8, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=32, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=482, stopIndex=482, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=485, stopIndex=485, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=488, stopIndex=488, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=507, stopIndex=507, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=510, stopIndex=510, parameterMarkerIndex=31)], parameters=[2093600961263185920, 2093600960290160642, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 18367394316, 2026-08-29 09:25:41.061, 2026-08-29 09:25:41.061, false])])
2026-08-29 09:25:41.065  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity_gift_package  ( id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093600961263185920, 2093600960290160642, 10积分, 一星体验店铺, 10.00, 1, 10.08, 18.90, 10积分, true, false, 12, 12, true, 0.24, 0.45, 42, 0.4, 12, 1, 42, 0.4积, 12, 12, 1, 0.24, 0.04, 0.01, 18367394316, 2026-08-29 09:25:41.061, 2026-08-29 09:25:41.061, false]
2026-08-29 09:25:41.079  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:41.079  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 09:25:41.080  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@43e2e77d, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@116f0a6c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@715bb663, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@134c1a, containsSubquery=false)
2026-08-29 09:25:41.080  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2085608556769476610]
2026-08-29 09:25:41.104  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:41.105  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 09:25:41.105  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16d24899, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5bf78f91, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@491bbd4a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5537aae0, containsSubquery=false)
2026-08-29 09:25:41.105  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [2083825290233057295]
2026-08-29 09:25:41.113  INFO 2494839 --- [http-nio-8804-exec-24] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=2083825290233057295
2026-08-29 09:25:41.114  INFO 2494839 --- [http-nio-8804-exec-24] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=107526, query=null, body=null
2026-08-29 09:25:41.341  INFO 2494839 --- [http-nio-8804-exec-24] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"33.84","shouyi":"996599.00","xiaofei":"1000045.56","liudong":"1001733.00"}
2026-08-29 09:25:41.341  INFO 2494839 --- [http-nio-8804-exec-24] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=2083825290233057295
2026-08-29 09:25:41.342  INFO 2494839 --- [http-nio-8804-exec-24] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=107526, query=null, body=null
2026-08-29 09:25:41.504  INFO 2494839 --- [http-nio-8804-exec-24] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":682,"total":0,"xiao":0}
2026-08-29 09:25:41.515  INFO 2494839 --- [http-nio-8804-exec-24] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa subtract_jifen memberId=2083825290233057295, amount=1110.00, currency_type=流动积分
2026-08-29 09:25:41.517  INFO 2494839 --- [http-nio-8804-exec-24] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa POST url=https://ut.ioevisa.com/api/subtract_jifen, guoId=107526, query=null, body={"amount":"1110.00","currency_type":"流动积分","description":"发布算力包活动【分账测试1元-汇成】"}
2026-08-29 09:25:41.734  INFO 2494839 --- [http-nio-8804-exec-24] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"error":0,"msg":"成功"}
2026-08-29 09:25:41.746  INFO 2494839 --- [http-nio-8804-exec-24] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=2083825290233057295
2026-08-29 09:25:41.747  INFO 2494839 --- [http-nio-8804-exec-24] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=107526, query=null, body=null
2026-08-29 09:25:41.851  INFO 2494839 --- [http-nio-8804-exec-24] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"33.84","shouyi":"996599.00","xiaofei":"1000045.56","liudong":"1000623.00"}
2026-08-29 09:25:41.851  INFO 2494839 --- [http-nio-8804-exec-24] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=2083825290233057295
2026-08-29 09:25:41.852  INFO 2494839 --- [http-nio-8804-exec-24] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=107526, query=null, body=null
2026-08-29 09:25:42.003  INFO 2494839 --- [http-nio-8804-exec-24] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":682,"total":0,"xiao":0}
2026-08-29 09:25:42.035  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:42.035  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_member_points_history  ( id, create_by, create_time, member_id, member_name, point, before_point, variable_point, content, biz_no, change_type, frozen_point, point_type, point_bucket )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?  )
2026-08-29 09:25:42.035  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@79b1d321, tablesContext=TablesContext(tables=[Table(name=li_member_points_history, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, create_by, create_time, member_id, member_name, point, before_point, variable_point, content, biz_no, change_type, frozen_point, point_type, point_bucket], insertValueContexts=[InsertValueContext(parametersCount=14, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=211, stopIndex=211, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=214, stopIndex=214, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=217, stopIndex=217, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=220, stopIndex=220, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=223, stopIndex=223, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=226, stopIndex=226, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=229, stopIndex=229, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=232, stopIndex=232, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=235, stopIndex=235, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=238, stopIndex=238, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=241, stopIndex=241, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=244, stopIndex=244, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=247, stopIndex=247, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=250, stopIndex=250, parameterMarkerIndex=13)], parameters=[2093600965344296962, 18367394316, 2026-08-29 09:25:42.026, 2083825290233057295, 18367394316, 1000623.0, 1001733.0, 1110.0, 发布算力包活动【分账测试1元-汇成】, 2093600960290160642, AVAILABLE_DECREASE, 0, REDUCE, FLOW])])
2026-08-29 09:25:42.044  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_member_points_history  ( id, create_by, create_time, member_id, member_name, point, before_point, variable_point, content, biz_no, change_type, frozen_point, point_type, point_bucket )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093600965344296962, 18367394316, 2026-08-29 09:25:42.026, 2083825290233057295, 18367394316, 1000623.0, 1001733.0, 1110.0, 发布算力包活动【分账测试1元-汇成】, 2093600960290160642, AVAILABLE_DECREASE, 0, REDUCE, FLOW]
2026-08-29 09:25:42.064  INFO 2494839 --- [http-nio-8804-exec-24] c.l.m.m.s.MemberPointWalletServiceImpl   : 远程积分流水 memberId=2083825290233057295 bucket=FLOW - 1110.0 before=1001733.0 after=1000623.0 bizNo=2093600960290160642
2026-08-29 09:25:42.068  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:42.072  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 09:25:42.075  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c9d9e74, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6dedd683, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ecfcae0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@69102ac3, containsSubquery=false)
2026-08-29 09:25:42.076  INFO 2494839 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093600960290160642]
2026-08-29 09:25:45.619  INFO 2494839 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:25:45.619  INFO 2494839 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:25:45.619  INFO 2494839 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@17e5ca90, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1922361c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d1da1e0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@581f3c27, containsSubquery=false)
2026-08-29 09:25:45.619  INFO 2494839 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:26:05.012  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 739
2026-08-29 09:26:05.013  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:26:05.013  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:26:05.014  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:26:05.014  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:26:05.014  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:26:05.014  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:26:05.014  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:26:05.014  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@44850bb1(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 09:26:05.482  INFO 2494839 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:26:05.482  INFO 2494839 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:26:05.482  INFO 2494839 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@564f5dcd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5888a974, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5cb736bd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19b5a34f, containsSubquery=false)
2026-08-29 09:26:05.482  INFO 2494839 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:26:25.467  INFO 2494839 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:26:25.468  INFO 2494839 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:26:25.468  INFO 2494839 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@794c4391, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@778ba2c8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@73b428e1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36b6a8f3, containsSubquery=false)
2026-08-29 09:26:25.468  INFO 2494839 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:26:25.727  INFO 2494839 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:26:25.727  INFO 2494839 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?)
2026-08-29 09:26:25.727  INFO 2494839 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@726f9642, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c2c85e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@fd4c1e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@45ffc265, containsSubquery=false)
2026-08-29 09:26:25.727  INFO 2494839 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?) ::: [2085608556769476610, EXCHANGE]
2026-08-29 09:26:27.399  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:26:27.400  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?)
2026-08-29 09:26:27.400  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@795b7e0c, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ced6422, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@73c54270, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d0b4ab7, containsSubquery=false)
2026-08-29 09:26:27.400  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?) ::: [2085608556769476610, GIFT, HASHRATE]
2026-08-29 09:26:27.403  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:26:27.403  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 09:26:27.403  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76160ae1, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@154d8647, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@525428ab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@10cd5b81, containsSubquery=false)
2026-08-29 09:26:27.403  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ? ::: [2085608556769476610, GIFT, HASHRATE, 10]
2026-08-29 09:26:27.451  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:26:27.451  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id
2026-08-29 09:26:27.451  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@75073085, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.of(o))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=382, distinctRow=false, projections=[ColumnProjection(owner=o, name=activity_id, alias=Optional.of(activityId)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='FROZEN'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(pendingPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='CLAIMED'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(earnedPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_statusIN('FROZEN','CLAIMED')THENIFNULL(o.num,0)ELSE0END),0), alias=Optional.of(soldNum))], columnLabels=[activityId, pendingPoints, earnedPoints, soldNum]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@57120720, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10dfa17a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f1f8647, containsSubquery=true)
2026-08-29 09:26:27.451  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id ::: [2093600960290160642, 2093520651947339778, 2093289077356023809, 2093286679338278914, 2093278268064260098]
2026-08-29 09:26:27.462  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:26:27.462  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 09:26:27.462  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c9d9e74, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69058de8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1adb1331, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@59296587, containsSubquery=false)
2026-08-29 09:26:27.462  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093600960290160642]
2026-08-29 09:26:27.466  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:26:27.466  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 09:26:27.466  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c9d9e74, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b1c7f74, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@298b20cd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d56b55b, containsSubquery=false)
2026-08-29 09:26:27.466  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093520651947339778]
2026-08-29 09:26:27.470  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:26:27.470  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 09:26:27.470  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c9d9e74, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39db4064, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@19fc669, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d68a3d9, containsSubquery=false)
2026-08-29 09:26:27.470  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093289077356023809]
2026-08-29 09:26:27.474  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:26:27.474  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 09:26:27.474  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c9d9e74, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c3dda11, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2453d024, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e68114f, containsSubquery=false)
2026-08-29 09:26:27.474  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093286679338278914]
2026-08-29 09:26:27.480  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:26:27.480  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 09:26:27.480  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c9d9e74, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@72e141f1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c6dc48b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30c69e69, containsSubquery=false)
2026-08-29 09:26:27.480  INFO 2494839 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093278268064260098]
2026-08-29 09:26:35.012  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 740
2026-08-29 09:26:35.013  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:26:35.014  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:26:35.015  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7a761788(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 09:26:35.015  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:26:35.015  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:26:35.015  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:26:35.015  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:26:35.015  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:26:45.484  INFO 2494839 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:26:45.484  INFO 2494839 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:26:45.484  INFO 2494839 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@33f059f8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d37a1f6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@39083288, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c0aabcd, containsSubquery=false)
2026-08-29 09:26:45.484  INFO 2494839 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:27:05.012  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 741
2026-08-29 09:27:05.013  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:27:05.014  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:27:05.015  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:27:05.015  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:27:05.015  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:27:05.015  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:27:05.015  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6f576a03(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 09:27:05.015  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:27:05.473  INFO 2494839 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:27:05.473  INFO 2494839 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:27:05.473  INFO 2494839 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ce31f63, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4224f88f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@461b7413, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@319f2b4, containsSubquery=false)
2026-08-29 09:27:05.474  INFO 2494839 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:27:25.507  INFO 2494839 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:27:25.507  INFO 2494839 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:27:25.507  INFO 2494839 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@c6be976, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ac168b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6938206, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@43911cb0, containsSubquery=false)
2026-08-29 09:27:25.507  INFO 2494839 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:27:35.012  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 742
2026-08-29 09:27:35.013  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:27:35.014  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:27:35.015  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:27:35.015  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4f870706(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 09:27:35.015  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:27:35.015  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:27:35.015  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:27:35.015  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:27:45.552  INFO 2494839 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:27:45.552  INFO 2494839 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:27:45.552  INFO 2494839 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47e3dda5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e14b3d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12dce8aa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33294f86, containsSubquery=false)
2026-08-29 09:27:45.552  INFO 2494839 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:28:05.012  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 743
2026-08-29 09:28:05.013  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:28:05.013  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:28:05.014  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:28:05.014  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:28:05.014  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:28:05.014  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:28:05.014  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@561526ab(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 09:28:05.015  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:28:05.473  INFO 2494839 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:28:05.473  INFO 2494839 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:28:05.473  INFO 2494839 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a9e8d89, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f9c1cbe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@788a749a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e694030, containsSubquery=false)
2026-08-29 09:28:05.473  INFO 2494839 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:28:25.472  INFO 2494839 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:28:25.472  INFO 2494839 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:28:25.472  INFO 2494839 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@519bec8e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f5c18cd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b6387fe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e6112f6, containsSubquery=false)
2026-08-29 09:28:25.472  INFO 2494839 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:28:35.012  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 744
2026-08-29 09:28:35.013  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:28:35.014  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:28:35.016  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:28:35.016  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@59c128b7(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 09:28:35.016  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:28:35.017  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:28:35.017  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:28:35.018  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:28:45.477  INFO 2494839 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:28:45.477  INFO 2494839 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:28:45.477  INFO 2494839 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3c568463, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5e71c36e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4499961b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f7b70e6, containsSubquery=false)
2026-08-29 09:28:45.477  INFO 2494839 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:29:05.012  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 745
2026-08-29 09:29:05.017  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:29:05.018  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:29:05.019  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:29:05.019  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@186f9c14(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 09:29:05.019  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:29:05.020  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:29:05.020  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:29:05.021  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:29:05.492  INFO 2494839 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:29:05.492  INFO 2494839 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:29:05.492  INFO 2494839 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e8e8466, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b8c05d3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@78c153eb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@afddd54, containsSubquery=false)
2026-08-29 09:29:05.492  INFO 2494839 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:29:25.600  INFO 2494839 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:29:25.600  INFO 2494839 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:29:25.600  INFO 2494839 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a5fdde0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@64982edb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@60a7b690, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25a524e0, containsSubquery=false)
2026-08-29 09:29:25.600  INFO 2494839 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:29:35.012  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 746
2026-08-29 09:29:35.013  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:29:35.014  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:29:35.015  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@18a7ba02(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 09:29:35.015  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:29:35.015  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:29:35.015  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:29:35.015  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:29:35.015  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:29:45.471  INFO 2494839 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:29:45.471  INFO 2494839 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:29:45.471  INFO 2494839 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4375a53, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@af0a4a5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@ecf3123, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4bcdae9e, containsSubquery=false)
2026-08-29 09:29:45.471  INFO 2494839 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:30:05.014  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 747
2026-08-29 09:30:05.015  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:30:05.032  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:30:05.054  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:30:05.054  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:30:05.054  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:30:05.054  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:30:05.076  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:30:05.053  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@23356e00(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 09:30:05.514  INFO 2494839 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:30:05.514  INFO 2494839 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:30:05.514  INFO 2494839 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@333f880e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3df86019, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@39c7e37e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7cc56a22, containsSubquery=false)
2026-08-29 09:30:05.514  INFO 2494839 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:30:25.507  INFO 2494839 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:30:25.508  INFO 2494839 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:30:25.508  INFO 2494839 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6ab89781, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@647f64a6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6040fcf1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25426e9d, containsSubquery=false)
2026-08-29 09:30:25.508  INFO 2494839 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:30:35.012  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 748
2026-08-29 09:30:35.013  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:30:35.014  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:30:35.019  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:30:35.019  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@26878274(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 09:30:35.019  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:30:35.019  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:30:35.019  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:30:35.019  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:30:45.473  INFO 2494839 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:30:45.473  INFO 2494839 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:30:45.473  INFO 2494839 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1044030c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e83ef74, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1abc687c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5fbee54f, containsSubquery=false)
2026-08-29 09:30:45.473  INFO 2494839 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:31:05.013  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 749
2026-08-29 09:31:05.014  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:31:05.015  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:31:05.016  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:31:05.016  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3d603419(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 09:31:05.016  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:31:05.016  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:31:05.016  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:31:05.016  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:31:05.508  INFO 2494839 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:31:05.508  INFO 2494839 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:31:05.508  INFO 2494839 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@14dc3c19, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1a1bd0f2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e245769, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5b26dac9, containsSubquery=false)
2026-08-29 09:31:05.508  INFO 2494839 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:31:25.503  INFO 2494839 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:31:25.503  INFO 2494839 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:31:25.503  INFO 2494839 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@600558c6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ec2bab6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6afd33b6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2fffb08d, containsSubquery=false)
2026-08-29 09:31:25.503  INFO 2494839 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:31:35.012  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 750
2026-08-29 09:31:35.013  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:31:35.014  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:31:35.015  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@c793d53(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 09:31:35.015  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:31:35.015  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:31:35.015  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:31:35.015  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:31:35.015  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:31:45.473  INFO 2494839 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:31:45.473  INFO 2494839 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:31:45.473  INFO 2494839 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@fedefb3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12a003e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51584c3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40170a05, containsSubquery=false)
2026-08-29 09:31:45.473  INFO 2494839 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:32:05.018  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 751
2026-08-29 09:32:05.022  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:32:05.022  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:32:05.023  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@35b1261c(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 09:32:05.023  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:32:05.023  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:32:05.023  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:32:05.023  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:32:05.024  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:32:05.476  INFO 2494839 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:32:05.476  INFO 2494839 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:32:05.476  INFO 2494839 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@ee3496b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@24a6c7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41b221b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4119acfc, containsSubquery=false)
2026-08-29 09:32:05.476  INFO 2494839 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:32:25.490  INFO 2494839 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:32:25.490  INFO 2494839 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:32:25.490  INFO 2494839 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@10dffb93, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@27961092, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@118e5c8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2d97336b, containsSubquery=false)
2026-08-29 09:32:25.490  INFO 2494839 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:32:35.012  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 752
2026-08-29 09:32:35.013  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:32:35.014  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:32:35.014  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:32:35.014  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:32:35.014  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:32:35.014  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@35e36e9b(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 09:32:35.014  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:32:35.014  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:32:45.466  INFO 2494839 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:32:45.466  INFO 2494839 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:32:45.466  INFO 2494839 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@55170a75, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20647341, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@64083f73, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@589118ff, containsSubquery=false)
2026-08-29 09:32:45.466  INFO 2494839 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:33:05.012  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 753
2026-08-29 09:33:05.014  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:33:05.015  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:33:05.016  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:33:05.017  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:33:05.017  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:33:05.017  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:33:05.017  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@732f1739(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 09:33:05.017  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:33:05.497  INFO 2494839 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:33:05.497  INFO 2494839 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:33:05.498  INFO 2494839 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@58aba625, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6128f8e0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@111e1bfa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46b0f671, containsSubquery=false)
2026-08-29 09:33:05.498  INFO 2494839 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:33:25.471  INFO 2494839 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:33:25.471  INFO 2494839 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:33:25.471  INFO 2494839 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2024f8ad, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58b7f132, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@677873cd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3cc6e3be, containsSubquery=false)
2026-08-29 09:33:25.471  INFO 2494839 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:33:35.013  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 754
2026-08-29 09:33:35.013  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:33:35.014  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:33:35.015  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:33:35.015  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7c3e8441(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 09:33:35.015  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:33:35.015  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:33:35.015  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:33:35.015  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:33:45.467  INFO 2494839 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:33:45.468  INFO 2494839 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:33:45.468  INFO 2494839 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7107af0a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c8363cf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2e43909d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1074519a, containsSubquery=false)
2026-08-29 09:33:45.468  INFO 2494839 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:34:05.014  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 755
2026-08-29 09:34:05.016  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:34:05.018  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:34:05.019  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:34:05.019  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@44a55712(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 09:34:05.019  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:34:05.020  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:34:05.020  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:34:05.020  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:34:05.486  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:34:05.486  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:34:05.486  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a25d63a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ad07071, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40a0947b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7052c7f3, containsSubquery=false)
2026-08-29 09:34:05.486  INFO 2494839 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:34:25.477  INFO 2494839 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:34:25.477  INFO 2494839 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:34:25.477  INFO 2494839 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@20aa5585, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1036ec88, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@370e597a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7efa323d, containsSubquery=false)
2026-08-29 09:34:25.477  INFO 2494839 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:34:35.013  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 756
2026-08-29 09:34:35.014  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:34:35.027  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:34:35.050  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6ff2e116(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 09:34:35.039  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:34:35.052  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:34:35.052  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:34:35.052  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:34:35.052  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:34:44.052  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:34:44.053  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?)
2026-08-29 09:34:44.053  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@795b7e0c, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5cffbd67, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2721c413, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18f592f2, containsSubquery=false)
2026-08-29 09:34:44.053  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ? AND asset_type = ?) ::: [2085608556769476610, GIFT, HASHRATE]
2026-08-29 09:34:44.058  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:34:44.058  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 09:34:44.058  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76160ae1, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7199c360, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@454fbda3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ccdad32, containsSubquery=false)
2026-08-29 09:34:44.058  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ? AND asset_type = ?) ORDER BY create_time DESC LIMIT ? ::: [2085608556769476610, GIFT, HASHRATE, 10]
2026-08-29 09:34:44.066  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:34:44.066  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id
2026-08-29 09:34:44.066  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@75073085, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.of(o))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=382, distinctRow=false, projections=[ColumnProjection(owner=o, name=activity_id, alias=Optional.of(activityId)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='FROZEN'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(pendingPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_status='CLAIMED'THENIFNULL(NULLIF(o.gift_points,0),0)ELSE0END),0), alias=Optional.of(earnedPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENo.gift_statusIN('FROZEN','CLAIMED')THENIFNULL(o.num,0)ELSE0END),0), alias=Optional.of(soldNum))], columnLabels=[activityId, pendingPoints, earnedPoints, soldNum]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@77bc337c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f263a8d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ef3aa66, containsSubquery=true)
2026-08-29 09:34:44.066  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN o.gift_status = 'FROZEN'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN o.gift_status = 'CLAIMED'   THEN IFNULL(NULLIF(o.gift_points,0),0) ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(CASE WHEN o.gift_status IN ('FROZEN','CLAIMED')   THEN IFNULL(o.num,0) ELSE 0 END),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? , ? )  AND o.activity_type = 'GIFT' AND o.gift_status IN ('FROZEN','CLAIMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id ::: [2093600960290160642, 2093520651947339778, 2093289077356023809, 2093286679338278914, 2093278268064260098]
2026-08-29 09:34:44.087  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:34:44.087  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 09:34:44.087  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c9d9e74, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1552b742, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36519f14, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34b3a8eb, containsSubquery=false)
2026-08-29 09:34:44.088  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093600960290160642]
2026-08-29 09:34:44.097  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:34:44.097  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 09:34:44.097  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c9d9e74, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@15dac472, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c87d2d2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b6c0cf6, containsSubquery=false)
2026-08-29 09:34:44.098  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093520651947339778]
2026-08-29 09:34:44.107  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:34:44.107  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 09:34:44.107  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c9d9e74, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3fd4daad, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@44a46a1d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@532d30a9, containsSubquery=false)
2026-08-29 09:34:44.107  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093289077356023809]
2026-08-29 09:34:44.113  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:34:44.113  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 09:34:44.113  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c9d9e74, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c94e95c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16863c1f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3dcd0967, containsSubquery=false)
2026-08-29 09:34:44.113  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093286679338278914]
2026-08-29 09:34:44.118  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:34:44.119  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC
2026-08-29 09:34:44.119  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c9d9e74, tablesContext=TablesContext(tables=[Table(name=li_points_activity_gift_package, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=340, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_id, alias=Optional.absent()), ColumnProjection(owner=null, name=package_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price_points, alias=Optional.absent()), ColumnProjection(owner=null, name=qty_per_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=total_hashrate_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=total_points_reward, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=charge_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=free, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_count, alias=Optional.absent()), ColumnProjection(owner=null, name=max_hold, alias=Optional.absent()), ColumnProjection(owner=null, name=hold_full, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_hashrate, alias=Optional.absent()), ColumnProjection(owner=null, name=daily_points, alias=Optional.absent()), ColumnProjection(owner=null, name=claim_days, alias=Optional.absent()), ColumnProjection(owner=null, name=add_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=already, alias=Optional.absent()), ColumnProjection(owner=null, name=av, alias=Optional.absent()), ColumnProjection(owner=null, name=days, alias=Optional.absent()), ColumnProjection(owner=null, name=duration, alias=Optional.absent()), ColumnProjection(owner=null, name=hold, alias=Optional.absent()), ColumnProjection(owner=null, name=max_val, alias=Optional.absent()), ColumnProjection(owner=null, name=receive, alias=Optional.absent()), ColumnProjection(owner=null, name=suanli, alias=Optional.absent()), ColumnProjection(owner=null, name=shouyi, alias=Optional.absent()), ColumnProjection(owner=null, name=xiaofei, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, activity_id, package_id, package_name, price_points, qty_per_unit, total_hashrate_reward, total_points_reward, price, charge_flag, free, hold_count, max_hold, hold_full, daily_hashrate, daily_points, claim_days, add_amount, already, av, days, duration, hold, max_val, receive, suanli, shouyi, xiaofei, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@669c4617, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@33cfed92, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@385b4ea2, containsSubquery=false)
2026-08-29 09:34:44.119  INFO 2494839 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,activity_id,package_id,package_name,price_points,qty_per_unit,total_hashrate_reward,total_points_reward,price,charge_flag,free,hold_count,max_hold,hold_full,daily_hashrate,daily_points,claim_days,add_amount,already,av,days,duration,hold,max_val,receive,suanli,shouyi,xiaofei,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity_gift_package      WHERE  (activity_id = ?) ORDER BY create_time ASC ::: [2093278268064260098]
2026-08-29 09:34:45.468  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:34:45.468  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:34:45.468  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4e962efc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@742de06f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40182827, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d451036, containsSubquery=false)
2026-08-29 09:34:45.468  INFO 2494839 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:35:05.014  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 757
2026-08-29 09:35:05.015  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:35:05.016  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:35:05.019  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:35:05.019  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:35:05.019  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:35:05.019  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:35:05.019  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@372777d1(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 09:35:05.019  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:35:05.580  INFO 2494839 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:35:05.581  INFO 2494839 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:35:05.581  INFO 2494839 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3f67fb13, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e495160, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a262ac6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32b71852, containsSubquery=false)
2026-08-29 09:35:05.581  INFO 2494839 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:35:25.474  INFO 2494839 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:35:25.474  INFO 2494839 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:35:25.474  INFO 2494839 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a1f76c9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@47c0a2fc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6504c3cb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60d397ed, containsSubquery=false)
2026-08-29 09:35:25.474  INFO 2494839 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:35:35.015  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 758
2026-08-29 09:35:35.015  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:35:35.017  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:35:35.018  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:35:35.019  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:35:35.019  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:35:35.019  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:35:35.018  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@474309a5(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 09:35:35.019  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:35:45.472  INFO 2494839 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:35:45.472  INFO 2494839 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:35:45.472  INFO 2494839 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2201bcb7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@44bc7c87, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@154893f3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@443d02b3, containsSubquery=false)
2026-08-29 09:35:45.472  INFO 2494839 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:36:05.012  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 759
2026-08-29 09:36:05.013  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:36:05.014  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:36:05.015  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:36:05.015  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:36:05.015  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:36:05.015  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:36:05.015  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:36:05.015  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4993489(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 09:36:05.491  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:36:05.492  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:36:05.492  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@37198d4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@182e7bbd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@d8edf3f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18d90f25, containsSubquery=false)
2026-08-29 09:36:05.492  INFO 2494839 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:36:25.475  INFO 2494839 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:36:25.476  INFO 2494839 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:36:25.476  INFO 2494839 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@24fb2961, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@491a32ee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@71d6d1dc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55aa5db1, containsSubquery=false)
2026-08-29 09:36:25.476  INFO 2494839 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:36:35.012  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 760
2026-08-29 09:36:35.013  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:36:35.014  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:36:35.014  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:36:35.014  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:36:35.014  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:36:35.014  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:36:35.014  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:36:35.014  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7290c7b(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 09:36:45.509  INFO 2494839 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:36:45.509  INFO 2494839 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:36:45.509  INFO 2494839 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5a04b4d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ae3514c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@56b12c08, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19d9deea, containsSubquery=false)
2026-08-29 09:36:45.509  INFO 2494839 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:37:05.013  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 761
2026-08-29 09:37:05.013  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:37:05.018  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:37:05.019  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1e53b1ce(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 09:37:05.020  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:37:05.020  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:37:05.020  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:37:05.020  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:37:05.020  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:37:05.483  INFO 2494839 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:37:05.483  INFO 2494839 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:37:05.483  INFO 2494839 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a703454, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@bd0a113, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3482d12f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c78ebb, containsSubquery=false)
2026-08-29 09:37:05.483  INFO 2494839 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:37:25.474  INFO 2494839 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:37:25.474  INFO 2494839 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:37:25.474  INFO 2494839 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@26e7d010, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5a800549, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@44845d25, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@673f7809, containsSubquery=false)
2026-08-29 09:37:25.474  INFO 2494839 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:37:35.012  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 762
2026-08-29 09:37:35.013  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:37:35.013  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:37:35.014  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@31888495(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 09:37:35.014  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:37:35.014  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:37:35.014  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:37:35.014  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:37:35.014  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:37:45.480  INFO 2494839 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:37:45.480  INFO 2494839 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:37:45.480  INFO 2494839 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6b38c54d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@126e928e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@57bf4b4e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d03ce72, containsSubquery=false)
2026-08-29 09:37:45.480  INFO 2494839 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:38:05.012  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 763
2026-08-29 09:38:05.013  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:38:05.014  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:38:05.015  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:38:05.015  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@279bd7f8(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 09:38:05.015  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:38:05.015  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:38:05.015  INFO 2494839 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:38:05.016  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:38:05.468  INFO 2494839 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:38:05.468  INFO 2494839 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:38:05.468  INFO 2494839 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@92948c5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7eea790, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d123b5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46d3adab, containsSubquery=false)
2026-08-29 09:38:05.468  INFO 2494839 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:38:25.492  INFO 2494839 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:38:25.492  INFO 2494839 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:38:25.492  INFO 2494839 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@59d85b88, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@571faec3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@532030f8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1622a4f8, containsSubquery=false)
2026-08-29 09:38:25.492  INFO 2494839 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:38:35.014  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 764
2026-08-29 09:38:35.014  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:38:35.015  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:38:35.016  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2867e59a(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 09:38:35.016  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:38:35.016  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:38:35.017  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:38:35.017  INFO 2494839 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:38:35.017  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:38:45.499  INFO 2494839 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:38:45.499  INFO 2494839 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:38:45.499  INFO 2494839 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@51e3aedf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f245a93, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b1bc5af, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e1950a8, containsSubquery=false)
2026-08-29 09:38:45.499  INFO 2494839 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:39:05.012  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 765
2026-08-29 09:39:05.013  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:39:05.014  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:39:05.014  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:39:05.014  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:39:05.014  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@78cf4088(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 09:39:05.014  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:39:05.015  INFO 2494839 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:39:05.015  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:39:05.473  INFO 2494839 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:39:05.473  INFO 2494839 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:39:05.473  INFO 2494839 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19ef3a76, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3830c368, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@671f98bc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@62b78ded, containsSubquery=false)
2026-08-29 09:39:05.473  INFO 2494839 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:39:25.486  INFO 2494839 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:39:25.487  INFO 2494839 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:39:25.487  INFO 2494839 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4d012134, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@799a5c00, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@df2639e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1249e65b, containsSubquery=false)
2026-08-29 09:39:25.487  INFO 2494839 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:39:35.012  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 766
2026-08-29 09:39:35.013  INFO 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:39:35.013  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:39:35.014  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:39:35.014  WARN 2494839 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5302aa3a(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 09:39:35.014  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:39:35.014  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:39:35.014  INFO 2494839 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:39:35.015  INFO 2494839 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:39:45.477  INFO 2494839 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:39:45.477  INFO 2494839 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:39:45.477  INFO 2494839 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@55eb9cc2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@569957bc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@120b56dd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@47ebfee9, containsSubquery=false)
2026-08-29 09:39:45.478  INFO 2494839 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:39:54.590  INFO 2494839 --- [SpringContextShutdownHook] org.quartz.core.QuartzScheduler          : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
2026-08-29 09:39:54.624  INFO 2494839 --- [SpringContextShutdownHook] o.s.i.endpoint.EventDrivenConsumer       : Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2026-08-29 09:39:54.624  INFO 2494839 --- [SpringContextShutdownHook] o.s.i.channel.PublishSubscribeChannel    : Channel 'manager-api.errorChannel' has 0 subscriber(s).
2026-08-29 09:39:54.624  INFO 2494839 --- [SpringContextShutdownHook] o.s.i.endpoint.EventDrivenConsumer       : stopped bean '_org.springframework.integration.errorLogger'
2026-08-29 09:39:54.627  INFO 2494839 --- [SpringContextShutdownHook] o.s.s.quartz.SchedulerFactoryBean        : Shutting down Quartz Scheduler
2026-08-29 09:39:54.627  INFO 2494839 --- [SpringContextShutdownHook] org.quartz.core.QuartzScheduler          : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
2026-08-29 09:39:54.627  INFO 2494839 --- [SpringContextShutdownHook] org.quartz.core.QuartzScheduler          : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
2026-08-29 09:39:54.627  INFO 2494839 --- [SpringContextShutdownHook] org.quartz.core.QuartzScheduler          : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
2026-08-29 09:39:54.667  INFO 2494839 --- [SpringContextShutdownHook] RocketmqCommon                           : Try to shutdown service thread:PullMessageService started:true lastThread:Thread[PullMessageService,5,main]
2026-08-29 09:39:54.667  INFO 2494839 --- [SpringContextShutdownHook] RocketmqCommon                           : shutdown thread PullMessageService interrupt true
2026-08-29 09:39:54.668  INFO 2494839 --- [SpringContextShutdownHook] RocketmqCommon                           : join thread PullMessageService elapsed time(ms) 1 90000
2026-08-29 09:39:54.670  INFO 2494839 --- [SpringContextShutdownHook] RocketmqRemoting                         : shutdown thread NettyEventExecutor interrupt false
2026-08-29 09:39:54.670  INFO 2494839 --- [SpringContextShutdownHook] RocketmqRemoting                         : join thread NettyEventExecutor elapsed time(ms) 0 90000
2026-08-29 09:39:54.670  INFO 2494839 --- [SpringContextShutdownHook] RocketmqCommon                           : Try to shutdown service thread:RebalanceService started:true lastThread:Thread[RebalanceService,5,main]
2026-08-29 09:39:54.670  INFO 2494839 --- [SpringContextShutdownHook] RocketmqCommon                           : shutdown thread RebalanceService interrupt false
2026-08-29 09:39:54.671  INFO 2494839 --- [SpringContextShutdownHook] RocketmqCommon                           : join thread RebalanceService elapsed time(ms) 1 90000
2026-08-29 09:39:54.677  INFO 2494839 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource   : {dataSource-1} closing ...
2026-08-29 09:39:54.688  INFO 2494839 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource   : {dataSource-1} closed
2026-08-29 09:39:58.711  INFO 2496114 --- [main] cn.lili.StoreApiApplication              : Starting StoreApiApplication v4.3 using Java 17.0.20 on vmi3028923 with PID 2496114 (/opt/av1/seller/seller-api-4.3.jar started by rodgers in /opt/av1/seller)
2026-08-29 09:39:58.716  INFO 2496114 --- [main] cn.lili.StoreApiApplication              : No active profile set, falling back to default profiles: default
2026-08-29 09:40:06.329  INFO 2496114 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2026-08-29 09:40:06.333  INFO 2496114 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2026-08-29 09:40:07.221  INFO 2496114 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 881 ms. Found 2 Elasticsearch repository interfaces.
2026-08-29 09:40:07.237  INFO 2496114 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2026-08-29 09:40:07.238  INFO 2496114 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2026-08-29 09:40:07.391  INFO 2496114 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 151 ms. Found 0 Reactive Elasticsearch repository interfaces.
2026-08-29 09:40:07.436  INFO 2496114 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2026-08-29 09:40:07.438  INFO 2496114 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2026-08-29 09:40:07.532  INFO 2496114 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface cn.lili.modules.search.repository.EsGoodsIndexRepository. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2026-08-29 09:40:07.533  INFO 2496114 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface cn.lili.modules.permission.repository.SystemLogRepository. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2026-08-29 09:40:07.533  INFO 2496114 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 86 ms. Found 0 Redis repository interfaces.
2026-08-29 09:40:08.615  INFO 2496114 --- [main] ptablePropertiesBeanFactoryPostProcessor : Post-processing PropertySource instances
2026-08-29 09:40:08.616  INFO 2496114 --- [main] c.u.j.EncryptablePropertySourceConverter : Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
2026-08-29 09:40:08.619  INFO 2496114 --- [main] c.u.j.EncryptablePropertySourceConverter : Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
2026-08-29 09:40:08.621  INFO 2496114 --- [main] c.u.j.EncryptablePropertySourceConverter : Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
2026-08-29 09:40:08.623  INFO 2496114 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2026-08-29 09:40:08.623  INFO 2496114 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2026-08-29 09:40:08.623  INFO 2496114 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2026-08-29 09:40:08.623  INFO 2496114 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource Config resource 'file [application.yml]' via location 'optional:file:./' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
2026-08-29 09:40:08.623  INFO 2496114 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
2026-08-29 09:40:08.639  INFO 2496114 --- [main] faultConfiguringBeanFactoryPostProcessor : No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2026-08-29 09:40:08.649  INFO 2496114 --- [main] faultConfiguringBeanFactoryPostProcessor : No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created.
2026-08-29 09:40:08.665  INFO 2496114 --- [main] faultConfiguringBeanFactoryPostProcessor : No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2026-08-29 09:40:08.911  INFO 2496114 --- [main] c.u.j.filter.DefaultLazyPropertyFilter   : Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
2026-08-29 09:40:08.935  INFO 2496114 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'threadProperties' of type [cn.lili.common.properties.ThreadProperties$$EnhancerBySpringCGLIB$$6ee7bd6a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 09:40:08.944  INFO 2496114 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'threadConfig' of type [cn.lili.common.thread.ThreadConfig$$EnhancerBySpringCGLIB$$e1201b82] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 09:40:09.568  INFO 2496114 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'redisConfig' of type [cn.lili.cache.config.redis.RedisConfig$$EnhancerBySpringCGLIB$$37ec787f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 09:40:09.711  INFO 2496114 --- [main] cn.lili.cache.config.redis.RedisConfig   : 初始化 -> [Redis CacheErrorHandler]
2026-08-29 09:40:09.713  INFO 2496114 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'errorHandler' of type [cn.lili.cache.config.redis.RedisConfig$1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 09:40:09.855  INFO 2496114 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@a92be4f' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 09:40:09.877  INFO 2496114 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 09:40:09.920  INFO 2496114 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.integration.config.IntegrationManagementConfiguration' of type [org.springframework.integration.config.IntegrationManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 09:40:09.946  INFO 2496114 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'integrationChannelResolver' of type [org.springframework.integration.support.channel.BeanFactoryChannelResolver] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 09:40:09.950  INFO 2496114 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'integrationDisposableAutoCreatedBeans' of type [org.springframework.integration.config.annotation.Disposables] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 09:40:10.170  INFO 2496114 --- [main] c.u.j.r.DefaultLazyPropertyResolver      : Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
2026-08-29 09:40:10.175  INFO 2496114 --- [main] c.u.j.d.DefaultLazyPropertyDetector      : Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
2026-08-29 09:40:10.638  INFO 2496114 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8804 (http)
2026-08-29 09:40:10.653  INFO 2496114 --- [main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2026-08-29 09:40:10.654  INFO 2496114 --- [main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.52]
2026-08-29 09:40:10.764  INFO 2496114 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2026-08-29 09:40:10.765  INFO 2496114 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 11363 ms
2026-08-29 09:40:14.596  INFO 2496114 --- [main] com.alibaba.druid.pool.DruidDataSource   : {dataSource-1} inited
2026-08-29 09:40:14.732  INFO 2496114 --- [main] o.a.s.c.config.log.ConfigurationLogger   : ShardingRuleConfiguration
{}

2026-08-29 09:40:14.735  INFO 2496114 --- [main] o.a.s.c.config.log.ConfigurationLogger   : Properties
check.table.metadata.enabled: 'false'
sql.show: 'true'

2026-08-29 09:40:17.261  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@762bf32d
2026-08-29 09:40:17.262  INFO 2496114 --- [main] RocketmqRemoting                         : name server address updated. NEW : [127.0.0.1:9877] , OLD: null
2026-08-29 09:40:17.307  INFO 2496114 --- [main] RocketmqCommon                           : Try to start service thread:PullMessageService started:false lastThread:null
2026-08-29 09:40:17.308  INFO 2496114 --- [main] RocketmqCommon                           : Try to start service thread:RebalanceService started:false lastThread:null
2026-08-29 09:40:17.318  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: null , NEW: 127.0.0.1:9877. namesrvIndex = 176
2026-08-29 09:40:17.420  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:40:17.446  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:40:17.454  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2ed761be(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 09:40:17.460  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:40:17.461  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:40:17.461  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:40:17.461  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:40:17.462  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:40:17.832  INFO 2496114 --- [main] cn.lili.common.crypto.RsaKeyManager      : 检测到私钥文件存在，开始加载 RSA 密钥对...
2026-08-29 09:40:17.833  INFO 2496114 --- [main] cn.lili.common.crypto.RsaKeyManager      : 私钥文件路径：data/keys/private.key
2026-08-29 09:40:17.833  INFO 2496114 --- [main] cn.lili.common.crypto.RsaKeyManager      : 公钥文件路径：data/keys/public.key
2026-08-29 09:40:17.838  INFO 2496114 --- [main] cn.lili.common.crypto.RsaKeyManager      : 私钥加载成功：data/keys/private.key
2026-08-29 09:40:17.840  INFO 2496114 --- [main] cn.lili.common.crypto.RsaKeyManager      : 公钥加载成功：data/keys/public.key
2026-08-29 09:40:17.840  INFO 2496114 --- [main] cn.lili.common.crypto.RsaKeyManager      : RSA 密钥对加载完成，不会重新生成
2026-08-29 09:40:20.832  INFO 2496114 --- [main] o.s.aop.framework.CglibAopProxy          : Unable to proxy interface-implementing method [public final long cn.lili.modules.goods.serviceimpl.GoodsServiceImpl.getGoodsCountByCategory(java.lang.String)] because it is marked as final: Consider using interface-based JDK proxies instead!
2026-08-29 09:40:21.523  WARN 2496114 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.geo.Point to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:40:21.523  WARN 2496114 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.geo.Point as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:40:21.523  WARN 2496114 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoPoint to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:40:21.523  WARN 2496114 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoPoint as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:40:21.523  WARN 2496114 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface org.springframework.data.elasticsearch.core.geo.GeoJson to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:40:21.523  WARN 2496114 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to interface org.springframework.data.elasticsearch.core.geo.GeoJson as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:40:21.523  WARN 2496114 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonPoint to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:40:21.524  WARN 2496114 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonPoint as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:40:21.524  WARN 2496114 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPoint to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:40:21.524  WARN 2496114 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPoint as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:40:21.524  WARN 2496114 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonLineString to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:40:21.524  WARN 2496114 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonLineString as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:40:21.524  WARN 2496114 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiLineString to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:40:21.524  WARN 2496114 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiLineString as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:40:21.524  WARN 2496114 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonPolygon to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:40:21.524  WARN 2496114 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonPolygon as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:40:21.524  WARN 2496114 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPolygon to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:40:21.525  WARN 2496114 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPolygon as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:40:21.525  WARN 2496114 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonGeometryCollection to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:40:21.525  WARN 2496114 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonGeometryCollection as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 09:40:21.714  INFO 2496114 --- [main] o.s.d.elasticsearch.support.VersionInfo  : Version Spring Data Elasticsearch: 4.1.12
2026-08-29 09:40:21.715  INFO 2496114 --- [main] o.s.d.elasticsearch.support.VersionInfo  : Version Elasticsearch Client in build: 7.9.3
2026-08-29 09:40:21.715  INFO 2496114 --- [main] o.s.d.elasticsearch.support.VersionInfo  : Version Elasticsearch Client used: 7.9.3
2026-08-29 09:40:21.715  INFO 2496114 --- [main] o.s.d.elasticsearch.support.VersionInfo  : Version Elasticsearch cluster: 7.10.2
2026-08-29 09:40:21.715  WARN 2496114 --- [main] o.s.d.elasticsearch.support.VersionInfo  : Version mismatch in between Elasticsearch Client and Cluster: 7.9.3 - 7.10.2
2026-08-29 09:40:23.697  WARN 2496114 --- [main] c.b.m.core.metadata.TableInfoHelper      : This primary key of "id" is primitive !不建议如此请使用包装类 in Class: "cn.lili.modules.logistics.entity.dos.LogisticsCode"
2026-08-29 09:40:28.665  INFO 2496114 --- [main] org.redisson.Version                     : Redisson 3.15.6
2026-08-29 09:40:28.666  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@51cd2d2
2026-08-29 09:40:28.666  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@5521407f
2026-08-29 09:40:28.686  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@42b500aa
2026-08-29 09:40:28.688  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@71f056a
2026-08-29 09:40:28.689  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@64f6dd19
2026-08-29 09:40:28.689  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@3b8b5b40
2026-08-29 09:40:28.689  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@5151accb
2026-08-29 09:40:28.690  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@2e1ad7de
2026-08-29 09:40:28.690  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@7c56c911
2026-08-29 09:40:28.690  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@1de6dc80
2026-08-29 09:40:28.690  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@418d1c03
2026-08-29 09:40:28.690  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@395197cb
2026-08-29 09:40:28.690  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@7305cfb1
2026-08-29 09:40:28.690  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@582c1f8d
2026-08-29 09:40:28.690  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@71687d8f
2026-08-29 09:40:28.690  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@443253a6
2026-08-29 09:40:28.690  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@191774d6
2026-08-29 09:40:28.690  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@21ffc00e
2026-08-29 09:40:28.695  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@134955bb
2026-08-29 09:40:28.698  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@45b08b17
2026-08-29 09:40:28.698  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@6723e6b3
2026-08-29 09:40:28.698  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@3883b5e9
2026-08-29 09:40:28.703  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@61becbcf
2026-08-29 09:40:28.705  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@20171cdc
2026-08-29 09:40:28.706  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@58f97013
2026-08-29 09:40:28.706  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@7d70ba18
2026-08-29 09:40:28.707  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@6a07e6ca
2026-08-29 09:40:28.707  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@726ef6aa
2026-08-29 09:40:28.707  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@6104691c
2026-08-29 09:40:28.707  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@195cbf5e
2026-08-29 09:40:28.707  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@4cb82b09
2026-08-29 09:40:28.707  INFO 2496114 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@49665f92
2026-08-29 09:40:29.017  INFO 2496114 --- [redisson-netty-4-23] o.r.c.pool.MasterPubSubConnectionPool    : 1 connections initialized for 127.0.0.1/127.0.0.1:6379
2026-08-29 09:40:29.066  INFO 2496114 --- [redisson-netty-4-19] o.r.c.pool.MasterConnectionPool          : 24 connections initialized for 127.0.0.1/127.0.0.1:6379
2026-08-29 09:40:29.590  WARN 2496114 --- [main] c.b.m.core.metadata.TableInfoHelper      : This primary key of "id" is primitive !不建议如此请使用包装类 in Class: "cn.lili.modules.store.entity.dos.StoreBank"
2026-08-29 09:40:29.627  WARN 2496114 --- [main] c.b.m.core.metadata.TableInfoHelper      : This primary key of "id" is primitive !不建议如此请使用包装类 in Class: "cn.lili.modules.store.entity.dos.StoreMcc"
2026-08-29 09:40:33.273  INFO 2496114 --- [main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 15 endpoint(s) beneath base path '/actuator'
2026-08-29 09:40:33.431  INFO 2496114 --- [main] c.l.m.i.config.CustomSpringConfigurator  : 🔧 [WebSocket] CustomSpringConfigurator ApplicationContext 已初始化，可以注入 Spring Bean
2026-08-29 09:40:33.492  INFO 2496114 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2ControllerWebMvc#getDocumentation(String, HttpServletRequest)]
2026-08-29 09:40:34.849  INFO 2496114 --- [main] org.quartz.impl.StdSchedulerFactory      : Using default implementation for ThreadExecutor
2026-08-29 09:40:34.872  INFO 2496114 --- [main] org.quartz.core.SchedulerSignalerImpl    : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2026-08-29 09:40:34.873  INFO 2496114 --- [main] org.quartz.core.QuartzScheduler          : Quartz Scheduler v.2.3.2 created.
2026-08-29 09:40:34.873  INFO 2496114 --- [main] org.quartz.simpl.RAMJobStore             : RAMJobStore initialized.
2026-08-29 09:40:34.874  INFO 2496114 --- [main] org.quartz.core.QuartzScheduler          : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

2026-08-29 09:40:34.874  INFO 2496114 --- [main] org.quartz.impl.StdSchedulerFactory      : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2026-08-29 09:40:34.874  INFO 2496114 --- [main] org.quartz.impl.StdSchedulerFactory      : Quartz scheduler version: 2.3.2
2026-08-29 09:40:34.875  INFO 2496114 --- [main] org.quartz.core.QuartzScheduler          : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@34be7efb
2026-08-29 09:40:34.939  INFO 2496114 --- [main] .s.s.UserDetailsServiceAutoConfiguration : 

Using generated security password: e1eb2e87-92a9-43c5-b7ad-2e92c26edec2

2026-08-29 09:40:35.082  INFO 2496114 --- [main] o.s.s.web.DefaultSecurityFilterChain     : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@46c19350, org.springframework.security.web.context.SecurityContextPersistenceFilter@3df681cc, org.springframework.security.web.header.HeaderWriterFilter@5ca10d0e, org.springframework.web.filter.CorsFilter@5b4b6f3b, org.springframework.security.web.authentication.logout.LogoutFilter@568fd3de, cn.lili.security.StoreAuthenticationFilter@32d46229, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2fbd47b7, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5c40402c, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@35198da3, org.springframework.security.web.session.SessionManagementFilter@4220468, org.springframework.security.web.access.ExceptionTranslationFilter@2f11d889, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@147c4523]
2026-08-29 09:40:35.649  INFO 2496114 --- [main] o.s.i.endpoint.EventDrivenConsumer       : Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2026-08-29 09:40:35.650  INFO 2496114 --- [main] o.s.i.channel.PublishSubscribeChannel    : Channel 'manager-api.errorChannel' has 1 subscriber(s).
2026-08-29 09:40:35.650  INFO 2496114 --- [main] o.s.i.endpoint.EventDrivenConsumer       : started bean '_org.springframework.integration.errorLogger'
2026-08-29 09:40:35.665  INFO 2496114 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8804 (http) with context path ''
2026-08-29 09:40:35.667  INFO 2496114 --- [main] u.j.c.RefreshScopeRefreshedEventListener : Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
2026-08-29 09:40:35.669  INFO 2496114 --- [main] CachingDelegateEncryptablePropertySource : Property Source systemProperties refreshed
2026-08-29 09:40:35.669  INFO 2496114 --- [main] CachingDelegateEncryptablePropertySource : Property Source systemEnvironment refreshed
2026-08-29 09:40:35.669  INFO 2496114 --- [main] CachingDelegateEncryptablePropertySource : Property Source random refreshed
2026-08-29 09:40:35.669  INFO 2496114 --- [main] CachingDelegateEncryptablePropertySource : Property Source Config resource 'file [application.yml]' via location 'optional:file:./' refreshed
2026-08-29 09:40:35.669  INFO 2496114 --- [main] CachingDelegateEncryptablePropertySource : Property Source Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' refreshed
2026-08-29 09:40:35.670  INFO 2496114 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2026-08-29 09:40:35.670  INFO 2496114 --- [main] c.u.j.EncryptablePropertySourceConverter : Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
2026-08-29 09:40:35.670  INFO 2496114 --- [main] c.u.j.EncryptablePropertySourceConverter : Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
2026-08-29 09:40:35.670  INFO 2496114 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
2026-08-29 09:40:35.670  INFO 2496114 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource Management Server [org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration$1] to EncryptablePropertySourceWrapper
2026-08-29 09:40:35.671  INFO 2496114 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Documentation plugins bootstrapped
2026-08-29 09:40:35.677  INFO 2496114 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 23 custom documentation plugin(s)
2026-08-29 09:40:35.823  INFO 2496114 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:40:35.886  INFO 2496114 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:40:35.918  INFO 2496114 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:40:35.958  INFO 2496114 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:40:36.001  INFO 2496114 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:40:36.729  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_1
2026-08-29 09:40:36.752  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_1
2026-08-29 09:40:36.837  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_2
2026-08-29 09:40:36.935  INFO 2496114 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:40:37.023  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCouponListUsingGET_1
2026-08-29 09:40:37.084  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_2
2026-08-29 09:40:37.129  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateCouponStatusUsingPUT_1
2026-08-29 09:40:37.147  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_3
2026-08-29 09:40:37.533  INFO 2496114 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:40:37.553  INFO 2496114 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:40:37.568  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_4
2026-08-29 09:40:37.587  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_3
2026-08-29 09:40:37.600  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageUsingGET_1
2026-08-29 09:40:37.647  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_5
2026-08-29 09:40:37.695  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageUsingGET_2
2026-08-29 09:40:37.727  INFO 2496114 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:40:37.752  INFO 2496114 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:40:37.886  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_1
2026-08-29 09:40:37.888  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_1
2026-08-29 09:40:37.891  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_1
2026-08-29 09:40:37.935  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_6
2026-08-29 09:40:37.943  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_4
2026-08-29 09:40:37.995  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_5
2026-08-29 09:40:38.037  INFO 2496114 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:40:38.076  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_1
2026-08-29 09:40:38.083  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: submitUsingPOST_1
2026-08-29 09:40:38.109  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_1
2026-08-29 09:40:38.116  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: walletUsingGET_1
2026-08-29 09:40:38.124  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: historyUsingGET_1
2026-08-29 09:40:38.152  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUrlUsingGET_1
2026-08-29 09:40:38.180  INFO 2496114 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:40:38.224  INFO 2496114 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:40:38.238  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_2
2026-08-29 09:40:38.246  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_7
2026-08-29 09:40:38.256  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageUsingGET_3
2026-08-29 09:40:38.265  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_2
2026-08-29 09:40:38.277  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_8
2026-08-29 09:40:38.283  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_1
2026-08-29 09:40:38.290  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPUT_1
2026-08-29 09:40:38.293  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: delAllByIdsUsingDELETE_1
2026-08-29 09:40:38.304  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_6
2026-08-29 09:40:38.311  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPUT_2
2026-08-29 09:40:38.317  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_9
2026-08-29 09:40:38.328  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_2
2026-08-29 09:40:38.332  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_10
2026-08-29 09:40:38.386  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_3
2026-08-29 09:40:38.390  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_3
2026-08-29 09:40:38.424  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageUsingGET_4
2026-08-29 09:40:38.491  INFO 2496114 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:40:38.515  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: resetPasswordUsingPOST_1
2026-08-29 09:40:38.556  INFO 2496114 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:40:38.594  INFO 2496114 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:40:38.615  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cancelUsingDELETE_1
2026-08-29 09:40:38.668  INFO 2496114 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:40:38.709  INFO 2496114 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:40:38.721  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_7
2026-08-29 09:40:38.733  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: paymentUsingGET_1
2026-08-29 09:40:38.735  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_8
2026-08-29 09:40:38.818  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_9
2026-08-29 09:40:38.824  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_10
2026-08-29 09:40:38.845  INFO 2496114 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:40:38.872  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_11
2026-08-29 09:40:38.889  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_11
2026-08-29 09:40:38.912  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_12
2026-08-29 09:40:38.929  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPUT_3
2026-08-29 09:40:38.942  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_13
2026-08-29 09:40:38.951  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_14
2026-08-29 09:40:38.987  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_2
2026-08-29 09:40:38.991  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: execProfitSharingUsingPOST_1
2026-08-29 09:40:38.995  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refreshProfitSharingUsingPOST_1
2026-08-29 09:40:39.044  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deliveryUsingPOST_1
2026-08-29 09:40:39.052  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: takeUsingPUT_1
2026-08-29 09:40:39.067  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: downLoadDeliverExcelUsingGET_1
2026-08-29 09:40:39.071  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_15
2026-08-29 09:40:39.080  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_12
2026-08-29 09:40:39.100  INFO 2496114 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:40:39.122  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_4
2026-08-29 09:40:39.124  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_4
2026-08-29 09:40:39.126  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_2
2026-08-29 09:40:39.130  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_3
2026-08-29 09:40:39.159  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_5
2026-08-29 09:40:39.162  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_5
2026-08-29 09:40:39.164  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_16
2026-08-29 09:40:39.167  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_17
2026-08-29 09:40:39.169  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: delByIdsUsingDELETE_1
2026-08-29 09:40:39.173  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getStoreAfterSaleAddressUsingGET_1
2026-08-29 09:40:39.181  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_18
2026-08-29 09:40:39.182  INFO 2496114 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_6
2026-08-29 09:40:39.217  INFO 2496114 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:40:39.240  INFO 2496114 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:40:39.267  INFO 2496114 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 09:40:39.269  INFO 2496114 --- [main] o.s.s.quartz.SchedulerFactoryBean        : Starting Quartz Scheduler now
2026-08-29 09:40:39.270  INFO 2496114 --- [main] org.quartz.core.QuartzScheduler          : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2026-08-29 09:40:39.364  INFO 2496114 --- [main] cn.lili.StoreApiApplication              : Started StoreApiApplication in 41.992 seconds (JVM running for 42.635)
2026-08-29 09:40:39.424  INFO 2496114 --- [main] c.l.c.s.init.SensitiveWordsLoader        : 系统初始化敏感词
2026-08-29 09:40:39.583  INFO 2496114 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator       : Application registered itself as ba13e028040f
2026-08-29 09:40:39.633  INFO 2496114 --- [http-nio-8804-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-08-29 09:40:39.633  INFO 2496114 --- [http-nio-8804-exec-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2026-08-29 09:40:39.637  INFO 2496114 --- [http-nio-8804-exec-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 4 ms
2026-08-29 09:40:41.090  INFO 2496114 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:40:41.090  INFO 2496114 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:40:41.090  INFO 2496114 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@262ddc51, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e35f121, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@58de57d5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@611196e8, containsSubquery=false)
2026-08-29 09:40:41.091  INFO 2496114 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:40:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 177
2026-08-29 09:40:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:40:47.327  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:40:47.329  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2d580f08(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 09:40:47.332  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:40:47.332  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:40:47.332  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:40:47.332  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:40:47.333  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:40:55.456  INFO 2496114 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:40:55.456  INFO 2496114 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:40:55.456  INFO 2496114 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@78b4fd40, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@76731c26, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@724c9630, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@374e161d, containsSubquery=false)
2026-08-29 09:40:55.456  INFO 2496114 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:41:15.452  INFO 2496114 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:41:15.452  INFO 2496114 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:41:15.452  INFO 2496114 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@777a3a53, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79bdcacc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d825123, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3880c0f7, containsSubquery=false)
2026-08-29 09:41:15.453  INFO 2496114 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:41:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 178
2026-08-29 09:41:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:41:17.317  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:41:17.318  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:41:17.318  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:41:17.318  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:41:17.318  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:41:17.318  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@204b4fe5(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 09:41:17.318  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:41:35.456  INFO 2496114 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:41:35.456  INFO 2496114 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:41:35.456  INFO 2496114 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@329ca70a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c5b4f29, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3864cc7a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d664512, containsSubquery=false)
2026-08-29 09:41:35.456  INFO 2496114 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:41:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 179
2026-08-29 09:41:47.317  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:41:47.319  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:41:47.321  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:41:47.321  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:41:47.321  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:41:47.321  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:41:47.321  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5a8a8a6(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 09:41:47.322  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:41:55.455  INFO 2496114 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:41:55.456  INFO 2496114 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:41:55.456  INFO 2496114 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f79221f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1bedd80, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@581496f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4083d7bb, containsSubquery=false)
2026-08-29 09:41:55.456  INFO 2496114 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:42:15.455  INFO 2496114 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:42:15.455  INFO 2496114 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:42:15.455  INFO 2496114 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b5e99f5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@159974ee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@11a6f285, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@54a47ed5, containsSubquery=false)
2026-08-29 09:42:15.455  INFO 2496114 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:42:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 180
2026-08-29 09:42:17.317  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:42:17.317  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:42:17.318  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:42:17.318  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@20e7b761(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 09:42:17.319  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:42:17.319  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:42:17.319  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:42:17.319  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:42:35.452  INFO 2496114 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:42:35.452  INFO 2496114 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:42:35.452  INFO 2496114 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b8c4257, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@754bb356, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@71742927, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3476b96d, containsSubquery=false)
2026-08-29 09:42:35.453  INFO 2496114 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:42:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 181
2026-08-29 09:42:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:42:47.317  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:42:47.318  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:42:47.318  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@414eb524(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 09:42:47.318  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:42:47.318  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:42:47.318  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:42:47.319  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:42:55.452  INFO 2496114 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:42:55.452  INFO 2496114 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:42:55.452  INFO 2496114 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2af8da8c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@243f21a3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2000b1fc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@65022b98, containsSubquery=false)
2026-08-29 09:42:55.452  INFO 2496114 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:43:15.540  INFO 2496114 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:43:15.540  INFO 2496114 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:43:15.540  INFO 2496114 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@18ceabdf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@160956b6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1236c0af, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57345c8d, containsSubquery=false)
2026-08-29 09:43:15.540  INFO 2496114 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:43:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 182
2026-08-29 09:43:17.317  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:43:17.325  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:43:17.328  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:43:17.328  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:43:17.328  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:43:17.328  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:43:17.328  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:43:17.328  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5b18a1fb(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 09:43:35.464  INFO 2496114 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:43:35.465  INFO 2496114 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:43:35.465  INFO 2496114 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6160ef7e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6fa71d22, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b98840e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e9a1719, containsSubquery=false)
2026-08-29 09:43:35.465  INFO 2496114 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:43:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 183
2026-08-29 09:43:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:43:47.317  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:43:47.318  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:43:47.318  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:43:47.318  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:43:47.318  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:43:47.318  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@33e7dbf4(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 09:43:47.318  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:43:55.457  INFO 2496114 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:43:55.457  INFO 2496114 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:43:55.457  INFO 2496114 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4efdfa3b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@403a0d94, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4405914b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@10707af, containsSubquery=false)
2026-08-29 09:43:55.457  INFO 2496114 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:44:15.477  INFO 2496114 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:44:15.477  INFO 2496114 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:44:15.477  INFO 2496114 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@681a1fa5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66ddecd6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62e274d5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@27e0e6ed, containsSubquery=false)
2026-08-29 09:44:15.477  INFO 2496114 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:44:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 184
2026-08-29 09:44:17.317  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:44:17.318  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:44:17.321  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:44:17.321  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:44:17.321  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:44:17.321  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:44:17.321  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@72f9af93(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 09:44:17.322  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:44:35.462  INFO 2496114 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:44:35.462  INFO 2496114 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:44:35.463  INFO 2496114 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5cdb2237, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19d9b7c8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55fcbcc5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@280a88ac, containsSubquery=false)
2026-08-29 09:44:35.463  INFO 2496114 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:44:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 185
2026-08-29 09:44:47.319  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:44:47.320  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:44:47.322  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@16e685ed(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 09:44:47.323  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:44:47.323  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:44:47.323  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:44:47.323  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:44:47.324  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:44:55.467  INFO 2496114 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:44:55.467  INFO 2496114 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:44:55.467  INFO 2496114 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@31e82d2d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f2fd560, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b10465d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e12df5b, containsSubquery=false)
2026-08-29 09:44:55.467  INFO 2496114 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:45:15.467  INFO 2496114 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:45:15.467  INFO 2496114 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:45:15.467  INFO 2496114 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30d9dfa7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7fd8943e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4dfff428, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e356804, containsSubquery=false)
2026-08-29 09:45:15.467  INFO 2496114 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:45:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 186
2026-08-29 09:45:17.317  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:45:17.318  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:45:17.319  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:45:17.319  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:45:17.319  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:45:17.319  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:45:17.319  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:45:17.319  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@50e4297(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 09:45:35.514  INFO 2496114 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:45:35.514  INFO 2496114 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:45:35.514  INFO 2496114 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@151ecfe8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@559eed13, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@316fc360, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ed91e35, containsSubquery=false)
2026-08-29 09:45:35.514  INFO 2496114 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:45:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 187
2026-08-29 09:45:47.317  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:45:47.318  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:45:47.319  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:45:47.319  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:45:47.319  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:45:47.319  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:45:47.320  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:45:47.320  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@e861492(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 09:45:55.458  INFO 2496114 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:45:55.458  INFO 2496114 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:45:55.458  INFO 2496114 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@642c5915, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6aebbbe0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ed43265, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2bd6b1db, containsSubquery=false)
2026-08-29 09:45:55.459  INFO 2496114 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:46:15.468  INFO 2496114 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:46:15.469  INFO 2496114 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:46:15.469  INFO 2496114 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@747059f2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ab7b90c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e883282, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b8ab337, containsSubquery=false)
2026-08-29 09:46:15.469  INFO 2496114 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:46:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 188
2026-08-29 09:46:17.317  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:46:17.318  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:46:17.319  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:46:17.320  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@72974a89(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 09:46:17.320  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:46:17.320  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:46:17.320  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:46:17.320  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:46:35.462  INFO 2496114 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:46:35.462  INFO 2496114 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:46:35.462  INFO 2496114 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@50ad08c0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5e6afca5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a5563b0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f57f69e, containsSubquery=false)
2026-08-29 09:46:35.462  INFO 2496114 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:46:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 189
2026-08-29 09:46:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:46:47.317  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:46:47.318  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:46:47.318  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:46:47.318  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:46:47.318  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:46:47.319  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:46:47.319  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@f1b539(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 09:46:55.485  INFO 2496114 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:46:55.485  INFO 2496114 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:46:55.485  INFO 2496114 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8dae490, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61d0bfb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2228fe0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@472001c0, containsSubquery=false)
2026-08-29 09:46:55.485  INFO 2496114 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:47:15.480  INFO 2496114 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:47:15.481  INFO 2496114 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:47:15.481  INFO 2496114 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6038c363, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6eff2114, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ac0a813, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2fc22b2f, containsSubquery=false)
2026-08-29 09:47:15.481  INFO 2496114 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:47:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 190
2026-08-29 09:47:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:47:17.317  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:47:17.318  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:47:17.318  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:47:17.318  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:47:17.318  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:47:17.318  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@48af6db0(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 09:47:17.319  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:47:35.458  INFO 2496114 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:47:35.458  INFO 2496114 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:47:35.458  INFO 2496114 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6118a3fc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6fdf41af, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6be0c88c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ee24b94, containsSubquery=false)
2026-08-29 09:47:35.459  INFO 2496114 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:47:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 191
2026-08-29 09:47:47.317  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:47:47.319  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:47:47.320  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@26e5f00f(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 09:47:47.320  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:47:47.320  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:47:47.320  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:47:47.320  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:47:47.321  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:47:55.488  INFO 2496114 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:47:55.488  INFO 2496114 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:47:55.488  INFO 2496114 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2158f5bd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f9f0fe6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ba09ecd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ea205dd, containsSubquery=false)
2026-08-29 09:47:55.488  INFO 2496114 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:48:15.460  INFO 2496114 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:48:15.460  INFO 2496114 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:48:15.460  INFO 2496114 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@102e4e09, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ee9b27c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ad62579, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5fd4b847, containsSubquery=false)
2026-08-29 09:48:15.460  INFO 2496114 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:48:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 192
2026-08-29 09:48:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:48:17.318  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:48:17.319  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@28757e1e(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 09:48:17.319  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:48:17.319  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:48:17.319  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:48:17.319  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:48:17.320  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:48:35.461  INFO 2496114 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:48:35.461  INFO 2496114 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:48:35.461  INFO 2496114 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@54590efb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5a9efa00, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ea1658b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ba3f03b, containsSubquery=false)
2026-08-29 09:48:35.461  INFO 2496114 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:48:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 193
2026-08-29 09:48:47.317  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:48:47.317  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:48:47.318  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2309ec1c(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 09:48:47.319  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:48:47.319  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:48:47.319  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:48:47.319  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:48:47.319  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:48:55.467  INFO 2496114 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:48:55.468  INFO 2496114 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:48:55.468  INFO 2496114 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19b879e5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@177f94a2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@13401295, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56429e99, containsSubquery=false)
2026-08-29 09:48:55.468  INFO 2496114 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:49:15.480  INFO 2496114 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:49:15.480  INFO 2496114 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:49:15.480  INFO 2496114 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1da94ab0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@136ea775, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@175121c0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5253ad4e, containsSubquery=false)
2026-08-29 09:49:15.480  INFO 2496114 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:49:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 194
2026-08-29 09:49:17.317  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:49:17.317  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:49:17.318  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:49:17.318  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@48246a04(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 09:49:17.318  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:49:17.319  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:49:17.319  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:49:17.319  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:49:35.482  INFO 2496114 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:49:35.482  INFO 2496114 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:49:35.482  INFO 2496114 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4317ae28, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4dd0483a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49efc558, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@ced4201, containsSubquery=false)
2026-08-29 09:49:35.482  INFO 2496114 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:49:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 195
2026-08-29 09:49:47.317  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:49:47.317  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:49:47.318  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:49:47.318  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@49b12786(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 09:49:47.318  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:49:47.318  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:49:47.318  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:49:47.318  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:49:55.456  INFO 2496114 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:49:55.457  INFO 2496114 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:49:55.457  INFO 2496114 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7c905c2d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7257bdcf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7668375d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@336ab7f4, containsSubquery=false)
2026-08-29 09:49:55.457  INFO 2496114 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:50:15.469  INFO 2496114 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:50:15.469  INFO 2496114 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:50:15.469  INFO 2496114 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65a878f5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b6f9a30, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f501385, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a52900b, containsSubquery=false)
2026-08-29 09:50:15.469  INFO 2496114 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:50:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 196
2026-08-29 09:50:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:50:17.318  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:50:17.319  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:50:17.319  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:50:17.320  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:50:17.320  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:50:17.320  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:50:17.321  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5b92a94(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 09:50:35.470  INFO 2496114 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:50:35.470  INFO 2496114 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:50:35.470  INFO 2496114 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2fb24135, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2175bab3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@254a2a45, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6048b088, containsSubquery=false)
2026-08-29 09:50:35.470  INFO 2496114 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:50:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 197
2026-08-29 09:50:47.317  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:50:47.317  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:50:47.318  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:50:47.318  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:50:47.318  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:50:47.318  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:50:47.319  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:50:47.318  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@59792b5(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 09:50:55.457  INFO 2496114 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:50:55.457  INFO 2496114 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:50:55.457  INFO 2496114 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6054466a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e93a410, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6aac2d1a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2faeae2b, containsSubquery=false)
2026-08-29 09:50:55.457  INFO 2496114 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:51:15.461  INFO 2496114 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:51:15.461  INFO 2496114 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:51:15.461  INFO 2496114 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2eb52aec, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2072d14a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@244d419c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@614fdb71, containsSubquery=false)
2026-08-29 09:51:15.461  INFO 2496114 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:51:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 198
2026-08-29 09:51:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:51:17.319  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:51:17.322  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@45ccde6a(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 09:51:17.322  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:51:17.323  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:51:17.323  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:51:17.323  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:51:17.323  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:51:35.488  INFO 2496114 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:51:35.488  INFO 2496114 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:51:35.488  INFO 2496114 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@73a0c828, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d67282c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7958a358, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3c5a2217, containsSubquery=false)
2026-08-29 09:51:35.489  INFO 2496114 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:51:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 199
2026-08-29 09:51:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:51:47.317  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:51:47.318  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@16c9dd5c(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 09:51:47.318  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:51:47.318  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:51:47.318  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:51:47.318  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:51:47.319  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:51:55.456  INFO 2496114 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:51:55.456  INFO 2496114 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:51:55.456  INFO 2496114 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@18249cac, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@16e361d8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12dcf7dc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57de6be3, containsSubquery=false)
2026-08-29 09:51:55.456  INFO 2496114 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:52:15.459  INFO 2496114 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:52:15.459  INFO 2496114 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:52:15.459  INFO 2496114 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@69da8a09, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@671d7942, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6322e179, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26207379, containsSubquery=false)
2026-08-29 09:52:15.459  INFO 2496114 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:52:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 200
2026-08-29 09:52:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:52:17.317  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:52:17.318  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:52:17.318  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:52:17.318  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:52:17.318  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:52:17.318  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4a2f8fcf(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 09:52:17.319  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:52:35.452  INFO 2496114 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:52:35.452  INFO 2496114 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:52:35.452  INFO 2496114 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d14ef16, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@33d316c4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@37ec8466, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72ee1cff, containsSubquery=false)
2026-08-29 09:52:35.452  INFO 2496114 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:52:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 201
2026-08-29 09:52:47.317  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:52:47.317  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:52:47.319  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:52:47.319  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@610eef89(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 09:52:47.319  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:52:47.319  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:52:47.319  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:52:47.320  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:52:55.456  INFO 2496114 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:52:55.456  INFO 2496114 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:52:55.456  INFO 2496114 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@150a5197, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1bcdbd46, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ff23ae7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5af0b77d, containsSubquery=false)
2026-08-29 09:52:55.456  INFO 2496114 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:53:15.451  INFO 2496114 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:53:15.452  INFO 2496114 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:53:15.452  INFO 2496114 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@33c3e6d6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d040ede, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@393b8da6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c3904e5, containsSubquery=false)
2026-08-29 09:53:15.452  INFO 2496114 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:53:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 202
2026-08-29 09:53:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:53:17.317  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:53:17.318  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:53:17.318  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@f1bd3b3(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 09:53:17.318  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:53:17.319  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:53:17.319  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:53:17.319  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:53:35.452  INFO 2496114 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:53:35.452  INFO 2496114 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:53:35.452  INFO 2496114 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@15c2e343, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b051f8b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1f3a8833, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a3815b0, containsSubquery=false)
2026-08-29 09:53:35.452  INFO 2496114 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:53:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 203
2026-08-29 09:53:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:53:47.317  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:53:47.318  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:53:47.318  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@508867a(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 09:53:47.318  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:53:47.318  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:53:47.318  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:53:47.318  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:53:55.453  INFO 2496114 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:53:55.453  INFO 2496114 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:53:55.453  INFO 2496114 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16ca5453, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@180da8fa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c323f23, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5930a2c1, containsSubquery=false)
2026-08-29 09:53:55.453  INFO 2496114 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:54:15.451  INFO 2496114 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:54:15.451  INFO 2496114 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:54:15.451  INFO 2496114 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1cef8b4f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@122876a2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1617e03f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53157c99, containsSubquery=false)
2026-08-29 09:54:15.451  INFO 2496114 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:54:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 204
2026-08-29 09:54:17.317  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:54:17.317  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:54:17.318  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:54:17.319  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:54:17.319  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:54:17.319  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:54:17.319  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@dc5573e(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 09:54:17.319  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:54:35.451  INFO 2496114 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:54:35.451  INFO 2496114 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:54:35.451  INFO 2496114 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@26db17e5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@40e8e80a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17371524, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@38eeb46d, containsSubquery=false)
2026-08-29 09:54:35.452  INFO 2496114 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:54:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 205
2026-08-29 09:54:47.318  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:54:47.318  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:54:47.320  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:54:47.320  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:54:47.320  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@9efac4(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 09:54:47.320  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:54:47.320  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:54:47.320  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:54:55.450  INFO 2496114 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:54:55.450  INFO 2496114 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:54:55.450  INFO 2496114 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2ab7450f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35260c59, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e3ebe08, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e763efd, containsSubquery=false)
2026-08-29 09:54:55.450  INFO 2496114 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:55:15.466  INFO 2496114 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:55:15.467  INFO 2496114 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:55:15.467  INFO 2496114 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@10d8fbaa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5761e952, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42a1dd0c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c8ea442, containsSubquery=false)
2026-08-29 09:55:15.468  INFO 2496114 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:55:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 206
2026-08-29 09:55:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:55:17.317  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:55:17.317  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:55:17.317  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4fe29ce7(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 09:55:17.318  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:55:17.318  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:55:17.318  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:55:17.318  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:55:35.452  INFO 2496114 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:55:35.452  INFO 2496114 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:55:35.452  INFO 2496114 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6696dce5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58af3fb8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@30a13fd6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2db321f4, containsSubquery=false)
2026-08-29 09:55:35.453  INFO 2496114 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:55:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 207
2026-08-29 09:55:47.317  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:55:47.317  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:55:47.318  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:55:47.318  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:55:47.318  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@35eefd31(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 09:55:47.318  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:55:47.318  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:55:47.318  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:55:55.449  INFO 2496114 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:55:55.450  INFO 2496114 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:55:55.450  INFO 2496114 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@52483bd3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1d49ba5d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1f94f7b6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a49adba, containsSubquery=false)
2026-08-29 09:55:55.450  INFO 2496114 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:56:15.450  INFO 2496114 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:56:15.450  INFO 2496114 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:56:15.450  INFO 2496114 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e4c0689, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20ac28f4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4506ef83, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7bae3296, containsSubquery=false)
2026-08-29 09:56:15.450  INFO 2496114 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:56:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 208
2026-08-29 09:56:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:56:17.317  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:56:17.317  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:56:17.317  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:56:17.317  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:56:17.317  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6c3b70e4(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 09:56:17.317  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:56:17.317  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:56:35.450  INFO 2496114 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:56:35.450  INFO 2496114 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:56:35.450  INFO 2496114 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@edc2839, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1bc792, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4244349, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4126cda9, containsSubquery=false)
2026-08-29 09:56:35.450  INFO 2496114 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:56:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 209
2026-08-29 09:56:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:56:47.317  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:56:47.318  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:56:47.318  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:56:47.318  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:56:47.318  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:56:47.318  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@548e2ffd(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 09:56:47.318  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:56:55.450  INFO 2496114 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:56:55.450  INFO 2496114 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:56:55.450  INFO 2496114 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@55e52022, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@54594622, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@77d15c5c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32799b27, containsSubquery=false)
2026-08-29 09:56:55.450  INFO 2496114 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:57:15.458  INFO 2496114 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:57:15.459  INFO 2496114 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:57:15.459  INFO 2496114 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@71877f94, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52dd4d7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@19fbcfad, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2032f7f5, containsSubquery=false)
2026-08-29 09:57:15.459  INFO 2496114 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:57:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 210
2026-08-29 09:57:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:57:17.317  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:57:17.317  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5db81070(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 09:57:17.318  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:57:17.318  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:57:17.318  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:57:17.318  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:57:17.318  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:57:35.450  INFO 2496114 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:57:35.451  INFO 2496114 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:57:35.451  INFO 2496114 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42be4f2c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@371ba3c2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@410bfe7b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@69cdb00c, containsSubquery=false)
2026-08-29 09:57:35.451  INFO 2496114 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:57:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 211
2026-08-29 09:57:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:57:47.317  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:57:47.318  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:57:47.318  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:57:47.318  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:57:47.318  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:57:47.318  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6b452291(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 09:57:47.318  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:57:55.450  INFO 2496114 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:57:55.450  INFO 2496114 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:57:55.450  INFO 2496114 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30e9138d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4eb5e856, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e976d75, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53e07ca3, containsSubquery=false)
2026-08-29 09:57:55.450  INFO 2496114 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:58:15.468  INFO 2496114 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:58:15.471  INFO 2496114 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:58:15.476  INFO 2496114 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@58aba625, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6128f8e0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@111e1bfa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46b0f671, containsSubquery=false)
2026-08-29 09:58:15.476  INFO 2496114 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:58:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 212
2026-08-29 09:58:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:58:17.317  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:58:17.317  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@d70d2cb(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 09:58:17.317  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:58:17.318  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:58:17.318  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:58:17.318  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:58:17.318  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:58:35.451  INFO 2496114 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:58:35.451  INFO 2496114 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:58:35.451  INFO 2496114 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5ed079ad, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1bd2fc13, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@ff8bb4e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a83422f, containsSubquery=false)
2026-08-29 09:58:35.451  INFO 2496114 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:58:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 213
2026-08-29 09:58:47.317  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:58:47.317  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:58:47.318  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:58:47.318  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@718017(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 09:58:47.318  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:58:47.319  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:58:47.319  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:58:47.319  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:58:55.449  INFO 2496114 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:58:55.450  INFO 2496114 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:58:55.450  INFO 2496114 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@49dcc9e8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35ef6797, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36c191f7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7db855d8, containsSubquery=false)
2026-08-29 09:58:55.450  INFO 2496114 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:59:15.451  INFO 2496114 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:59:15.451  INFO 2496114 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:59:15.451  INFO 2496114 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6db9eaab, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1a735a88, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69b26073, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1fb19c7e, containsSubquery=false)
2026-08-29 09:59:15.452  INFO 2496114 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:59:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 214
2026-08-29 09:59:17.318  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:59:17.320  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:59:17.321  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:59:17.322  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:59:17.322  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:59:17.322  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:59:17.321  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2922b4f1(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 09:59:17.322  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:59:35.452  INFO 2496114 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:59:35.452  INFO 2496114 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:59:35.452  INFO 2496114 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1941462c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c716848, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31478ee2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77e2fa8e, containsSubquery=false)
2026-08-29 09:59:35.452  INFO 2496114 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 09:59:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 215
2026-08-29 09:59:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 09:59:47.317  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 09:59:47.318  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:59:47.319  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 09:59:47.319  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4c06854d(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 09:59:47.319  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 09:59:47.319  INFO 2496114 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 09:59:47.319  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 09:59:55.452  INFO 2496114 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 09:59:55.452  INFO 2496114 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 09:59:55.452  INFO 2496114 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ae2e6da, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6db46af2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62f501bd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@274955a6, containsSubquery=false)
2026-08-29 09:59:55.452  INFO 2496114 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:00:15.451  INFO 2496114 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:00:15.451  INFO 2496114 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:00:15.451  INFO 2496114 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@553f7581, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4bf94e94, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@434f6027, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6006699d, containsSubquery=false)
2026-08-29 10:00:15.451  INFO 2496114 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:00:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 216
2026-08-29 10:00:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:00:17.317  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:00:17.317  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:00:17.317  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:00:17.317  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:00:17.317  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@e65b4a9(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 10:00:17.318  INFO 2496114 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:00:17.319  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:00:35.452  INFO 2496114 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:00:35.456  INFO 2496114 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:00:35.456  INFO 2496114 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66456d5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@8a3b869, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c9c3da5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@499eb252, containsSubquery=false)
2026-08-29 10:00:35.456  INFO 2496114 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:00:47.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 217
2026-08-29 10:00:47.318  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:00:47.318  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:00:47.320  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:00:47.320  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:00:47.320  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:00:47.320  INFO 2496114 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:00:47.320  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:00:47.319  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3dced725(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 10:00:55.450  INFO 2496114 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:00:55.450  INFO 2496114 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:00:55.450  INFO 2496114 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5fbbe7be, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f7809d1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@784e5164, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@44b924f1, containsSubquery=false)
2026-08-29 10:00:55.450  INFO 2496114 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:01:15.450  INFO 2496114 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:01:15.450  INFO 2496114 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:01:15.450  INFO 2496114 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6066cd42, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@270ffe8f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3304e6ad, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2db89364, containsSubquery=false)
2026-08-29 10:01:15.450  INFO 2496114 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:01:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 218
2026-08-29 10:01:17.316  INFO 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:01:17.317  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:01:17.318  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:01:17.318  WARN 2496114 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@62283ea3(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 10:01:17.318  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:01:17.318  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:01:17.318  INFO 2496114 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:01:17.318  INFO 2496114 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:01:35.450  INFO 2496114 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:01:35.450  INFO 2496114 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:01:35.450  INFO 2496114 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@71480235, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4fedd460, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@78ae175c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ba4103a, containsSubquery=false)
2026-08-29 10:01:35.451  INFO 2496114 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:01:40.033  INFO 2496114 --- [SpringContextShutdownHook] org.quartz.core.QuartzScheduler          : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
2026-08-29 10:01:40.113  INFO 2496114 --- [SpringContextShutdownHook] o.s.i.endpoint.EventDrivenConsumer       : Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2026-08-29 10:01:40.114  INFO 2496114 --- [SpringContextShutdownHook] o.s.i.channel.PublishSubscribeChannel    : Channel 'manager-api.errorChannel' has 0 subscriber(s).
2026-08-29 10:01:40.114  INFO 2496114 --- [SpringContextShutdownHook] o.s.i.endpoint.EventDrivenConsumer       : stopped bean '_org.springframework.integration.errorLogger'
2026-08-29 10:01:40.117  INFO 2496114 --- [SpringContextShutdownHook] o.s.s.quartz.SchedulerFactoryBean        : Shutting down Quartz Scheduler
2026-08-29 10:01:40.117  INFO 2496114 --- [SpringContextShutdownHook] org.quartz.core.QuartzScheduler          : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
2026-08-29 10:01:40.117  INFO 2496114 --- [SpringContextShutdownHook] org.quartz.core.QuartzScheduler          : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
2026-08-29 10:01:40.117  INFO 2496114 --- [SpringContextShutdownHook] org.quartz.core.QuartzScheduler          : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
2026-08-29 10:01:40.211  INFO 2496114 --- [SpringContextShutdownHook] RocketmqCommon                           : Try to shutdown service thread:PullMessageService started:true lastThread:Thread[PullMessageService,5,main]
2026-08-29 10:01:40.211  INFO 2496114 --- [SpringContextShutdownHook] RocketmqCommon                           : shutdown thread PullMessageService interrupt true
2026-08-29 10:01:40.213  INFO 2496114 --- [SpringContextShutdownHook] RocketmqCommon                           : join thread PullMessageService elapsed time(ms) 2 90000
2026-08-29 10:01:40.232  INFO 2496114 --- [SpringContextShutdownHook] RocketmqRemoting                         : shutdown thread NettyEventExecutor interrupt false
2026-08-29 10:01:40.232  INFO 2496114 --- [SpringContextShutdownHook] RocketmqRemoting                         : join thread NettyEventExecutor elapsed time(ms) 0 90000
2026-08-29 10:01:40.232  INFO 2496114 --- [SpringContextShutdownHook] RocketmqCommon                           : Try to shutdown service thread:RebalanceService started:true lastThread:Thread[RebalanceService,5,main]
2026-08-29 10:01:40.232  INFO 2496114 --- [SpringContextShutdownHook] RocketmqCommon                           : shutdown thread RebalanceService interrupt false
2026-08-29 10:01:40.237  INFO 2496114 --- [SpringContextShutdownHook] RocketmqCommon                           : join thread RebalanceService elapsed time(ms) 5 90000
2026-08-29 10:01:40.250  INFO 2496114 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource   : {dataSource-1} closing ...
2026-08-29 10:01:40.269  INFO 2496114 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource   : {dataSource-1} closed
2026-08-29 10:01:44.223  INFO 2498519 --- [main] cn.lili.StoreApiApplication              : Starting StoreApiApplication v4.3 using Java 17.0.20 on vmi3028923 with PID 2498519 (/opt/av1/seller/seller-api-4.3.jar started by rodgers in /opt/av1/seller)
2026-08-29 10:01:44.229  INFO 2498519 --- [main] cn.lili.StoreApiApplication              : No active profile set, falling back to default profiles: default
2026-08-29 10:01:48.435  INFO 2498519 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2026-08-29 10:01:48.437  INFO 2498519 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2026-08-29 10:01:49.010  INFO 2498519 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 568 ms. Found 2 Elasticsearch repository interfaces.
2026-08-29 10:01:49.018  INFO 2498519 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2026-08-29 10:01:49.019  INFO 2498519 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2026-08-29 10:01:49.089  INFO 2498519 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 69 ms. Found 0 Reactive Elasticsearch repository interfaces.
2026-08-29 10:01:49.118  INFO 2498519 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2026-08-29 10:01:49.121  INFO 2498519 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2026-08-29 10:01:49.185  INFO 2498519 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface cn.lili.modules.search.repository.EsGoodsIndexRepository. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2026-08-29 10:01:49.186  INFO 2498519 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface cn.lili.modules.permission.repository.SystemLogRepository. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2026-08-29 10:01:49.187  INFO 2498519 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 53 ms. Found 0 Redis repository interfaces.
2026-08-29 10:01:49.969  INFO 2498519 --- [main] ptablePropertiesBeanFactoryPostProcessor : Post-processing PropertySource instances
2026-08-29 10:01:49.971  INFO 2498519 --- [main] c.u.j.EncryptablePropertySourceConverter : Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
2026-08-29 10:01:49.975  INFO 2498519 --- [main] c.u.j.EncryptablePropertySourceConverter : Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
2026-08-29 10:01:49.975  INFO 2498519 --- [main] c.u.j.EncryptablePropertySourceConverter : Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
2026-08-29 10:01:49.977  INFO 2498519 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2026-08-29 10:01:49.978  INFO 2498519 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2026-08-29 10:01:49.978  INFO 2498519 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2026-08-29 10:01:49.978  INFO 2498519 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource Config resource 'file [application.yml]' via location 'optional:file:./' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
2026-08-29 10:01:49.978  INFO 2498519 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
2026-08-29 10:01:49.996  INFO 2498519 --- [main] faultConfiguringBeanFactoryPostProcessor : No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2026-08-29 10:01:50.006  INFO 2498519 --- [main] faultConfiguringBeanFactoryPostProcessor : No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created.
2026-08-29 10:01:50.022  INFO 2498519 --- [main] faultConfiguringBeanFactoryPostProcessor : No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2026-08-29 10:01:50.272  INFO 2498519 --- [main] c.u.j.filter.DefaultLazyPropertyFilter   : Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
2026-08-29 10:01:50.300  INFO 2498519 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'threadProperties' of type [cn.lili.common.properties.ThreadProperties$$EnhancerBySpringCGLIB$$30f43a4a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 10:01:50.301  INFO 2498519 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'threadConfig' of type [cn.lili.common.thread.ThreadConfig$$EnhancerBySpringCGLIB$$a32c9862] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 10:01:50.725  INFO 2498519 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'redisConfig' of type [cn.lili.cache.config.redis.RedisConfig$$EnhancerBySpringCGLIB$$f9f8f55f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 10:01:50.780  INFO 2498519 --- [main] cn.lili.cache.config.redis.RedisConfig   : 初始化 -> [Redis CacheErrorHandler]
2026-08-29 10:01:50.782  INFO 2498519 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'errorHandler' of type [cn.lili.cache.config.redis.RedisConfig$1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 10:01:50.858  INFO 2498519 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@4da6d664' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 10:01:50.868  INFO 2498519 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 10:01:50.901  INFO 2498519 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.integration.config.IntegrationManagementConfiguration' of type [org.springframework.integration.config.IntegrationManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 10:01:50.925  INFO 2498519 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'integrationChannelResolver' of type [org.springframework.integration.support.channel.BeanFactoryChannelResolver] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 10:01:50.930  INFO 2498519 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'integrationDisposableAutoCreatedBeans' of type [org.springframework.integration.config.annotation.Disposables] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 10:01:51.110  INFO 2498519 --- [main] c.u.j.r.DefaultLazyPropertyResolver      : Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
2026-08-29 10:01:51.113  INFO 2498519 --- [main] c.u.j.d.DefaultLazyPropertyDetector      : Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
2026-08-29 10:01:51.498  INFO 2498519 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8804 (http)
2026-08-29 10:01:51.517  INFO 2498519 --- [main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2026-08-29 10:01:51.517  INFO 2498519 --- [main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.52]
2026-08-29 10:01:51.614  INFO 2498519 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2026-08-29 10:01:51.615  INFO 2498519 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 6744 ms
2026-08-29 10:01:54.230  INFO 2498519 --- [main] com.alibaba.druid.pool.DruidDataSource   : {dataSource-1} inited
2026-08-29 10:01:54.293  INFO 2498519 --- [main] o.a.s.c.config.log.ConfigurationLogger   : ShardingRuleConfiguration
{}

2026-08-29 10:01:54.296  INFO 2498519 --- [main] o.a.s.c.config.log.ConfigurationLogger   : Properties
check.table.metadata.enabled: 'false'
sql.show: 'true'

2026-08-29 10:01:56.270  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@1152900
2026-08-29 10:01:56.271  INFO 2498519 --- [main] RocketmqRemoting                         : name server address updated. NEW : [127.0.0.1:9877] , OLD: null
2026-08-29 10:01:56.309  INFO 2498519 --- [main] RocketmqCommon                           : Try to start service thread:PullMessageService started:false lastThread:null
2026-08-29 10:01:56.311  INFO 2498519 --- [main] RocketmqCommon                           : Try to start service thread:RebalanceService started:false lastThread:null
2026-08-29 10:01:56.321  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: null , NEW: 127.0.0.1:9877. namesrvIndex = 254
2026-08-29 10:01:56.505  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:01:56.539  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:01:56.544  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:01:56.544  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:01:56.544  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:01:56.544  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:01:56.545  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4b1cf2b6(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 10:01:56.546  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:01:56.938  INFO 2498519 --- [main] cn.lili.common.crypto.RsaKeyManager      : 检测到私钥文件存在，开始加载 RSA 密钥对...
2026-08-29 10:01:56.939  INFO 2498519 --- [main] cn.lili.common.crypto.RsaKeyManager      : 私钥文件路径：data/keys/private.key
2026-08-29 10:01:56.939  INFO 2498519 --- [main] cn.lili.common.crypto.RsaKeyManager      : 公钥文件路径：data/keys/public.key
2026-08-29 10:01:56.946  INFO 2498519 --- [main] cn.lili.common.crypto.RsaKeyManager      : 私钥加载成功：data/keys/private.key
2026-08-29 10:01:56.948  INFO 2498519 --- [main] cn.lili.common.crypto.RsaKeyManager      : 公钥加载成功：data/keys/public.key
2026-08-29 10:01:56.948  INFO 2498519 --- [main] cn.lili.common.crypto.RsaKeyManager      : RSA 密钥对加载完成，不会重新生成
2026-08-29 10:02:00.043  INFO 2498519 --- [main] o.s.aop.framework.CglibAopProxy          : Unable to proxy interface-implementing method [public final long cn.lili.modules.goods.serviceimpl.GoodsServiceImpl.getGoodsCountByCategory(java.lang.String)] because it is marked as final: Consider using interface-based JDK proxies instead!
2026-08-29 10:02:01.114  WARN 2498519 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.geo.Point to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:02:01.116  WARN 2498519 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.geo.Point as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:02:01.116  WARN 2498519 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoPoint to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:02:01.119  WARN 2498519 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoPoint as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:02:01.120  WARN 2498519 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface org.springframework.data.elasticsearch.core.geo.GeoJson to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:02:01.120  WARN 2498519 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to interface org.springframework.data.elasticsearch.core.geo.GeoJson as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:02:01.120  WARN 2498519 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonPoint to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:02:01.120  WARN 2498519 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonPoint as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:02:01.120  WARN 2498519 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPoint to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:02:01.120  WARN 2498519 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPoint as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:02:01.120  WARN 2498519 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonLineString to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:02:01.120  WARN 2498519 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonLineString as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:02:01.120  WARN 2498519 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiLineString to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:02:01.120  WARN 2498519 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiLineString as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:02:01.120  WARN 2498519 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonPolygon to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:02:01.120  WARN 2498519 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonPolygon as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:02:01.120  WARN 2498519 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPolygon to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:02:01.120  WARN 2498519 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPolygon as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:02:01.121  WARN 2498519 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonGeometryCollection to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:02:01.121  WARN 2498519 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonGeometryCollection as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:02:01.500  INFO 2498519 --- [main] o.s.d.elasticsearch.support.VersionInfo  : Version Spring Data Elasticsearch: 4.1.12
2026-08-29 10:02:01.501  INFO 2498519 --- [main] o.s.d.elasticsearch.support.VersionInfo  : Version Elasticsearch Client in build: 7.9.3
2026-08-29 10:02:01.501  INFO 2498519 --- [main] o.s.d.elasticsearch.support.VersionInfo  : Version Elasticsearch Client used: 7.9.3
2026-08-29 10:02:01.501  INFO 2498519 --- [main] o.s.d.elasticsearch.support.VersionInfo  : Version Elasticsearch cluster: 7.10.2
2026-08-29 10:02:01.501  WARN 2498519 --- [main] o.s.d.elasticsearch.support.VersionInfo  : Version mismatch in between Elasticsearch Client and Cluster: 7.9.3 - 7.10.2
2026-08-29 10:02:04.360  WARN 2498519 --- [main] c.b.m.core.metadata.TableInfoHelper      : This primary key of "id" is primitive !不建议如此请使用包装类 in Class: "cn.lili.modules.logistics.entity.dos.LogisticsCode"
2026-08-29 10:02:10.058  INFO 2498519 --- [main] org.redisson.Version                     : Redisson 3.15.6
2026-08-29 10:02:10.058  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@29db008c
2026-08-29 10:02:10.058  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@1d008e61
2026-08-29 10:02:10.076  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@191b44ca
2026-08-29 10:02:10.077  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@5de243bb
2026-08-29 10:02:10.077  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@2c4cf7eb
2026-08-29 10:02:10.077  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@35260785
2026-08-29 10:02:10.077  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@76d828ff
2026-08-29 10:02:10.077  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@39685204
2026-08-29 10:02:10.077  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@72d0196d
2026-08-29 10:02:10.077  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@77cf329d
2026-08-29 10:02:10.077  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@4067634b
2026-08-29 10:02:10.077  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@3b64f131
2026-08-29 10:02:10.077  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@490d9c41
2026-08-29 10:02:10.078  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@47d81427
2026-08-29 10:02:10.078  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@3c5e4aac
2026-08-29 10:02:10.078  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@20afd96f
2026-08-29 10:02:10.078  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@565a6af
2026-08-29 10:02:10.078  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@21bf308
2026-08-29 10:02:10.078  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@4cded2cd
2026-08-29 10:02:10.078  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@12e40e98
2026-08-29 10:02:10.078  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@3a9c92b5
2026-08-29 10:02:10.078  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@67c2b55d
2026-08-29 10:02:10.080  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@5db04bd2
2026-08-29 10:02:10.080  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@6f921e32
2026-08-29 10:02:10.081  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@31c5304f
2026-08-29 10:02:10.081  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@43df1377
2026-08-29 10:02:10.082  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@1cee3e05
2026-08-29 10:02:10.082  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@63f2d024
2026-08-29 10:02:10.083  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@7b2dd35d
2026-08-29 10:02:10.083  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@405223e4
2026-08-29 10:02:10.083  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@2d2133fd
2026-08-29 10:02:10.083  INFO 2498519 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@58a7a58d
2026-08-29 10:02:10.330  INFO 2498519 --- [redisson-netty-4-23] o.r.c.pool.MasterPubSubConnectionPool    : 1 connections initialized for 127.0.0.1/127.0.0.1:6379
2026-08-29 10:02:10.382  INFO 2498519 --- [redisson-netty-4-16] o.r.c.pool.MasterConnectionPool          : 24 connections initialized for 127.0.0.1/127.0.0.1:6379
2026-08-29 10:02:10.947  WARN 2498519 --- [main] c.b.m.core.metadata.TableInfoHelper      : This primary key of "id" is primitive !不建议如此请使用包装类 in Class: "cn.lili.modules.store.entity.dos.StoreBank"
2026-08-29 10:02:10.988  WARN 2498519 --- [main] c.b.m.core.metadata.TableInfoHelper      : This primary key of "id" is primitive !不建议如此请使用包装类 in Class: "cn.lili.modules.store.entity.dos.StoreMcc"
2026-08-29 10:02:14.562  INFO 2498519 --- [main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 15 endpoint(s) beneath base path '/actuator'
2026-08-29 10:02:14.709  INFO 2498519 --- [main] c.l.m.i.config.CustomSpringConfigurator  : 🔧 [WebSocket] CustomSpringConfigurator ApplicationContext 已初始化，可以注入 Spring Bean
2026-08-29 10:02:14.772  INFO 2498519 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2ControllerWebMvc#getDocumentation(String, HttpServletRequest)]
2026-08-29 10:02:16.014  INFO 2498519 --- [main] org.quartz.impl.StdSchedulerFactory      : Using default implementation for ThreadExecutor
2026-08-29 10:02:16.036  INFO 2498519 --- [main] org.quartz.core.SchedulerSignalerImpl    : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2026-08-29 10:02:16.036  INFO 2498519 --- [main] org.quartz.core.QuartzScheduler          : Quartz Scheduler v.2.3.2 created.
2026-08-29 10:02:16.037  INFO 2498519 --- [main] org.quartz.simpl.RAMJobStore             : RAMJobStore initialized.
2026-08-29 10:02:16.038  INFO 2498519 --- [main] org.quartz.core.QuartzScheduler          : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

2026-08-29 10:02:16.039  INFO 2498519 --- [main] org.quartz.impl.StdSchedulerFactory      : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2026-08-29 10:02:16.039  INFO 2498519 --- [main] org.quartz.impl.StdSchedulerFactory      : Quartz scheduler version: 2.3.2
2026-08-29 10:02:16.039  INFO 2498519 --- [main] org.quartz.core.QuartzScheduler          : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@78141c58
2026-08-29 10:02:16.102  INFO 2498519 --- [main] .s.s.UserDetailsServiceAutoConfiguration : 

Using generated security password: 21d24bbc-89c7-4e26-96be-c687804e714b

2026-08-29 10:02:16.216  INFO 2498519 --- [main] o.s.s.web.DefaultSecurityFilterChain     : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@240f712e, org.springframework.security.web.context.SecurityContextPersistenceFilter@2fbb098f, org.springframework.security.web.header.HeaderWriterFilter@4bc4ec43, org.springframework.web.filter.CorsFilter@3e7ddb7e, org.springframework.security.web.authentication.logout.LogoutFilter@47cf65f1, cn.lili.security.StoreAuthenticationFilter@6905d030, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2262bc86, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2e4d252, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@641ab175, org.springframework.security.web.session.SessionManagementFilter@11896af6, org.springframework.security.web.access.ExceptionTranslationFilter@45494046, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4af6839c]
2026-08-29 10:02:16.699  INFO 2498519 --- [main] o.s.i.endpoint.EventDrivenConsumer       : Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2026-08-29 10:02:16.700  INFO 2498519 --- [main] o.s.i.channel.PublishSubscribeChannel    : Channel 'manager-api.errorChannel' has 1 subscriber(s).
2026-08-29 10:02:16.700  INFO 2498519 --- [main] o.s.i.endpoint.EventDrivenConsumer       : started bean '_org.springframework.integration.errorLogger'
2026-08-29 10:02:16.717  INFO 2498519 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8804 (http) with context path ''
2026-08-29 10:02:16.718  INFO 2498519 --- [main] u.j.c.RefreshScopeRefreshedEventListener : Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
2026-08-29 10:02:16.719  INFO 2498519 --- [main] CachingDelegateEncryptablePropertySource : Property Source systemProperties refreshed
2026-08-29 10:02:16.719  INFO 2498519 --- [main] CachingDelegateEncryptablePropertySource : Property Source systemEnvironment refreshed
2026-08-29 10:02:16.719  INFO 2498519 --- [main] CachingDelegateEncryptablePropertySource : Property Source random refreshed
2026-08-29 10:02:16.719  INFO 2498519 --- [main] CachingDelegateEncryptablePropertySource : Property Source Config resource 'file [application.yml]' via location 'optional:file:./' refreshed
2026-08-29 10:02:16.719  INFO 2498519 --- [main] CachingDelegateEncryptablePropertySource : Property Source Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' refreshed
2026-08-29 10:02:16.719  INFO 2498519 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2026-08-29 10:02:16.719  INFO 2498519 --- [main] c.u.j.EncryptablePropertySourceConverter : Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
2026-08-29 10:02:16.719  INFO 2498519 --- [main] c.u.j.EncryptablePropertySourceConverter : Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
2026-08-29 10:02:16.720  INFO 2498519 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
2026-08-29 10:02:16.720  INFO 2498519 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource Management Server [org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration$1] to EncryptablePropertySourceWrapper
2026-08-29 10:02:16.720  INFO 2498519 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Documentation plugins bootstrapped
2026-08-29 10:02:16.727  INFO 2498519 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 23 custom documentation plugin(s)
2026-08-29 10:02:16.934  INFO 2498519 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:02:16.984  INFO 2498519 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:02:17.008  INFO 2498519 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:02:17.033  INFO 2498519 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:02:17.080  INFO 2498519 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:02:17.431  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_1
2026-08-29 10:02:17.449  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_1
2026-08-29 10:02:17.484  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_2
2026-08-29 10:02:17.638  INFO 2498519 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:02:17.695  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCouponListUsingGET_1
2026-08-29 10:02:17.750  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_2
2026-08-29 10:02:17.780  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateCouponStatusUsingPUT_1
2026-08-29 10:02:17.799  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_3
2026-08-29 10:02:17.981  INFO 2498519 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:02:18.003  INFO 2498519 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:02:18.015  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_4
2026-08-29 10:02:18.025  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_3
2026-08-29 10:02:18.035  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageUsingGET_1
2026-08-29 10:02:18.088  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_5
2026-08-29 10:02:18.141  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageUsingGET_2
2026-08-29 10:02:18.196  INFO 2498519 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:02:18.226  INFO 2498519 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:02:18.361  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_1
2026-08-29 10:02:18.363  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_1
2026-08-29 10:02:18.366  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_1
2026-08-29 10:02:18.426  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_6
2026-08-29 10:02:18.435  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_4
2026-08-29 10:02:18.484  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_5
2026-08-29 10:02:18.519  INFO 2498519 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:02:18.546  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_1
2026-08-29 10:02:18.554  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: submitUsingPOST_1
2026-08-29 10:02:18.598  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_1
2026-08-29 10:02:18.613  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: walletUsingGET_1
2026-08-29 10:02:18.627  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: historyUsingGET_1
2026-08-29 10:02:18.659  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUrlUsingGET_1
2026-08-29 10:02:18.688  INFO 2498519 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:02:18.719  INFO 2498519 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:02:18.733  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_2
2026-08-29 10:02:18.743  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_7
2026-08-29 10:02:18.762  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageUsingGET_3
2026-08-29 10:02:18.775  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_2
2026-08-29 10:02:18.808  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_8
2026-08-29 10:02:18.814  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_1
2026-08-29 10:02:18.817  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPUT_1
2026-08-29 10:02:18.819  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: delAllByIdsUsingDELETE_1
2026-08-29 10:02:18.827  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_6
2026-08-29 10:02:18.834  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPUT_2
2026-08-29 10:02:18.838  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_9
2026-08-29 10:02:18.848  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_2
2026-08-29 10:02:18.852  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_10
2026-08-29 10:02:18.860  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_3
2026-08-29 10:02:18.863  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_3
2026-08-29 10:02:18.877  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageUsingGET_4
2026-08-29 10:02:18.899  INFO 2498519 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:02:18.938  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: resetPasswordUsingPOST_1
2026-08-29 10:02:18.977  INFO 2498519 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:02:19.008  INFO 2498519 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:02:19.057  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cancelUsingDELETE_1
2026-08-29 10:02:19.083  INFO 2498519 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:02:19.127  INFO 2498519 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:02:19.143  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_7
2026-08-29 10:02:19.166  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: paymentUsingGET_1
2026-08-29 10:02:19.174  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_8
2026-08-29 10:02:19.222  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_9
2026-08-29 10:02:19.235  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_10
2026-08-29 10:02:19.273  INFO 2498519 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:02:19.310  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_11
2026-08-29 10:02:19.326  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_11
2026-08-29 10:02:19.349  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_12
2026-08-29 10:02:19.362  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPUT_3
2026-08-29 10:02:19.372  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_13
2026-08-29 10:02:19.381  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_14
2026-08-29 10:02:19.431  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_2
2026-08-29 10:02:19.442  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: execProfitSharingUsingPOST_1
2026-08-29 10:02:19.445  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refreshProfitSharingUsingPOST_1
2026-08-29 10:02:19.510  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deliveryUsingPOST_1
2026-08-29 10:02:19.529  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: takeUsingPUT_1
2026-08-29 10:02:19.559  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: downLoadDeliverExcelUsingGET_1
2026-08-29 10:02:19.598  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_15
2026-08-29 10:02:19.614  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_12
2026-08-29 10:02:19.637  INFO 2498519 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:02:19.648  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_4
2026-08-29 10:02:19.651  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_4
2026-08-29 10:02:19.652  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_2
2026-08-29 10:02:19.655  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_3
2026-08-29 10:02:19.679  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_5
2026-08-29 10:02:19.683  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_5
2026-08-29 10:02:19.685  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_16
2026-08-29 10:02:19.689  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_17
2026-08-29 10:02:19.690  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: delByIdsUsingDELETE_1
2026-08-29 10:02:19.693  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getStoreAfterSaleAddressUsingGET_1
2026-08-29 10:02:19.699  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_18
2026-08-29 10:02:19.700  INFO 2498519 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_6
2026-08-29 10:02:19.728  INFO 2498519 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:02:19.750  INFO 2498519 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:02:19.773  INFO 2498519 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:02:19.776  INFO 2498519 --- [main] o.s.s.quartz.SchedulerFactoryBean        : Starting Quartz Scheduler now
2026-08-29 10:02:19.776  INFO 2498519 --- [main] org.quartz.core.QuartzScheduler          : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2026-08-29 10:02:19.792  INFO 2498519 --- [quartzScheduler_Worker-1] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 10:02:19.829  INFO 2498519 --- [main] cn.lili.StoreApiApplication              : Started StoreApiApplication in 36.911 seconds (JVM running for 37.669)
2026-08-29 10:02:19.848  INFO 2498519 --- [main] c.l.c.s.init.SensitiveWordsLoader        : 系统初始化敏感词
2026-08-29 10:02:19.970  INFO 2498519 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator       : Application registered itself as ba13e028040f
2026-08-29 10:02:20.064  INFO 2498519 --- [http-nio-8804-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-08-29 10:02:20.064  INFO 2498519 --- [http-nio-8804-exec-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2026-08-29 10:02:20.070  INFO 2498519 --- [http-nio-8804-exec-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 6 ms
2026-08-29 10:02:21.837  INFO 2498519 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:02:21.837  INFO 2498519 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:02:21.837  INFO 2498519 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@27cfe9c1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@469532f2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a74fcfd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@412c41cb, containsSubquery=false)
2026-08-29 10:02:21.838  INFO 2498519 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:02:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 255
2026-08-29 10:02:26.320  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:02:26.322  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:02:26.324  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@36fc2f76(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 10:02:26.325  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:02:26.325  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:02:26.325  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:02:26.325  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:02:26.326  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:02:35.453  INFO 2498519 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:02:35.453  INFO 2498519 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:02:35.453  INFO 2498519 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@17ba35f5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@197dd972, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d425e85, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5840d349, containsSubquery=false)
2026-08-29 10:02:35.453  INFO 2498519 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:02:55.453  INFO 2498519 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:02:55.453  INFO 2498519 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:02:55.453  INFO 2498519 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19d5456d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1712a827, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@132d2e1d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@562fa21c, containsSubquery=false)
2026-08-29 10:02:55.454  INFO 2498519 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:02:56.322  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 256
2026-08-29 10:02:56.323  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:02:56.328  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:02:56.329  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@17b62be7(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 10:02:56.330  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:02:56.330  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:02:56.330  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:02:56.330  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:02:56.330  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:03:15.452  INFO 2498519 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:03:15.453  INFO 2498519 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:03:15.453  INFO 2498519 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7edebde2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@70195c49, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7426d692, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31245672, containsSubquery=false)
2026-08-29 10:03:15.453  INFO 2498519 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:03:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 257
2026-08-29 10:03:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:03:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:03:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:03:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:03:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:03:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:03:26.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:03:26.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@651dc31b(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 10:03:35.454  INFO 2498519 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:03:35.454  INFO 2498519 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:03:35.454  INFO 2498519 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@14323d08, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1af5c1fe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1eca5678, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5bc8cbc5, containsSubquery=false)
2026-08-29 10:03:35.454  INFO 2498519 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:03:55.452  INFO 2498519 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:03:55.452  INFO 2498519 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:03:55.452  INFO 2498519 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@542812dd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5aeff628, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ed079ad, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1bd2fc13, containsSubquery=false)
2026-08-29 10:03:55.452  INFO 2498519 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:03:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 258
2026-08-29 10:03:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:03:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:03:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:03:56.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@15c7925d(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 10:03:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:03:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:03:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:03:56.322  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:04:15.452  INFO 2498519 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:04:15.452  INFO 2498519 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:04:15.452  INFO 2498519 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d271315, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@63e0f0c1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@67df7865, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@22ddfafa, containsSubquery=false)
2026-08-29 10:04:15.453  INFO 2498519 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:04:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 259
2026-08-29 10:04:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:04:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:04:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:04:26.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@d0ef1ca(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 10:04:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:04:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:04:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:04:26.322  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:04:35.457  INFO 2498519 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:04:35.458  INFO 2498519 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:04:35.458  INFO 2498519 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47bae91a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@497d1f9d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4d42826a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@84015a6, containsSubquery=false)
2026-08-29 10:04:35.458  INFO 2498519 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:04:55.451  INFO 2498519 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:04:55.451  INFO 2498519 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:04:55.451  INFO 2498519 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7c62d562, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@72a5349e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@769abe12, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33983ea5, containsSubquery=false)
2026-08-29 10:04:55.451  INFO 2498519 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:04:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 260
2026-08-29 10:04:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:04:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:04:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:04:56.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4a088e0a(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 10:04:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:04:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:04:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:04:56.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:05:15.453  INFO 2498519 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:05:15.454  INFO 2498519 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:05:15.454  INFO 2498519 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d1ef3a6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@73d91275, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@77e698d6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32e4184e, containsSubquery=false)
2026-08-29 10:05:15.454  INFO 2498519 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:05:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 261
2026-08-29 10:05:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:05:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:05:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:05:26.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1ea80d31(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 10:05:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:05:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:05:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:05:26.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:05:35.454  INFO 2498519 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:05:35.454  INFO 2498519 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:05:35.454  INFO 2498519 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5dfbb9b7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@533c4c78, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5703d2c7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@12014643, containsSubquery=false)
2026-08-29 10:05:35.454  INFO 2498519 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:05:55.456  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:05:55.456  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:05:55.456  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a6fd527, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f6d460e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@72d530b2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e88eb39, containsSubquery=false)
2026-08-29 10:05:55.456  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:05:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 262
2026-08-29 10:05:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:05:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:05:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:05:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:05:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:05:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:05:56.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@778cd0a8(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 10:05:56.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:06:15.475  INFO 2498519 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:06:15.475  INFO 2498519 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:06:15.475  INFO 2498519 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@18fbd2d0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5df94fab, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5238230d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6c6e141f, containsSubquery=false)
2026-08-29 10:06:15.475  INFO 2498519 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:06:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 263
2026-08-29 10:06:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:06:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:06:26.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3b5b53c0(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 10:06:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:06:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:06:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:06:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:06:26.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:06:35.452  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:06:35.452  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:06:35.452  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3655280a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3892d0b0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3cad437a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79afda8b, containsSubquery=false)
2026-08-29 10:06:35.452  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:06:55.458  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:06:55.459  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:06:55.459  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5ce68c34, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@25a5477c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6357dc60, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64cac373, containsSubquery=false)
2026-08-29 10:06:55.460  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:06:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 264
2026-08-29 10:06:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:06:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:06:56.322  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:06:56.322  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1e1cd2e5(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 10:06:56.322  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:06:56.322  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:06:56.322  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:06:56.322  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:07:15.454  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:07:15.455  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:07:15.455  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@53a669f3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6979d2ed, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4688bcba, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35380e9a, containsSubquery=false)
2026-08-29 10:07:15.455  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:07:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 265
2026-08-29 10:07:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:07:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:07:26.322  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:07:26.322  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@476b217a(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 10:07:26.322  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:07:26.322  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:07:26.322  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:07:26.323  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:07:35.453  INFO 2498519 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:07:35.453  INFO 2498519 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:07:35.453  INFO 2498519 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e78ed57, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50bf18e8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54808627, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@118212d3, containsSubquery=false)
2026-08-29 10:07:35.453  INFO 2498519 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:07:55.452  INFO 2498519 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:07:55.452  INFO 2498519 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:07:55.452  INFO 2498519 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@842a30c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6854c74, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2bac87c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@47b8464f, containsSubquery=false)
2026-08-29 10:07:55.452  INFO 2498519 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:07:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 266
2026-08-29 10:07:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:07:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:07:56.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@544180e3(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 10:07:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:07:56.322  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:07:56.322  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:07:56.322  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:07:56.322  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:08:15.451  INFO 2498519 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:08:15.451  INFO 2498519 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:08:15.451  INFO 2498519 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@722f519d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ce8a1a8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@78d73aed, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3dd5ab93, containsSubquery=false)
2026-08-29 10:08:15.451  INFO 2498519 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:08:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 267
2026-08-29 10:08:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:08:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:08:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:08:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:08:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:08:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:08:26.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:08:26.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3494f448(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 10:08:35.452  INFO 2498519 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:08:35.453  INFO 2498519 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:08:35.453  INFO 2498519 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2330662a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2df79c3c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29c80d5a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6cca9607, containsSubquery=false)
2026-08-29 10:08:35.453  INFO 2498519 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:08:55.451  INFO 2498519 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:08:55.451  INFO 2498519 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:08:55.451  INFO 2498519 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7fa36ad7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71648b53, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@755b01a7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30598168, containsSubquery=false)
2026-08-29 10:08:55.451  INFO 2498519 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:08:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 268
2026-08-29 10:08:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:08:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:08:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:08:56.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1bb200c9(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 10:08:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:08:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:08:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:08:56.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:09:15.455  INFO 2498519 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:09:15.455  INFO 2498519 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:09:15.455  INFO 2498519 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@166a5662, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@18adbadf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c923d12, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5990b0e4, containsSubquery=false)
2026-08-29 10:09:15.455  INFO 2498519 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:09:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 269
2026-08-29 10:09:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:09:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:09:26.322  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:09:26.322  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:09:26.322  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2957c1a5(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 10:09:26.322  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:09:26.323  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:09:26.323  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:09:35.453  INFO 2498519 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:09:35.453  INFO 2498519 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:09:35.453  INFO 2498519 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@49a18ee2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@476679a6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4359e592, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@65b739d, containsSubquery=false)
2026-08-29 10:09:35.453  INFO 2498519 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:09:55.451  INFO 2498519 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:09:55.451  INFO 2498519 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:09:55.451  INFO 2498519 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@78f27737, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@76359659, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@720a1c47, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@37089c62, containsSubquery=false)
2026-08-29 10:09:55.451  INFO 2498519 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:09:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 270
2026-08-29 10:09:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:09:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:09:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:09:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:09:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:09:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:09:56.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@d415a6e(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 10:09:56.320  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:10:15.451  INFO 2498519 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:10:15.451  INFO 2498519 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:10:15.451  INFO 2498519 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6b896b62, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@654e8863, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61710012, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@24738258, containsSubquery=false)
2026-08-29 10:10:15.451  INFO 2498519 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:10:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 271
2026-08-29 10:10:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:10:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:10:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:10:26.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@66dd71cc(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 10:10:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:10:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:10:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:10:26.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:10:35.456  INFO 2498519 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:10:35.457  INFO 2498519 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:10:35.457  INFO 2498519 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2e509623, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20976d99, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24a8fd53, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@61aa67a2, containsSubquery=false)
2026-08-29 10:10:35.457  INFO 2498519 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:10:55.451  INFO 2498519 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:10:55.451  INFO 2498519 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:10:55.451  INFO 2498519 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@23f28f8e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2d356580, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@290ae4fe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6c086fbb, containsSubquery=false)
2026-08-29 10:10:55.451  INFO 2498519 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:10:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 272
2026-08-29 10:10:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:10:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:10:56.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@59a3c229(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 10:10:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:10:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:10:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:10:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:10:56.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:11:15.451  INFO 2498519 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:11:15.451  INFO 2498519 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:11:15.451  INFO 2498519 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@169b6f02, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@185c93a1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c630472, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5961999a, containsSubquery=false)
2026-08-29 10:11:15.451  INFO 2498519 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:11:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 273
2026-08-29 10:11:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:11:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:11:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:11:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:11:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:11:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:11:26.320  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:11:26.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@67aee07(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 10:11:35.451  INFO 2498519 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:11:35.451  INFO 2498519 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:11:35.451  INFO 2498519 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@303cd92b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3efb315c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ac4b25b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7fc63b67, containsSubquery=false)
2026-08-29 10:11:35.451  INFO 2498519 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:11:55.452  INFO 2498519 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:11:55.453  INFO 2498519 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:11:55.453  INFO 2498519 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@60c160e0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e068288, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a390b90, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f3b88b3, containsSubquery=false)
2026-08-29 10:11:55.453  INFO 2498519 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:11:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 274
2026-08-29 10:11:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:11:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:11:56.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4b6c8554(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 10:11:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:11:56.322  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:11:56.322  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:11:56.322  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:11:56.323  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:12:15.450  INFO 2498519 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:12:15.450  INFO 2498519 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:12:15.450  INFO 2498519 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2b1757b6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@25d0bca4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@21ef3cc6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64edb69f, containsSubquery=false)
2026-08-29 10:12:15.450  INFO 2498519 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:12:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 275
2026-08-29 10:12:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:12:26.319  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:12:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:12:26.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7f4a2f02(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 10:12:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:12:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:12:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:12:26.320  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:12:35.451  INFO 2498519 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:12:35.452  INFO 2498519 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:12:35.452  INFO 2498519 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5a08e887, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@54cf0db6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@50f083f7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15f2078d, containsSubquery=false)
2026-08-29 10:12:35.452  INFO 2498519 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:12:55.449  INFO 2498519 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:12:55.449  INFO 2498519 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:12:55.450  INFO 2498519 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@526f1d4c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ca8e971, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5897763c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d95e34a, containsSubquery=false)
2026-08-29 10:12:55.450  INFO 2498519 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:12:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 276
2026-08-29 10:12:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:12:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:12:56.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@768bf092(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 10:12:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:12:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:12:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:12:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:12:56.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:13:15.452  INFO 2498519 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:13:15.452  INFO 2498519 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:13:15.452  INFO 2498519 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5a9c4652, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@545ba371, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@50642d22, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1566a94a, containsSubquery=false)
2026-08-29 10:13:15.452  INFO 2498519 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:13:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 277
2026-08-29 10:13:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:13:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:13:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:13:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:13:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:13:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:13:26.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@79716706(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 10:13:26.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:13:34.469  INFO 2498519 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:13:34.469  INFO 2498519 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 10:13:34.469  INFO 2498519 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@224c80a1, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2564da7f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e6f821f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3c9d5fa0, containsSubquery=false)
2026-08-29 10:13:34.469  INFO 2498519 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 10:13:34.621  INFO 2498519 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:13:34.621  INFO 2498519 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 10:13:34.621  INFO 2498519 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@75687363, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6051718c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@44007378, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4f341d5, containsSubquery=false)
2026-08-29 10:13:34.621  INFO 2498519 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 10:13:34.644  INFO 2498519 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:13:34.644  INFO 2498519 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 10:13:34.644  INFO 2498519 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c1442ef, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f4cddb5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@545046b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f50dc42, containsSubquery=false)
2026-08-29 10:13:34.645  INFO 2498519 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 10:13:34.711  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:13:34.711  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 10:13:34.711  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e716f2e, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d8e9e2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@770afdb8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53726833, containsSubquery=false)
2026-08-29 10:13:34.712  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 10:13:34.751  INFO 2498519 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:13:34.751  INFO 2498519 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 10:13:34.751  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:13:34.751  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 10:13:34.751  INFO 2498519 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6886250c, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@577ad48d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76019d6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c13dbb2, containsSubquery=true)
2026-08-29 10:13:34.751  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1c55898e, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2bbe1298, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@72ab7a33, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a859fd9, containsSubquery=false)
2026-08-29 10:13:34.751  INFO 2498519 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 10:13:34.751  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 10:13:34.773  INFO 2498519 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:13:34.773  INFO 2498519 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 10:13:34.773  INFO 2498519 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c1442ef, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d4a276d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ae92bc2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ccfe26a, containsSubquery=false)
2026-08-29 10:13:34.774  INFO 2498519 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 10:13:34.810  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:13:34.811  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 10:13:34.811  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25ceb446, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6af43b59, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@670cd895, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6573a101, containsSubquery=false)
2026-08-29 10:13:34.811  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 10:13:34.835  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:13:34.835  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 10:13:34.835  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@11842072, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@37837886, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c34e51e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3461fab4, containsSubquery=false)
2026-08-29 10:13:34.835  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 10:13:34.846  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:13:34.846  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 10:13:34.846  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@11842072, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a3e33cc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ce08e11, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@197a1067, containsSubquery=false)
2026-08-29 10:13:34.846  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 10:13:34.862  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:13:34.862  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 10:13:34.862  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@11842072, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3bdc13c8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@72ecd5fc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@109fcbb, containsSubquery=false)
2026-08-29 10:13:34.862  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 10:13:34.873  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:13:34.873  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 10:13:34.873  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@11842072, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3bb2380c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@443bfcc2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@14f1ecb0, containsSubquery=false)
2026-08-29 10:13:34.873  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 10:13:34.903  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:13:34.904  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 10:13:34.904  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4abcf99d, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4622d99e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2475a7e1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@395c36d2, containsSubquery=false)
2026-08-29 10:13:34.904  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 10:13:34.913  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:13:34.913  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 10:13:34.913  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4abcf99d, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d7c688b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@154e3d50, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@bd2c574, containsSubquery=false)
2026-08-29 10:13:34.913  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 10:13:34.936  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:13:34.936  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 10:13:34.936  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@492f1c02, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4377cc55, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22becaa8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@44cac0c2, containsSubquery=false)
2026-08-29 10:13:34.936  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 10:13:34.966  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:13:34.967  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 10:13:34.967  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30832c37, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@15b075ce, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@112a5d4f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@23219fdf, containsSubquery=false)
2026-08-29 10:13:34.967  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 10:13:34.978  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:13:34.978  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 10:13:34.978  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e716f2e, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5df6d2c0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@160a2534, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e921a78, containsSubquery=false)
2026-08-29 10:13:34.978  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 10:13:34.994  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:13:34.994  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 10:13:34.994  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22efd98, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1fb5512b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79989dd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e65a24a, containsSubquery=false)
2026-08-29 10:13:34.994  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 10:13:35.045  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:13:35.045  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 10:13:35.045  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a6b9b13, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@16d69011, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@531e9602, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@752fc220, containsSubquery=false)
2026-08-29 10:13:35.045  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 10:13:35.013, 2026-08-29 10:13:35.018, 2026-08-29 10:13:35.018]
2026-08-29 10:13:35.079  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:13:35.079  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 10:13:35.079  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45a62d71, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@244dc5f7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24cf8121, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55631d44, containsSubquery=false)
2026-08-29 10:13:35.079  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 10:13:35.116  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:13:35.116  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 10:13:35.116  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a64e024, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@37402aa6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@492d27e9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a625ee1, containsSubquery=false)
2026-08-29 10:13:35.117  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 10:13:35.146  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:13:35.147  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 10:13:35.147  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47ac07b0, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6cb2ce19, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d6c79d3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@205e2eac, containsSubquery=false)
2026-08-29 10:13:35.147  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 10:13:35.180  INFO 2498519 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:13:35.180  INFO 2498519 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 10:13:35.180  INFO 2498519 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2cf370a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d23bdbd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@116816dd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4df0e95e, containsSubquery=false)
2026-08-29 10:13:35.180  INFO 2498519 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13222222225]
2026-08-29 10:13:35.185  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:13:35.185  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 10:13:35.185  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5079f3e1, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e9c3d08, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5645e96c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4bb44d71, containsSubquery=false)
2026-08-29 10:13:35.185  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 10:13:35.193  WARN 2498519 --- [http-nio-8804-exec-44] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 10:13:35.273  INFO 2498519 --- [http-nio-8804-exec-45] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2079509376485502977
2026-08-29 10:13:35.285  INFO 2498519 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:13:35.285  INFO 2498519 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 10:13:35.285  INFO 2498519 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5bb845bf, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e386ad8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@293bd154, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@65845808, containsSubquery=false)
2026-08-29 10:13:35.286  INFO 2498519 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 10:13:35.299  INFO 2498519 --- [http-nio-8804-exec-45] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1785555863, appId=6a6d6b97e4b0dfa55a9303ba, name=微信支付
2026-08-29 10:13:35.456  INFO 2498519 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:13:35.459  INFO 2498519 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:13:35.459  INFO 2498519 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@c60673c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a798c0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6980c4c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@439a92fb, containsSubquery=false)
2026-08-29 10:13:35.459  INFO 2498519 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:13:55.450  INFO 2498519 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:13:55.451  INFO 2498519 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:13:55.451  INFO 2498519 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40abedff, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4e6c1b9a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a53868f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f5111a1, containsSubquery=false)
2026-08-29 10:13:55.451  INFO 2498519 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:13:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 278
2026-08-29 10:13:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:13:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:13:56.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@37fda953(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 10:13:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:13:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:13:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:13:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:13:56.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:14:15.449  INFO 2498519 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:14:15.449  INFO 2498519 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:14:15.449  INFO 2498519 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@15bf587a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b78a4bd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1f47330a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a45ae86, containsSubquery=false)
2026-08-29 10:14:15.449  INFO 2498519 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:14:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 279
2026-08-29 10:14:26.320  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:14:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:14:26.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7ebd41a7(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 10:14:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:14:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:14:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:14:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:14:26.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:14:35.450  INFO 2498519 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:14:35.451  INFO 2498519 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:14:35.451  INFO 2498519 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@620845ad, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ccfb79c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68f02edd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2df2bda7, containsSubquery=false)
2026-08-29 10:14:35.451  INFO 2498519 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:14:55.451  INFO 2498519 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:14:55.451  INFO 2498519 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:14:55.451  INFO 2498519 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@525cab63, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c9b4f58, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@58a4c013, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1da64563, containsSubquery=false)
2026-08-29 10:14:55.451  INFO 2498519 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:14:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 280
2026-08-29 10:14:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:14:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:14:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:14:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:14:56.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@45057cbe(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 10:14:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:14:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:14:56.320  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:15:15.451  INFO 2498519 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:15:15.451  INFO 2498519 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:15:15.451  INFO 2498519 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@41959e70, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1988646d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3df90219, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4497353e, containsSubquery=false)
2026-08-29 10:15:15.451  INFO 2498519 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:15:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 281
2026-08-29 10:15:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:15:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:15:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:15:26.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6d0555cc(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 10:15:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:15:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:15:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:15:26.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:15:35.451  INFO 2498519 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:15:35.451  INFO 2498519 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:15:35.451  INFO 2498519 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@31e08dcf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5865cb9e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@57e24606, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1fdf187a, containsSubquery=false)
2026-08-29 10:15:35.451  INFO 2498519 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:15:55.450  INFO 2498519 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:15:55.450  INFO 2498519 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:15:55.450  INFO 2498519 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66eb7109, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@386f2c06, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c79b13a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4031ae49, containsSubquery=false)
2026-08-29 10:15:55.450  INFO 2498519 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:15:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 282
2026-08-29 10:15:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:15:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:15:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:15:56.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@339a3c90(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 10:15:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:15:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:15:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:15:56.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:16:15.451  INFO 2498519 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:16:15.451  INFO 2498519 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:16:15.451  INFO 2498519 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1d1433af, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@36005d53, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4048c6b9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3aa56d06, containsSubquery=false)
2026-08-29 10:16:15.451  INFO 2498519 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:16:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 283
2026-08-29 10:16:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:16:26.319  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:16:26.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3736beca(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 10:16:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:16:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:16:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:16:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:16:26.320  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:16:35.451  INFO 2498519 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:16:35.451  INFO 2498519 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:16:35.452  INFO 2498519 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@428fe0d8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@510ba93d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1db9c901, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64bfa9ad, containsSubquery=false)
2026-08-29 10:16:35.452  INFO 2498519 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:16:55.449  INFO 2498519 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:16:55.450  INFO 2498519 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:16:55.450  INFO 2498519 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4efdfa3b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@403a0d94, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4405914b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@10707af, containsSubquery=false)
2026-08-29 10:16:55.450  INFO 2498519 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:16:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 284
2026-08-29 10:16:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:16:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:16:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:16:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:16:56.322  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:16:56.322  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:16:56.322  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:16:56.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@10045a65(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 10:17:15.451  INFO 2498519 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:17:15.453  INFO 2498519 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:17:15.453  INFO 2498519 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@26ec5571, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3be7348a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e2b2500, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@796bce06, containsSubquery=false)
2026-08-29 10:17:15.453  INFO 2498519 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:17:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 285
2026-08-29 10:17:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:17:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:17:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:17:26.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6a6f47b5(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 10:17:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:17:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:17:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:17:26.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:17:35.453  INFO 2498519 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:17:35.453  INFO 2498519 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:17:35.453  INFO 2498519 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f352483, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@42f205b5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@addf866, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3286f087, containsSubquery=false)
2026-08-29 10:17:35.453  INFO 2498519 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:17:55.452  INFO 2498519 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:17:55.452  INFO 2498519 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:17:55.453  INFO 2498519 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@600a3e6b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@686feae9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@663f1ece, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4a46e548, containsSubquery=false)
2026-08-29 10:17:55.454  INFO 2498519 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:17:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 286
2026-08-29 10:17:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:17:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:17:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:17:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:17:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:17:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:17:56.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3a0514e5(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 10:17:56.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:18:15.450  INFO 2498519 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:18:15.450  INFO 2498519 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:18:15.450  INFO 2498519 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2128be7c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53b7c1ea, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@53af7f51, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5e93de32, containsSubquery=false)
2026-08-29 10:18:15.450  INFO 2498519 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:18:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 287
2026-08-29 10:18:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:18:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:18:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:18:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:18:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:18:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:18:26.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:18:26.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@271682cf(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 10:18:35.452  INFO 2498519 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:18:35.452  INFO 2498519 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:18:35.452  INFO 2498519 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40ffb138, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52cbe701, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@785c9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66b0457d, containsSubquery=false)
2026-08-29 10:18:35.452  INFO 2498519 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:18:55.452  INFO 2498519 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:18:55.452  INFO 2498519 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:18:55.452  INFO 2498519 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3c8bb85a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@324c51bb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3673d32a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73715b80, containsSubquery=false)
2026-08-29 10:18:55.452  INFO 2498519 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:18:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 288
2026-08-29 10:18:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:18:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:18:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:18:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:18:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:18:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:18:56.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:18:56.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@69b9aed7(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 10:19:15.450  INFO 2498519 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:19:15.451  INFO 2498519 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:19:15.451  INFO 2498519 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a85c941, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@722eb90c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b2dd637, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@358a8e4f, containsSubquery=false)
2026-08-29 10:19:15.451  INFO 2498519 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:19:25.579  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:19:25.588  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:19:25.588  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@14c940bb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d41a038, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@11dea961, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b0c82aa, containsSubquery=false)
2026-08-29 10:19:25.588  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:19:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 289
2026-08-29 10:19:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:19:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:19:26.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5621e6ec(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 10:19:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:19:26.322  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:19:26.322  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:19:26.322  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:19:26.322  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:19:45.466  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:19:45.466  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:19:45.466  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@578e393, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1dce58fd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b1f81b9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57f8fc63, containsSubquery=false)
2026-08-29 10:19:45.467  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:19:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 290
2026-08-29 10:19:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:19:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:19:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:19:56.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@55b96ae7(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 10:19:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:19:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:19:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:19:56.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:20:05.527  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:20:05.527  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:20:05.527  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e5d2477, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6cbea594, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b9bde05, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6aebb26f, containsSubquery=false)
2026-08-29 10:20:05.527  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:20:25.471  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:20:25.471  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:20:25.471  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4fb34083, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e063afd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4de5e74e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18eb067, containsSubquery=false)
2026-08-29 10:20:25.472  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:20:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 291
2026-08-29 10:20:26.320  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:20:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:20:26.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4429004c(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 10:20:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:20:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:20:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:20:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:20:26.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:20:45.477  INFO 2498519 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:20:45.478  INFO 2498519 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:20:45.478  INFO 2498519 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@699e7583, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@675996c0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63661ef3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26649cfb, containsSubquery=false)
2026-08-29 10:20:45.478  INFO 2498519 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:20:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 292
2026-08-29 10:20:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:20:56.319  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:20:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:20:56.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@49c4e456(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 10:20:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:20:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:20:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:20:56.320  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:21:05.511  INFO 2498519 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:21:05.511  INFO 2498519 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:21:05.511  INFO 2498519 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70386dc2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71aded9c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@33d99a07, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@585911ca, containsSubquery=false)
2026-08-29 10:21:05.511  INFO 2498519 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:21:25.467  INFO 2498519 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:21:25.467  INFO 2498519 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:21:25.467  INFO 2498519 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22980922, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2797b900, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@37706ea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5baf50e2, containsSubquery=false)
2026-08-29 10:21:25.467  INFO 2498519 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:21:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 293
2026-08-29 10:21:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:21:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:21:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:21:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:21:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:21:26.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1c944e3a(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 10:21:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:21:26.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:21:45.490  INFO 2498519 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:21:45.490  INFO 2498519 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:21:45.490  INFO 2498519 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3427ab65, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ce56948, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d7b4bfa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26d679bd, containsSubquery=false)
2026-08-29 10:21:45.490  INFO 2498519 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:21:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 294
2026-08-29 10:21:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:21:56.319  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:21:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:21:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:21:56.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@8bfab39(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 10:21:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:21:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:21:56.320  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:22:05.494  INFO 2498519 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:22:05.495  INFO 2498519 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:22:05.495  INFO 2498519 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2cd8e815, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50767e27, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41acbfdf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5cafc6aa, containsSubquery=false)
2026-08-29 10:22:05.495  INFO 2498519 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:22:25.478  INFO 2498519 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:22:25.478  INFO 2498519 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:22:25.478  INFO 2498519 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6574c471, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39bf4fab, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4de146da, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3de44446, containsSubquery=false)
2026-08-29 10:22:25.478  INFO 2498519 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:22:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 295
2026-08-29 10:22:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:22:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:22:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:22:26.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@25334652(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 10:22:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:22:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:22:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:22:26.322  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:22:45.499  INFO 2498519 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:22:45.500  INFO 2498519 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:22:45.500  INFO 2498519 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@290fabad, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@27c840fc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@23f7c0dd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66f54ac7, containsSubquery=false)
2026-08-29 10:22:45.500  INFO 2498519 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:22:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 296
2026-08-29 10:22:56.320  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:22:56.322  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:22:56.324  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:22:56.324  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:22:56.324  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@67a5e7f8(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 10:22:56.324  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:22:56.324  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:22:56.324  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:23:05.473  INFO 2498519 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:23:05.474  INFO 2498519 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:23:05.474  INFO 2498519 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3beed7a9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66748cd2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@64676a4d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6df45d4c, containsSubquery=false)
2026-08-29 10:23:05.474  INFO 2498519 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:23:25.476  INFO 2498519 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:23:25.476  INFO 2498519 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:23:25.476  INFO 2498519 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@24bf1054, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5727632d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4be06474, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63da6bf5, containsSubquery=false)
2026-08-29 10:23:25.476  INFO 2498519 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:23:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 297
2026-08-29 10:23:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:23:26.319  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:23:26.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@ba85d55(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 10:23:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:23:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:23:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:23:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:23:26.320  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:23:45.481  INFO 2498519 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:23:45.481  INFO 2498519 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:23:45.481  INFO 2498519 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@33a06e4c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@18598ed, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42861c23, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18c69d9a, containsSubquery=false)
2026-08-29 10:23:45.481  INFO 2498519 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:23:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 298
2026-08-29 10:23:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:23:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:23:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:23:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:23:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:23:56.322  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:23:56.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@48b253ab(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 10:23:56.322  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:24:05.507  INFO 2498519 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:24:05.507  INFO 2498519 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:24:05.507  INFO 2498519 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@237d4697, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c2790f4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5fdfe170, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@717946f7, containsSubquery=false)
2026-08-29 10:24:05.507  INFO 2498519 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:24:25.486  INFO 2498519 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:24:25.487  INFO 2498519 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:24:25.487  INFO 2498519 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6c369f80, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@394e66d5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@559b9e71, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2fa0d33c, containsSubquery=false)
2026-08-29 10:24:25.487  INFO 2498519 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:24:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 299
2026-08-29 10:24:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:24:26.319  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:24:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:24:26.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@706a0ed9(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 10:24:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:24:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:24:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:24:26.320  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:24:45.516  INFO 2498519 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:24:45.516  INFO 2498519 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:24:45.516  INFO 2498519 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5efb9297, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@503c6738, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5403f9e7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@11016d03, containsSubquery=false)
2026-08-29 10:24:45.517  INFO 2498519 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:24:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 300
2026-08-29 10:24:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:24:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:24:56.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3587ce92(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 10:24:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:24:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:24:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:24:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:24:56.320  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:25:05.509  INFO 2498519 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:25:05.510  INFO 2498519 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:25:05.510  INFO 2498519 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@51bac07b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1fe9c428, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c8e5b08, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4d00d248, containsSubquery=false)
2026-08-29 10:25:05.510  INFO 2498519 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:25:25.481  INFO 2498519 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:25:25.481  INFO 2498519 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:25:25.481  INFO 2498519 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3c991ecc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4f1477fc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a29ad41, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5306ff1b, containsSubquery=false)
2026-08-29 10:25:25.481  INFO 2498519 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:25:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 301
2026-08-29 10:25:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:25:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:25:26.322  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@259e9492(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 10:25:26.322  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:25:26.322  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:25:26.322  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:25:26.322  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:25:26.322  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:25:45.466  INFO 2498519 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:25:45.466  INFO 2498519 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:25:45.466  INFO 2498519 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70965732, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@75ddf8c2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61a1b7a4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@297f6234, containsSubquery=false)
2026-08-29 10:25:45.466  INFO 2498519 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:25:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 302
2026-08-29 10:25:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:25:56.319  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:25:56.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@f50b84(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 10:25:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:25:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:25:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:25:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:25:56.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:26:05.587  INFO 2498519 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:26:05.587  INFO 2498519 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:26:05.587  INFO 2498519 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f07291c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7dba1c05, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1aa12f3b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@223ae33d, containsSubquery=false)
2026-08-29 10:26:05.587  INFO 2498519 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:26:25.662  INFO 2498519 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:26:25.662  INFO 2498519 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:26:25.662  INFO 2498519 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5545991e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@75495605, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e89e00d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3735b3d7, containsSubquery=false)
2026-08-29 10:26:25.662  INFO 2498519 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:26:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 303
2026-08-29 10:26:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:26:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:26:26.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2626f4e8(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 10:26:26.323  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:26:26.323  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:26:26.323  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:26:26.323  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:26:26.323  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:26:45.501  INFO 2498519 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:26:45.502  INFO 2498519 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:26:45.502  INFO 2498519 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d83875b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@33447e9b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@377bec2b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@727974a0, containsSubquery=false)
2026-08-29 10:26:45.502  INFO 2498519 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:26:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 304
2026-08-29 10:26:56.320  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:26:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:26:56.323  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@272c4a04(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 10:26:56.323  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:26:56.324  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:26:56.324  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:26:56.324  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:26:56.325  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:27:05.482  INFO 2498519 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:27:05.482  INFO 2498519 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:27:05.482  INFO 2498519 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@617e0d08, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e5b35e8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e7a7dff, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@12fda6c5, containsSubquery=false)
2026-08-29 10:27:05.482  INFO 2498519 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:27:25.523  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:27:25.523  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:27:25.523  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@301afffa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@45dc62df, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@532c99bd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d90f976, containsSubquery=false)
2026-08-29 10:27:25.523  INFO 2498519 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:27:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 305
2026-08-29 10:27:26.321  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:27:26.322  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:27:26.326  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:27:26.326  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:27:26.326  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:27:26.326  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:27:26.326  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2129e58a(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 10:27:26.327  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:27:45.475  INFO 2498519 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:27:45.476  INFO 2498519 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:27:45.476  INFO 2498519 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@34af2c90, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@23b56db4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@d76c83d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@622d4945, containsSubquery=false)
2026-08-29 10:27:45.476  INFO 2498519 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:27:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 306
2026-08-29 10:27:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:27:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:27:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:27:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:27:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:27:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:27:56.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:27:56.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@676c2d66(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 10:28:05.467  INFO 2498519 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:28:05.467  INFO 2498519 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:28:05.467  INFO 2498519 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@68a52642, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f7eeeee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29bf3d79, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3277cb1f, containsSubquery=false)
2026-08-29 10:28:05.467  INFO 2498519 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:28:25.485  INFO 2498519 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:28:25.486  INFO 2498519 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:28:25.486  INFO 2498519 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4dace764, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a6a51c9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d322819, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c95b726, containsSubquery=false)
2026-08-29 10:28:25.486  INFO 2498519 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:28:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 307
2026-08-29 10:28:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:28:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:28:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:28:26.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7fb0c26f(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 10:28:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:28:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:28:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:28:26.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:28:45.576  INFO 2498519 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:28:45.576  INFO 2498519 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:28:45.576  INFO 2498519 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@522b7057, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d89ba2c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@60126950, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@400fd159, containsSubquery=false)
2026-08-29 10:28:45.576  INFO 2498519 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:28:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 308
2026-08-29 10:28:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:28:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:28:56.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@70f53cfb(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 10:28:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:28:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:28:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:28:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:28:56.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:29:05.473  INFO 2498519 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:29:05.473  INFO 2498519 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:29:05.473  INFO 2498519 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@671ca3e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b32310b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@304b49ea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c86f914, containsSubquery=false)
2026-08-29 10:29:05.473  INFO 2498519 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:29:25.508  INFO 2498519 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:29:25.510  INFO 2498519 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:29:25.510  INFO 2498519 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4043e077, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@54645345, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3806ff15, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5e4edc6, containsSubquery=false)
2026-08-29 10:29:25.510  INFO 2498519 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:29:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 309
2026-08-29 10:29:26.320  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:29:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:29:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:29:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:29:26.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@45f993d0(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 10:29:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:29:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:29:26.322  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:29:45.472  INFO 2498519 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:29:45.473  INFO 2498519 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:29:45.473  INFO 2498519 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4d206607, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@aeda0c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@220d262, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31b455ce, containsSubquery=false)
2026-08-29 10:29:45.473  INFO 2498519 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:29:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 310
2026-08-29 10:29:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:29:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:29:56.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@21b682b8(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 10:29:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:29:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:29:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:29:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:29:56.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:30:05.534  INFO 2498519 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:30:05.534  INFO 2498519 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:30:05.534  INFO 2498519 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@34b5f21c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@25e974d1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@263fadd2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60084f60, containsSubquery=false)
2026-08-29 10:30:05.534  INFO 2498519 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:30:25.478  INFO 2498519 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:30:25.479  INFO 2498519 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:30:25.479  INFO 2498519 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6672ee7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f0c0d47, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e60ff78, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63fc6157, containsSubquery=false)
2026-08-29 10:30:25.479  INFO 2498519 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:30:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 311
2026-08-29 10:30:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:30:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:30:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:30:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:30:26.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6aecb30c(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 10:30:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:30:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:30:26.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:30:45.468  INFO 2498519 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:30:45.468  INFO 2498519 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:30:45.468  INFO 2498519 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@58aba625, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6128f8e0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@111e1bfa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46b0f671, containsSubquery=false)
2026-08-29 10:30:45.468  INFO 2498519 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:30:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 312
2026-08-29 10:30:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:30:56.319  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:30:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:30:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:30:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:30:56.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@41be0948(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 10:30:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:30:56.320  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:31:05.503  INFO 2498519 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:31:05.503  INFO 2498519 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:31:05.503  INFO 2498519 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@382d5a04, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f11b8f9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@60daecff, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@14d9ccfb, containsSubquery=false)
2026-08-29 10:31:05.503  INFO 2498519 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:31:25.468  INFO 2498519 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:31:25.468  INFO 2498519 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:31:25.468  INFO 2498519 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@77435bc3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7bfd035c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3195f5a6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b74b81, containsSubquery=false)
2026-08-29 10:31:25.469  INFO 2498519 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:31:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 313
2026-08-29 10:31:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:31:26.319  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:31:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:31:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:31:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:31:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:31:26.320  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:31:26.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@b5c4002(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 10:31:45.466  INFO 2498519 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:31:45.466  INFO 2498519 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:31:45.466  INFO 2498519 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7f04d6a5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3fa6e539, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6754084f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7bc694c7, containsSubquery=false)
2026-08-29 10:31:45.466  INFO 2498519 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:31:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 314
2026-08-29 10:31:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:31:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:31:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:31:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:31:56.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@42a0b867(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 10:31:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:31:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:31:56.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:32:05.492  INFO 2498519 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:05.492  INFO 2498519 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:32:05.492  INFO 2498519 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a10b7a7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@eef9c35, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@fe2cf44, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73d0510a, containsSubquery=false)
2026-08-29 10:32:05.492  INFO 2498519 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:32:25.468  INFO 2498519 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:25.469  INFO 2498519 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:32:25.469  INFO 2498519 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a0a5f55, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@135ea4cf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a785dec, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@49c6ff90, containsSubquery=false)
2026-08-29 10:32:25.469  INFO 2498519 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:32:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 315
2026-08-29 10:32:26.320  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:32:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:32:26.322  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:32:26.322  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@527542fc(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 10:32:26.322  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:32:26.322  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:32:26.322  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:32:26.325  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:32:45.484  INFO 2498519 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:45.484  INFO 2498519 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:32:45.484  INFO 2498519 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@43494b0e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@22d04dde, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f9f8d8c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c30b59b, containsSubquery=false)
2026-08-29 10:32:45.484  INFO 2498519 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:32:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 316
2026-08-29 10:32:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:32:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:32:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:32:56.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1a4c5ade(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 10:32:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:32:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:32:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:32:56.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:32:57.152  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:57.152  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 10:32:57.152  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@224c80a1, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46ca5f93, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@642f3b78, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@407e9df6, containsSubquery=false)
2026-08-29 10:32:57.152  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 10:32:57.158  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:57.158  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 10:32:57.158  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@75687363, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f2f26df, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b0a85e1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b6a1636, containsSubquery=false)
2026-08-29 10:32:57.158  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 10:32:57.164  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:57.164  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 10:32:57.164  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c1442ef, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51f29174, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ae2e6da, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6db46af2, containsSubquery=false)
2026-08-29 10:32:57.164  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 10:32:57.169  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:57.169  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 10:32:57.169  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6886250c, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a10b3a3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@64bdbfe9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e0fb22a, containsSubquery=true)
2026-08-29 10:32:57.169  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 10:32:57.175  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:57.175  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 10:32:57.175  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c1442ef, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@656fb0ca, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3622d0af, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@44670725, containsSubquery=false)
2026-08-29 10:32:57.175  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 10:32:57.599  INFO 2498519 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:57.600  INFO 2498519 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 10:32:57.600  INFO 2498519 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2cf370a7, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ee5dc18, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3237fb37, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31412ec7, containsSubquery=false)
2026-08-29 10:32:57.600  INFO 2498519 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13222222225]
2026-08-29 10:32:57.682  INFO 2498519 --- [http-nio-8804-exec-17] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2079509376485502977
2026-08-29 10:32:57.690  INFO 2498519 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:57.690  INFO 2498519 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 10:32:57.690  INFO 2498519 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5bb845bf, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34fe5deb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@cf17aa5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@725b9e91, containsSubquery=false)
2026-08-29 10:32:57.690  INFO 2498519 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 10:32:57.697  INFO 2498519 --- [http-nio-8804-exec-17] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1785555863, appId=6a6d6b97e4b0dfa55a9303ba, name=微信支付
2026-08-29 10:32:57.758  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:57.758  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 10:32:57.758  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e716f2e, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d5d1635, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1dd6f819, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7fa1279e, containsSubquery=false)
2026-08-29 10:32:57.758  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 10:32:57.765  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:57.766  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 10:32:57.766  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1c55898e, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@800aeb9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e6be5f0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1782fc11, containsSubquery=false)
2026-08-29 10:32:57.766  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 10:32:57.776  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:57.776  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 10:32:57.776  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25ceb446, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d032367, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7de13aa2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5cda3f9c, containsSubquery=false)
2026-08-29 10:32:57.777  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 10:32:57.800  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:57.800  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 10:32:57.800  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@11842072, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20a7717b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d8c9c2c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@467cf2fd, containsSubquery=false)
2026-08-29 10:32:57.800  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 10:32:57.808  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:57.809  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 10:32:57.809  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@11842072, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b4c2ca4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a06d22a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@ad76311, containsSubquery=false)
2026-08-29 10:32:57.809  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 10:32:57.819  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:57.819  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 10:32:57.819  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@11842072, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@bd903c7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3aa72646, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ec61cab, containsSubquery=false)
2026-08-29 10:32:57.820  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 10:32:57.829  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:57.829  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 10:32:57.829  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@11842072, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c60109, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63362f25, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30073743, containsSubquery=false)
2026-08-29 10:32:57.829  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 10:32:57.836  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:57.836  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 10:32:57.836  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4abcf99d, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@135cb7db, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a6827dc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f172019, containsSubquery=false)
2026-08-29 10:32:57.836  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 10:32:57.844  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:57.844  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 10:32:57.844  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4abcf99d, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4cbf37b8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a3ed1de, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a66cfd1, containsSubquery=false)
2026-08-29 10:32:57.844  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 10:32:57.852  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:57.852  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 10:32:57.852  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@492f1c02, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11df2042, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d7b6def, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7376cf6, containsSubquery=false)
2026-08-29 10:32:57.852  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 10:32:57.865  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:57.865  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 10:32:57.866  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30832c37, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39337015, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55ffb19, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@634daf0, containsSubquery=false)
2026-08-29 10:32:57.866  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 10:32:57.873  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:57.874  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 10:32:57.874  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e716f2e, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1a8d5046, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a4efabd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74be5094, containsSubquery=false)
2026-08-29 10:32:57.874  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 10:32:57.881  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:57.881  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 10:32:57.881  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22efd98, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e436d9f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28ffb233, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6f7a28f8, containsSubquery=false)
2026-08-29 10:32:57.881  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 10:32:57.885  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:57.885  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 10:32:57.885  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a6b9b13, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43c0f29d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7dc32ff5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56d8e282, containsSubquery=false)
2026-08-29 10:32:57.885  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 10:32:57.884, 2026-08-29 10:32:57.884, 2026-08-29 10:32:57.884]
2026-08-29 10:32:57.893  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:57.893  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 10:32:57.893  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45a62d71, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d023099, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c5f0949, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63b58411, containsSubquery=false)
2026-08-29 10:32:57.893  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 10:32:57.897  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:57.898  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 10:32:57.898  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a64e024, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@120bebcb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5dd17097, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@317cc666, containsSubquery=false)
2026-08-29 10:32:57.898  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 10:32:57.903  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:57.903  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 10:32:57.903  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47ac07b0, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2262c112, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@641da39e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68ae279a, containsSubquery=false)
2026-08-29 10:32:57.903  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 10:32:57.908  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:57.908  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 10:32:57.908  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5079f3e1, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b340e83, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52bf6288, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3734c788, containsSubquery=false)
2026-08-29 10:32:57.909  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 10:32:57.914  WARN 2498519 --- [http-nio-8804-exec-18] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 10:32:59.818  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:59.818  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 10:32:59.818  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e716f2e, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5157449a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6618fc15, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@291ba99a, containsSubquery=false)
2026-08-29 10:32:59.818  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 10:32:59.824  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:59.824  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 10:32:59.824  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1c55898e, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6976fdd8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d55ce15, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3a3bed0, containsSubquery=false)
2026-08-29 10:32:59.824  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 10:32:59.833  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:59.833  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 10:32:59.833  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25ceb446, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5caa10ce, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@426160b5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@24910384, containsSubquery=false)
2026-08-29 10:32:59.833  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 10:32:59.850  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:59.850  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 10:32:59.850  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@11842072, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6cdf2605, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40fe9539, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7fa9b2a3, containsSubquery=false)
2026-08-29 10:32:59.851  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 10:32:59.859  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:59.859  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 10:32:59.859  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@11842072, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f85eeee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5d0b7517, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73803c7f, containsSubquery=false)
2026-08-29 10:32:59.859  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 10:32:59.860  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:59.860  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 10:32:59.860  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@224c80a1, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@299f0782, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5d66875e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6bc02b58, containsSubquery=false)
2026-08-29 10:32:59.860  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 10:32:59.868  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:59.868  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 10:32:59.868  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@75687363, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@603d7ec9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68cb6fc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@241d8459, containsSubquery=false)
2026-08-29 10:32:59.868  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 10:32:59.869  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:59.869  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 10:32:59.869  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@11842072, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@59627e9a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2bf3c20d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f13d711, containsSubquery=false)
2026-08-29 10:32:59.869  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 10:32:59.873  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:59.874  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 10:32:59.874  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c1442ef, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2edb3b52, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@662c5d9c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3d6703f4, containsSubquery=false)
2026-08-29 10:32:59.874  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 10:32:59.900  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:59.900  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 10:32:59.900  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@11842072, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e46dd8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@64e896a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e005aa6, containsSubquery=false)
2026-08-29 10:32:59.900  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 10:32:59.902  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:59.903  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 10:32:59.903  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6886250c, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@197baba9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c8663d1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3d7ab754, containsSubquery=true)
2026-08-29 10:32:59.903  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 10:32:59.910  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:59.910  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 10:32:59.910  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c1442ef, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@355ab505, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5df274ed, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b847c69, containsSubquery=false)
2026-08-29 10:32:59.910  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 10:32:59.911  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:59.912  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 10:32:59.912  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4abcf99d, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7bd97d66, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7700ddd1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5e38e8ae, containsSubquery=false)
2026-08-29 10:32:59.912  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 10:32:59.929  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:59.929  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 10:32:59.929  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4abcf99d, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@63702816, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a94d14e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@37e1c487, containsSubquery=false)
2026-08-29 10:32:59.929  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 10:32:59.942  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:59.942  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 10:32:59.942  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@492f1c02, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@67fe51e6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e027462, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7511754d, containsSubquery=false)
2026-08-29 10:32:59.942  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 10:32:59.974  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:59.974  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 10:32:59.974  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30832c37, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71b25235, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@f77ea53, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72182ce0, containsSubquery=false)
2026-08-29 10:32:59.974  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 10:32:59.982  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:59.982  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 10:32:59.982  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e716f2e, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69de2b5d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a1265aa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3d30da42, containsSubquery=false)
2026-08-29 10:32:59.982  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 10:32:59.992  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:59.992  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 10:32:59.992  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22efd98, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e293dfc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55f008b1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7108cde2, containsSubquery=false)
2026-08-29 10:32:59.992  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 10:32:59.998  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:32:59.998  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 10:32:59.998  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a6b9b13, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d145954, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ac4f8c9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ec85e1a, containsSubquery=false)
2026-08-29 10:32:59.998  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 10:32:59.996, 2026-08-29 10:32:59.996, 2026-08-29 10:32:59.996]
2026-08-29 10:33:00.007  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:33:00.007  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 10:33:00.007  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45a62d71, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7712633d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b86cb4b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7990e537, containsSubquery=false)
2026-08-29 10:33:00.007  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 10:33:00.012  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:33:00.012  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 10:33:00.012  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a64e024, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2477fa57, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a301ab3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e30fcd8, containsSubquery=false)
2026-08-29 10:33:00.012  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 10:33:00.017  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:33:00.017  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 10:33:00.017  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47ac07b0, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ee5fee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a01b577, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b71c3e, containsSubquery=false)
2026-08-29 10:33:00.017  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 10:33:00.022  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:33:00.022  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 10:33:00.022  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5079f3e1, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1054ce11, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2e3c76c9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32457fe1, containsSubquery=false)
2026-08-29 10:33:00.022  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 10:33:00.024  WARN 2498519 --- [http-nio-8804-exec-19] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 10:33:05.498  INFO 2498519 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:33:05.501  INFO 2498519 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:33:05.501  INFO 2498519 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@44cabc92, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@464b63b4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c6306ab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e715ca8, containsSubquery=false)
2026-08-29 10:33:05.501  INFO 2498519 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:33:25.472  INFO 2498519 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:33:25.473  INFO 2498519 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:33:25.473  INFO 2498519 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a154591, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ad2d258, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10ef37ad, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7a62e288, containsSubquery=false)
2026-08-29 10:33:25.473  INFO 2498519 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:33:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 317
2026-08-29 10:33:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:33:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:33:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:33:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:33:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:33:26.322  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:33:26.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@66a1c11c(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 10:33:26.322  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:33:45.474  INFO 2498519 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:33:45.474  INFO 2498519 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:33:45.474  INFO 2498519 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4d63e7d0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5dfa54dc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1df4dfa0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@468b519, containsSubquery=false)
2026-08-29 10:33:45.474  INFO 2498519 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:33:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 318
2026-08-29 10:33:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:33:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:33:56.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1e70b00d(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 10:33:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:33:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:33:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:33:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:33:56.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:34:05.470  INFO 2498519 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:34:05.470  INFO 2498519 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:34:05.470  INFO 2498519 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f48bf70, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ac63cb5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69429ae6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@39b185fb, containsSubquery=false)
2026-08-29 10:34:05.470  INFO 2498519 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:34:25.469  INFO 2498519 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:34:25.469  INFO 2498519 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:34:25.469  INFO 2498519 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@704eddef, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5276dfda, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55667ab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17eb0ab3, containsSubquery=false)
2026-08-29 10:34:25.469  INFO 2498519 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:34:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 319
2026-08-29 10:34:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:34:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:34:26.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@56896951(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 10:34:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:34:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:34:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:34:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:34:26.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:34:45.479  INFO 2498519 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:34:45.479  INFO 2498519 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:34:45.479  INFO 2498519 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a61d447, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@65386939, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@19f23329, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@28276e98, containsSubquery=false)
2026-08-29 10:34:45.480  INFO 2498519 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:34:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 320
2026-08-29 10:34:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:34:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:34:56.322  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:34:56.322  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@31da15d5(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 10:34:56.323  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:34:56.323  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:34:56.324  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:34:56.324  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:35:05.650  INFO 2498519 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:35:05.651  INFO 2498519 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:35:05.651  INFO 2498519 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ab56d6b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6dab588, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a3e024b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@308e3bef, containsSubquery=false)
2026-08-29 10:35:05.651  INFO 2498519 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:35:25.475  INFO 2498519 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:35:25.475  INFO 2498519 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:35:25.475  INFO 2498519 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3dd0bd1f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@720199d4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@67937ec, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30c5831a, containsSubquery=false)
2026-08-29 10:35:25.475  INFO 2498519 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:35:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 321
2026-08-29 10:35:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:35:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:35:26.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5e03bbcf(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 10:35:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:35:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:35:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:35:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:35:26.322  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:35:45.479  INFO 2498519 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:35:45.479  INFO 2498519 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:35:45.479  INFO 2498519 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7c85519d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@445c7d17, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49ae4d04, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31de0ecf, containsSubquery=false)
2026-08-29 10:35:45.479  INFO 2498519 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:35:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 322
2026-08-29 10:35:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:35:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:35:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:35:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:35:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:35:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:35:56.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5ae5901f(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 10:35:56.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:36:05.480  INFO 2498519 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:36:05.480  INFO 2498519 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:36:05.480  INFO 2498519 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@77de9657, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5bd8ef7b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51e00482, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@bdf46da, containsSubquery=false)
2026-08-29 10:36:05.480  INFO 2498519 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:36:25.468  INFO 2498519 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:36:25.468  INFO 2498519 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:36:25.468  INFO 2498519 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@281ddc66, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1368796c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@641b08d7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@27728696, containsSubquery=false)
2026-08-29 10:36:25.468  INFO 2498519 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:36:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 323
2026-08-29 10:36:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:36:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:36:26.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@aa8e408(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 10:36:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:36:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:36:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:36:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:36:26.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:36:45.483  INFO 2498519 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:36:45.484  INFO 2498519 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:36:45.484  INFO 2498519 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@34e152ed, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1d715e7e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ebeca2c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@42db67ba, containsSubquery=false)
2026-08-29 10:36:45.484  INFO 2498519 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:36:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 324
2026-08-29 10:36:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:36:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:36:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:36:56.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@78961ec6(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 10:36:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:36:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:36:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:36:56.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:37:05.490  INFO 2498519 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:37:05.490  INFO 2498519 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:37:05.490  INFO 2498519 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6bdd9341, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@712e924c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3646e3d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77991d57, containsSubquery=false)
2026-08-29 10:37:05.490  INFO 2498519 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:37:25.472  INFO 2498519 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:37:25.472  INFO 2498519 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:37:25.472  INFO 2498519 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@751f7117, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3e466f6e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@795b01f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25eb5322, containsSubquery=false)
2026-08-29 10:37:25.472  INFO 2498519 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:37:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 325
2026-08-29 10:37:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:37:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:37:26.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@513abf3d(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 10:37:26.322  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:37:26.322  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:37:26.322  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:37:26.322  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:37:26.322  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:37:45.477  INFO 2498519 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:37:45.477  INFO 2498519 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:37:45.478  INFO 2498519 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@d924fb3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c249d0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@46ecda74, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@966cf30, containsSubquery=false)
2026-08-29 10:37:45.478  INFO 2498519 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:37:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 326
2026-08-29 10:37:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:37:56.319  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:37:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:37:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:37:56.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@708392dc(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 10:37:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:37:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:37:56.320  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:38:05.494  INFO 2498519 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:38:05.494  INFO 2498519 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:38:05.494  INFO 2498519 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1de3e4b7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4fdf4bfd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@304dc007, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a399969, containsSubquery=false)
2026-08-29 10:38:05.494  INFO 2498519 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:38:25.510  INFO 2498519 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:38:25.511  INFO 2498519 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:38:25.511  INFO 2498519 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a3f35ec, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1fe9009d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@50a814d6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@92d3728, containsSubquery=false)
2026-08-29 10:38:25.511  INFO 2498519 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:38:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 327
2026-08-29 10:38:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:38:26.324  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:38:26.326  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:38:26.326  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7eefd6b7(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 10:38:26.326  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:38:26.326  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:38:26.326  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:38:26.326  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:38:45.465  INFO 2498519 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:38:45.465  INFO 2498519 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:38:45.465  INFO 2498519 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@609fc050, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7aae6c9f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ea1d9ed, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7196c1ab, containsSubquery=false)
2026-08-29 10:38:45.465  INFO 2498519 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:38:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 328
2026-08-29 10:38:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:38:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:38:56.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@18697ff(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 10:38:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:38:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:38:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:38:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:38:56.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:39:05.485  INFO 2498519 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:39:05.486  INFO 2498519 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:39:05.486  INFO 2498519 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2bb3264d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12568bef, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4d0fdb9a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@284d641, containsSubquery=false)
2026-08-29 10:39:05.486  INFO 2498519 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:39:25.510  INFO 2498519 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:39:25.510  INFO 2498519 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:39:25.510  INFO 2498519 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@39a168d0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46153aaf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12c5b1a5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d727d56, containsSubquery=false)
2026-08-29 10:39:25.510  INFO 2498519 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:39:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 329
2026-08-29 10:39:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:39:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:39:26.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@782ef7f9(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 10:39:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:39:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:39:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:39:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:39:26.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:39:45.465  INFO 2498519 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:39:45.465  INFO 2498519 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:39:45.465  INFO 2498519 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@52317d4e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f0b4798, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@fb9f1f8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@220d0b5c, containsSubquery=false)
2026-08-29 10:39:45.465  INFO 2498519 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:39:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 330
2026-08-29 10:39:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:39:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:39:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:39:56.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@558ee06f(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 10:39:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:39:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:39:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:39:56.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:40:05.475  INFO 2498519 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:40:05.475  INFO 2498519 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:40:05.475  INFO 2498519 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1cf73152, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@149824e8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62544e85, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c448ecd, containsSubquery=false)
2026-08-29 10:40:05.475  INFO 2498519 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:40:25.496  INFO 2498519 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:40:25.497  INFO 2498519 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:40:25.497  INFO 2498519 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3b3449cb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@37974281, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f2fc012, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@23daad2b, containsSubquery=false)
2026-08-29 10:40:25.497  INFO 2498519 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:40:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 331
2026-08-29 10:40:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:40:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:40:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:40:26.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3ca34cfe(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 10:40:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:40:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:40:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:40:26.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:40:45.493  INFO 2498519 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:40:45.493  INFO 2498519 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:40:45.493  INFO 2498519 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@127a8a2f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@438733c1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52fe83f6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c3c5a24, containsSubquery=false)
2026-08-29 10:40:45.494  INFO 2498519 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:40:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 332
2026-08-29 10:40:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:40:56.319  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:40:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:40:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:40:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:40:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:40:56.320  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:40:56.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@ab6efe4(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 10:41:05.492  INFO 2498519 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:41:05.492  INFO 2498519 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:41:05.492  INFO 2498519 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@75fad675, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ddd42e8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d1ed0a2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4d149018, containsSubquery=false)
2026-08-29 10:41:05.492  INFO 2498519 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:41:25.495  INFO 2498519 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:41:25.495  INFO 2498519 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:41:25.495  INFO 2498519 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a6c9d95, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34d71098, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8a6f45, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@401533c3, containsSubquery=false)
2026-08-29 10:41:25.495  INFO 2498519 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:41:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 333
2026-08-29 10:41:26.320  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:41:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:41:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:41:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:41:26.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@319b9462(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 10:41:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:41:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:41:26.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:41:45.471  INFO 2498519 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:41:45.471  INFO 2498519 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:41:45.471  INFO 2498519 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2302d7f8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1aa9483, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47e88be, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3363f9de, containsSubquery=false)
2026-08-29 10:41:45.471  INFO 2498519 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:41:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 334
2026-08-29 10:41:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:41:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:41:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:41:56.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@56ec1f05(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 10:41:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:41:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:41:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:41:56.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:42:05.481  INFO 2498519 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:42:05.481  INFO 2498519 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:42:05.481  INFO 2498519 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19bcd8b7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e470f32, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@772f49f9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@70b9b139, containsSubquery=false)
2026-08-29 10:42:05.482  INFO 2498519 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:42:25.505  INFO 2498519 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:42:25.506  INFO 2498519 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:42:25.506  INFO 2498519 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@d55b676, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e5c9837, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31748958, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e3edc9a, containsSubquery=false)
2026-08-29 10:42:25.506  INFO 2498519 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:42:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 335
2026-08-29 10:42:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:42:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:42:26.322  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:42:26.322  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:42:26.322  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:42:26.322  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:42:26.322  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@682243ee(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 10:42:26.322  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:42:45.466  INFO 2498519 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:42:45.466  INFO 2498519 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:42:45.466  INFO 2498519 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4e9da669, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ccc8395, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2491076f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f6cbd31, containsSubquery=false)
2026-08-29 10:42:45.466  INFO 2498519 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:42:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 336
2026-08-29 10:42:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:42:56.319  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:42:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:42:56.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4ad2f206(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 10:42:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:42:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:42:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:42:56.320  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:43:05.632  INFO 2498519 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:43:05.632  INFO 2498519 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:43:05.632  INFO 2498519 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a48830f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3abebbc8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7df492f5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@fd5e541, containsSubquery=false)
2026-08-29 10:43:05.632  INFO 2498519 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:43:25.472  INFO 2498519 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:43:25.472  INFO 2498519 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:43:25.472  INFO 2498519 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@446f3fc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@45848e7b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79c7e34d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2b584cf9, containsSubquery=false)
2026-08-29 10:43:25.472  INFO 2498519 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:43:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 337
2026-08-29 10:43:26.319  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:43:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:43:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:43:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:43:26.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7345671a(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 10:43:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:43:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:43:26.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:43:45.474  INFO 2498519 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:43:45.474  INFO 2498519 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:43:45.474  INFO 2498519 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@61956e95, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ac5ca65, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a7b1227, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@69cbccf4, containsSubquery=false)
2026-08-29 10:43:45.474  INFO 2498519 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:43:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 338
2026-08-29 10:43:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:43:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:43:56.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@69858f58(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 10:43:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:43:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:43:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:43:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:43:56.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:44:05.487  INFO 2498519 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:44:05.488  INFO 2498519 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:44:05.488  INFO 2498519 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3cb05e93, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f7031f8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@783d484, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@243db2a7, containsSubquery=false)
2026-08-29 10:44:05.488  INFO 2498519 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:44:25.484  INFO 2498519 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:44:25.485  INFO 2498519 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:44:25.485  INFO 2498519 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5ea5ca7b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39857580, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12ec1e26, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3482bc49, containsSubquery=false)
2026-08-29 10:44:25.485  INFO 2498519 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:44:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 339
2026-08-29 10:44:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:44:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:44:26.322  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@182205a6(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 10:44:26.323  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:44:26.323  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:44:26.323  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:44:26.323  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:44:26.324  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:44:45.471  INFO 2498519 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:44:45.471  INFO 2498519 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:44:45.471  INFO 2498519 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6df801df, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2257d00b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@768ab941, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17d7c17f, containsSubquery=false)
2026-08-29 10:44:45.471  INFO 2498519 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:44:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 340
2026-08-29 10:44:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:44:56.319  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:44:56.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@56bb9884(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 10:44:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:44:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:44:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:44:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:44:56.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:45:05.476  INFO 2498519 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:45:05.476  INFO 2498519 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:45:05.476  INFO 2498519 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@77ef3ead, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c6795b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9b1bc76, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1565f907, containsSubquery=false)
2026-08-29 10:45:05.476  INFO 2498519 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:45:25.465  INFO 2498519 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:45:25.465  INFO 2498519 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:45:25.465  INFO 2498519 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f8ff30b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61cbb515, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@674b9e87, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7217c0cd, containsSubquery=false)
2026-08-29 10:45:25.465  INFO 2498519 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:45:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 341
2026-08-29 10:45:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:45:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:45:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:45:26.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@451aab7d(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 10:45:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:45:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:45:26.321  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:45:26.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:45:45.486  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:45:45.486  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:45:45.486  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30bb7442, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c19135f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f3c35d4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c393f08, containsSubquery=false)
2026-08-29 10:45:45.486  INFO 2498519 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:45:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 342
2026-08-29 10:45:56.320  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:45:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:45:56.322  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7ea84d3e(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 10:45:56.323  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:45:56.323  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:45:56.323  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:45:56.323  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:45:56.324  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:46:05.517  INFO 2498519 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:46:05.521  INFO 2498519 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:46:05.521  INFO 2498519 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65d9cd32, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4bd8780e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2834cbb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35f2ed96, containsSubquery=false)
2026-08-29 10:46:05.521  INFO 2498519 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:46:25.463  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:46:25.464  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:46:25.464  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@55a19331, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@44b8168a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@116e14ef, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7501e0b0, containsSubquery=false)
2026-08-29 10:46:25.464  INFO 2498519 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:46:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 343
2026-08-29 10:46:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:46:26.319  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:46:26.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5b51a8bc(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 10:46:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:46:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:46:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:46:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:46:26.320  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:46:45.481  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:46:45.481  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:46:45.481  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@21bfdac5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79809daf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@410b3121, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a12754e, containsSubquery=false)
2026-08-29 10:46:45.481  INFO 2498519 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:46:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 344
2026-08-29 10:46:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:46:56.319  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:46:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:46:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:46:56.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@368b44fe(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 10:46:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:46:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:46:56.320  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:47:05.470  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:47:05.470  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:47:05.470  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2559e1b4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3cfa2889, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@347bcc1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1901a8a1, containsSubquery=false)
2026-08-29 10:47:05.470  INFO 2498519 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:47:25.477  INFO 2498519 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:47:25.477  INFO 2498519 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:47:25.477  INFO 2498519 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@46d7d9e3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@287498d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f5aae92, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@43f91d46, containsSubquery=false)
2026-08-29 10:47:25.477  INFO 2498519 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:47:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 345
2026-08-29 10:47:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:47:26.319  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:47:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:47:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:47:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:47:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:47:26.320  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:47:26.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1834d0f2(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 10:47:45.485  INFO 2498519 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:47:45.485  INFO 2498519 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:47:45.485  INFO 2498519 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@18a270e1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@392b1b57, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@64776e3d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@c57f8c7, containsSubquery=false)
2026-08-29 10:47:45.485  INFO 2498519 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:47:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 346
2026-08-29 10:47:56.320  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:47:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:47:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:47:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:47:56.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4cf205f2(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 10:47:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:47:56.321  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:47:56.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:48:05.504  INFO 2498519 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:48:05.504  INFO 2498519 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:48:05.504  INFO 2498519 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6206a0ce, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@238711ea, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49f39c2e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@335118c2, containsSubquery=false)
2026-08-29 10:48:05.504  INFO 2498519 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:48:25.477  INFO 2498519 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:48:25.477  INFO 2498519 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:48:25.477  INFO 2498519 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25288b96, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@10834c95, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@638cbc09, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3eef3115, containsSubquery=false)
2026-08-29 10:48:25.477  INFO 2498519 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:48:26.320  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 347
2026-08-29 10:48:26.321  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:48:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:48:26.322  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:48:26.322  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:48:26.322  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:48:26.322  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:48:26.322  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@65c321ed(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 10:48:26.323  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:48:45.468  INFO 2498519 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:48:45.468  INFO 2498519 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:48:45.468  INFO 2498519 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@437dc3d8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c0ce796, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d51662f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@c4fcf34, containsSubquery=false)
2026-08-29 10:48:45.468  INFO 2498519 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:48:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 348
2026-08-29 10:48:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:48:56.319  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:48:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:48:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:48:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:48:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:48:56.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3355a595(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 10:48:56.320  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:49:05.465  INFO 2498519 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:49:05.465  INFO 2498519 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:49:05.465  INFO 2498519 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@72249037, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61e46345, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3f8ba2a2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7973fc19, containsSubquery=false)
2026-08-29 10:49:05.465  INFO 2498519 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:49:25.463  INFO 2498519 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:49:25.464  INFO 2498519 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:49:25.464  INFO 2498519 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@58e239a8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19722018, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@46297150, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66628569, containsSubquery=false)
2026-08-29 10:49:25.464  INFO 2498519 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:49:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 349
2026-08-29 10:49:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:49:26.319  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:49:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:49:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:49:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:49:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:49:26.320  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:49:26.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@26cfb13b(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 10:49:45.466  INFO 2498519 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:49:45.467  INFO 2498519 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:49:45.467  INFO 2498519 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b62d566, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2bd7803c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4bdf5786, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@566ee246, containsSubquery=false)
2026-08-29 10:49:45.467  INFO 2498519 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:49:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 350
2026-08-29 10:49:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:49:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:49:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:49:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:49:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:49:56.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1ef6fac8(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 10:49:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:49:56.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:50:05.520  INFO 2498519 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:50:05.521  INFO 2498519 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:50:05.521  INFO 2498519 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7bef6699, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a86b75d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@50abdfe5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@640ad57, containsSubquery=false)
2026-08-29 10:50:05.521  INFO 2498519 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:50:25.486  INFO 2498519 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:50:25.486  INFO 2498519 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:50:25.486  INFO 2498519 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@459a5295, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3402356a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c14e8e7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5477f467, containsSubquery=false)
2026-08-29 10:50:25.487  INFO 2498519 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:50:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 351
2026-08-29 10:50:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:50:26.320  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:50:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:50:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:50:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:50:26.321  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2a403311(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 10:50:26.321  INFO 2498519 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:50:26.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:50:45.473  INFO 2498519 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:50:45.473  INFO 2498519 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:50:45.473  INFO 2498519 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@dd8cdee, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3eadbcf5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@bd566c2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73a12dd0, containsSubquery=false)
2026-08-29 10:50:45.473  INFO 2498519 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:50:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 352
2026-08-29 10:50:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:50:56.319  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:50:56.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@14d5ae0f(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 10:50:56.320  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:50:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:50:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:50:56.321  INFO 2498519 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:50:56.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:51:05.473  INFO 2498519 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:51:05.473  INFO 2498519 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:51:05.473  INFO 2498519 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@63e14892, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a9e15e3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ff11315, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@44afb53f, containsSubquery=false)
2026-08-29 10:51:05.474  INFO 2498519 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:51:25.487  INFO 2498519 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:51:25.488  INFO 2498519 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:51:25.488  INFO 2498519 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@555502cc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6a19ce94, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5405de86, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25ea8d8a, containsSubquery=false)
2026-08-29 10:51:25.488  INFO 2498519 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:51:26.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 353
2026-08-29 10:51:26.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:51:26.319  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:51:26.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@31940dcf(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 10:51:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:51:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:51:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:51:26.320  INFO 2498519 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:51:26.320  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:51:45.466  INFO 2498519 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:51:45.466  INFO 2498519 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:51:45.466  INFO 2498519 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3cee23de, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58f4ed7f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10076114, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@da20f01, containsSubquery=false)
2026-08-29 10:51:45.466  INFO 2498519 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:51:56.318  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 354
2026-08-29 10:51:56.319  INFO 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:51:56.319  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:51:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:51:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:51:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:51:56.320  INFO 2498519 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:51:56.321  INFO 2498519 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:51:56.320  WARN 2498519 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@74cbd5a6(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 10:52:01.126  INFO 2498519 --- [SpringContextShutdownHook] org.quartz.core.QuartzScheduler          : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
2026-08-29 10:52:01.161  INFO 2498519 --- [SpringContextShutdownHook] o.s.i.endpoint.EventDrivenConsumer       : Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2026-08-29 10:52:01.161  INFO 2498519 --- [SpringContextShutdownHook] o.s.i.channel.PublishSubscribeChannel    : Channel 'manager-api.errorChannel' has 0 subscriber(s).
2026-08-29 10:52:01.161  INFO 2498519 --- [SpringContextShutdownHook] o.s.i.endpoint.EventDrivenConsumer       : stopped bean '_org.springframework.integration.errorLogger'
2026-08-29 10:52:01.163  INFO 2498519 --- [SpringContextShutdownHook] o.s.s.quartz.SchedulerFactoryBean        : Shutting down Quartz Scheduler
2026-08-29 10:52:01.164  INFO 2498519 --- [SpringContextShutdownHook] org.quartz.core.QuartzScheduler          : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
2026-08-29 10:52:01.164  INFO 2498519 --- [SpringContextShutdownHook] org.quartz.core.QuartzScheduler          : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
2026-08-29 10:52:01.164  INFO 2498519 --- [SpringContextShutdownHook] org.quartz.core.QuartzScheduler          : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
2026-08-29 10:52:01.267  INFO 2498519 --- [SpringContextShutdownHook] RocketmqCommon                           : Try to shutdown service thread:PullMessageService started:true lastThread:Thread[PullMessageService,5,main]
2026-08-29 10:52:01.267  INFO 2498519 --- [SpringContextShutdownHook] RocketmqCommon                           : shutdown thread PullMessageService interrupt true
2026-08-29 10:52:01.269  INFO 2498519 --- [SpringContextShutdownHook] RocketmqCommon                           : join thread PullMessageService elapsed time(ms) 2 90000
2026-08-29 10:52:01.272  INFO 2498519 --- [SpringContextShutdownHook] RocketmqRemoting                         : shutdown thread NettyEventExecutor interrupt false
2026-08-29 10:52:01.272  INFO 2498519 --- [SpringContextShutdownHook] RocketmqRemoting                         : join thread NettyEventExecutor elapsed time(ms) 0 90000
2026-08-29 10:52:01.273  INFO 2498519 --- [SpringContextShutdownHook] RocketmqCommon                           : Try to shutdown service thread:RebalanceService started:true lastThread:Thread[RebalanceService,5,main]
2026-08-29 10:52:01.273  INFO 2498519 --- [SpringContextShutdownHook] RocketmqCommon                           : shutdown thread RebalanceService interrupt false
2026-08-29 10:52:01.273  INFO 2498519 --- [SpringContextShutdownHook] RocketmqCommon                           : join thread RebalanceService elapsed time(ms) 0 90000
2026-08-29 10:52:01.280  INFO 2498519 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource   : {dataSource-1} closing ...
2026-08-29 10:52:01.300  INFO 2498519 --- [SpringContextShutdownHook] com.alibaba.druid.pool.DruidDataSource   : {dataSource-1} closed
2026-08-29 10:52:07.491  INFO 2501436 --- [main] cn.lili.StoreApiApplication              : Starting StoreApiApplication v4.3 using Java 17.0.20 on vmi3028923 with PID 2501436 (/opt/av1/seller/seller-api-4.3.jar started by rodgers in /opt/av1/seller)
2026-08-29 10:52:07.521  INFO 2501436 --- [main] cn.lili.StoreApiApplication              : No active profile set, falling back to default profiles: default
2026-08-29 10:52:12.316  INFO 2501436 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2026-08-29 10:52:12.319  INFO 2501436 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2026-08-29 10:52:12.841  INFO 2501436 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 517 ms. Found 2 Elasticsearch repository interfaces.
2026-08-29 10:52:12.853  INFO 2501436 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2026-08-29 10:52:12.854  INFO 2501436 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2026-08-29 10:52:12.911  INFO 2501436 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 55 ms. Found 0 Reactive Elasticsearch repository interfaces.
2026-08-29 10:52:12.930  INFO 2501436 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2026-08-29 10:52:12.931  INFO 2501436 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2026-08-29 10:52:12.977  INFO 2501436 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface cn.lili.modules.search.repository.EsGoodsIndexRepository. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2026-08-29 10:52:12.978  INFO 2501436 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface cn.lili.modules.permission.repository.SystemLogRepository. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2026-08-29 10:52:12.978  INFO 2501436 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 37 ms. Found 0 Redis repository interfaces.
2026-08-29 10:52:13.793  INFO 2501436 --- [main] ptablePropertiesBeanFactoryPostProcessor : Post-processing PropertySource instances
2026-08-29 10:52:13.795  INFO 2501436 --- [main] c.u.j.EncryptablePropertySourceConverter : Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
2026-08-29 10:52:13.797  INFO 2501436 --- [main] c.u.j.EncryptablePropertySourceConverter : Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
2026-08-29 10:52:13.798  INFO 2501436 --- [main] c.u.j.EncryptablePropertySourceConverter : Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
2026-08-29 10:52:13.799  INFO 2501436 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2026-08-29 10:52:13.799  INFO 2501436 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2026-08-29 10:52:13.799  INFO 2501436 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2026-08-29 10:52:13.799  INFO 2501436 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource Config resource 'file [application.yml]' via location 'optional:file:./' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
2026-08-29 10:52:13.799  INFO 2501436 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
2026-08-29 10:52:13.815  INFO 2501436 --- [main] faultConfiguringBeanFactoryPostProcessor : No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2026-08-29 10:52:13.824  INFO 2501436 --- [main] faultConfiguringBeanFactoryPostProcessor : No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created.
2026-08-29 10:52:13.840  INFO 2501436 --- [main] faultConfiguringBeanFactoryPostProcessor : No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2026-08-29 10:52:14.059  INFO 2501436 --- [main] c.u.j.filter.DefaultLazyPropertyFilter   : Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
2026-08-29 10:52:14.074  INFO 2501436 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'threadProperties' of type [cn.lili.common.properties.ThreadProperties$$EnhancerBySpringCGLIB$$984290c4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 10:52:14.075  INFO 2501436 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'threadConfig' of type [cn.lili.common.thread.ThreadConfig$$EnhancerBySpringCGLIB$$a7aeedc] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 10:52:14.660  INFO 2501436 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'redisConfig' of type [cn.lili.cache.config.redis.RedisConfig$$EnhancerBySpringCGLIB$$61474bd9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 10:52:14.756  INFO 2501436 --- [main] cn.lili.cache.config.redis.RedisConfig   : 初始化 -> [Redis CacheErrorHandler]
2026-08-29 10:52:14.758  INFO 2501436 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'errorHandler' of type [cn.lili.cache.config.redis.RedisConfig$1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 10:52:14.858  INFO 2501436 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@a92be4f' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 10:52:14.869  INFO 2501436 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 10:52:14.919  INFO 2501436 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.integration.config.IntegrationManagementConfiguration' of type [org.springframework.integration.config.IntegrationManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 10:52:14.950  INFO 2501436 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'integrationChannelResolver' of type [org.springframework.integration.support.channel.BeanFactoryChannelResolver] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 10:52:14.955  INFO 2501436 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'integrationDisposableAutoCreatedBeans' of type [org.springframework.integration.config.annotation.Disposables] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-08-29 10:52:15.380  INFO 2501436 --- [main] c.u.j.r.DefaultLazyPropertyResolver      : Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
2026-08-29 10:52:15.391  INFO 2501436 --- [main] c.u.j.d.DefaultLazyPropertyDetector      : Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
2026-08-29 10:52:15.890  INFO 2501436 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8804 (http)
2026-08-29 10:52:15.923  INFO 2501436 --- [main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2026-08-29 10:52:15.924  INFO 2501436 --- [main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.52]
2026-08-29 10:52:16.036  INFO 2501436 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2026-08-29 10:52:16.037  INFO 2501436 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 7662 ms
2026-08-29 10:52:19.367  INFO 2501436 --- [main] com.alibaba.druid.pool.DruidDataSource   : {dataSource-1} inited
2026-08-29 10:52:19.486  INFO 2501436 --- [main] o.a.s.c.config.log.ConfigurationLogger   : ShardingRuleConfiguration
{}

2026-08-29 10:52:19.489  INFO 2501436 --- [main] o.a.s.c.config.log.ConfigurationLogger   : Properties
check.table.metadata.enabled: 'false'
sql.show: 'true'

2026-08-29 10:52:21.889  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@18907af2
2026-08-29 10:52:21.891  INFO 2501436 --- [main] RocketmqRemoting                         : name server address updated. NEW : [127.0.0.1:9877] , OLD: null
2026-08-29 10:52:21.925  INFO 2501436 --- [main] RocketmqCommon                           : Try to start service thread:PullMessageService started:false lastThread:null
2026-08-29 10:52:21.925  INFO 2501436 --- [main] RocketmqCommon                           : Try to start service thread:RebalanceService started:false lastThread:null
2026-08-29 10:52:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: null , NEW: 127.0.0.1:9877. namesrvIndex = 146
2026-08-29 10:52:22.034  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:52:22.062  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:52:22.070  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:52:22.070  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:52:22.071  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:52:22.071  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:52:22.072  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3149556b(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 10:52:22.073  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:52:22.527  INFO 2501436 --- [main] cn.lili.common.crypto.RsaKeyManager      : 检测到私钥文件存在，开始加载 RSA 密钥对...
2026-08-29 10:52:22.528  INFO 2501436 --- [main] cn.lili.common.crypto.RsaKeyManager      : 私钥文件路径：data/keys/private.key
2026-08-29 10:52:22.529  INFO 2501436 --- [main] cn.lili.common.crypto.RsaKeyManager      : 公钥文件路径：data/keys/public.key
2026-08-29 10:52:22.541  INFO 2501436 --- [main] cn.lili.common.crypto.RsaKeyManager      : 私钥加载成功：data/keys/private.key
2026-08-29 10:52:22.548  INFO 2501436 --- [main] cn.lili.common.crypto.RsaKeyManager      : 公钥加载成功：data/keys/public.key
2026-08-29 10:52:22.550  INFO 2501436 --- [main] cn.lili.common.crypto.RsaKeyManager      : RSA 密钥对加载完成，不会重新生成
2026-08-29 10:52:25.575  INFO 2501436 --- [main] o.s.aop.framework.CglibAopProxy          : Unable to proxy interface-implementing method [public final long cn.lili.modules.goods.serviceimpl.GoodsServiceImpl.getGoodsCountByCategory(java.lang.String)] because it is marked as final: Consider using interface-based JDK proxies instead!
2026-08-29 10:52:26.392  WARN 2501436 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.geo.Point to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:52:26.392  WARN 2501436 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.geo.Point as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:52:26.392  WARN 2501436 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoPoint to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:52:26.397  WARN 2501436 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoPoint as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:52:26.400  WARN 2501436 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface org.springframework.data.elasticsearch.core.geo.GeoJson to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:52:26.400  WARN 2501436 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to interface org.springframework.data.elasticsearch.core.geo.GeoJson as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:52:26.400  WARN 2501436 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonPoint to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:52:26.400  WARN 2501436 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonPoint as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:52:26.400  WARN 2501436 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPoint to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:52:26.400  WARN 2501436 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPoint as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:52:26.401  WARN 2501436 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonLineString to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:52:26.415  WARN 2501436 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonLineString as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:52:26.416  WARN 2501436 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiLineString to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:52:26.416  WARN 2501436 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiLineString as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:52:26.416  WARN 2501436 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonPolygon to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:52:26.416  WARN 2501436 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonPolygon as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:52:26.416  WARN 2501436 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPolygon to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:52:26.416  WARN 2501436 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPolygon as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:52:26.417  WARN 2501436 --- [main] o.s.data.convert.CustomConversions       : Registering converter from class org.springframework.data.elasticsearch.core.geo.GeoJsonGeometryCollection to interface java.util.Map as writing converter although it doesn't convert to a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:52:26.417  WARN 2501436 --- [main] o.s.data.convert.CustomConversions       : Registering converter from interface java.util.Map to class org.springframework.data.elasticsearch.core.geo.GeoJsonGeometryCollection as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation.
2026-08-29 10:52:26.638  INFO 2501436 --- [main] o.s.d.elasticsearch.support.VersionInfo  : Version Spring Data Elasticsearch: 4.1.12
2026-08-29 10:52:26.639  INFO 2501436 --- [main] o.s.d.elasticsearch.support.VersionInfo  : Version Elasticsearch Client in build: 7.9.3
2026-08-29 10:52:26.639  INFO 2501436 --- [main] o.s.d.elasticsearch.support.VersionInfo  : Version Elasticsearch Client used: 7.9.3
2026-08-29 10:52:26.639  INFO 2501436 --- [main] o.s.d.elasticsearch.support.VersionInfo  : Version Elasticsearch cluster: 7.10.2
2026-08-29 10:52:26.639  WARN 2501436 --- [main] o.s.d.elasticsearch.support.VersionInfo  : Version mismatch in between Elasticsearch Client and Cluster: 7.9.3 - 7.10.2
2026-08-29 10:52:28.186  WARN 2501436 --- [main] c.b.m.core.metadata.TableInfoHelper      : This primary key of "id" is primitive !不建议如此请使用包装类 in Class: "cn.lili.modules.logistics.entity.dos.LogisticsCode"
2026-08-29 10:52:33.409  INFO 2501436 --- [main] org.redisson.Version                     : Redisson 3.15.6
2026-08-29 10:52:33.410  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@5b1420f9
2026-08-29 10:52:33.410  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@434ee422
2026-08-29 10:52:33.421  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@4de93edd
2026-08-29 10:52:33.422  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@53b2e1eb
2026-08-29 10:52:33.422  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@29db008c
2026-08-29 10:52:33.422  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@1d008e61
2026-08-29 10:52:33.422  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@191b44ca
2026-08-29 10:52:33.423  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@5de243bb
2026-08-29 10:52:33.423  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@2c4cf7eb
2026-08-29 10:52:33.423  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@35260785
2026-08-29 10:52:33.423  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@76d828ff
2026-08-29 10:52:33.423  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@39685204
2026-08-29 10:52:33.423  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@72d0196d
2026-08-29 10:52:33.423  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@77cf329d
2026-08-29 10:52:33.423  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@4067634b
2026-08-29 10:52:33.423  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@3b64f131
2026-08-29 10:52:33.423  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@490d9c41
2026-08-29 10:52:33.423  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@47d81427
2026-08-29 10:52:33.423  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@3c5e4aac
2026-08-29 10:52:33.423  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@20afd96f
2026-08-29 10:52:33.423  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@565a6af
2026-08-29 10:52:33.423  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@21bf308
2026-08-29 10:52:33.424  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@4cded2cd
2026-08-29 10:52:33.424  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@12e40e98
2026-08-29 10:52:33.424  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@3a9c92b5
2026-08-29 10:52:33.425  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@67c2b55d
2026-08-29 10:52:33.425  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@5db04bd2
2026-08-29 10:52:33.425  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@6f921e32
2026-08-29 10:52:33.425  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@31c5304f
2026-08-29 10:52:33.425  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@43df1377
2026-08-29 10:52:33.425  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@1cee3e05
2026-08-29 10:52:33.425  INFO 2501436 --- [main] io.netty.channel.nio.NioEventLoop        : instrumented a special java.util.Set into: sun.nio.ch.EPollSelectorImpl@63f2d024
2026-08-29 10:52:33.842  INFO 2501436 --- [redisson-netty-4-22] o.r.c.pool.MasterPubSubConnectionPool    : 1 connections initialized for 127.0.0.1/127.0.0.1:6379
2026-08-29 10:52:33.881  INFO 2501436 --- [redisson-netty-4-19] o.r.c.pool.MasterConnectionPool          : 24 connections initialized for 127.0.0.1/127.0.0.1:6379
2026-08-29 10:52:34.338  WARN 2501436 --- [main] c.b.m.core.metadata.TableInfoHelper      : This primary key of "id" is primitive !不建议如此请使用包装类 in Class: "cn.lili.modules.store.entity.dos.StoreBank"
2026-08-29 10:52:34.386  WARN 2501436 --- [main] c.b.m.core.metadata.TableInfoHelper      : This primary key of "id" is primitive !不建议如此请使用包装类 in Class: "cn.lili.modules.store.entity.dos.StoreMcc"
2026-08-29 10:52:38.076  INFO 2501436 --- [main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 15 endpoint(s) beneath base path '/actuator'
2026-08-29 10:52:38.279  INFO 2501436 --- [main] c.l.m.i.config.CustomSpringConfigurator  : 🔧 [WebSocket] CustomSpringConfigurator ApplicationContext 已初始化，可以注入 Spring Bean
2026-08-29 10:52:38.372  INFO 2501436 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2ControllerWebMvc#getDocumentation(String, HttpServletRequest)]
2026-08-29 10:52:39.491  INFO 2501436 --- [main] org.quartz.impl.StdSchedulerFactory      : Using default implementation for ThreadExecutor
2026-08-29 10:52:39.514  INFO 2501436 --- [main] org.quartz.core.SchedulerSignalerImpl    : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2026-08-29 10:52:39.515  INFO 2501436 --- [main] org.quartz.core.QuartzScheduler          : Quartz Scheduler v.2.3.2 created.
2026-08-29 10:52:39.516  INFO 2501436 --- [main] org.quartz.simpl.RAMJobStore             : RAMJobStore initialized.
2026-08-29 10:52:39.516  INFO 2501436 --- [main] org.quartz.core.QuartzScheduler          : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

2026-08-29 10:52:39.516  INFO 2501436 --- [main] org.quartz.impl.StdSchedulerFactory      : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2026-08-29 10:52:39.516  INFO 2501436 --- [main] org.quartz.impl.StdSchedulerFactory      : Quartz scheduler version: 2.3.2
2026-08-29 10:52:39.516  INFO 2501436 --- [main] org.quartz.core.QuartzScheduler          : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@7ba623d1
2026-08-29 10:52:39.585  INFO 2501436 --- [main] .s.s.UserDetailsServiceAutoConfiguration : 

Using generated security password: e45b8545-7df9-4a73-a072-3cf7d12aff7f

2026-08-29 10:52:39.746  INFO 2501436 --- [main] o.s.s.web.DefaultSecurityFilterChain     : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@e23af91, org.springframework.security.web.context.SecurityContextPersistenceFilter@2e76d0d3, org.springframework.security.web.header.HeaderWriterFilter@59cb10e0, org.springframework.web.filter.CorsFilter@396ec737, org.springframework.security.web.authentication.logout.LogoutFilter@5440a3a, cn.lili.security.StoreAuthenticationFilter@35d53cd8, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1932ad2c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@75973f7a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1bed61d2, org.springframework.security.web.session.SessionManagementFilter@4587f0f9, org.springframework.security.web.access.ExceptionTranslationFilter@7b9d602c, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4c4be9d8]
2026-08-29 10:52:40.432  INFO 2501436 --- [main] o.s.i.endpoint.EventDrivenConsumer       : Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2026-08-29 10:52:40.432  INFO 2501436 --- [main] o.s.i.channel.PublishSubscribeChannel    : Channel 'manager-api.errorChannel' has 1 subscriber(s).
2026-08-29 10:52:40.433  INFO 2501436 --- [main] o.s.i.endpoint.EventDrivenConsumer       : started bean '_org.springframework.integration.errorLogger'
2026-08-29 10:52:40.447  INFO 2501436 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8804 (http) with context path ''
2026-08-29 10:52:40.449  INFO 2501436 --- [main] u.j.c.RefreshScopeRefreshedEventListener : Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
2026-08-29 10:52:40.449  INFO 2501436 --- [main] CachingDelegateEncryptablePropertySource : Property Source systemProperties refreshed
2026-08-29 10:52:40.449  INFO 2501436 --- [main] CachingDelegateEncryptablePropertySource : Property Source systemEnvironment refreshed
2026-08-29 10:52:40.449  INFO 2501436 --- [main] CachingDelegateEncryptablePropertySource : Property Source random refreshed
2026-08-29 10:52:40.450  INFO 2501436 --- [main] CachingDelegateEncryptablePropertySource : Property Source Config resource 'file [application.yml]' via location 'optional:file:./' refreshed
2026-08-29 10:52:40.450  INFO 2501436 --- [main] CachingDelegateEncryptablePropertySource : Property Source Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' refreshed
2026-08-29 10:52:40.451  INFO 2501436 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2026-08-29 10:52:40.451  INFO 2501436 --- [main] c.u.j.EncryptablePropertySourceConverter : Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
2026-08-29 10:52:40.451  INFO 2501436 --- [main] c.u.j.EncryptablePropertySourceConverter : Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
2026-08-29 10:52:40.451  INFO 2501436 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
2026-08-29 10:52:40.451  INFO 2501436 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource Management Server [org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration$1] to EncryptablePropertySourceWrapper
2026-08-29 10:52:40.452  INFO 2501436 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Documentation plugins bootstrapped
2026-08-29 10:52:40.458  INFO 2501436 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 23 custom documentation plugin(s)
2026-08-29 10:52:40.608  INFO 2501436 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:52:40.657  INFO 2501436 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:52:40.689  INFO 2501436 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:52:40.739  INFO 2501436 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:52:40.767  INFO 2501436 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:52:41.163  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_1
2026-08-29 10:52:41.179  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_1
2026-08-29 10:52:41.192  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_2
2026-08-29 10:52:41.240  INFO 2501436 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:52:41.296  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCouponListUsingGET_1
2026-08-29 10:52:41.326  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_2
2026-08-29 10:52:41.353  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateCouponStatusUsingPUT_1
2026-08-29 10:52:41.387  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_3
2026-08-29 10:52:41.593  INFO 2501436 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:52:41.630  INFO 2501436 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:52:41.637  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_4
2026-08-29 10:52:41.647  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_3
2026-08-29 10:52:41.660  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageUsingGET_1
2026-08-29 10:52:41.723  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_5
2026-08-29 10:52:41.747  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageUsingGET_2
2026-08-29 10:52:41.798  INFO 2501436 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:52:41.836  INFO 2501436 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:52:41.978  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_1
2026-08-29 10:52:41.980  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_1
2026-08-29 10:52:41.984  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_1
2026-08-29 10:52:42.044  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_6
2026-08-29 10:52:42.060  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_4
2026-08-29 10:52:42.118  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_5
2026-08-29 10:52:42.180  INFO 2501436 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:52:42.224  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_1
2026-08-29 10:52:42.233  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: submitUsingPOST_1
2026-08-29 10:52:42.263  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_1
2026-08-29 10:52:42.267  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: walletUsingGET_1
2026-08-29 10:52:42.276  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: historyUsingGET_1
2026-08-29 10:52:42.323  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUrlUsingGET_1
2026-08-29 10:52:42.369  INFO 2501436 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:52:42.420  INFO 2501436 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:52:42.441  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_2
2026-08-29 10:52:42.457  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_7
2026-08-29 10:52:42.480  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageUsingGET_3
2026-08-29 10:52:42.493  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_2
2026-08-29 10:52:42.512  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_8
2026-08-29 10:52:42.518  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_1
2026-08-29 10:52:42.521  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPUT_1
2026-08-29 10:52:42.522  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: delAllByIdsUsingDELETE_1
2026-08-29 10:52:42.531  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_6
2026-08-29 10:52:42.537  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPUT_2
2026-08-29 10:52:42.542  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_9
2026-08-29 10:52:42.553  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_2
2026-08-29 10:52:42.558  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_10
2026-08-29 10:52:42.566  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_3
2026-08-29 10:52:42.568  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_3
2026-08-29 10:52:42.577  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: pageUsingGET_4
2026-08-29 10:52:42.611  INFO 2501436 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:52:42.628  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: resetPasswordUsingPOST_1
2026-08-29 10:52:42.665  INFO 2501436 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:52:42.699  INFO 2501436 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:52:42.717  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cancelUsingDELETE_1
2026-08-29 10:52:42.752  INFO 2501436 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:52:42.778  INFO 2501436 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:52:42.790  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_7
2026-08-29 10:52:42.801  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: paymentUsingGET_1
2026-08-29 10:52:42.803  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_8
2026-08-29 10:52:42.872  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_9
2026-08-29 10:52:42.879  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_10
2026-08-29 10:52:42.918  INFO 2501436 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:52:42.942  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_11
2026-08-29 10:52:42.966  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_11
2026-08-29 10:52:43.001  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_12
2026-08-29 10:52:43.017  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPUT_3
2026-08-29 10:52:43.034  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_13
2026-08-29 10:52:43.045  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_14
2026-08-29 10:52:43.100  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_2
2026-08-29 10:52:43.104  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: execProfitSharingUsingPOST_1
2026-08-29 10:52:43.108  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refreshProfitSharingUsingPOST_1
2026-08-29 10:52:43.161  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deliveryUsingPOST_1
2026-08-29 10:52:43.169  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: takeUsingPUT_1
2026-08-29 10:52:43.183  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: downLoadDeliverExcelUsingGET_1
2026-08-29 10:52:43.187  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_15
2026-08-29 10:52:43.203  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByPageUsingGET_12
2026-08-29 10:52:43.260  INFO 2501436 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:52:43.273  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_4
2026-08-29 10:52:43.276  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_4
2026-08-29 10:52:43.278  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_2
2026-08-29 10:52:43.283  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_3
2026-08-29 10:52:43.340  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_5
2026-08-29 10:52:43.343  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_5
2026-08-29 10:52:43.346  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_16
2026-08-29 10:52:43.350  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_17
2026-08-29 10:52:43.352  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: delByIdsUsingDELETE_1
2026-08-29 10:52:43.358  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getStoreAfterSaleAddressUsingGET_1
2026-08-29 10:52:43.371  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUsingGET_18
2026-08-29 10:52:43.372  INFO 2501436 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_6
2026-08-29 10:52:43.448  INFO 2501436 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:52:43.472  INFO 2501436 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:52:43.500  INFO 2501436 --- [main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2026-08-29 10:52:43.501  INFO 2501436 --- [main] o.s.s.quartz.SchedulerFactoryBean        : Starting Quartz Scheduler now
2026-08-29 10:52:43.503  INFO 2501436 --- [main] org.quartz.core.QuartzScheduler          : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2026-08-29 10:52:43.568  INFO 2501436 --- [main] cn.lili.StoreApiApplication              : Started StoreApiApplication in 38.215 seconds (JVM running for 40.289)
2026-08-29 10:52:43.593  INFO 2501436 --- [main] c.l.c.s.init.SensitiveWordsLoader        : 系统初始化敏感词
2026-08-29 10:52:43.792  INFO 2501436 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator       : Application registered itself as ba13e028040f
2026-08-29 10:52:43.862  INFO 2501436 --- [http-nio-8804-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-08-29 10:52:43.862  INFO 2501436 --- [http-nio-8804-exec-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2026-08-29 10:52:43.867  INFO 2501436 --- [http-nio-8804-exec-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 5 ms
2026-08-29 10:52:45.663  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:52:45.663  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:52:45.664  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@398d1a2b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@452bb999, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6017f874, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@44d64cbe, containsSubquery=false)
2026-08-29 10:52:45.664  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:52:45.663  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:52:45.668  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:52:45.668  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4b0d3efb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c06d012, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@11ebcc56, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d6f0056, containsSubquery=false)
2026-08-29 10:52:45.668  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:52:46.029  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:52:46.029  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:52:46.029  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22c7d26f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c002847, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@283fb91f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d3d227c, containsSubquery=false)
2026-08-29 10:52:46.029  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:52:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 147
2026-08-29 10:52:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:52:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:52:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:52:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6dab2906(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 10:52:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:52:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:52:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:52:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:53:05.497  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:53:05.497  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:53:05.497  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@577674c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@bb09992, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@f8f0c3c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4a8d93a9, containsSubquery=false)
2026-08-29 10:53:05.497  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:53:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 148
2026-08-29 10:53:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:53:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:53:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:53:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:53:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:53:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:53:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:53:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5a409c00(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 10:53:25.469  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:53:25.469  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:53:25.469  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a96cf7c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@451205e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ea40c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@456c2a65, containsSubquery=false)
2026-08-29 10:53:25.469  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:53:45.481  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:53:45.481  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:53:45.481  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6f08c08, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@83762a6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c08e778, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@490a689d, containsSubquery=false)
2026-08-29 10:53:45.481  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:53:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 149
2026-08-29 10:53:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:53:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:53:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:53:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3eda9(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 10:54:05.681  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:54:05.681  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:54:05.681  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@21bb99c7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f7c7380, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2b43f2b7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e4179bb, containsSubquery=false)
2026-08-29 10:54:05.681  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:54:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 150
2026-08-29 10:54:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:54:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:54:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4e518e8f(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 10:54:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:54:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:54:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:54:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:54:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:54:25.469  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:54:25.469  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:54:25.469  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@26ad8554, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@286a7ff1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c55ee24, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@695775ca, containsSubquery=false)
2026-08-29 10:54:25.469  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:54:45.465  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:54:45.466  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:54:45.466  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@296d8d9f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@27aa66c2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2395e6ef, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66976cf9, containsSubquery=false)
2026-08-29 10:54:45.466  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:54:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 151
2026-08-29 10:54:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:54:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:54:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:54:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:54:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:54:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:54:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7b6a6417(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 10:55:05.501  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:55:05.501  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:55:05.501  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6097be57, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e504c35, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a6fd527, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f6d460e, containsSubquery=false)
2026-08-29 10:55:05.501  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:55:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 152
2026-08-29 10:55:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:55:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:55:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2dfe024f(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 10:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:55:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:55:25.487  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:55:25.487  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:55:25.487  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70db86d0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e1c66bb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a23eda0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f216c80, containsSubquery=false)
2026-08-29 10:55:25.489  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:55:45.474  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:55:45.474  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:55:45.474  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6622eb83, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@68e51937, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6cda80f3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@29d8130c, containsSubquery=false)
2026-08-29 10:55:45.475  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:55:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 153
2026-08-29 10:55:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:55:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:55:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:55:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@21ff5706(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 10:55:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:55:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:55:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:55:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:56:05.543  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:56:05.543  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:56:05.543  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@73f0dc32, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@36f25c28, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@afc4f13, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@78eef91, containsSubquery=false)
2026-08-29 10:56:05.544  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:56:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 154
2026-08-29 10:56:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:56:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:56:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6724d55f(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 10:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:56:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:56:25.485  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:56:25.485  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:56:25.485  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@15d1f847, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50d36499, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@330e59f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@61491025, containsSubquery=false)
2026-08-29 10:56:25.485  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:56:45.491  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:56:45.492  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:56:45.492  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@21e4237a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@115adaff, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25e83b5e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@13f9b019, containsSubquery=false)
2026-08-29 10:56:45.492  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:56:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 155
2026-08-29 10:56:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:56:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7f100867(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 10:56:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:56:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:56:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:56:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:56:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:57:05.482  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:57:05.482  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:57:05.482  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a5f8a21, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@9447354, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@82d330, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5df05550, containsSubquery=false)
2026-08-29 10:57:05.482  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:57:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 156
2026-08-29 10:57:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:57:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@527e528c(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 10:57:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:57:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:57:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:57:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:57:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:57:25.484  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:57:25.484  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:57:25.484  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2e509623, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20976d99, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24a8fd53, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@61aa67a2, containsSubquery=false)
2026-08-29 10:57:25.484  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:57:45.498  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:57:45.499  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:57:45.499  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d5f4d37, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7398bcec, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@77a72647, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32a5b6d7, containsSubquery=false)
2026-08-29 10:57:45.499  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:57:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 157
2026-08-29 10:57:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:57:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:57:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:57:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3c0f67d3(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 10:57:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:57:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:57:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:57:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:58:05.471  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:58:05.472  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:58:05.472  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@169b6f02, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@185c93a1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c630472, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5961999a, containsSubquery=false)
2026-08-29 10:58:05.472  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:58:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 158
2026-08-29 10:58:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:58:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:58:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@46c77d2(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 10:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:58:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:58:25.474  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:58:25.474  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:58:25.474  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5efb9297, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@503c6738, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5403f9e7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@11016d03, containsSubquery=false)
2026-08-29 10:58:25.474  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:58:45.489  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:58:45.489  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:58:45.489  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16b833b2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@187fdf15, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c4058c2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5942d52e, containsSubquery=false)
2026-08-29 10:58:45.489  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:58:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 159
2026-08-29 10:58:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:58:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:58:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6bb4877c(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 10:58:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:59:05.477  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:59:05.478  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:59:05.478  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@308f9bca, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3e4863ab, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a77f0ba, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7f756990, containsSubquery=false)
2026-08-29 10:59:05.478  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:59:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 160
2026-08-29 10:59:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:59:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:59:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@278bf64a(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 10:59:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:59:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:59:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:59:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:59:21.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 10:59:25.472  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:59:25.472  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:59:25.472  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a7375ae, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14b49890, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@108b1ede, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@558992ab, containsSubquery=false)
2026-08-29 10:59:25.472  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:59:45.475  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 10:59:45.475  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 10:59:45.475  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a956a82, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@145287a0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@106d01f2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@556f8d9b, containsSubquery=false)
2026-08-29 10:59:45.475  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 10:59:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 161
2026-08-29 10:59:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 10:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 10:59:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@452f32ac(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 10:59:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:59:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 10:59:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 10:59:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 10:59:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:00:05.673  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:00:05.673  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:00:05.673  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2bf28d3f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@25357631, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@210ae64f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64087c0a, containsSubquery=false)
2026-08-29 11:00:05.673  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:00:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 162
2026-08-29 11:00:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:00:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:00:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7148e33b(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 11:00:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:00:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:00:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:00:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:00:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:00:25.478  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:00:25.478  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:00:25.478  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@c2fb19d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e84e68, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d7daed, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@43d54453, containsSubquery=false)
2026-08-29 11:00:25.478  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:00:45.494  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:00:45.496  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:00:45.496  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6dfaa59e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@633d4651, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6702ceee, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@22004c6a, containsSubquery=false)
2026-08-29 11:00:45.496  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:00:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 163
2026-08-29 11:00:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:00:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:00:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:00:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:00:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:00:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:00:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@db88151(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 11:00:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:01:05.620  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:01:05.620  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:01:05.620  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7df38d2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@918c659, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@d2753a2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4825cc62, containsSubquery=false)
2026-08-29 11:01:05.620  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:01:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 164
2026-08-29 11:01:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:01:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:01:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:01:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@397a1741(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 11:01:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:01:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:01:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:01:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:01:25.485  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:01:25.485  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:01:25.486  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@709f836e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e58630d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a67e81e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f656936, containsSubquery=false)
2026-08-29 11:01:25.486  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:01:45.476  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:01:45.476  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:01:45.476  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@538b8a77, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d4c6e76, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5973e107, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c71644d, containsSubquery=false)
2026-08-29 11:01:45.476  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:01:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 165
2026-08-29 11:01:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:01:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:01:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:01:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2d9ff3de(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 11:01:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:01:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:01:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:02:05.503  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:02:05.503  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:02:05.503  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@79bf34c4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7778c583, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@73475fb4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3645cfb8, containsSubquery=false)
2026-08-29 11:02:05.503  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:02:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 166
2026-08-29 11:02:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:02:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:02:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:02:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@623d3707(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 11:02:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:02:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:02:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:02:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:02:25.526  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:02:25.526  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:02:25.526  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25f57e9d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b329453, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f0d15ed, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a0f9e68, containsSubquery=false)
2026-08-29 11:02:25.527  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:02:45.475  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:02:45.476  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:02:45.476  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@37b8fa4e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@397f12c9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d40913e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@784218f2, containsSubquery=false)
2026-08-29 11:02:45.476  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:02:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 167
2026-08-29 11:02:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:02:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:02:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:02:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:02:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:02:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:02:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:02:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@63c54c94(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 11:03:05.562  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:03:05.562  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:03:05.562  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d835637, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6344b5f7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@677b3d47, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2279bfcc, containsSubquery=false)
2026-08-29 11:03:05.562  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:03:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 168
2026-08-29 11:03:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:03:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:03:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4b263c77(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 11:03:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:03:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:03:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:03:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:03:21.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:03:25.471  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:03:25.471  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:03:25.471  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@60c2355b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e05c733, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a3a5e2b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f38cd08, containsSubquery=false)
2026-08-29 11:03:25.471  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:03:45.472  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:03:45.472  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:03:45.472  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@37f69d4d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@393175c3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d0ef63d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@780c7ff8, containsSubquery=false)
2026-08-29 11:03:45.473  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:03:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 169
2026-08-29 11:03:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:03:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:03:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5805393d(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 11:03:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:03:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:03:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:03:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:03:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:04:05.481  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:04:05.481  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:04:05.482  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5630f7a7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58f71311, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5cc89cd7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19ca192a, containsSubquery=false)
2026-08-29 11:04:05.482  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:04:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 170
2026-08-29 11:04:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:04:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:04:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@43433be8(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 11:04:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:04:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:04:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:04:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:04:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:04:25.470  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:04:25.470  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:04:25.470  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a0e6fe2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14c982d3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10f60492, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55f488e8, containsSubquery=false)
2026-08-29 11:04:25.470  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:04:45.468  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:04:45.468  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:04:45.468  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@708db010, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e4a4071, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a75db60, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f774a4a, containsSubquery=false)
2026-08-29 11:04:45.468  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:04:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 171
2026-08-29 11:04:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:04:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:04:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:04:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@26dedd13(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 11:04:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:04:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:04:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:05:05.522  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:05:05.522  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:05:05.522  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5828b867, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56ef4d12, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52d0d317, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17d24729, containsSubquery=false)
2026-08-29 11:05:05.522  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:05:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 172
2026-08-29 11:05:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:05:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:05:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@24994e11(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 11:05:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:05:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:05:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:05:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:05:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:05:25.473  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:05:25.473  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:05:25.473  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@c655c88, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51e682a4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17fb3240, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b07be1c, containsSubquery=false)
2026-08-29 11:05:25.473  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:05:45.465  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:05:45.465  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:05:45.465  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40f142b7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@590f0f78, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e4f2032, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@597689c4, containsSubquery=false)
2026-08-29 11:05:45.465  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:05:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 173
2026-08-29 11:05:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:05:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:05:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:05:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:05:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:05:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:05:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4565d18b(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 11:05:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:06:05.488  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:06:05.489  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:06:05.489  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b280f50, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58b5db41, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a99b361, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@20ee39dd, containsSubquery=false)
2026-08-29 11:06:05.489  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:06:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 174
2026-08-29 11:06:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:06:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:06:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:06:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2a25b367(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 11:06:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:06:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:06:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:06:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:06:25.467  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:06:25.468  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:06:25.468  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1825f947, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a7d80fb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2790eead, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2bb3be2b, containsSubquery=false)
2026-08-29 11:06:25.468  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:06:45.479  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:06:45.480  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:06:45.480  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@c14b616, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2aa26ce6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@285b4a59, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e9d0c76, containsSubquery=false)
2026-08-29 11:06:45.480  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:06:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 175
2026-08-29 11:06:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:06:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:06:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2d1e31a8(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 11:06:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:06:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:06:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:06:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:06:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:07:05.468  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:05.469  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:07:05.469  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@158f866, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2543d52a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@336c4021, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c813812, containsSubquery=false)
2026-08-29 11:07:05.469  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:07:10.851  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:10.851  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:07:10.851  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@360bb536, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@288737ea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@390549a5, containsSubquery=false)
2026-08-29 11:07:10.852  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 11:07:10.870  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:10.872  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 11:07:10.873  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42d3c7e3, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ab02b81, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@77a15f70, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@300fa1a7, containsSubquery=false)
2026-08-29 11:07:10.873  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13222222225]
2026-08-29 11:07:11.019  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:11.020  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 11:07:11.020  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3537d503, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b9cb656, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b1e586d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e99dc5e, containsSubquery=false)
2026-08-29 11:07:11.020  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 11:07:11.060  INFO 2501436 --- [http-nio-8804-exec-9] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2079509376485502977
2026-08-29 11:07:11.114  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:11.114  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:07:11.114  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@628d93c7, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55d2ae7d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5c99c808, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e1bdb73, containsSubquery=false)
2026-08-29 11:07:11.114  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:07:11.162  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:11.162  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 11:07:11.162  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6291c8e4, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1cf11691, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@647d7026, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d074a5f, containsSubquery=false)
2026-08-29 11:07:11.162  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 11:07:11.166  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:11.168  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:07:11.168  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f8431b3, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7bfc6e8c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@527a29e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66b57a44, containsSubquery=false)
2026-08-29 11:07:11.168  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:07:11.176  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:11.177  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 11:07:11.177  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ed715fa, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e77fa88, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@307dfb0f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@370be673, containsSubquery=false)
2026-08-29 11:07:11.177  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 11:07:11.184  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:11.184  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:07:11.185  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@72fde98, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@250e6fd4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5697d95a, containsSubquery=false)
2026-08-29 11:07:11.185  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 11:07:11.195  INFO 2501436 --- [http-nio-8804-exec-9] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1785555863, appId=6a6d6b97e4b0dfa55a9303ba, name=微信支付
2026-08-29 11:07:11.209  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:11.209  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:07:11.209  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3118ac26, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22a4cd8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3defbc33, containsSubquery=false)
2026-08-29 11:07:11.209  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 11:07:11.220  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:11.220  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 11:07:11.220  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bd627aa, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a866f79, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e34e64d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@13f1a89a, containsSubquery=true)
2026-08-29 11:07:11.221  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 11:07:11.222  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:11.223  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:07:11.223  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d4f3269, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76febbf3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b9a379f, containsSubquery=false)
2026-08-29 11:07:11.223  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 11:07:11.245  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:11.245  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:07:11.245  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d2289af, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1bd4b8a6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ec6d87f, containsSubquery=false)
2026-08-29 11:07:11.246  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 11:07:11.253  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:11.254  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:07:11.254  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c6dbf46, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@693620d5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7379bc16, containsSubquery=false)
2026-08-29 11:07:11.254  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 11:07:11.270  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:11.271  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:07:11.271  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@70bbd52a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31f22d87, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ee6af03, containsSubquery=false)
2026-08-29 11:07:11.271  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 11:07:11.297  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:11.298  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:07:11.298  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28cc1e01, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@629ca57e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@59b60679, containsSubquery=false)
2026-08-29 11:07:11.298  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 11:07:11.311  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:11.312  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:07:11.312  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@320fb77c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b675582, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e41ce88, containsSubquery=false)
2026-08-29 11:07:11.312  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 11:07:11.343  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:11.343  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 11:07:11.343  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a86c529, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f412f2f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c3dcb10, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f9689a0, containsSubquery=false)
2026-08-29 11:07:11.343  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 11:07:11.375  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:11.376  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 11:07:11.376  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6727a79f, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@22d8d7f4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f463784, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7a24813f, containsSubquery=false)
2026-08-29 11:07:11.379  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 11:07:11.392  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:11.392  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:07:11.392  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ac22b3b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@44b17c25, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4a8fd61a, containsSubquery=false)
2026-08-29 11:07:11.392  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 11:07:11.412  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:11.412  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 11:07:11.413  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16e1f5ae, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2d5aca85, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@44c97182, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@420887dc, containsSubquery=false)
2026-08-29 11:07:11.413  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 11:07:11.501  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:11.502  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 11:07:11.502  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56661c9a, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c38b9f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a8a80b6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ac3ba18, containsSubquery=false)
2026-08-29 11:07:11.502  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 11:07:11.437, 2026-08-29 11:07:11.442, 2026-08-29 11:07:11.442]
2026-08-29 11:07:11.546  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:11.546  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 11:07:11.546  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a6b00c9, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43e91566, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@710180cf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7f889f33, containsSubquery=false)
2026-08-29 11:07:11.546  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 11:07:11.586  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:11.586  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:07:11.586  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6376b137, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f9f7b16, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c0f2b13, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73979772, containsSubquery=false)
2026-08-29 11:07:11.586  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:07:11.625  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:11.625  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:07:11.625  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@357e25f4, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@158473bc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10db4be3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@556b359b, containsSubquery=false)
2026-08-29 11:07:11.625  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:07:11.656  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:11.656  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 11:07:11.656  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7167c66, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2bf1ec18, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b7e3e33, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ed104d3, containsSubquery=false)
2026-08-29 11:07:11.656  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 11:07:11.666  WARN 2501436 --- [http-nio-8804-exec-8] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 11:07:11.827  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:11.827  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?)
2026-08-29 11:07:11.827  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bff9eac, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@22da2be5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@13bf8bcc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1eb12883, containsSubquery=false)
2026-08-29 11:07:11.827  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ::: [2079509376485502977, false]
2026-08-29 11:07:11.844  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:11.845  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: SELECT * FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 11:07:11.845  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47a03548, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ShorthandProjection(owner=Optional.absent())], columnLabels=[id, create_by, create_time, delete_flag, update_by, update_time, account_type, actual_refund_price, after_sale_image, apply_refund_price, audit_remark, bank_account_name, bank_account_number, bank_deposit_name, flow_price, goods_id, goods_image, goods_name, m_deliver_time, m_logistics_code, m_logistics_name, m_logistics_no, member_id, member_name, num, order_sn, pay_order_no, problem_desc, reason, refund_point, refund_time, refund_way, store_id, store_name, service_status, service_type, sku_id, sn, specs, trade_sn, order_item_sn]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@10b0167d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@937c2f0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@429f07e2, containsSubquery=false)
2026-08-29 11:07:11.845  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT * FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT ? ::: [2079509376485502977, false, 10]
2026-08-29 11:07:14.622  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:14.622  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT * FROM li_after_sale WHERE sn=?
2026-08-29 11:07:14.622  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40d77171, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ShorthandProjection(owner=Optional.absent())], columnLabels=[id, create_by, create_time, delete_flag, update_by, update_time, account_type, actual_refund_price, after_sale_image, apply_refund_price, audit_remark, bank_account_name, bank_account_number, bank_deposit_name, flow_price, goods_id, goods_image, goods_name, m_deliver_time, m_logistics_code, m_logistics_name, m_logistics_no, member_id, member_name, num, order_sn, pay_order_no, problem_desc, reason, refund_point, refund_time, refund_way, store_id, store_name, service_status, service_type, sku_id, sn, specs, trade_sn, order_item_sn]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d36f74c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69aad15c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@45692bf, containsSubquery=false)
2026-08-29 11:07:14.622  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT * FROM li_after_sale WHERE sn=? ::: [A202608292093613400948101120]
2026-08-29 11:07:17.620  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:17.621  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND service_type = ? AND delete_flag = ?)
2026-08-29 11:07:17.621  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@386d5e77, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39ca9b5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40ffb138, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@52cbe701, containsSubquery=false)
2026-08-29 11:07:17.621  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND service_type = ? AND delete_flag = ?) ::: [2079509376485502977, RETURN_GOODS, false]
2026-08-29 11:07:17.637  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:17.637  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT * FROM li_after_sale WHERE (store_id = ? AND service_type = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 11:07:17.637  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@73d0510a, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ShorthandProjection(owner=Optional.absent())], columnLabels=[id, create_by, create_time, delete_flag, update_by, update_time, account_type, actual_refund_price, after_sale_image, apply_refund_price, audit_remark, bank_account_name, bank_account_number, bank_deposit_name, flow_price, goods_id, goods_image, goods_name, m_deliver_time, m_logistics_code, m_logistics_name, m_logistics_no, member_id, member_name, num, order_sn, pay_order_no, problem_desc, reason, refund_point, refund_time, refund_way, store_id, store_name, service_status, service_type, sku_id, sn, specs, trade_sn, order_item_sn]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c126d58, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6eee44db, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77ef3ead, containsSubquery=false)
2026-08-29 11:07:17.637  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT * FROM li_after_sale WHERE (store_id = ? AND service_type = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT ? ::: [2079509376485502977, RETURN_GOODS, false, 10]
2026-08-29 11:07:19.900  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:19.901  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT * FROM li_after_sale WHERE sn=?
2026-08-29 11:07:19.901  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40d77171, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ShorthandProjection(owner=Optional.absent())], columnLabels=[id, create_by, create_time, delete_flag, update_by, update_time, account_type, actual_refund_price, after_sale_image, apply_refund_price, audit_remark, bank_account_name, bank_account_number, bank_deposit_name, flow_price, goods_id, goods_image, goods_name, m_deliver_time, m_logistics_code, m_logistics_name, m_logistics_no, member_id, member_name, num, order_sn, pay_order_no, problem_desc, reason, refund_point, refund_time, refund_way, store_id, store_name, service_status, service_type, sku_id, sn, specs, trade_sn, order_item_sn]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b95cc99, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b893b6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3d766abc, containsSubquery=false)
2026-08-29 11:07:19.901  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT * FROM li_after_sale WHERE sn=? ::: [A202608292093613400948101120]
2026-08-29 11:07:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 176
2026-08-29 11:07:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:07:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:07:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5b621183(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 11:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:07:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:07:23.233  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:23.233  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND service_type = ? AND delete_flag = ?)
2026-08-29 11:07:23.233  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@386d5e77, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4f42b941, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@14c940bb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4d41a038, containsSubquery=false)
2026-08-29 11:07:23.233  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND service_type = ? AND delete_flag = ?) ::: [2079509376485502977, RETURN_MONEY, false]
2026-08-29 11:07:24.100  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:24.100  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?)
2026-08-29 11:07:24.100  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bff9eac, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f0e93cf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@48fc7d8c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6628d315, containsSubquery=false)
2026-08-29 11:07:24.100  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ::: [2079509376485502977, false]
2026-08-29 11:07:24.105  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:24.105  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT * FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 11:07:24.105  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47a03548, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ShorthandProjection(owner=Optional.absent())], columnLabels=[id, create_by, create_time, delete_flag, update_by, update_time, account_type, actual_refund_price, after_sale_image, apply_refund_price, audit_remark, bank_account_name, bank_account_number, bank_deposit_name, flow_price, goods_id, goods_image, goods_name, m_deliver_time, m_logistics_code, m_logistics_name, m_logistics_no, member_id, member_name, num, order_sn, pay_order_no, problem_desc, reason, refund_point, refund_time, refund_way, store_id, store_name, service_status, service_type, sku_id, sn, specs, trade_sn, order_item_sn]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@506bebe8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a50752b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2009c1b9, containsSubquery=false)
2026-08-29 11:07:24.105  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT * FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT ? ::: [2079509376485502977, false, 10]
2026-08-29 11:07:25.477  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:25.478  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:07:25.478  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@20dedb27, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49f7ec43, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d1edb89, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d0b4ea4, containsSubquery=false)
2026-08-29 11:07:25.478  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:07:45.486  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:07:45.486  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:07:45.486  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3e31ea78, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4e336848, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@696e49c2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@52931913, containsSubquery=false)
2026-08-29 11:07:45.486  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:07:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 177
2026-08-29 11:07:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:07:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:07:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:07:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:07:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@329cfbdf(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 11:07:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:08:05.471  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:08:05.471  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:08:05.471  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@24a4139a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12c16efe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54d059a2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@767c1264, containsSubquery=false)
2026-08-29 11:08:05.471  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:08:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 178
2026-08-29 11:08:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:08:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:08:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:08:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:08:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:08:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3f4c7d74(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 11:08:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:08:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:08:23.738  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:08:23.738  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT * FROM li_after_sale WHERE sn=?
2026-08-29 11:08:23.738  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40d77171, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ShorthandProjection(owner=Optional.absent())], columnLabels=[id, create_by, create_time, delete_flag, update_by, update_time, account_type, actual_refund_price, after_sale_image, apply_refund_price, audit_remark, bank_account_name, bank_account_number, bank_deposit_name, flow_price, goods_id, goods_image, goods_name, m_deliver_time, m_logistics_code, m_logistics_name, m_logistics_no, member_id, member_name, num, order_sn, pay_order_no, problem_desc, reason, refund_point, refund_time, refund_way, store_id, store_name, service_status, service_type, sku_id, sn, specs, trade_sn, order_item_sn]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@764c3156, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@788bd1ef, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7cb45a26, containsSubquery=false)
2026-08-29 11:08:23.738  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT * FROM li_after_sale WHERE sn=? ::: [A202608292093613400948101120]
2026-08-29 11:08:25.481  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:08:25.482  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:08:25.482  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@301af05e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e3df73c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@48ea5dc2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c08910e, containsSubquery=false)
2026-08-29 11:08:25.482  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:08:45.488  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:08:45.489  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:08:45.489  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@33a06e4c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@18598ed, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42861c23, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18c69d9a, containsSubquery=false)
2026-08-29 11:08:45.489  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:08:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 179
2026-08-29 11:08:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:08:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:08:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:08:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:08:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:08:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:08:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@23cc10c0(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 11:08:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:09:05.503  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:09:05.508  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:09:05.508  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4d064de1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@528a4998, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@441226e3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@29940bec, containsSubquery=false)
2026-08-29 11:09:05.515  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:09:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 180
2026-08-29 11:09:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:09:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:09:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:09:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:09:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:09:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:09:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@8eb2577(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 11:09:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:09:25.492  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:09:25.492  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:09:25.492  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6c369f80, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@394e66d5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@559b9e71, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2fa0d33c, containsSubquery=false)
2026-08-29 11:09:25.492  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:09:45.482  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:09:45.482  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:09:45.482  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6bdd9341, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@712e924c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3646e3d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77991d57, containsSubquery=false)
2026-08-29 11:09:45.482  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:09:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 181
2026-08-29 11:09:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:09:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:09:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@699eb533(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 11:09:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:09:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:09:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:09:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:09:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:10:05.471  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:05.472  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:10:05.472  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@303cd92b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3efb315c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ac4b25b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7fc63b67, containsSubquery=false)
2026-08-29 11:10:05.472  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:10:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 182
2026-08-29 11:10:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:10:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:10:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:10:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:10:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:10:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:10:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:10:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6151c9d1(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 11:10:25.470  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:25.470  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:10:25.470  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76c97a33, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@396d2a61, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35112dbb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5068069b, containsSubquery=false)
2026-08-29 11:10:25.471  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:10:45.476  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:45.476  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:10:45.476  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2ca3ae11, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35a66de4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@530bfb2a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6c5d341, containsSubquery=false)
2026-08-29 11:10:45.476  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:10:47.677  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:47.677  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:10:47.677  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c6a3797, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@354072d4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@28a451fe, containsSubquery=false)
2026-08-29 11:10:47.677  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 11:10:47.679  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:47.679  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:10:47.679  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@628d93c7, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b425f86, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@597da222, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@386c7a20, containsSubquery=false)
2026-08-29 11:10:47.679  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:10:47.684  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:47.684  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 11:10:47.684  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3537d503, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@310eab25, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b2f275b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ec30689, containsSubquery=false)
2026-08-29 11:10:47.684  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 11:10:47.685  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:47.685  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:10:47.685  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f8431b3, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46403576, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@938799e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@514f559c, containsSubquery=false)
2026-08-29 11:10:47.685  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:10:47.690  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:47.690  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:10:47.690  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5cffd375, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@799106f9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@65ac9f61, containsSubquery=false)
2026-08-29 11:10:47.690  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 11:10:47.692  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:47.692  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 11:10:47.692  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6291c8e4, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ae574d0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6cd4c84b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4a41a443, containsSubquery=false)
2026-08-29 11:10:47.692  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 11:10:47.696  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:47.697  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 11:10:47.697  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bd627aa, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43e6b125, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42b079af, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6cfbe64f, containsSubquery=true)
2026-08-29 11:10:47.697  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 11:10:47.701  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:47.701  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:10:47.701  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d0aa63d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3aae7663, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c130d9b, containsSubquery=false)
2026-08-29 11:10:47.702  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 11:10:47.703  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:47.703  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:10:47.703  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6729db2a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5453801e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66926ee8, containsSubquery=false)
2026-08-29 11:10:47.703  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 11:10:47.711  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:47.711  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:10:47.711  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4fb0ab3f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b7b0887, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@685d921b, containsSubquery=false)
2026-08-29 11:10:47.711  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 11:10:47.719  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:47.719  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:10:47.719  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@21e13849, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2528ab24, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19ece373, containsSubquery=false)
2026-08-29 11:10:47.719  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 11:10:47.729  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:47.729  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:10:47.729  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ea70651, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@364684ee, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6156deea, containsSubquery=false)
2026-08-29 11:10:47.730  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 11:10:47.736  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:47.737  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:10:47.737  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@30e756cd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@67917fb5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d7a0ca5, containsSubquery=false)
2026-08-29 11:10:47.737  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 11:10:47.742  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:47.743  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:10:47.743  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f1d172a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@228f3948, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d212eab, containsSubquery=false)
2026-08-29 11:10:47.743  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 11:10:47.750  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:47.751  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 11:10:47.751  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a86c529, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f4eb268, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3bce8d5c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@533b32c8, containsSubquery=false)
2026-08-29 11:10:47.751  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 11:10:47.758  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:47.759  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 11:10:47.759  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6727a79f, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@36315b9f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c1692e3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32763553, containsSubquery=false)
2026-08-29 11:10:47.759  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 11:10:47.765  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:47.765  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:10:47.765  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b35f262, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28ea86fa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a703392, containsSubquery=false)
2026-08-29 11:10:47.765  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 11:10:47.773  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:47.774  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 11:10:47.774  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16e1f5ae, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66e02d95, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d576e78, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3c2481f5, containsSubquery=false)
2026-08-29 11:10:47.774  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 11:10:47.779  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:47.779  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 11:10:47.779  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56661c9a, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a105e16, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52a35588, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@37162648, containsSubquery=false)
2026-08-29 11:10:47.779  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 11:10:47.776, 2026-08-29 11:10:47.776, 2026-08-29 11:10:47.776]
2026-08-29 11:10:47.790  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:47.790  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 11:10:47.790  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a6b00c9, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d7b98e1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b59c760, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@22287f17, containsSubquery=false)
2026-08-29 11:10:47.790  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 11:10:47.795  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:47.795  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:10:47.795  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6376b137, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@77a9b0a0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1698a985, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6c7b2516, containsSubquery=false)
2026-08-29 11:10:47.795  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:10:47.800  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:47.800  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:10:47.800  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@357e25f4, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@27dc2d5a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12baff22, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@334e3bfa, containsSubquery=false)
2026-08-29 11:10:47.800  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:10:47.804  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:47.804  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 11:10:47.804  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7167c66, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ffa713c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5d2908d2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25a92521, containsSubquery=false)
2026-08-29 11:10:47.804  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 11:10:47.807  WARN 2501436 --- [http-nio-8804-exec-31] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 11:10:48.183  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:48.183  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 11:10:48.183  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42d3c7e3, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c454140, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3fa45b7e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@51609734, containsSubquery=false)
2026-08-29 11:10:48.183  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13222222225]
2026-08-29 11:10:48.265  INFO 2501436 --- [http-nio-8804-exec-33] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2079509376485502977
2026-08-29 11:10:48.266  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:48.266  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 11:10:48.266  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ed715fa, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c1f2e52, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6993c7d2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@690540a3, containsSubquery=false)
2026-08-29 11:10:48.266  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 11:10:48.271  INFO 2501436 --- [http-nio-8804-exec-33] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1785555863, appId=6a6d6b97e4b0dfa55a9303ba, name=微信支付
2026-08-29 11:10:51.739  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:51.739  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?)
2026-08-29 11:10:51.739  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bff9eac, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5a338b30, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e0c14ae, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b0e810b, containsSubquery=false)
2026-08-29 11:10:51.740  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ::: [2079509376485502977, false]
2026-08-29 11:10:51.745  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:51.745  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT * FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 11:10:51.745  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47a03548, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ShorthandProjection(owner=Optional.absent())], columnLabels=[id, create_by, create_time, delete_flag, update_by, update_time, account_type, actual_refund_price, after_sale_image, apply_refund_price, audit_remark, bank_account_name, bank_account_number, bank_deposit_name, flow_price, goods_id, goods_image, goods_name, m_deliver_time, m_logistics_code, m_logistics_name, m_logistics_no, member_id, member_name, num, order_sn, pay_order_no, problem_desc, reason, refund_point, refund_time, refund_way, store_id, store_name, service_status, service_type, sku_id, sn, specs, trade_sn, order_item_sn]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b217e44, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@f9ff4d4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5e4d6d32, containsSubquery=false)
2026-08-29 11:10:51.745  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT * FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT ? ::: [2079509376485502977, false, 10]
2026-08-29 11:10:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 183
2026-08-29 11:10:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:10:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:10:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:10:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:10:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:10:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5ce4ee8a(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 11:10:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:10:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:10:54.145  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:10:54.145  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: SELECT * FROM li_after_sale WHERE sn=?
2026-08-29 11:10:54.145  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40d77171, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ShorthandProjection(owner=Optional.absent())], columnLabels=[id, create_by, create_time, delete_flag, update_by, update_time, account_type, actual_refund_price, after_sale_image, apply_refund_price, audit_remark, bank_account_name, bank_account_number, bank_deposit_name, flow_price, goods_id, goods_image, goods_name, m_deliver_time, m_logistics_code, m_logistics_name, m_logistics_no, member_id, member_name, num, order_sn, pay_order_no, problem_desc, reason, refund_point, refund_time, refund_way, store_id, store_name, service_status, service_type, sku_id, sn, specs, trade_sn, order_item_sn]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@626cd01e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@422fb325, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ef2d942, containsSubquery=false)
2026-08-29 11:10:54.145  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT * FROM li_after_sale WHERE sn=? ::: [A202608292093613400948101120]
2026-08-29 11:11:00.859  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:11:00.859  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND service_type = ? AND delete_flag = ?)
2026-08-29 11:11:00.859  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@386d5e77, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4e1d1c40, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55aebd45, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c446f86, containsSubquery=false)
2026-08-29 11:11:00.859  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND service_type = ? AND delete_flag = ?) ::: [2079509376485502977, RETURN_GOODS, false]
2026-08-29 11:11:00.866  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:11:00.866  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT * FROM li_after_sale WHERE (store_id = ? AND service_type = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 11:11:00.866  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@73d0510a, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ShorthandProjection(owner=Optional.absent())], columnLabels=[id, create_by, create_time, delete_flag, update_by, update_time, account_type, actual_refund_price, after_sale_image, apply_refund_price, audit_remark, bank_account_name, bank_account_number, bank_deposit_name, flow_price, goods_id, goods_image, goods_name, m_deliver_time, m_logistics_code, m_logistics_name, m_logistics_no, member_id, member_name, num, order_sn, pay_order_no, problem_desc, reason, refund_point, refund_time, refund_way, store_id, store_name, service_status, service_type, sku_id, sn, specs, trade_sn, order_item_sn]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@42619a6e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@578d79fa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2b807290, containsSubquery=false)
2026-08-29 11:11:00.866  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT * FROM li_after_sale WHERE (store_id = ? AND service_type = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT ? ::: [2079509376485502977, RETURN_GOODS, false, 10]
2026-08-29 11:11:03.550  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:11:03.551  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?)
2026-08-29 11:11:03.551  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bff9eac, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f4a9679, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4368bf6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@88b9ef8, containsSubquery=false)
2026-08-29 11:11:03.551  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ::: [2079509376485502977, false]
2026-08-29 11:11:03.558  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:11:03.559  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT * FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 11:11:03.559  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47a03548, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ShorthandProjection(owner=Optional.absent())], columnLabels=[id, create_by, create_time, delete_flag, update_by, update_time, account_type, actual_refund_price, after_sale_image, apply_refund_price, audit_remark, bank_account_name, bank_account_number, bank_deposit_name, flow_price, goods_id, goods_image, goods_name, m_deliver_time, m_logistics_code, m_logistics_name, m_logistics_no, member_id, member_name, num, order_sn, pay_order_no, problem_desc, reason, refund_point, refund_time, refund_way, store_id, store_name, service_status, service_type, sku_id, sn, specs, trade_sn, order_item_sn]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ff55be2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b62777f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@217039ac, containsSubquery=false)
2026-08-29 11:11:03.559  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT * FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT ? ::: [2079509376485502977, false, 10]
2026-08-29 11:11:05.502  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:11:05.502  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:11:05.502  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6b9ac930, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c5e9b02, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5bb373b2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4df083a0, containsSubquery=false)
2026-08-29 11:11:05.502  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:11:06.521  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:11:06.522  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?)
2026-08-29 11:11:06.522  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bff9eac, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@566a30f7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c3974e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b6e94c0, containsSubquery=false)
2026-08-29 11:11:06.522  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ::: [2079509376485502977, false]
2026-08-29 11:11:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 184
2026-08-29 11:11:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:11:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:11:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:11:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:11:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:11:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:11:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@485f9499(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 11:11:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:11:25.516  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:11:25.516  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:11:25.516  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1cca5008, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a206127, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e654555, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@494aac18, containsSubquery=false)
2026-08-29 11:11:25.516  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:11:27.624  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:11:27.624  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?)
2026-08-29 11:11:27.624  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bff9eac, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5456a14c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@50693f1e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@156bab77, containsSubquery=false)
2026-08-29 11:11:27.624  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ::: [2079509376485502977, false]
2026-08-29 11:11:39.138  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:11:39.138  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?)
2026-08-29 11:11:39.138  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bff9eac, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c5530b2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b8459a3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c231b61, containsSubquery=false)
2026-08-29 11:11:39.138  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ::: [2079509376485502977, false]
2026-08-29 11:11:39.144  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:11:39.144  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: SELECT * FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 11:11:39.144  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47a03548, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ShorthandProjection(owner=Optional.absent())], columnLabels=[id, create_by, create_time, delete_flag, update_by, update_time, account_type, actual_refund_price, after_sale_image, apply_refund_price, audit_remark, bank_account_name, bank_account_number, bank_deposit_name, flow_price, goods_id, goods_image, goods_name, m_deliver_time, m_logistics_code, m_logistics_name, m_logistics_no, member_id, member_name, num, order_sn, pay_order_no, problem_desc, reason, refund_point, refund_time, refund_way, store_id, store_name, service_status, service_type, sku_id, sn, specs, trade_sn, order_item_sn]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ba215f3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@243f2794, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@358ae037, containsSubquery=false)
2026-08-29 11:11:39.144  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT * FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT ? ::: [2079509376485502977, false, 10]
2026-08-29 11:11:41.347  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:11:41.347  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT * FROM li_after_sale WHERE sn=?
2026-08-29 11:11:41.347  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40d77171, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ShorthandProjection(owner=Optional.absent())], columnLabels=[id, create_by, create_time, delete_flag, update_by, update_time, account_type, actual_refund_price, after_sale_image, apply_refund_price, audit_remark, bank_account_name, bank_account_number, bank_deposit_name, flow_price, goods_id, goods_image, goods_name, m_deliver_time, m_logistics_code, m_logistics_name, m_logistics_no, member_id, member_name, num, order_sn, pay_order_no, problem_desc, reason, refund_point, refund_time, refund_way, store_id, store_name, service_status, service_type, sku_id, sn, specs, trade_sn, order_item_sn]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2d3e1d37, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42564083, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74e66924, containsSubquery=false)
2026-08-29 11:11:41.347  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT * FROM li_after_sale WHERE sn=? ::: [A202608292093613400948101120]
2026-08-29 11:11:45.469  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:11:45.469  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:11:45.470  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@262eeb07, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4f173247, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b086569, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6c0d2954, containsSubquery=false)
2026-08-29 11:11:45.470  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:11:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 185
2026-08-29 11:11:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:11:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:11:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:11:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6b61d8f9(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 11:11:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:11:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:11:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:11:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:12:05.476  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:12:05.477  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:12:05.477  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3cbdc89, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@182380b7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f1ddb63, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@453dc201, containsSubquery=false)
2026-08-29 11:12:05.477  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:12:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 186
2026-08-29 11:12:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:12:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:12:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:12:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:12:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:12:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:12:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:12:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3b3f8871(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 11:12:25.501  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:12:25.502  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:12:25.502  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30afba13, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79e5e665, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3caaca2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66192715, containsSubquery=false)
2026-08-29 11:12:25.502  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:12:45.473  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:12:45.473  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:12:45.473  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3f85e6af, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@31421f2f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@357d8ddf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@707f1514, containsSubquery=false)
2026-08-29 11:12:45.473  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:12:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 187
2026-08-29 11:12:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:12:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:12:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:12:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:12:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:12:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:12:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:12:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@35a63c1c(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 11:13:03.338  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:03.338  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:13:03.338  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5a78811a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f58b505, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46a29d2a, containsSubquery=false)
2026-08-29 11:13:03.338  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 11:13:03.348  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:03.348  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 11:13:03.348  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3537d503, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b168efc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@98f1379, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40db4efb, containsSubquery=false)
2026-08-29 11:13:03.348  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 11:13:03.358  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:03.358  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 11:13:03.358  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6291c8e4, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78301ec9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62063ba2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5afde7e9, containsSubquery=false)
2026-08-29 11:13:03.358  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 11:13:03.370  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:03.370  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:13:03.370  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56bb1c3e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63cc7baf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75cef862, containsSubquery=false)
2026-08-29 11:13:03.370  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 11:13:03.379  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:03.379  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:13:03.379  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6142640a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63cd8da8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3216bade, containsSubquery=false)
2026-08-29 11:13:03.379  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 11:13:03.386  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:03.386  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:13:03.386  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@628d93c7, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@72135202, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@77fdb866, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c83fd33, containsSubquery=false)
2026-08-29 11:13:03.386  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:13:03.386  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:03.387  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:13:03.387  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@321318bd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27610884, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@428a3467, containsSubquery=false)
2026-08-29 11:13:03.387  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 11:13:03.390  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:03.390  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:13:03.390  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f8431b3, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@73b3a332, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@301ab212, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@574dc5c1, containsSubquery=false)
2026-08-29 11:13:03.390  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:13:03.395  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:03.395  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:13:03.395  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@de7cbd7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@34bd6467, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55a990c9, containsSubquery=false)
2026-08-29 11:13:03.395  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 11:13:03.395  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:03.395  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:13:03.395  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@452741bf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4cc0afaa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e71718f, containsSubquery=false)
2026-08-29 11:13:03.395  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 11:13:03.400  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:03.401  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 11:13:03.401  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bd627aa, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12b635aa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b00d0ed, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c306dd2, containsSubquery=true)
2026-08-29 11:13:03.401  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 11:13:03.405  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:03.405  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:13:03.405  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58015b9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@78e18f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3dbc43cb, containsSubquery=false)
2026-08-29 11:13:03.405  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 11:13:03.407  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:03.407  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:13:03.407  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4076bb00, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f371021, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@164d3e2c, containsSubquery=false)
2026-08-29 11:13:03.407  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 11:13:03.412  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:03.412  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:13:03.412  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11ce0007, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4eb3abee, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35f38475, containsSubquery=false)
2026-08-29 11:13:03.412  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 11:13:03.421  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:03.421  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 11:13:03.421  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a86c529, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3e191b2d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17e0e0b7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@559b0d9f, containsSubquery=false)
2026-08-29 11:13:03.421  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 11:13:03.433  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:03.433  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 11:13:03.433  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6727a79f, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f2f6d36, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@625562b9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@8b90dc7, containsSubquery=false)
2026-08-29 11:13:03.433  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 11:13:03.443  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:03.444  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:13:03.444  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c68934f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c7f6e30, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@273538a, containsSubquery=false)
2026-08-29 11:13:03.444  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 11:13:03.451  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:03.452  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 11:13:03.452  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16e1f5ae, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43504ca8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b27b84b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ac30c8e, containsSubquery=false)
2026-08-29 11:13:03.452  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 11:13:03.457  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:03.457  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 11:13:03.457  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56661c9a, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14034d96, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76c684e4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66ef624a, containsSubquery=false)
2026-08-29 11:13:03.458  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 11:13:03.456, 2026-08-29 11:13:03.456, 2026-08-29 11:13:03.456]
2026-08-29 11:13:03.465  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:03.465  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 11:13:03.465  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a6b00c9, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5aeeb533, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@478e7116, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32498870, containsSubquery=false)
2026-08-29 11:13:03.465  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 11:13:03.468  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:03.469  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:13:03.469  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6376b137, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5eb253c4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20464a6a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@22f30279, containsSubquery=false)
2026-08-29 11:13:03.469  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:13:03.474  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:03.474  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:13:03.474  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@357e25f4, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1230943e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@286abccb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5aa4f0d6, containsSubquery=false)
2026-08-29 11:13:03.474  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:13:03.479  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:03.479  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 11:13:03.479  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7167c66, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d8342a4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70dc3182, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3809f7cd, containsSubquery=false)
2026-08-29 11:13:03.479  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 11:13:03.483  WARN 2501436 --- [http-nio-8804-exec-49] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 11:13:03.805  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:03.805  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 11:13:03.805  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42d3c7e3, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1691362e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@30c09dbe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@c5bdc3e, containsSubquery=false)
2026-08-29 11:13:03.805  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13222222225]
2026-08-29 11:13:03.910  INFO 2501436 --- [http-nio-8804-exec-1] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2079509376485502977
2026-08-29 11:13:03.937  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:03.938  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 11:13:03.938  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ed715fa, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c92ca05, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1efa5585, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5e74bfa4, containsSubquery=false)
2026-08-29 11:13:03.938  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 11:13:03.951  INFO 2501436 --- [http-nio-8804-exec-1] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1785555863, appId=6a6d6b97e4b0dfa55a9303ba, name=微信支付
2026-08-29 11:13:05.003  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:05.003  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?)
2026-08-29 11:13:05.004  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bff9eac, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78b14e69, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f5bd86c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74a69611, containsSubquery=false)
2026-08-29 11:13:05.004  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ::: [2079509376485502977, false]
2026-08-29 11:13:05.009  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:05.009  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT * FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 11:13:05.009  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47a03548, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ShorthandProjection(owner=Optional.absent())], columnLabels=[id, create_by, create_time, delete_flag, update_by, update_time, account_type, actual_refund_price, after_sale_image, apply_refund_price, audit_remark, bank_account_name, bank_account_number, bank_deposit_name, flow_price, goods_id, goods_image, goods_name, m_deliver_time, m_logistics_code, m_logistics_name, m_logistics_no, member_id, member_name, num, order_sn, pay_order_no, problem_desc, reason, refund_point, refund_time, refund_way, store_id, store_name, service_status, service_type, sku_id, sn, specs, trade_sn, order_item_sn]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@413f65a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@23491774, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@70b39a11, containsSubquery=false)
2026-08-29 11:13:05.009  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT * FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT ? ::: [2079509376485502977, false, 10]
2026-08-29 11:13:05.501  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:05.501  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:13:05.501  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a1beb84, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3bea17cb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1f498fa1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b75a82, containsSubquery=false)
2026-08-29 11:13:05.501  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:13:09.291  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:09.291  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT * FROM li_after_sale WHERE sn=?
2026-08-29 11:13:09.291  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40d77171, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ShorthandProjection(owner=Optional.absent())], columnLabels=[id, create_by, create_time, delete_flag, update_by, update_time, account_type, actual_refund_price, after_sale_image, apply_refund_price, audit_remark, bank_account_name, bank_account_number, bank_deposit_name, flow_price, goods_id, goods_image, goods_name, m_deliver_time, m_logistics_code, m_logistics_name, m_logistics_no, member_id, member_name, num, order_sn, pay_order_no, problem_desc, reason, refund_point, refund_time, refund_way, store_id, store_name, service_status, service_type, sku_id, sn, specs, trade_sn, order_item_sn]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a12dc84, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c66770b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@ce36601, containsSubquery=false)
2026-08-29 11:13:09.291  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT * FROM li_after_sale WHERE sn=? ::: [A202608292093613400948101120]
2026-08-29 11:13:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 188
2026-08-29 11:13:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:13:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5c08c7f8(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 11:13:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:13:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:13:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:13:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:13:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:13:25.483  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:25.483  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:13:25.483  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@93830aa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d12dd33, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@523090be, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a49de2a, containsSubquery=false)
2026-08-29 11:13:25.483  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:13:43.885  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:43.886  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT * FROM li_after_sale WHERE sn=?
2026-08-29 11:13:43.886  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40d77171, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ShorthandProjection(owner=Optional.absent())], columnLabels=[id, create_by, create_time, delete_flag, update_by, update_time, account_type, actual_refund_price, after_sale_image, apply_refund_price, audit_remark, bank_account_name, bank_account_number, bank_deposit_name, flow_price, goods_id, goods_image, goods_name, m_deliver_time, m_logistics_code, m_logistics_name, m_logistics_no, member_id, member_name, num, order_sn, pay_order_no, problem_desc, reason, refund_point, refund_time, refund_way, store_id, store_name, service_status, service_type, sku_id, sn, specs, trade_sn, order_item_sn]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c97aceb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a3ff5b3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18f02850, containsSubquery=false)
2026-08-29 11:13:43.886  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT * FROM li_after_sale WHERE sn=? ::: [A202608292093613400948101120]
2026-08-29 11:13:45.468  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:13:45.468  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:13:45.468  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70312d80, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@25a5ca3c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5c0113b4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15232fb0, containsSubquery=false)
2026-08-29 11:13:45.468  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:13:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 189
2026-08-29 11:13:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:13:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:13:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:13:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4f9be56(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 11:13:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:13:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:13:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:13:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:14:05.475  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:14:05.475  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:14:05.475  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@43a09be8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@8517479, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51cd1193, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@522c024b, containsSubquery=false)
2026-08-29 11:14:05.475  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:14:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 190
2026-08-29 11:14:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:14:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:14:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:14:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:14:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:14:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:14:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1f9410e8(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 11:14:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:14:25.484  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:14:25.484  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:14:25.485  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5da562d7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12de18c5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d0d75e8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@9c8ca6b, containsSubquery=false)
2026-08-29 11:14:25.485  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:14:45.471  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:14:45.471  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:14:45.471  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@b21b62e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f52ca63, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@382c6a98, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@52651b9e, containsSubquery=false)
2026-08-29 11:14:45.471  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:14:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 191
2026-08-29 11:14:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:14:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:14:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:14:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@739179e6(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 11:14:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:14:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:14:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:14:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:15:05.486  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:15:05.486  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:15:05.486  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40b6291d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b07f984, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ddcaf33, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@59ceb25a, containsSubquery=false)
2026-08-29 11:15:05.486  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:15:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 192
2026-08-29 11:15:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:15:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:15:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:15:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:15:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@eeeb83f(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 11:15:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:15:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:15:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:15:25.470  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:15:25.471  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:15:25.471  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@9b1bc76, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1565f907, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1bf1a750, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e4809d4, containsSubquery=false)
2026-08-29 11:15:25.471  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:15:37.982  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:15:37.982  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT * FROM li_after_sale WHERE sn=?
2026-08-29 11:15:37.983  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40d77171, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ShorthandProjection(owner=Optional.absent())], columnLabels=[id, create_by, create_time, delete_flag, update_by, update_time, account_type, actual_refund_price, after_sale_image, apply_refund_price, audit_remark, bank_account_name, bank_account_number, bank_deposit_name, flow_price, goods_id, goods_image, goods_name, m_deliver_time, m_logistics_code, m_logistics_name, m_logistics_no, member_id, member_name, num, order_sn, pay_order_no, problem_desc, reason, refund_point, refund_time, refund_way, store_id, store_name, service_status, service_type, sku_id, sn, specs, trade_sn, order_item_sn]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f669b7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@cdbc0df, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15770827, containsSubquery=false)
2026-08-29 11:15:37.983  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT * FROM li_after_sale WHERE sn=? ::: [A202608292093613400948101120]
2026-08-29 11:15:45.471  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:15:45.471  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:15:45.471  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@151ecfe8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@559eed13, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@316fc360, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ed91e35, containsSubquery=false)
2026-08-29 11:15:45.471  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:15:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 193
2026-08-29 11:15:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:15:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:15:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:15:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@76585ca(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 11:15:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:15:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:15:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:15:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:16:05.541  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:16:05.542  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:16:05.542  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6142221, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f94e6e5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@117ef4a7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6547bfdb, containsSubquery=false)
2026-08-29 11:16:05.542  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:16:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 194
2026-08-29 11:16:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:16:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:16:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:16:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:16:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:16:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:16:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:16:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@17d6bec7(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 11:16:25.469  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:16:25.469  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:16:25.469  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16a099a0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@21698bbe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4fe344ed, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4cd1c5a5, containsSubquery=false)
2026-08-29 11:16:25.469  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:16:45.464  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:16:45.464  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:16:45.464  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3da4985c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b5d52be, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e575f40, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ba3a4c1, containsSubquery=false)
2026-08-29 11:16:45.464  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:16:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 195
2026-08-29 11:16:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:16:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:16:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:16:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:16:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:16:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:16:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:16:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@44df2646(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 11:17:05.577  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:17:05.620  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:17:05.620  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8c523af, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@567e3dfb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5999249b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b3532ae, containsSubquery=false)
2026-08-29 11:17:05.620  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:17:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 196
2026-08-29 11:17:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:17:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:17:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:17:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:17:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:17:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@178b80ea(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 11:17:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:17:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:17:25.471  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:17:25.472  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:17:25.472  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@eccc55, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3854bda7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b3665f2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15fe1626, containsSubquery=false)
2026-08-29 11:17:25.472  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:17:45.467  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:17:45.468  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:17:45.468  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@702eceaf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60d39d0f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1bafd3e5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@78852134, containsSubquery=false)
2026-08-29 11:17:45.468  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:17:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 197
2026-08-29 11:17:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:17:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:17:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:17:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@77e24d13(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 11:17:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:17:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:17:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:17:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:17:58.687  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:17:58.687  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 11:17:58.687  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b4c47c0, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@fc633a4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@59df5cc7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40f0ccac, containsSubquery=true)
2026-08-29 11:17:58.687  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2079509376485502977, NORMAL, false]
2026-08-29 11:17:58.761  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:17:58.761  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ?
2026-08-29 11:17:58.761  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@117785d2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=934, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@750670e7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e106927, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@404b320d, containsSubquery=false)
2026-08-29 11:17:58.761  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ? ::: [2079509376485502977, NORMAL, false, 10]
2026-08-29 11:17:58.964  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:17:58.964  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 11:17:58.964  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@198af2e7, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6aa06d8f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b67fb3d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f3bfbb6, containsSubquery=false)
2026-08-29 11:17:58.964  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093614290845192192, O202608292093533747612864513, O202608282093262457228324865, O202608272092874368844607489, O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153, O202608252092186962797608961, O202608252092186453311307777, O202608252092174913182973953]
2026-08-29 11:17:58.983  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:17:58.983  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 11:17:58.983  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ae354d3, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=23, distinctRow=false, projections=[ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent())], columnLabels=[sn, price_detail]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c9ff00f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@59ae609c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53221f1a, containsSubquery=false)
2026-08-29 11:17:58.983  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093614290845192192, O202608292093533747612864513, O202608282093262457228324865, O202608272092874368844607489, O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153, O202608252092186962797608961, O202608252092186453311307777, O202608252092174913182973953]
2026-08-29 11:17:59.060  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:17:59.060  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?,?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?))
2026-08-29 11:17:59.060  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5338603, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4f699c36, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55f7a787, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1edae29e, containsSubquery=false)
2026-08-29 11:17:59.060  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?,?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ::: [2089968896156356610, 2089925691385827329, 2092185073775427585, 2090000751379337218, GIFT, STARTED, 0, 0, false]
2026-08-29 11:18:00.321  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:00.321  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 11:18:00.321  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@24f59264, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@683dee1f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@33973192, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4031293f, containsSubquery=true)
2026-08-29 11:18:00.321  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2079509376485502977, NORMAL, AFTER_SALE, false]
2026-08-29 11:18:05.327  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:05.328  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 11:18:05.328  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b4c47c0, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1d715e7e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ebeca2c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@42db67ba, containsSubquery=true)
2026-08-29 11:18:05.328  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2079509376485502977, NORMAL, false]
2026-08-29 11:18:05.356  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:05.356  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ?
2026-08-29 11:18:05.356  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@117785d2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=934, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@63e14892, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a9e15e3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ff11315, containsSubquery=false)
2026-08-29 11:18:05.356  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ? ::: [2079509376485502977, NORMAL, false, 10]
2026-08-29 11:18:05.400  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:05.400  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 11:18:05.400  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@198af2e7, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@13bb0a48, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1261eacd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b3b8cc6, containsSubquery=false)
2026-08-29 11:18:05.400  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093614290845192192, O202608292093533747612864513, O202608282093262457228324865, O202608272092874368844607489, O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153, O202608252092186962797608961, O202608252092186453311307777, O202608252092174913182973953]
2026-08-29 11:18:05.410  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:05.410  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 11:18:05.410  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ae354d3, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=23, distinctRow=false, projections=[ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent())], columnLabels=[sn, price_detail]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ec038eb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@293ad849, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30550c0b, containsSubquery=false)
2026-08-29 11:18:05.411  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093614290845192192, O202608292093533747612864513, O202608282093262457228324865, O202608272092874368844607489, O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153, O202608252092186962797608961, O202608252092186453311307777, O202608252092174913182973953]
2026-08-29 11:18:05.447  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:05.447  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?,?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?))
2026-08-29 11:18:05.447  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5338603, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50597d8f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@72b169fa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f0417d, containsSubquery=false)
2026-08-29 11:18:05.447  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?,?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ::: [2089968896156356610, 2089925691385827329, 2092185073775427585, 2090000751379337218, GIFT, STARTED, 0, 0, false]
2026-08-29 11:18:05.500  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:05.500  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:18:05.500  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@555502cc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6a19ce94, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5405de86, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25ea8d8a, containsSubquery=false)
2026-08-29 11:18:05.500  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:18:07.719  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:07.719  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 11:18:07.719  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b4c47c0, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1fe9c428, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c8e5b08, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4d00d248, containsSubquery=true)
2026-08-29 11:18:07.719  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2079509376485502977, NORMAL, false]
2026-08-29 11:18:07.741  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:07.742  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ?
2026-08-29 11:18:07.742  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@117785d2, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=934, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@751f7117, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e466f6e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@795b01f, containsSubquery=false)
2026-08-29 11:18:07.742  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select o.sn,o.goods_pr as goods_pr1,o.voucher as voucher1,o.flow_price,o.create_time,o.order_status,o.pay_status,o.payment_method,o.payment_time,o.complete_time,o.member_name,o.store_name as store_name,o.store_id as store_id,o.client_type,o.order_type,o.deliver_status,o.order_promotion_type,o.seller_remark,o.profit_sharing_status,o.profit_sharing_success_time ,GROUP_CONCAT(oi.goods_id) as group_goods_id, GROUP_CONCAT(oi.sku_id) as group_sku_id, GROUP_CONCAT(oi.num) as group_num,GROUP_CONCAT(oi.image) as group_images,GROUP_CONCAT(oi.goods_name) as group_name ,GROUP_CONCAT(oi.after_sale_status) as group_after_sale_status,GROUP_CONCAT(oi.complain_status) as group_complain_status,GROUP_CONCAT(oi.comment_status) as group_comment_status,GROUP_CONCAT(oi.sn) as group_order_items_sn ,GROUP_CONCAT(oi.goods_price) as group_goods_price ,GROUP_CONCAT(oi.is_refund) as group_is_refund ,GROUP_CONCAT(oi.refund_price) as group_refund_price  FROM li_order o LEFT JOIN li_order_item AS oi on o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC LIMIT ? ::: [2079509376485502977, NORMAL, false, 10]
2026-08-29 11:18:07.767  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:07.767  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 11:18:07.767  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@198af2e7, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b720941, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26422e5e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cfd77c1, containsSubquery=false)
2026-08-29 11:18:07.767  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (order_sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093614290845192192, O202608292093533747612864513, O202608282093262457228324865, O202608272092874368844607489, O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153, O202608252092186962797608961, O202608252092186453311307777, O202608252092174913182973953]
2026-08-29 11:18:07.772  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:07.772  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?))
2026-08-29 11:18:07.772  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ae354d3, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=23, distinctRow=false, projections=[ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=price_detail, alias=Optional.absent())], columnLabels=[sn, price_detail]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f74978f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1850a4df, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@69684145, containsSubquery=false)
2026-08-29 11:18:07.772  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   sn,price_detail   FROM li_order      WHERE  (sn IN (?,?,?,?,?,?,?,?,?,?)) ::: [O202608292093614290845192192, O202608292093533747612864513, O202608282093262457228324865, O202608272092874368844607489, O202608272092872889446477825, O202608272092871291005612033, O202608252092288499796529153, O202608252092186962797608961, O202608252092186453311307777, O202608252092174913182973953]
2026-08-29 11:18:07.786  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:07.786  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?,?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?))
2026-08-29 11:18:07.786  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5338603, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7cb0d190, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@57f9c52a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2b75e08b, containsSubquery=false)
2026-08-29 11:18:07.786  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id IN (?,?,?,?) AND activity_type = ? AND status = ? AND remain_stock > ? AND gift_points > ? AND (delete_flag IS NULL OR delete_flag = ?)) ::: [2089968896156356610, 2089925691385827329, 2092185073775427585, 2090000751379337218, GIFT, STARTED, 0, 0, false]
2026-08-29 11:18:09.443  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:09.443  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL
2026-08-29 11:18:09.443  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@24f59264, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.of(o)), Table(name=li_order_item, alias=Optional.of(oi))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=29, stopIndex=980, distinctRow=false, projections=[ColumnProjection(owner=o, name=sn, alias=Optional.absent()), ColumnProjection(owner=o, name=goods_pr, alias=Optional.of(goods_pr1)), ColumnProjection(owner=o, name=voucher, alias=Optional.of(voucher1)), ColumnProjection(owner=o, name=flow_price, alias=Optional.absent()), ColumnProjection(owner=o, name=create_time, alias=Optional.absent()), ColumnProjection(owner=o, name=order_status, alias=Optional.absent()), ColumnProjection(owner=o, name=pay_status, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_method, alias=Optional.absent()), ColumnProjection(owner=o, name=payment_time, alias=Optional.absent()), ColumnProjection(owner=o, name=complete_time, alias=Optional.absent()), ColumnProjection(owner=o, name=member_name, alias=Optional.absent()), ColumnProjection(owner=o, name=store_name, alias=Optional.of(store_name)), ColumnProjection(owner=o, name=store_id, alias=Optional.of(store_id)), ColumnProjection(owner=o, name=client_type, alias=Optional.absent()), ColumnProjection(owner=o, name=order_type, alias=Optional.absent()), ColumnProjection(owner=o, name=deliver_status, alias=Optional.absent()), ColumnProjection(owner=o, name=order_promotion_type, alias=Optional.absent()), ColumnProjection(owner=o, name=seller_remark, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_status, alias=Optional.absent()), ColumnProjection(owner=o, name=profit_sharing_success_time, alias=Optional.absent()), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_id), alias=Optional.of(group_goods_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.sku_id), alias=Optional.of(group_sku_id)), ExpressionProjection(expression=GROUP_CONCAT(oi.num), alias=Optional.of(group_num)), ExpressionProjection(expression=GROUP_CONCAT(oi.image), alias=Optional.of(group_images)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_name), alias=Optional.of(group_name)), ExpressionProjection(expression=GROUP_CONCAT(oi.after_sale_status), alias=Optional.of(group_after_sale_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.complain_status), alias=Optional.of(group_complain_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.comment_status), alias=Optional.of(group_comment_status)), ExpressionProjection(expression=GROUP_CONCAT(oi.sn), alias=Optional.of(group_order_items_sn)), ExpressionProjection(expression=GROUP_CONCAT(oi.goods_price), alias=Optional.of(group_goods_price)), ExpressionProjection(expression=GROUP_CONCAT(oi.is_refund), alias=Optional.of(group_is_refund)), ExpressionProjection(expression=GROUP_CONCAT(oi.refund_price), alias=Optional.of(group_refund_price)), DerivedProjection(expression=o.id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[sn, goods_pr1, voucher1, flow_price, create_time, order_status, pay_status, payment_method, payment_time, complete_time, member_name, store_name, store_id, client_type, order_type, deliver_status, order_promotion_type, seller_remark, profit_sharing_status, profit_sharing_success_time, group_goods_id, group_sku_id, group_num, group_images, group_name, group_after_sale_status, group_complain_status, group_comment_status, group_order_items_sn, group_goods_price, group_is_refund, group_refund_price]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@74455ab9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a03cf8c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77cc888, containsSubquery=true)
2026-08-29 11:18:09.443  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) FROM (SELECT o.sn, o.goods_pr AS goods_pr1, o.voucher AS voucher1, o.flow_price, o.create_time, o.order_status, o.pay_status, o.payment_method, o.payment_time, o.complete_time, o.member_name, o.store_name AS store_name, o.store_id AS store_id, o.client_type, o.order_type, o.deliver_status, o.order_promotion_type, o.seller_remark, o.profit_sharing_status, o.profit_sharing_success_time, GROUP_CONCAT(oi.goods_id) AS group_goods_id, GROUP_CONCAT(oi.sku_id) AS group_sku_id, GROUP_CONCAT(oi.num) AS group_num, GROUP_CONCAT(oi.image) AS group_images, GROUP_CONCAT(oi.goods_name) AS group_name, GROUP_CONCAT(oi.after_sale_status) AS group_after_sale_status, GROUP_CONCAT(oi.complain_status) AS group_complain_status, GROUP_CONCAT(oi.comment_status) AS group_comment_status, GROUP_CONCAT(oi.sn) AS group_order_items_sn, GROUP_CONCAT(oi.goods_price) AS group_goods_price, GROUP_CONCAT(oi.is_refund) AS group_is_refund, GROUP_CONCAT(oi.refund_price) AS group_refund_price FROM li_order o LEFT JOIN li_order_item AS oi ON o.sn = oi.order_sn WHERE (o.store_id = ? AND o.order_type = ? AND o.order_status = ? AND o.delete_flag = ?) GROUP BY o.id ORDER BY o.id DESC) TOTAL ::: [2079509376485502977, NORMAL, AFTER_SALE, false]
2026-08-29 11:18:12.620  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:12.621  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:18:12.621  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b374fc0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1f5a96df, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ba58a5f, containsSubquery=false)
2026-08-29 11:18:12.621  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 11:18:12.629  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:12.629  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 11:18:12.629  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3537d503, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b14ed24, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5c247b6b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26ec5ddd, containsSubquery=false)
2026-08-29 11:18:12.629  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 11:18:12.640  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:12.640  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 11:18:12.640  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6291c8e4, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@42f4d702, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ba5016a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3bbe19a1, containsSubquery=false)
2026-08-29 11:18:12.640  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 11:18:12.652  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:12.652  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:18:12.652  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3df22cbf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@764a49b1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@667b9248, containsSubquery=false)
2026-08-29 11:18:12.652  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 11:18:12.660  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:12.660  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:18:12.660  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5eaea108, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@647d9147, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@320b6cd, containsSubquery=false)
2026-08-29 11:18:12.660  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 11:18:12.669  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:12.669  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:18:12.669  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@318fc656, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@379f9874, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4bcfe87d, containsSubquery=false)
2026-08-29 11:18:12.669  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 11:18:12.677  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:12.677  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:18:12.677  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@729be4af, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@46a36681, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@42c8ab42, containsSubquery=false)
2026-08-29 11:18:12.677  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 11:18:12.684  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:12.684  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:18:12.685  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ffe5820, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@686b6c26, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4bdd0213, containsSubquery=false)
2026-08-29 11:18:12.685  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 11:18:12.690  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:12.691  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:18:12.691  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7259de38, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@513787fa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a5a275e, containsSubquery=false)
2026-08-29 11:18:12.691  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 11:18:12.700  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:12.700  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 11:18:12.700  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a86c529, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e8dd902, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45266f5a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7bdccc8a, containsSubquery=false)
2026-08-29 11:18:12.700  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 11:18:12.709  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:12.709  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 11:18:12.709  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6727a79f, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4aca1413, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@576f395c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@20647037, containsSubquery=false)
2026-08-29 11:18:12.709  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 11:18:12.715  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:12.715  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:18:12.715  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f47ae25, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c218632, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56dc2b78, containsSubquery=false)
2026-08-29 11:18:12.715  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 11:18:12.721  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:12.722  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 11:18:12.722  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16e1f5ae, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@377d7e3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3447ab1e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e9734d5, containsSubquery=false)
2026-08-29 11:18:12.722  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 11:18:12.725  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:12.726  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 11:18:12.726  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56661c9a, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@37033442, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10959feb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@10f131b4, containsSubquery=false)
2026-08-29 11:18:12.726  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 11:18:12.724, 2026-08-29 11:18:12.724, 2026-08-29 11:18:12.724]
2026-08-29 11:18:12.733  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:12.733  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 11:18:12.733  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a6b00c9, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1716faab, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e73156c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@757e35c5, containsSubquery=false)
2026-08-29 11:18:12.733  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 11:18:12.737  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:12.737  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:18:12.737  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6376b137, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6aad1eb3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ef9de3e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3416c8f0, containsSubquery=false)
2026-08-29 11:18:12.737  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:18:12.741  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:12.742  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:18:12.742  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@357e25f4, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7707b836, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7554af6e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@adc561c, containsSubquery=false)
2026-08-29 11:18:12.742  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:18:12.745  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:12.746  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 11:18:12.746  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7167c66, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b0d75d6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5309a81d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34ce76, containsSubquery=false)
2026-08-29 11:18:12.746  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 11:18:12.748  WARN 2501436 --- [http-nio-8804-exec-29] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 11:18:13.263  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:13.263  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:18:13.263  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@628d93c7, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d36cb4f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15414873, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b5d8e23, containsSubquery=false)
2026-08-29 11:18:13.263  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:18:13.267  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:13.268  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:18:13.268  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f8431b3, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b9ce2b4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@cc75772, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@548d823b, containsSubquery=false)
2026-08-29 11:18:13.268  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:18:13.271  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:13.271  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:18:13.271  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@13da9ae8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2bfe5ef2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3d24b615, containsSubquery=false)
2026-08-29 11:18:13.272  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 11:18:13.280  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:13.280  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 11:18:13.280  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bd627aa, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a55bf4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1f29d10b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ced3ea6, containsSubquery=true)
2026-08-29 11:18:13.280  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 11:18:13.287  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:13.287  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:18:13.287  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@72f5f72d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@67f8ffdb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b6e6225, containsSubquery=false)
2026-08-29 11:18:13.287  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 11:18:14.838  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:14.838  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?)
2026-08-29 11:18:14.838  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bff9eac, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7944f9d7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@277f1586, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1bcf65ed, containsSubquery=false)
2026-08-29 11:18:14.838  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ::: [2079509376485502977, false]
2026-08-29 11:18:14.842  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:14.842  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT * FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 11:18:14.842  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47a03548, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ShorthandProjection(owner=Optional.absent())], columnLabels=[id, create_by, create_time, delete_flag, update_by, update_time, account_type, actual_refund_price, after_sale_image, apply_refund_price, audit_remark, bank_account_name, bank_account_number, bank_deposit_name, flow_price, goods_id, goods_image, goods_name, m_deliver_time, m_logistics_code, m_logistics_name, m_logistics_no, member_id, member_name, num, order_sn, pay_order_no, problem_desc, reason, refund_point, refund_time, refund_way, store_id, store_name, service_status, service_type, sku_id, sn, specs, trade_sn, order_item_sn]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@57729805, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3313626a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2fb4ff0f, containsSubquery=false)
2026-08-29 11:18:14.842  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT * FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT ? ::: [2079509376485502977, false, 10]
2026-08-29 11:18:16.336  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:16.336  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT * FROM li_after_sale WHERE sn=?
2026-08-29 11:18:16.336  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40d77171, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ShorthandProjection(owner=Optional.absent())], columnLabels=[id, create_by, create_time, delete_flag, update_by, update_time, account_type, actual_refund_price, after_sale_image, apply_refund_price, audit_remark, bank_account_name, bank_account_number, bank_deposit_name, flow_price, goods_id, goods_image, goods_name, m_deliver_time, m_logistics_code, m_logistics_name, m_logistics_no, member_id, member_name, num, order_sn, pay_order_no, problem_desc, reason, refund_point, refund_time, refund_way, store_id, store_name, service_status, service_type, sku_id, sn, specs, trade_sn, order_item_sn]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4099c2ec, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c7567f3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@532264cf, containsSubquery=false)
2026-08-29 11:18:16.336  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT * FROM li_after_sale WHERE sn=? ::: [A202608292093613400948101120]
2026-08-29 11:18:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 198
2026-08-29 11:18:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:18:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:18:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:18:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:18:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:18:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:18:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:18:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2d82bb5a(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 11:18:25.468  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:25.468  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:18:25.469  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@15b14a49, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56f20004, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ad1569c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55e16063, containsSubquery=false)
2026-08-29 11:18:25.469  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:18:45.487  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:18:45.488  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:18:45.488  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@46610da3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e61f4e4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4fe920a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3cd7bc1a, containsSubquery=false)
2026-08-29 11:18:45.488  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:18:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 199
2026-08-29 11:18:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:18:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:18:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:18:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@38c2fb0c(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 11:18:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:18:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:18:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:18:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:19:05.493  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:19:05.493  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:19:05.493  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@77bd87eb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4156c4aa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c1260cf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66759f5, containsSubquery=false)
2026-08-29 11:19:05.493  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:19:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 200
2026-08-29 11:19:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:19:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:19:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:19:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:19:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6f29a2af(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 11:19:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:19:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:19:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:19:25.470  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:19:25.470  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:19:25.470  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3433b829, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c22e85f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5cbf132e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b193ccd, containsSubquery=false)
2026-08-29 11:19:25.470  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:19:45.484  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:19:45.484  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:19:45.484  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38fec1ae, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@715ab892, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@714703e6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@9b0e9d8, containsSubquery=false)
2026-08-29 11:19:45.484  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:19:48.234  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:19:48.234  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT * FROM li_after_sale WHERE sn=?
2026-08-29 11:19:48.234  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40d77171, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ShorthandProjection(owner=Optional.absent())], columnLabels=[id, create_by, create_time, delete_flag, update_by, update_time, account_type, actual_refund_price, after_sale_image, apply_refund_price, audit_remark, bank_account_name, bank_account_number, bank_deposit_name, flow_price, goods_id, goods_image, goods_name, m_deliver_time, m_logistics_code, m_logistics_name, m_logistics_no, member_id, member_name, num, order_sn, pay_order_no, problem_desc, reason, refund_point, refund_time, refund_way, store_id, store_name, service_status, service_type, sku_id, sn, specs, trade_sn, order_item_sn]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@48c78ec9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7730db85, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@51f7d1e4, containsSubquery=false)
2026-08-29 11:19:48.234  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT * FROM li_after_sale WHERE sn=? ::: [A202608292093613400948101120]
2026-08-29 11:19:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 201
2026-08-29 11:19:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:19:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:19:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@784a6f90(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 11:19:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:19:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:19:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:19:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:19:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:20:05.490  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:20:05.491  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:20:05.491  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ae53cdb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56d363f3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2614f9b7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5cfd8134, containsSubquery=false)
2026-08-29 11:20:05.491  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:20:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 202
2026-08-29 11:20:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:20:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:20:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@21c4d5b8(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 11:20:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:20:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:20:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:20:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:20:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:20:25.465  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:20:25.465  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:20:25.465  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3dbc60eb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@75445438, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7db9802f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@785db46e, containsSubquery=false)
2026-08-29 11:20:25.465  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:20:45.487  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:20:45.487  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:20:45.487  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4618fe64, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17010ca, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ec32195, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f8ba707, containsSubquery=false)
2026-08-29 11:20:45.487  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:20:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 203
2026-08-29 11:20:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:20:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:20:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:20:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:20:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7250c9c2(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 11:20:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:20:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:20:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:21:05.545  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:21:05.546  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:21:05.546  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13a21ec6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@16e0d26f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7fab7b3b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7cbe2366, containsSubquery=false)
2026-08-29 11:21:05.546  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:21:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 204
2026-08-29 11:21:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:21:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:21:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:21:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:21:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:21:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:21:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:21:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@67938023(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 11:21:25.467  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:21:25.467  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:21:25.467  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@d3a7a00, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@26bc8c6c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@451d63a9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32e6e333, containsSubquery=false)
2026-08-29 11:21:25.467  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:21:45.486  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:21:45.486  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:21:45.486  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2b526792, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4dccc62, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@74308e50, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5264415c, containsSubquery=false)
2026-08-29 11:21:45.486  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:21:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 205
2026-08-29 11:21:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:21:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:21:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3201224e(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 11:21:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:21:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:21:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:21:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:21:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:22:05.469  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:22:05.470  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:22:05.470  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@44990414, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35db77a7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d09bf03, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53a88b0b, containsSubquery=false)
2026-08-29 11:22:05.470  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:22:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 206
2026-08-29 11:22:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:22:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:22:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7606da7d(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 11:22:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:22:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:22:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:22:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:22:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:22:25.470  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:22:25.471  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:22:25.471  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@188f8beb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1050ea5b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9bf6b0e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@673fa96d, containsSubquery=false)
2026-08-29 11:22:25.471  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:22:45.468  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:22:45.469  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:22:45.469  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5f7e2d50, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@283e1eed, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47ae12d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30580273, containsSubquery=false)
2026-08-29 11:22:45.469  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:22:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 207
2026-08-29 11:22:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:22:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:22:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:22:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6153800a(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 11:22:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:22:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:22:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:22:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:23:05.480  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:23:05.480  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:23:05.480  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6c772ccc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17053779, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@44c708b5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cfbafdf, containsSubquery=false)
2026-08-29 11:23:05.482  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:23:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 208
2026-08-29 11:23:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:23:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:23:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:23:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:23:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@167cf6c(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 11:23:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:23:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:23:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:23:25.492  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:23:25.493  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:23:25.493  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@48521a3f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66340371, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5fa91f6d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f1b06fb, containsSubquery=false)
2026-08-29 11:23:25.493  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:23:45.473  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:23:45.474  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:23:45.474  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@d1d730e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@37445b65, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c2c3048, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@24017359, containsSubquery=false)
2026-08-29 11:23:45.474  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:23:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 209
2026-08-29 11:23:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:23:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:23:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:23:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@154a0ef5(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 11:23:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:23:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:23:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:24:05.486  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:24:05.487  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:24:05.487  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@78cffdab, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f8b5fdd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24ef46e3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5395d310, containsSubquery=false)
2026-08-29 11:24:05.487  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:24:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 210
2026-08-29 11:24:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:24:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:24:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@44078010(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 11:24:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:24:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:24:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:24:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:24:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:24:25.532  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:24:25.533  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:24:25.533  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5f3f606d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b135d2e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3918edb5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@550cf66a, containsSubquery=false)
2026-08-29 11:24:25.533  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:24:45.467  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:24:45.467  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:24:45.467  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@33b0adc7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f625aae, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69de227e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4af4501c, containsSubquery=false)
2026-08-29 11:24:45.467  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:24:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 211
2026-08-29 11:24:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:24:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:24:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:24:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6a2dda8a(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 11:24:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:24:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:24:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:24:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:25:05.470  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:25:05.476  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:25:05.476  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2f1d2a8c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1d914b7e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d5479a5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@148abbe5, containsSubquery=false)
2026-08-29 11:25:05.481  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:25:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 212
2026-08-29 11:25:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:25:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:25:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@63c6d061(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 11:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:25:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:25:25.647  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:25:25.648  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:25:25.648  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@b430138, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@441709a9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@561a443e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77e64eeb, containsSubquery=false)
2026-08-29 11:25:25.648  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:25:45.476  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:25:45.477  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:25:45.477  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@26fc5a52, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4451ed63, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d349f93, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ac1d797, containsSubquery=false)
2026-08-29 11:25:45.477  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:25:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 213
2026-08-29 11:25:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:25:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:25:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:25:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:25:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:25:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:25:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5ddd8b69(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 11:25:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:26:05.471  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:26:05.472  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:26:05.472  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@26f8439c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c3b1536, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@123fc31c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33354cf8, containsSubquery=false)
2026-08-29 11:26:05.472  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:26:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 214
2026-08-29 11:26:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:26:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:26:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:26:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:26:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:26:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:26:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@b1e2a44(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 11:26:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:26:25.485  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:26:25.485  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:26:25.485  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64e31e67, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@48933cc3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6cc3af10, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@741a3223, containsSubquery=false)
2026-08-29 11:26:25.485  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:26:45.498  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:26:45.499  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:26:45.499  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@36025e2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@fec1e3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@91fdfae, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@11e5297f, containsSubquery=false)
2026-08-29 11:26:45.499  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:26:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 215
2026-08-29 11:26:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:26:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:26:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4d0c2d7f(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 11:26:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:26:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:26:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:26:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:26:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:27:05.479  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:27:05.480  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:27:05.480  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1034c316, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46ca5f93, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@642f3b78, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@407e9df6, containsSubquery=false)
2026-08-29 11:27:05.480  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:27:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 216
2026-08-29 11:27:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:27:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:27:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6088a572(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 11:27:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:27:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:27:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:27:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:27:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:27:25.468  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:27:25.469  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:27:25.469  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7ca3ed27, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@24422c0f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4aaae2a3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2711ace8, containsSubquery=false)
2026-08-29 11:27:25.469  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:27:45.470  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:27:45.470  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:27:45.470  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66e682b9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@24d88f2d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b99edb8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@306b711, containsSubquery=false)
2026-08-29 11:27:45.470  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:27:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 217
2026-08-29 11:27:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:27:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:27:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:27:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5b136d11(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 11:27:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:27:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:27:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:27:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:28:05.570  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:28:05.571  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:28:05.571  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d5f615c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@67ceae65, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b7794c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@10353bc7, containsSubquery=false)
2026-08-29 11:28:05.571  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:28:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 218
2026-08-29 11:28:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:28:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:28:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:28:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:28:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:28:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@48460a42(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 11:28:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:28:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:28:25.489  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:28:25.489  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:28:25.489  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@771c23a3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@21cf142d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1638fbbe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2bced14c, containsSubquery=false)
2026-08-29 11:28:25.489  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:28:45.470  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:28:45.470  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:28:45.470  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@46032d39, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@23a95cf9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@678e859a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f23408f, containsSubquery=false)
2026-08-29 11:28:45.470  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:28:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 219
2026-08-29 11:28:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:28:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:28:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1224d55f(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 11:28:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:28:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:28:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:29:05.478  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:29:05.478  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:29:05.478  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@67cad941, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3617d80d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e6eb4d9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@741b58ea, containsSubquery=false)
2026-08-29 11:29:05.478  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:29:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 220
2026-08-29 11:29:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:29:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:29:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@155926ab(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 11:29:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:29:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:29:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:29:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:29:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:29:25.479  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:29:25.480  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:29:25.480  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@565b3512, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@456f3b1e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@651f5531, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66347b18, containsSubquery=false)
2026-08-29 11:29:25.480  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:29:45.466  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:29:45.467  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:29:45.467  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4504042c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@cb5a562, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3bf2c996, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@593aabca, containsSubquery=false)
2026-08-29 11:29:45.467  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:29:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 221
2026-08-29 11:29:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:29:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:29:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:29:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@66d4d2dd(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 11:29:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:29:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:29:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:29:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:30:05.496  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:30:05.496  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:30:05.496  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@78c522cd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a78e3e8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@679ef5be, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3420b923, containsSubquery=false)
2026-08-29 11:30:05.496  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:30:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 222
2026-08-29 11:30:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:30:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:30:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:30:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:30:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:30:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@602deff7(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 11:30:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:30:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:30:25.468  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:30:25.468  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:30:25.468  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@696b082, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7761fb07, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a0c1512, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b03e242, containsSubquery=false)
2026-08-29 11:30:25.468  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:30:45.511  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:30:45.511  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:30:45.511  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@151fefd4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f07d1ea, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54bd8651, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19e4b274, containsSubquery=false)
2026-08-29 11:30:45.511  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:30:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 223
2026-08-29 11:30:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:30:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:30:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@371cbcbf(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 11:30:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:30:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:30:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:30:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:30:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:31:05.473  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:31:05.473  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:31:05.473  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@31ddc969, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@173cf65a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@259698e0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c4bd57a, containsSubquery=false)
2026-08-29 11:31:05.473  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:31:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 224
2026-08-29 11:31:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:31:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5261ecf0(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 11:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:31:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:31:25.467  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:31:25.467  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:31:25.467  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@b8f6cd8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@37858c6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31db6ca8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50514102, containsSubquery=false)
2026-08-29 11:31:25.468  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:31:45.477  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:31:45.477  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:31:45.477  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@488ba883, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@602383ca, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68674446, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36999a60, containsSubquery=false)
2026-08-29 11:31:45.477  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:31:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 225
2026-08-29 11:31:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:31:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:31:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:31:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2fadc7b(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 11:31:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:31:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:31:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:31:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:32:05.470  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:32:05.470  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:32:05.470  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16b812dc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56fc08d8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@65e8cf33, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@590e4c35, containsSubquery=false)
2026-08-29 11:32:05.470  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:32:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 226
2026-08-29 11:32:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:32:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:32:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@35cd8beb(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 11:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:32:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:32:25.470  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:32:25.470  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:32:25.470  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6c2c824c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@329005d2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1477793f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@521f9d8a, containsSubquery=false)
2026-08-29 11:32:25.470  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:32:45.521  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:32:45.521  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:32:45.521  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@73bc02f8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@728a57f9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2dd15f9c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b97946c, containsSubquery=false)
2026-08-29 11:32:45.521  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:32:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 227
2026-08-29 11:32:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:32:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:32:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2441f6dd(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 11:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:32:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:33:05.473  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:05.473  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:33:05.473  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65e1e114, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@59f5a4ac, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@34c68de3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@9057577, containsSubquery=false)
2026-08-29 11:33:05.473  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:33:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 228
2026-08-29 11:33:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:33:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:33:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1c5a1021(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 11:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:33:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:33:25.494  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:25.494  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:33:25.494  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7dcb0504, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f66b124, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c6c182a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1fedc00c, containsSubquery=false)
2026-08-29 11:33:25.494  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:33:45.511  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:45.511  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:33:45.511  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2aa66309, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2456a1ac, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e265de5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@556f0acf, containsSubquery=false)
2026-08-29 11:33:45.511  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:33:48.275  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:48.275  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:33:48.275  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@628d93c7, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ece9422, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16be5e01, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77662fb9, containsSubquery=false)
2026-08-29 11:33:48.275  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:33:48.279  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:48.279  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:33:48.279  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f8431b3, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3bcbd6d8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d962dff, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19d59b34, containsSubquery=false)
2026-08-29 11:33:48.279  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:33:48.282  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:48.282  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:33:48.282  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61635467, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@545a6f44, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6c55cdf0, containsSubquery=false)
2026-08-29 11:33:48.282  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 11:33:48.288  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:48.288  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 11:33:48.288  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bd627aa, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e6e70bf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c1606cf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2be56779, containsSubquery=true)
2026-08-29 11:33:48.288  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 11:33:48.293  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:48.294  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:33:48.294  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6bd38bda, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b0df776, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c7c6530, containsSubquery=false)
2026-08-29 11:33:48.294  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 11:33:48.346  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:48.347  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:33:48.347  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@73c4cbda, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@438010b7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17a5b49e, containsSubquery=false)
2026-08-29 11:33:48.347  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 11:33:48.352  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:48.353  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 11:33:48.353  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3537d503, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@114bc2c7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2bf08534, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b07130e, containsSubquery=false)
2026-08-29 11:33:48.353  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 11:33:48.360  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:48.360  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 11:33:48.360  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6291c8e4, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@627b5a14, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61e7ba36, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b44a708, containsSubquery=false)
2026-08-29 11:33:48.360  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 11:33:48.370  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:48.371  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:33:48.371  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5fedb10b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@612f3119, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7cf8f474, containsSubquery=false)
2026-08-29 11:33:48.371  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 11:33:48.377  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:48.377  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:33:48.377  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69c277d1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52a275c9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4402b2ef, containsSubquery=false)
2026-08-29 11:33:48.378  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 11:33:48.384  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:48.384  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:33:48.384  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6794853c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36d0d6eb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@136fd29f, containsSubquery=false)
2026-08-29 11:33:48.385  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 11:33:48.393  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:48.393  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:33:48.393  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@bf4889a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@66625851, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73a46ebd, containsSubquery=false)
2026-08-29 11:33:48.393  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 11:33:48.399  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:48.399  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:33:48.399  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@8d844dc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@585902fc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15cc68a2, containsSubquery=false)
2026-08-29 11:33:48.399  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 11:33:48.404  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:48.404  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:33:48.404  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52e90c3c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2416e7bb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@331afba6, containsSubquery=false)
2026-08-29 11:33:48.404  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 11:33:48.410  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:48.411  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 11:33:48.411  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a86c529, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@453bf2bf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2118e675, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6144a726, containsSubquery=false)
2026-08-29 11:33:48.411  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 11:33:48.417  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:48.417  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 11:33:48.417  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6727a79f, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5410b909, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10a9493a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@737d0f0d, containsSubquery=false)
2026-08-29 11:33:48.417  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 11:33:48.422  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:48.422  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:33:48.422  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@249cc7f3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3f02b10a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6c92a026, containsSubquery=false)
2026-08-29 11:33:48.422  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 11:33:48.428  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:48.429  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 11:33:48.429  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16e1f5ae, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4f32093a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36d8036a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@da1590e, containsSubquery=false)
2026-08-29 11:33:48.429  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 11:33:48.432  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:48.432  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 11:33:48.432  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56661c9a, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5227f681, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55c9bce2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@184f4a53, containsSubquery=false)
2026-08-29 11:33:48.432  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 11:33:48.431, 2026-08-29 11:33:48.431, 2026-08-29 11:33:48.431]
2026-08-29 11:33:48.439  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:48.440  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 11:33:48.440  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a6b00c9, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ab38a4c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@38cc5e9b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c858c38, containsSubquery=false)
2026-08-29 11:33:48.440  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 11:33:48.443  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:48.443  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:33:48.443  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6376b137, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3aad2f95, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a2990b4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3834b649, containsSubquery=false)
2026-08-29 11:33:48.443  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:33:48.447  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:48.447  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:33:48.447  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@357e25f4, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61b347ad, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7c28232c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e142bd, containsSubquery=false)
2026-08-29 11:33:48.447  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:33:48.450  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:48.450  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 11:33:48.450  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7167c66, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b86ac7f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@757ced18, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33c29b4b, containsSubquery=false)
2026-08-29 11:33:48.450  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 11:33:48.455  WARN 2501436 --- [http-nio-8804-exec-40] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 11:33:48.645  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:48.645  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 11:33:48.645  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42d3c7e3, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4003133b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55e82191, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32724e02, containsSubquery=false)
2026-08-29 11:33:48.645  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13222222225]
2026-08-29 11:33:48.722  INFO 2501436 --- [http-nio-8804-exec-41] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2079509376485502977
2026-08-29 11:33:48.723  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:48.723  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 11:33:48.723  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ed715fa, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d871e74, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d255998, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@44e487b1, containsSubquery=false)
2026-08-29 11:33:48.723  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 11:33:48.726  INFO 2501436 --- [http-nio-8804-exec-41] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1785555863, appId=6a6d6b97e4b0dfa55a9303ba, name=微信支付
2026-08-29 11:33:51.332  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:51.332  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:33:51.332  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@628d93c7, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56e15583, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@bbfdb4c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@69d60954, containsSubquery=false)
2026-08-29 11:33:51.332  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:33:51.337  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:51.337  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:33:51.337  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f8431b3, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@13913472, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a5413fd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77f7bdd7, containsSubquery=false)
2026-08-29 11:33:51.337  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:33:51.341  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:51.341  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:33:51.341  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e24eb37, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24f7fa21, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@505b6843, containsSubquery=false)
2026-08-29 11:33:51.341  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 11:33:51.346  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:51.346  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 11:33:51.346  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bd627aa, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28200aab, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2332769c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1667abe9, containsSubquery=true)
2026-08-29 11:33:51.346  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 11:33:51.354  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:51.354  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:33:51.354  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@530cc6c6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@781f07ad, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@c2dca14, containsSubquery=false)
2026-08-29 11:33:51.354  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 11:33:51.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 229
2026-08-29 11:33:51.939  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:33:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:33:51.941  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:33:51.941  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:33:51.941  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:33:51.941  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:33:51.941  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@75136ecc(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 11:33:51.941  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:33:52.493  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:52.493  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:33:52.493  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@782e63e4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2acf4079, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2836cd9f, containsSubquery=false)
2026-08-29 11:33:52.493  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 11:33:52.503  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:52.504  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 11:33:52.504  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3537d503, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d18bd56, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@535ccb5f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31d38ee1, containsSubquery=false)
2026-08-29 11:33:52.504  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 11:33:52.512  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:52.512  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 11:33:52.513  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6291c8e4, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3674d5b6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1bfdf11f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@78575510, containsSubquery=false)
2026-08-29 11:33:52.513  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 11:33:52.527  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:52.527  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:33:52.527  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20e1aa14, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@625c94cd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d3cdfe6, containsSubquery=false)
2026-08-29 11:33:52.527  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 11:33:52.535  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:52.535  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:33:52.535  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@140a52ef, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1f426c67, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7713b40e, containsSubquery=false)
2026-08-29 11:33:52.535  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 11:33:52.542  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:52.543  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:33:52.543  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1d87e417, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@77de806d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2900e0d2, containsSubquery=false)
2026-08-29 11:33:52.543  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 11:33:52.550  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:52.550  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:33:52.550  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d2c9666, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6384e961, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3542e9f5, containsSubquery=false)
2026-08-29 11:33:52.550  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 11:33:52.556  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:52.556  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:33:52.556  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3078cd4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2128d000, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1bdd0509, containsSubquery=false)
2026-08-29 11:33:52.557  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 11:33:52.562  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:52.563  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:33:52.563  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61377f16, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1231cb74, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1972e482, containsSubquery=false)
2026-08-29 11:33:52.563  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 11:33:52.570  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:52.571  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 11:33:52.571  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a86c529, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1997727e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17cfd33a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b00da81, containsSubquery=false)
2026-08-29 11:33:52.571  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 11:33:52.578  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:52.578  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 11:33:52.578  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6727a79f, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ee8f436, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4351e7b8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f51187e, containsSubquery=false)
2026-08-29 11:33:52.578  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 11:33:52.583  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:52.584  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:33:52.584  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@70b34fa9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@57862b29, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1adb253d, containsSubquery=false)
2026-08-29 11:33:52.584  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 11:33:52.590  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:52.591  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 11:33:52.591  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16e1f5ae, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32ec7341, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@715d5aec, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@47c569b5, containsSubquery=false)
2026-08-29 11:33:52.591  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 11:33:52.594  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:52.594  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 11:33:52.594  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56661c9a, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7770f2c9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b14b553, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@147595fd, containsSubquery=false)
2026-08-29 11:33:52.594  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 11:33:52.593, 2026-08-29 11:33:52.593, 2026-08-29 11:33:52.593]
2026-08-29 11:33:52.618  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:52.618  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 11:33:52.618  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a6b00c9, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c188ca8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47a3cab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4193ae6, containsSubquery=false)
2026-08-29 11:33:52.618  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 11:33:52.622  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:52.622  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:33:52.622  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6376b137, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6bf0bc6c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26f365fe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f3bd126, containsSubquery=false)
2026-08-29 11:33:52.622  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:33:52.625  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:52.625  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:33:52.625  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@357e25f4, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20721041, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61815788, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6632ccde, containsSubquery=false)
2026-08-29 11:33:52.625  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:33:52.627  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:52.627  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 11:33:52.627  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7167c66, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a64c954, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a40b6fa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3bafec65, containsSubquery=false)
2026-08-29 11:33:52.627  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 11:33:52.629  WARN 2501436 --- [http-nio-8804-exec-43] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 11:33:52.830  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:52.831  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?)
2026-08-29 11:33:52.831  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6e5c68a2, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ac5e882, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b7ae60c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@737febc5, containsSubquery=false)
2026-08-29 11:33:52.831  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_points_activity WHERE (store_id = ? AND activity_type = ?) ::: [2079509376485502977, EXCHANGE]
2026-08-29 11:33:52.855  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:52.855  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 11:33:52.855  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1d43aeff, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@73cd6ed6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e3a0769, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79b74cf, containsSubquery=false)
2026-08-29 11:33:52.855  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (store_id = ? AND activity_type = ?) ORDER BY create_time DESC LIMIT ? ::: [2079509376485502977, EXCHANGE, 10]
2026-08-29 11:33:52.993  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:52.993  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=0   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=1   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(IFNULL(o.num,0)),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? , ? , ? , ? )  AND o.activity_type IN ('EXCHANGE','OFFSET') AND o.points_status IN ('FROZEN','CONFIRMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id
2026-08-29 11:33:52.993  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@21e9f4d7, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.of(o))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=343, distinctRow=false, projections=[ColumnProjection(owner=o, name=activity_id, alias=Optional.of(activityId)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENIFNULL(o.merchant_settled,0)=0ANDIFNULL(o.pay_points,0)>0THENo.pay_pointsELSE0END),0), alias=Optional.of(pendingPoints)), ExpressionProjection(expression=IFNULL(SUM(CASEWHENIFNULL(o.merchant_settled,0)=1ANDIFNULL(o.pay_points,0)>0THENo.pay_pointsELSE0END),0), alias=Optional.of(earnedPoints)), ExpressionProjection(expression=IFNULL(SUM(IFNULL(o.num,0)),0), alias=Optional.of(soldNum))], columnLabels=[activityId, pendingPoints, earnedPoints, soldNum]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7fd23e89, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5cb49c1e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6eb39412, containsSubquery=true)
2026-08-29 11:33:52.993  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT o.activity_id AS activityId, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=0   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS pendingPoints, IFNULL(SUM(CASE WHEN IFNULL(o.merchant_settled,0)=1   AND IFNULL(o.pay_points,0)>0 THEN o.pay_points ELSE 0 END),0) AS earnedPoints, IFNULL(SUM(IFNULL(o.num,0)),0) AS soldNum FROM li_points_mall_order o WHERE o.activity_id IN  (  ? , ? , ? , ? , ? , ? , ? )  AND o.activity_type IN ('EXCHANGE','OFFSET') AND o.points_status IN ('FROZEN','CONFIRMED') AND (o.delete_flag IS NULL OR o.delete_flag = 0) AND (o.order_sn IS NULL OR o.order_sn = '' OR NOT EXISTS (  SELECT 1 FROM li_order ord WHERE ord.sn = o.order_sn AND ord.order_status = 'CANCELLED')) GROUP BY o.activity_id ::: [2093281250826772482, 2093275479049232386, 2092887783071977474, 2092868987007438849, 2092185816804769793, 2092081101030965250, 2092076012320997377]
2026-08-29 11:33:53.054  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:53.054  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (activity_id IN (?,?,?,?,?,?,?) AND activity_type IN (?,?) AND points_status IN (?,?) AND (pay_points IS NULL OR pay_points <= ?))
2026-08-29 11:33:53.054  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@20087771, tablesContext=TablesContext(tables=[Table(name=li_points_mall_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=336, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=trade_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=order_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_id, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_consume_points, alias=Optional.absent()), ColumnProjection(owner=null, name=pay_earn_points, alias=Optional.absent()), ColumnProjection(owner=null, name=cash_amount, alias=Optional.absent()), ColumnProjection(owner=null, name=points_status, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_status, alias=Optional.absent()), ColumnProjection(owner=null, name=early_claimed, alias=Optional.absent()), ColumnProjection(owner=null, name=allow_after_sale, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_settled, alias=Optional.absent()), ColumnProjection(owner=null, name=settle_time, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_claim_time, alias=Optional.absent()), ColumnProjection(owner=null, name=order_item_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, trade_sn, order_sn, member_id, activity_id, activity_type, asset_type, sku_id, store_id, num, pay_points, pay_consume_points, pay_earn_points, cash_amount, points_status, gift_points, gift_status, early_claimed, allow_after_sale, merchant_settled, settle_time, gift_claim_time, order_item_sn, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@507dc7f3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b594a3b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e7125ae, containsSubquery=false)
2026-08-29 11:33:53.054  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,trade_sn,order_sn,member_id,activity_id,activity_type,asset_type,sku_id,store_id,num,pay_points,pay_consume_points,pay_earn_points,cash_amount,points_status,gift_points,gift_status,early_claimed,allow_after_sale,merchant_settled,settle_time,gift_claim_time,order_item_sn,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_mall_order      WHERE  (activity_id IN (?,?,?,?,?,?,?) AND activity_type IN (?,?) AND points_status IN (?,?) AND (pay_points IS NULL OR pay_points <= ?)) ::: [2093281250826772482, 2093275479049232386, 2092887783071977474, 2092868987007438849, 2092185816804769793, 2092081101030965250, 2092076012320997377, EXCHANGE, OFFSET, CONFIRMED, FROZEN, 0]
2026-08-29 11:33:58.057  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:58.057  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (store_id = ? AND market_enable = ? AND quantity > ?)
2026-08-29 11:33:58.057  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@59846b16, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@65487e7c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ade2e7c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@631e9e55, containsSubquery=false)
2026-08-29 11:33:58.057  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (store_id = ? AND market_enable = ? AND quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 11:33:58.084  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:33:58.084  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity > ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 11:33:58.084  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@46ced705, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=523, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@65c9f0c4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4db9e1ea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@47fe09, containsSubquery=false)
2026-08-29 11:33:58.085  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity > ?) ORDER BY create_time DESC LIMIT ? ::: [2079509376485502977, UPPER, 0, 20]
2026-08-29 11:34:05.467  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:34:05.467  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:34:05.467  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@78ddf1ce, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@8c33128, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@749e6b3f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1602a75, containsSubquery=false)
2026-08-29 11:34:05.467  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:34:21.941  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 230
2026-08-29 11:34:21.942  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:34:21.971  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:34:21.984  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:34:21.984  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5b3d1477(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 11:34:21.984  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:34:21.984  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:34:21.984  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:34:21.985  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:34:25.115  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:34:25.115  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 11:34:25.115  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@50b67952, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17022673, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a4afb05, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7855f625, containsSubquery=false)
2026-08-29 11:34:25.115  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2089925691385827329]
2026-08-29 11:34:25.141  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:34:25.141  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?)
2026-08-29 11:34:25.141  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6b34a9dd, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@38824417, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@394d288b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60571653, containsSubquery=false)
2026-08-29 11:34:25.141  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?) ::: [2089925691385827329, CLOSED, REJECTED, 2026-08-31 11:34:00.0, 2026-08-29 11:34:00.0]
2026-08-29 11:34:25.202  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:34:25.202  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points,    active_stock, remain_stock, limit_num, start_time, end_time,       gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,    ?, ?, ?, ?, ?,       ?, ?, ?,  ?, ?  )
2026-08-29 11:34:25.202  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@329210d5, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, active_stock, remain_stock, limit_num, start_time, end_time, gifted_points, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=25, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=349, stopIndex=349, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=352, stopIndex=352, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=355, stopIndex=355, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=358, stopIndex=358, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=361, stopIndex=361, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=364, stopIndex=364, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=367, stopIndex=367, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=370, stopIndex=370, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=373, stopIndex=373, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=376, stopIndex=376, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=379, stopIndex=379, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=382, stopIndex=382, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=385, stopIndex=385, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=388, stopIndex=388, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=391, stopIndex=391, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=397, stopIndex=397, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=400, stopIndex=400, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=403, stopIndex=403, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=406, stopIndex=406, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=409, stopIndex=409, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=418, stopIndex=418, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=421, stopIndex=421, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=424, stopIndex=424, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=24)], parameters=[2093633358495096833, 2079509376485502977, 铛铛百货, EXCHANGE, 200, POINTS, PENDING_AUDIT, 2089925691360661505, 2089925691385827329, s925纯银针蝴蝶结锆石珍珠耳环女2026新款耳钉小众百搭高级感耳饰 蝴蝶结锆石珍珠 耳 耳, 0?     蝴蝶结锆石珍珠, https://try.shanxunsw.com/uploads/_5978a337f68841f32be10d116dc5dcdc5a42ac69ec45f2930c.png?x-oss-process=style/4, 0.1, 00X2007656087426351656218, 30, 50, 50, 3, 2026-08-29 11:34:00.0, 2026-08-31 11:34:00.0, 0, 13222222225, 2026-08-29 11:34:25.155, 2026-08-29 11:34:25.155, false])])
2026-08-29 11:34:25.203  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points,    active_stock, remain_stock, limit_num, start_time, end_time,       gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093633358495096833, 2079509376485502977, 铛铛百货, EXCHANGE, 200, POINTS, PENDING_AUDIT, 2089925691360661505, 2089925691385827329, s925纯银针蝴蝶结锆石珍珠耳环女2026新款耳钉小众百搭高级感耳饰 蝴蝶结锆石珍珠 耳 耳, 0?     蝴蝶结锆石珍珠, https://try.shanxunsw.com/uploads/_5978a337f68841f32be10d116dc5dcdc5a42ac69ec45f2930c.png?x-oss-process=style/4, 0.1, 00X2007656087426351656218, 30, 50, 50, 3, 2026-08-29 11:34:00.0, 2026-08-31 11:34:00.0, 0, 13222222225, 2026-08-29 11:34:25.155, 2026-08-29 11:34:25.155, false]
2026-08-29 11:34:25.475  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:34:25.476  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:34:25.476  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@660b783c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ce5c151, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22055649, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@42ce2f65, containsSubquery=false)
2026-08-29 11:34:25.476  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:34:30.232  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:34:30.232  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (store_id = ? AND market_enable = ? AND quantity > ?)
2026-08-29 11:34:30.232  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@59846b16, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@656820fb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6eeda756, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@304e56c8, containsSubquery=false)
2026-08-29 11:34:30.232  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (store_id = ? AND market_enable = ? AND quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 11:34:30.242  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:34:30.243  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity > ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 11:34:30.243  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@46ced705, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=523, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1d15fe81, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5faf13fd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@302085bf, containsSubquery=false)
2026-08-29 11:34:30.243  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity > ?) ORDER BY create_time DESC LIMIT ? ::: [2079509376485502977, UPPER, 0, 20]
2026-08-29 11:34:45.505  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:34:45.505  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:34:45.505  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b419793, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a954673, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c128d02, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@767c4540, containsSubquery=false)
2026-08-29 11:34:45.505  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:34:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 231
2026-08-29 11:34:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:34:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:34:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1acb8d91(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 11:34:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:34:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:34:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:34:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:34:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:34:52.308  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:34:52.308  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 11:34:52.308  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@50b67952, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51970d00, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@535bfa9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a85a0b8, containsSubquery=false)
2026-08-29 11:34:52.309  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2089988742671749122]
2026-08-29 11:34:52.313  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:34:52.313  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?)
2026-08-29 11:34:52.313  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6b34a9dd, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a81d75e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@d7628d6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e3b98a8, containsSubquery=false)
2026-08-29 11:34:52.313  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?) ::: [2089988742671749122, CLOSED, REJECTED, 2026-08-31 11:34:00.0, 2026-08-29 11:34:00.0]
2026-08-29 11:34:52.322  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:34:52.322  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,  offset_points, offset_price,  active_stock, remain_stock, limit_num, start_time, end_time,       gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?,  ?, ?, ?, ?, ?,       ?, ?, ?,  ?, ?  )
2026-08-29 11:34:52.322  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@6177d0d1, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, offset_points, offset_price, active_stock, remain_stock, limit_num, start_time, end_time, gifted_points, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=26, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=360, stopIndex=360, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=363, stopIndex=363, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=366, stopIndex=366, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=369, stopIndex=369, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=372, stopIndex=372, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=375, stopIndex=375, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=378, stopIndex=378, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=381, stopIndex=381, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=384, stopIndex=384, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=387, stopIndex=387, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=390, stopIndex=390, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=393, stopIndex=393, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=396, stopIndex=396, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=399, stopIndex=399, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=403, stopIndex=403, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=406, stopIndex=406, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=410, stopIndex=410, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=413, stopIndex=413, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=441, stopIndex=441, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=444, stopIndex=444, parameterMarkerIndex=25)], parameters=[2093633472450142209, 2079509376485502977, 铛铛百货, OFFSET, 100, POINTS, PENDING_AUDIT, 2089988742642388994, 2089988742671749122, s925纯银针小方块贝壳耳钉女2026年新款爆款高级感耳环养耳洞耳饰 s925纯银针小方块贝壳耳 钉 钉, 0?     s925纯银针小方块贝壳耳, https://try.shanxunsw.com/uploads/_be9abfa1ffd4d8f3b2d5e9abe5929fdc3f555f9fe01ad64869.png?x-oss-process=style/4, 0.1, 00X2005700254532364600399, 30, 0.02, 50, 50, 3, 2026-08-29 11:34:00.0, 2026-08-31 11:34:00.0, 0, 13222222225, 2026-08-29 11:34:52.32, 2026-08-29 11:34:52.32, false])])
2026-08-29 11:34:52.322  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,  offset_points, offset_price,  active_stock, remain_stock, limit_num, start_time, end_time,       gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093633472450142209, 2079509376485502977, 铛铛百货, OFFSET, 100, POINTS, PENDING_AUDIT, 2089988742642388994, 2089988742671749122, s925纯银针小方块贝壳耳钉女2026年新款爆款高级感耳环养耳洞耳饰 s925纯银针小方块贝壳耳 钉 钉, 0?     s925纯银针小方块贝壳耳, https://try.shanxunsw.com/uploads/_be9abfa1ffd4d8f3b2d5e9abe5929fdc3f555f9fe01ad64869.png?x-oss-process=style/4, 0.1, 00X2005700254532364600399, 30, 0.02, 50, 50, 3, 2026-08-29 11:34:00.0, 2026-08-31 11:34:00.0, 0, 13222222225, 2026-08-29 11:34:52.32, 2026-08-29 11:34:52.32, false]
2026-08-29 11:34:57.597  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:34:57.597  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (store_id = ? AND market_enable = ? AND quantity > ?)
2026-08-29 11:34:57.597  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@59846b16, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35bff2e8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@608659da, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77d5e431, containsSubquery=false)
2026-08-29 11:34:57.597  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (store_id = ? AND market_enable = ? AND quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 11:34:57.600  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:34:57.601  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity > ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 11:34:57.601  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@46ced705, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=523, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b68305c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@73c4ad6c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@437409a7, containsSubquery=false)
2026-08-29 11:34:57.601  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity > ?) ORDER BY create_time DESC LIMIT ? ::: [2079509376485502977, UPPER, 0, 20]
2026-08-29 11:35:05.499  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:35:05.500  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:35:05.500  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3f761c13, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@428645be, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1413a0bc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@71327038, containsSubquery=false)
2026-08-29 11:35:05.500  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:35:14.951  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:35:14.951  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 11:35:14.951  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@50b67952, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c393772, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3bbf53e3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63d49ef2, containsSubquery=false)
2026-08-29 11:35:14.951  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2090000751379337218]
2026-08-29 11:35:14.956  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:35:14.956  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?)
2026-08-29 11:35:14.956  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6b34a9dd, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=402, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=activity_type, alias=Optional.absent()), ColumnProjection(owner=null, name=priority, alias=Optional.absent()), ColumnProjection(owner=null, name=asset_type, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_sn, alias=Optional.absent()), ColumnProjection(owner=null, name=exchange_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_points, alias=Optional.absent()), ColumnProjection(owner=null, name=offset_price, alias=Optional.absent()), ColumnProjection(owner=null, name=gift_points, alias=Optional.absent()), ColumnProjection(owner=null, name=active_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=remain_stock, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=category_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_name, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_reason, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_by, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_points_total, alias=Optional.absent()), ColumnProjection(owner=null, name=gifted_points, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, exchange_points, offset_points, offset_price, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, category_id, category_name, audit_reason, audit_by, audit_time, frozen_points_total, gifted_points, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7872325c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3f9600ae, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@59b799, containsSubquery=false)
2026-08-29 11:35:14.956  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,activity_type,priority,asset_type,status,goods_id,sku_id,goods_name,simple_specs,thumbnail,original_price,sku_sn,exchange_points,offset_points,offset_price,gift_points,active_stock,remain_stock,limit_num,start_time,end_time,category_id,category_name,audit_reason,audit_by,audit_time,frozen_points_total,gifted_points,create_by,create_time,update_by,update_time,delete_flag  FROM li_points_activity      WHERE  (sku_id = ? AND status NOT IN (?,?) AND start_time < ? AND end_time > ?) ::: [2090000751379337218, CLOSED, REJECTED, 2026-08-31 13:35:00.0, 2026-08-29 11:35:00.0]
2026-08-29 11:35:14.964  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:35:14.965  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,    ?, ?, ?, ?, ?, ?,      ?, ?, ?, ?,  ?, ?  )
2026-08-29 11:35:14.965  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@b0f32c7, tablesContext=TablesContext(tables=[Table(name=li_points_activity, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn, gift_points, active_stock, remain_stock, limit_num, start_time, end_time, frozen_points_total, gifted_points, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=26, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=365, stopIndex=365, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=368, stopIndex=368, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=371, stopIndex=371, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=374, stopIndex=374, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=377, stopIndex=377, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=380, stopIndex=380, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=383, stopIndex=383, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=386, stopIndex=386, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=389, stopIndex=389, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=392, stopIndex=392, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=395, stopIndex=395, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=398, stopIndex=398, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=401, stopIndex=401, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=404, stopIndex=404, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=410, stopIndex=410, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=413, stopIndex=413, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=416, stopIndex=416, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=433, stopIndex=433, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=436, stopIndex=436, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=439, stopIndex=439, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=442, stopIndex=442, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=25)], parameters=[2093633567417573377, 2079509376485502977, 铛铛百货, GIFT, 300, POINTS, PENDING_AUDIT, 2090000751354171394, 2090000751379337218, 日韩轻奢锆石耳钉女s925纯银针小众设计耳环2026新款爆款气质耳饰 日韩轻奢锆石耳 钉 钉, 0?     日韩轻奢锆石耳, https://try.shanxunsw.com/uploads/_20ff262a1ca85da367f28432ca8493a77c67f803b89b949355.png?x-oss-process=style/4, 0.1, 00X2002816512121014480140, 50, 50, 50, 3, 2026-08-29 11:35:00.0, 2026-08-31 13:35:00.0, 2500, 0, 13222222225, 2026-08-29 11:35:14.962, 2026-08-29 11:35:14.962, false])])
2026-08-29 11:35:14.965  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_points_activity  ( id, store_id, store_name, activity_type, priority, asset_type, status, goods_id, sku_id, goods_name, simple_specs, thumbnail, original_price, sku_sn,    gift_points, active_stock, remain_stock, limit_num, start_time, end_time,      frozen_points_total, gifted_points, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093633567417573377, 2079509376485502977, 铛铛百货, GIFT, 300, POINTS, PENDING_AUDIT, 2090000751354171394, 2090000751379337218, 日韩轻奢锆石耳钉女s925纯银针小众设计耳环2026新款爆款气质耳饰 日韩轻奢锆石耳 钉 钉, 0?     日韩轻奢锆石耳, https://try.shanxunsw.com/uploads/_20ff262a1ca85da367f28432ca8493a77c67f803b89b949355.png?x-oss-process=style/4, 0.1, 00X2002816512121014480140, 50, 50, 50, 3, 2026-08-29 11:35:00.0, 2026-08-31 13:35:00.0, 2500, 0, 13222222225, 2026-08-29 11:35:14.962, 2026-08-29 11:35:14.962, false]
2026-08-29 11:35:14.992  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:35:14.992  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=?
2026-08-29 11:35:14.992  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@58a24971, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=369, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=store_end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=store_disable, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=store_logo, alias=Optional.absent()), ColumnProjection(owner=null, name=store_center, alias=Optional.absent()), ColumnProjection(owner=null, name=store_desc, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_id_path, alias=Optional.absent()), ColumnProjection(owner=null, name=store_address_detail, alias=Optional.absent()), ColumnProjection(owner=null, name=description_score, alias=Optional.absent()), ColumnProjection(owner=null, name=service_score, alias=Optional.absent()), ColumnProjection(owner=null, name=delivery_score, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_num, alias=Optional.absent()), ColumnProjection(owner=null, name=collection_num, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=yzf_mp_sign, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_euid, alias=Optional.absent()), ColumnProjection(owner=null, name=page_show, alias=Optional.absent()), ColumnProjection(owner=null, name=self_pick_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, member_id, member_name, store_name, store_end_time, store_disable, self_operated, store_logo, store_center, store_desc, store_address_path, store_address_id_path, store_address_detail, description_score, service_score, delivery_score, goods_num, collection_num, yzf_sign, yzf_mp_sign, merchant_euid, page_show, self_pick_flag, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2d7ee515, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@192bfbbd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d79298a, containsSubquery=false)
2026-08-29 11:35:14.992  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,member_id,member_name,store_name,store_end_time,store_disable,self_operated,store_logo,store_center,store_desc,store_address_path,store_address_id_path,store_address_detail,description_score,service_score,delivery_score,goods_num,collection_num,yzf_sign,yzf_mp_sign,merchant_euid,page_show,self_pick_flag,create_by,create_time,update_by,update_time,delete_flag FROM li_store WHERE id=? ::: [2079509376485502977]
2026-08-29 11:35:15.025  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:35:15.025  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=?
2026-08-29 11:35:15.025  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25bcca62, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=352, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@391f1a0c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b4fb5c8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16a76afa, containsSubquery=false)
2026-08-29 11:35:15.025  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag FROM li_member WHERE id=? ::: [1997111965385795022]
2026-08-29 11:35:15.031  INFO 2501436 --- [http-nio-8804-exec-5] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_amount memberId=1997111965385795022
2026-08-29 11:35:15.032  INFO 2501436 --- [http-nio-8804-exec-5] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_amount, guoId=3104, query=null, body=null
2026-08-29 11:35:15.620  INFO 2501436 --- [http-nio-8804-exec-5] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"suanli":"524154.12","shouyi":"99999444994.60","xiaofei":"100000000195.23","liudong":"99999999009.00"}
2026-08-29 11:35:15.621  INFO 2501436 --- [http-nio-8804-exec-5] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa get_group_av memberId=1997111965385795022
2026-08-29 11:35:15.621  INFO 2501436 --- [http-nio-8804-exec-5] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa GET url=https://ut.ioevisa.com/api/get_group_av, guoId=3104, query=null, body=null
2026-08-29 11:35:15.914  INFO 2501436 --- [http-nio-8804-exec-5] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"page_info":{"offset":10},"users":[],"group_total":0,"person_total":2782,"total":0,"xiao":0}
2026-08-29 11:35:15.917  INFO 2501436 --- [http-nio-8804-exec-5] h.s.HashratePackageThirdPartyServiceImpl : IoeVisa subtract_jifen memberId=1997111965385795022, amount=2500.00, currency_type=流动积分
2026-08-29 11:35:15.918  INFO 2501436 --- [http-nio-8804-exec-5] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa POST url=https://ut.ioevisa.com/api/subtract_jifen, guoId=3104, query=null, body={"amount":"2500.00","currency_type":"流动积分","description":"发布增分活动【日韩轻奢锆石耳钉女s925纯银针小众设计耳环2026新款爆款气质耳饰 日韩轻奢锆石耳 钉 钉】"}
2026-08-29 11:35:16.147  INFO 2501436 --- [http-nio-8804-exec-5] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa resp status=200, body={"error":1,"msg":"余额查询失败"}
2026-08-29 11:35:16.148  WARN 2501436 --- [http-nio-8804-exec-5] c.l.c.client.IoeVisaThirdPartyClient     : IoeVisa business fail error=1, msg=余额查询失败
2026-08-29 11:35:16.183 ERROR 2501436 --- [http-nio-8804-exec-5] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[ServiceException]:400-服务器繁忙，请稍后重试

cn.lili.common.exception.ServiceException: null
	at cn.lili.common.client.IoeVisaThirdPartyClient.assertSuccess(IoeVisaThirdPartyClient.java:232)
	at cn.lili.common.client.IoeVisaThirdPartyClient.execute(IoeVisaThirdPartyClient.java:202)
	at cn.lili.common.client.IoeVisaThirdPartyClient.post(IoeVisaThirdPartyClient.java:54)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.postJifenChange(HashratePackageThirdPartyServiceImpl.java:664)
	at cn.lili.modules.hashrate.serviceimpl.HashratePackageThirdPartyServiceImpl.subtractJifen(HashratePackageThirdPartyServiceImpl.java:640)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)
	at jdk.proxy2/jdk.proxy2.$Proxy199.subtractJifen(Unknown Source)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:101)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl.decreaseAvailable(MemberPointWalletServiceImpl.java:89)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$FastClassBySpringCGLIB$$e5022e3b.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
	at cn.lili.modules.member.serviceimpl.MemberPointWalletServiceImpl$$EnhancerBySpringCGLIB$$b92762c3.decreaseAvailable(<generated>)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.deductGiftBudget(PointsActivityServiceImpl.java:905)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl.submit(PointsActivityServiceImpl.java:202)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$FastClassBySpringCGLIB$$88e8fa87.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.promotion.serviceimpl.PointsActivityServiceImpl$$EnhancerBySpringCGLIB$$7a7d727.submit(<generated>)
	at cn.lili.controller.promotion.PointsActivityStoreController.submit(PointsActivityStoreController.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 11:35:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 232
2026-08-29 11:35:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:35:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:35:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@21f3e268(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 11:35:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:35:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:35:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:35:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:35:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:35:25.477  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:35:25.477  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:35:25.477  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4332ed0a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5a99ff94, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d7db5ec, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3396a129, containsSubquery=false)
2026-08-29 11:35:25.477  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:35:45.475  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:35:45.475  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:35:45.475  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4953959b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@214f481d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d5f52a6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58bcfba2, containsSubquery=false)
2026-08-29 11:35:45.475  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:35:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 233
2026-08-29 11:35:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:35:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:35:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:35:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:35:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:35:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:35:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@56bde8ea(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 11:35:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:36:05.468  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:36:05.468  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:36:05.468  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4bcf1178, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a5bce77, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7574a5b4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@76a69344, containsSubquery=false)
2026-08-29 11:36:05.468  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:36:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 234
2026-08-29 11:36:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:36:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:36:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:36:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:36:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:36:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:36:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2542540c(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 11:36:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:36:25.478  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:36:25.478  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:36:25.478  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ca65008, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5972d461, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4308841a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15a3b5be, containsSubquery=false)
2026-08-29 11:36:25.478  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:36:45.463  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:36:45.463  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:36:45.463  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3fe82e8f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2623e706, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5904be66, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@136b1012, containsSubquery=false)
2026-08-29 11:36:45.463  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:36:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 235
2026-08-29 11:36:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:36:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@66569c73(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 11:36:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:36:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:36:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:36:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:36:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:37:05.463  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:05.463  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:37:05.463  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2818c51d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d367117, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35afd352, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e66dd75, containsSubquery=false)
2026-08-29 11:37:05.464  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:37:11.734  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:11.734  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:37:11.734  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@654d594, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68bc6a23, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30e91029, containsSubquery=false)
2026-08-29 11:37:11.734  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 11:37:11.740  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:11.740  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 11:37:11.740  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3537d503, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@42d8fd56, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ac8d57c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64aff8db, containsSubquery=false)
2026-08-29 11:37:11.740  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 11:37:11.747  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:11.748  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 11:37:11.748  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6291c8e4, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@275ac161, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ca89c71, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75d76d31, containsSubquery=false)
2026-08-29 11:37:11.748  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 11:37:11.757  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:11.757  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:37:11.757  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b94812e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4564cb88, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d1d6293, containsSubquery=false)
2026-08-29 11:37:11.757  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 11:37:11.765  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:11.765  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:37:11.765  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c1f291d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a80d5f7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d686cdb, containsSubquery=false)
2026-08-29 11:37:11.765  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 11:37:11.772  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:11.772  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:37:11.772  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f4987d5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@11e93a53, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53c624c, containsSubquery=false)
2026-08-29 11:37:11.772  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 11:37:11.775  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:11.775  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:37:11.775  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@628d93c7, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@123a3a6f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a2c4786, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b5917b6, containsSubquery=false)
2026-08-29 11:37:11.775  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:37:11.778  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:11.778  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:11.778  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:37:11.778  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:37:11.778  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b2df191, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4de5d8ba, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c091212, containsSubquery=false)
2026-08-29 11:37:11.778  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f8431b3, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ec41e1c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5d9350d5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e23ca20, containsSubquery=false)
2026-08-29 11:37:11.778  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 11:37:11.778  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:37:11.783  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:11.783  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:37:11.784  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3bd129f2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f1c3518, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4d4037be, containsSubquery=false)
2026-08-29 11:37:11.784  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 11:37:11.784  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:11.785  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:37:11.785  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52593d7a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@48221fd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4aa782e2, containsSubquery=false)
2026-08-29 11:37:11.785  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 11:37:11.789  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:11.789  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:37:11.789  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39de84bd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@756fb9ff, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3747d908, containsSubquery=false)
2026-08-29 11:37:11.789  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 11:37:11.790  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:11.791  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 11:37:11.791  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bd627aa, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5a5df392, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c1bdaa9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f9e2225, containsSubquery=true)
2026-08-29 11:37:11.791  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 11:37:11.796  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:11.796  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 11:37:11.796  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a86c529, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@63317a36, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ab760c1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34698085, containsSubquery=false)
2026-08-29 11:37:11.796  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 11:37:11.797  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:11.797  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:37:11.797  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a833022, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5462a25d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77c8d97f, containsSubquery=false)
2026-08-29 11:37:11.797  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 11:37:11.802  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:11.802  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 11:37:11.802  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6727a79f, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a8818e9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@521dd895, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@465c8975, containsSubquery=false)
2026-08-29 11:37:11.802  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 11:37:11.806  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:11.806  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:37:11.806  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2d3805ad, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@f0d365e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31be2c1c, containsSubquery=false)
2026-08-29 11:37:11.806  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 11:37:11.812  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:11.813  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 11:37:11.813  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16e1f5ae, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46cdbe89, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@653b480, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e8489f6, containsSubquery=false)
2026-08-29 11:37:11.813  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 11:37:11.816  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:11.816  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 11:37:11.816  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56661c9a, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1870c247, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12313386, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@483e5f15, containsSubquery=false)
2026-08-29 11:37:11.816  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 11:37:11.815, 2026-08-29 11:37:11.815, 2026-08-29 11:37:11.815]
2026-08-29 11:37:11.822  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:11.822  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 11:37:11.822  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a6b00c9, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a076674, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@107b52d6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55efca91, containsSubquery=false)
2026-08-29 11:37:11.822  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 11:37:11.825  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:11.826  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:37:11.826  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6376b137, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@31150ebf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a85e14e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4fcff41a, containsSubquery=false)
2026-08-29 11:37:11.826  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:37:11.830  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:11.830  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:37:11.830  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@357e25f4, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@8a2d551, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@387d9f7b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16c58082, containsSubquery=false)
2026-08-29 11:37:11.830  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:37:11.834  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:11.834  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 11:37:11.834  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7167c66, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@270358a1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1df80d53, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e16e4e8, containsSubquery=false)
2026-08-29 11:37:11.834  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 11:37:11.837  WARN 2501436 --- [http-nio-8804-exec-13] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 11:37:12.319  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:12.319  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 11:37:12.319  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42d3c7e3, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f2f26df, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b0a85e1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b6a1636, containsSubquery=false)
2026-08-29 11:37:12.320  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13222222225]
2026-08-29 11:37:12.400  INFO 2501436 --- [http-nio-8804-exec-15] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2079509376485502977
2026-08-29 11:37:12.401  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:12.401  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 11:37:12.401  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ed715fa, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51f29174, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ae2e6da, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6db46af2, containsSubquery=false)
2026-08-29 11:37:12.401  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 11:37:12.404  INFO 2501436 --- [http-nio-8804-exec-15] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1785555863, appId=6a6d6b97e4b0dfa55a9303ba, name=微信支付
2026-08-29 11:37:14.871  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:14.871  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:37:14.871  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@628d93c7, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c8d9248, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@465115dd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@47d7ed98, containsSubquery=false)
2026-08-29 11:37:14.871  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:37:14.875  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:14.875  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:37:14.875  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f8431b3, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@610a516, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e533361, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4583c596, containsSubquery=false)
2026-08-29 11:37:14.875  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:37:14.878  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:14.878  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:37:14.878  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6482fd14, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3f762b67, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e48c050, containsSubquery=false)
2026-08-29 11:37:14.878  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 11:37:14.884  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:14.884  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 11:37:14.884  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bd627aa, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@18c5ccba, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@50c7d5b2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b7c04a5, containsSubquery=true)
2026-08-29 11:37:14.884  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 11:37:14.890  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:14.890  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:37:14.890  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32298ebb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@19dbfd77, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2b8b472f, containsSubquery=false)
2026-08-29 11:37:14.890  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 11:37:14.911  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:14.911  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:37:14.911  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@75568dd5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43de1251, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a6447b6, containsSubquery=false)
2026-08-29 11:37:14.911  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 11:37:14.916  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:14.917  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 11:37:14.917  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3537d503, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b9446b0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@53c5e383, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ec7f3fa, containsSubquery=false)
2026-08-29 11:37:14.917  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 11:37:14.923  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:14.923  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 11:37:14.923  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6291c8e4, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f0e19cc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e8769f4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e2b9fc6, containsSubquery=false)
2026-08-29 11:37:14.923  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 11:37:14.933  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:14.934  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:37:14.934  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f615e18, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e15a57f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72d3bb64, containsSubquery=false)
2026-08-29 11:37:14.934  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 11:37:14.940  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:14.940  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:37:14.940  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@21cfc3e9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e28542f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3c036762, containsSubquery=false)
2026-08-29 11:37:14.940  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 11:37:14.946  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:14.946  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:37:14.946  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@18a817ab, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3f374bab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6358454c, containsSubquery=false)
2026-08-29 11:37:14.946  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 11:37:14.951  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:14.951  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:37:14.951  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@472f0507, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@66fc5a8b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15688c3b, containsSubquery=false)
2026-08-29 11:37:14.951  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 11:37:14.955  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:14.955  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:37:14.955  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f5a3279, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e8262fd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1bc05f4d, containsSubquery=false)
2026-08-29 11:37:14.955  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 11:37:14.960  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:14.960  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:37:14.960  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@538e4874, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a2d4f7f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@13d0e77, containsSubquery=false)
2026-08-29 11:37:14.961  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 11:37:14.966  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:14.967  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 11:37:14.967  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a86c529, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c9bce0c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25bc3f5e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@608befaa, containsSubquery=false)
2026-08-29 11:37:14.967  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 11:37:14.973  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:14.973  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 11:37:14.973  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6727a79f, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@330aa8f4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c43e780, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@62e885b6, containsSubquery=false)
2026-08-29 11:37:14.973  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 11:37:14.978  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:14.979  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:37:14.979  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@21edb3be, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70e4700, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b41863, containsSubquery=false)
2026-08-29 11:37:14.979  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 11:37:14.984  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:14.984  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 11:37:14.984  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16e1f5ae, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@29d5b24, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22ca2c14, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@983928c, containsSubquery=false)
2026-08-29 11:37:14.984  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 11:37:14.988  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:14.988  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 11:37:14.988  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56661c9a, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@148a8912, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1886efd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@726a7281, containsSubquery=false)
2026-08-29 11:37:14.988  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 11:37:14.987, 2026-08-29 11:37:14.987, 2026-08-29 11:37:14.987]
2026-08-29 11:37:14.994  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:14.994  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 11:37:14.994  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a6b00c9, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ae73d6f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2b38a8c8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6714324f, containsSubquery=false)
2026-08-29 11:37:14.994  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 11:37:14.997  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:14.998  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:37:14.998  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6376b137, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2013f06a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@66d3386d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7abbc121, containsSubquery=false)
2026-08-29 11:37:14.998  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:37:15.002  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:15.002  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:37:15.002  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@357e25f4, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f51e9d1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b479fd3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6803f7ee, containsSubquery=false)
2026-08-29 11:37:15.002  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:37:15.005  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:15.005  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 11:37:15.005  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7167c66, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ab6240d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d7d1c32, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f8b9da3, containsSubquery=false)
2026-08-29 11:37:15.006  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 11:37:15.008  WARN 2501436 --- [http-nio-8804-exec-17] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 11:37:15.997  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:15.997  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?)
2026-08-29 11:37:15.997  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6f5fe940, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@30ef3f6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41af4cb8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@67a77ab2, containsSubquery=false)
2026-08-29 11:37:15.997  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ::: [2079509376485502977, UPPER, PASS, RETAIL, false]
2026-08-29 11:37:16.028  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:16.028  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ?
2026-08-29 11:37:16.028  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65e5531c, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=397, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=params, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_name, price, brand_id, category_path, goods_unit, selling_point, market_enable, intro, buy_count, quantity, grade, thumbnail, small, original, store_category_path, comment_num, store_id, store_name, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, goods_pr, recommend, sales_model, goods_type, params, voucher, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@753280f3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@242cafca, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d1f5320, containsSubquery=false)
2026-08-29 11:37:16.028  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ? ::: [2079509376485502977, UPPER, PASS, RETAIL, false, 10]
2026-08-29 11:37:18.118  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:18.119  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: SELECT  id,name,parent_id,level,sort_order,commission_rate,image,support_channel,create_by,create_time,update_by,update_time,delete_flag  FROM li_category
2026-08-29 11:37:18.119  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a1d4d0a, tablesContext=TablesContext(tables=[Table(name=li_category, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=135, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_id, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=sort_order, alias=Optional.absent()), ColumnProjection(owner=null, name=commission_rate, alias=Optional.absent()), ColumnProjection(owner=null, name=image, alias=Optional.absent()), ColumnProjection(owner=null, name=support_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, name, parent_id, level, sort_order, commission_rate, image, support_channel, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@9ba29cd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c4ec864, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1babf5f6, containsSubquery=false)
2026-08-29 11:37:18.119  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,name,parent_id,level,sort_order,commission_rate,image,support_channel,create_by,create_time,update_by,update_time,delete_flag  FROM li_category
2026-08-29 11:37:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 236
2026-08-29 11:37:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:37:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:37:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:37:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2f173979(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 11:37:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:37:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:37:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:37:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:37:25.491  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:25.491  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:37:25.491  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5dd799a3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f9570f5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3097b263, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2bfdcc93, containsSubquery=false)
2026-08-29 11:37:25.491  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:37:45.466  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:37:45.466  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:37:45.466  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a00ec31, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f22e4c6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49a774e1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6841e453, containsSubquery=false)
2026-08-29 11:37:45.466  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:37:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 237
2026-08-29 11:37:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:37:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:37:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:37:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7804ebf9(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 11:37:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:37:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:37:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:37:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:38:05.485  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:38:05.485  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:38:05.485  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@36c645ea, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@18b487d0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9b0de70, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6be00d47, containsSubquery=false)
2026-08-29 11:38:05.485  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:38:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 238
2026-08-29 11:38:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:38:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:38:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@46a96752(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 11:38:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:38:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:38:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:38:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:38:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:38:25.493  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:38:25.493  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:38:25.493  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4aea21c1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f436f3f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27a8c4c7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6820ff4f, containsSubquery=false)
2026-08-29 11:38:25.493  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:38:45.473  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:38:45.473  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:38:45.473  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38abcd75, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@9f392e2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d1436ca, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@12854121, containsSubquery=false)
2026-08-29 11:38:45.473  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:38:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 239
2026-08-29 11:38:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:38:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:38:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:38:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@537fb3b9(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 11:39:05.627  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:39:05.627  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:39:05.627  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3aad075b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3e38e3be, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b88d3a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4df4a441, containsSubquery=false)
2026-08-29 11:39:05.628  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:39:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 240
2026-08-29 11:39:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:39:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:39:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:39:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:39:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:39:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:39:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:39:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@28b289b5(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 11:39:25.473  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:39:25.474  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:39:25.474  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76a617dc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7253c03b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2e2100fb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ba7398e, containsSubquery=false)
2026-08-29 11:39:25.474  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:39:45.476  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:39:45.477  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:39:45.477  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ad107d6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@761a7bea, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7904f3ed, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f62fcb8, containsSubquery=false)
2026-08-29 11:39:45.477  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:39:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 241
2026-08-29 11:39:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:39:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:39:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:39:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:39:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:39:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:39:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4441e187(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 11:39:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:39:58.389  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:39:58.389  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT id,setting_value,create_by,create_time,update_by,update_time,delete_flag FROM li_setting WHERE id=?
2026-08-29 11:39:58.389  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7bbe55b, tablesContext=TablesContext(tables=[Table(name=li_setting, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=78, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=setting_value, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, setting_value, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f84511d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a6cea45, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@45558d05, containsSubquery=false)
2026-08-29 11:39:58.389  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,setting_value,create_by,create_time,update_by,update_time,delete_flag FROM li_setting WHERE id=? ::: [GOODS_SETTING]
2026-08-29 11:39:58.461  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:39:58.462  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select s.*,d.* from li_store s left join li_store_detail d on s.id=d.store_id where s.id= ?
2026-08-29 11:39:58.462  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@196d8226, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.of(s)), Table(name=li_store_detail, alias=Optional.of(d))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=13, distinctRow=false, projections=[ShorthandProjection(owner=Optional.of(s)), ShorthandProjection(owner=Optional.of(d))], columnLabels=[id, create_by, create_time, delete_flag, update_by, update_time, member_id, member_name, self_operated, store_disable, store_end_time, store_logo, store_name, store_address_detail, store_address_id_path, store_address_path, store_center, store_desc, delivery_score, description_score, service_score, goods_num, collection_num, yzf_mp_sign, yzf_sign, merchant_euid, page_show, self_pick_flag, store_type, tracking, remark, id, company_address, company_address_id_path, company_address_path, company_email, company_name, company_phone, dd_code, employee_num, goods_management_category, legal_id, legal_name, legal_photo, licence_photo, license_num, link_name, link_phone, registered_capital, scope, settlement_bank_account_name, settlement_bank_account_num, settlement_bank_branch_name, settlement_bank_joint_name, store_id, store_name, stock_warning, settlement_cycle, sales_consignee_address_id, sales_consignee_address_path, sales_consignee_detail, sales_consignee_mobile, sales_consignee_name, settlement_day, sales_consignor_address_id, sales_consignor_address_path, sales_consignor_detail, sales_consignor_mobile, sales_consignor_name, app_secret_key, merchant_number, app_merchant_key]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@62722ee3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4095e61b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a373dbd, containsSubquery=false)
2026-08-29 11:39:58.462  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select s.*,d.* from li_store s left join li_store_detail d on s.id=d.store_id where s.id= ? ::: [2079509376485502977]
2026-08-29 11:39:58.486  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:39:58.486  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT id,setting_value,create_by,create_time,update_by,update_time,delete_flag FROM li_setting WHERE id=?
2026-08-29 11:39:58.486  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7bbe55b, tablesContext=TablesContext(tables=[Table(name=li_setting, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=78, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=setting_value, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, setting_value, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@504b47f9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@786e4e01, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@123e4df7, containsSubquery=false)
2026-08-29 11:39:58.486  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,setting_value,create_by,create_time,update_by,update_time,delete_flag FROM li_setting WHERE id=? ::: [OSS_SETTING]
2026-08-29 11:39:58.517  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:39:58.517  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_goods  ( id, goods_name, price, brand_id, category_path, goods_unit, selling_point, market_enable, intro, buy_count, quantity, grade, thumbnail, small, original, store_category_path, comment_num, store_id, store_name, template_id, auth_flag,   self_operated, mobile_intro, goods_video, goods_pr, recommend, sales_model, goods_type, params,  create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,   ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?,  ?, ?  )
2026-08-29 11:39:58.517  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@4528bbde, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, goods_name, price, brand_id, category_path, goods_unit, selling_point, market_enable, intro, buy_count, quantity, grade, thumbnail, small, original, store_category_path, comment_num, store_id, store_name, template_id, auth_flag, self_operated, mobile_intro, goods_video, goods_pr, recommend, sales_model, goods_type, params, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=33, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=419, stopIndex=419, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=422, stopIndex=422, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=425, stopIndex=425, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=428, stopIndex=428, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=431, stopIndex=431, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=434, stopIndex=434, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=437, stopIndex=437, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=440, stopIndex=440, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=443, stopIndex=443, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=446, stopIndex=446, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=449, stopIndex=449, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=452, stopIndex=452, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=455, stopIndex=455, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=458, stopIndex=458, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=461, stopIndex=461, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=464, stopIndex=464, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=467, stopIndex=467, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=470, stopIndex=470, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=473, stopIndex=473, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=476, stopIndex=476, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=479, stopIndex=479, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=484, stopIndex=484, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=487, stopIndex=487, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=490, stopIndex=490, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=493, stopIndex=493, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=496, stopIndex=496, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=499, stopIndex=499, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=502, stopIndex=502, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=505, stopIndex=505, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=509, stopIndex=509, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=512, stopIndex=512, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=516, stopIndex=516, parameterMarkerIndex=31), ParameterMarkerExpressionSegment(startIndex=519, stopIndex=519, parameterMarkerIndex=32)], parameters=[2093634756725055490, 测试产品户外摇椅, 0.1, 0, 1348576427268399217,1348576427268399249,1348576427268399252, 1件, 摇椅, UPPER, , 0, 0, 100.0, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png?x-oss-process=style/400X400, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png?x-oss-process=style/200X200, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png, , 0, 2079509376485502977, 铛铛百货, 2042945358841196545, PASS, true, <p><img src="https://try.shanxunsw.com/uploads/_d9bd04fa6af70ed3ad5b4fd8af40df2d496996815f4a796763.png" /><img src="https://try.shanxunsw.com/uploads/_77393aa5e0ae74204e83f8126a7b0577aad984191a4b3db0b8.png" /></p>, , 2, true, RETAIL, PHYSICAL_GOODS, [], 13222222225, 2026-08-29 11:39:58.515, 2026-08-29 11:39:58.515, false])])
2026-08-29 11:39:58.517  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_goods  ( id, goods_name, price, brand_id, category_path, goods_unit, selling_point, market_enable, intro, buy_count, quantity, grade, thumbnail, small, original, store_category_path, comment_num, store_id, store_name, template_id, auth_flag,   self_operated, mobile_intro, goods_video, goods_pr, recommend, sales_model, goods_type, params,  create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093634756725055490, 测试产品户外摇椅, 0.1, 0, 1348576427268399217,1348576427268399249,1348576427268399252, 1件, 摇椅, UPPER, , 0, 0, 100.0, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png?x-oss-process=style/400X400, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png?x-oss-process=style/200X200, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png, , 0, 2079509376485502977, 铛铛百货, 2042945358841196545, PASS, true, <p><img src="https://try.shanxunsw.com/uploads/_d9bd04fa6af70ed3ad5b4fd8af40df2d496996815f4a796763.png" /><img src="https://try.shanxunsw.com/uploads/_77393aa5e0ae74204e83f8126a7b0577aad984191a4b3db0b8.png" /></p>, , 2, true, RETAIL, PHYSICAL_GOODS, [], 13222222225, 2026-08-29 11:39:58.515, 2026-08-29 11:39:58.515, false]
2026-08-29 11:39:58.538  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:39:58.539  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 11:39:58.539  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@50b67952, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@68cd8e6c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22eac3ca, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@14759ad8, containsSubquery=false)
2026-08-29 11:39:58.539  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: []
2026-08-29 11:39:58.576  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:39:58.576  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_goods_sku  ( id, goods_id, specs, simple_specs, freight_template_id,   goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher,   quantity, grade, thumbnail, big, small, original, store_category_path,  store_id, store_name,   auth_flag,   self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time,  update_time, delete_flag )  VALUES (  ?, ?, ?, ?, ?,   ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,   ?, ?, ?, ?, ?, ?, ?,  ?, ?,   ?,   ?, ?, ?, ?, ?, ?, ?, ?, ?,  ?, ?  )
2026-08-29 11:39:58.576  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@577c7f17, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, goods_id, specs, simple_specs, freight_template_id, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, quantity, grade, thumbnail, big, small, original, store_category_path, store_id, store_name, auth_flag, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=38, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=474, stopIndex=474, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=477, stopIndex=477, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=480, stopIndex=480, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=483, stopIndex=483, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=486, stopIndex=486, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=491, stopIndex=491, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=494, stopIndex=494, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=497, stopIndex=497, parameterMarkerIndex=7), ParameterMarkerExpressionSegment(startIndex=500, stopIndex=500, parameterMarkerIndex=8), ParameterMarkerExpressionSegment(startIndex=503, stopIndex=503, parameterMarkerIndex=9), ParameterMarkerExpressionSegment(startIndex=506, stopIndex=506, parameterMarkerIndex=10), ParameterMarkerExpressionSegment(startIndex=509, stopIndex=509, parameterMarkerIndex=11), ParameterMarkerExpressionSegment(startIndex=512, stopIndex=512, parameterMarkerIndex=12), ParameterMarkerExpressionSegment(startIndex=515, stopIndex=515, parameterMarkerIndex=13), ParameterMarkerExpressionSegment(startIndex=518, stopIndex=518, parameterMarkerIndex=14), ParameterMarkerExpressionSegment(startIndex=521, stopIndex=521, parameterMarkerIndex=15), ParameterMarkerExpressionSegment(startIndex=524, stopIndex=524, parameterMarkerIndex=16), ParameterMarkerExpressionSegment(startIndex=529, stopIndex=529, parameterMarkerIndex=17), ParameterMarkerExpressionSegment(startIndex=532, stopIndex=532, parameterMarkerIndex=18), ParameterMarkerExpressionSegment(startIndex=535, stopIndex=535, parameterMarkerIndex=19), ParameterMarkerExpressionSegment(startIndex=538, stopIndex=538, parameterMarkerIndex=20), ParameterMarkerExpressionSegment(startIndex=541, stopIndex=541, parameterMarkerIndex=21), ParameterMarkerExpressionSegment(startIndex=544, stopIndex=544, parameterMarkerIndex=22), ParameterMarkerExpressionSegment(startIndex=547, stopIndex=547, parameterMarkerIndex=23), ParameterMarkerExpressionSegment(startIndex=551, stopIndex=551, parameterMarkerIndex=24), ParameterMarkerExpressionSegment(startIndex=554, stopIndex=554, parameterMarkerIndex=25), ParameterMarkerExpressionSegment(startIndex=559, stopIndex=559, parameterMarkerIndex=26), ParameterMarkerExpressionSegment(startIndex=564, stopIndex=564, parameterMarkerIndex=27), ParameterMarkerExpressionSegment(startIndex=567, stopIndex=567, parameterMarkerIndex=28), ParameterMarkerExpressionSegment(startIndex=570, stopIndex=570, parameterMarkerIndex=29), ParameterMarkerExpressionSegment(startIndex=573, stopIndex=573, parameterMarkerIndex=30), ParameterMarkerExpressionSegment(startIndex=576, stopIndex=576, parameterMarkerIndex=31), ParameterMarkerExpressionSegment(startIndex=579, stopIndex=579, parameterMarkerIndex=32), ParameterMarkerExpressionSegment(startIndex=582, stopIndex=582, parameterMarkerIndex=33), ParameterMarkerExpressionSegment(startIndex=585, stopIndex=585, parameterMarkerIndex=34), ParameterMarkerExpressionSegment(startIndex=588, stopIndex=588, parameterMarkerIndex=35), ParameterMarkerExpressionSegment(startIndex=592, stopIndex=592, parameterMarkerIndex=36), ParameterMarkerExpressionSegment(startIndex=595, stopIndex=595, parameterMarkerIndex=37)], parameters=[2093634756964130817, 2093634756725055490, {"images":[],"规格":"默认"}, , 2042945358841196545, 测试产品户外摇椅, 1706706138302581681, 0, 1348576427268399217,1348576427268399249,1348576427268399252, 1件, 摇椅, 10.0, UPPER, , 0.1, 0.1, 0.0, 100, 100.0, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png?x-oss-process=style/400X400, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png?x-oss-process=style/200X200, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png, , 2079509376485502977, 铛铛百货, PASS, true, <p><img src="https://try.shanxunsw.com/uploads/_d9bd04fa6af70ed3ad5b4fd8af40df2d496996815f4a796763.png" /><img src="https://try.shanxunsw.com/uploads/_77393aa5e0ae74204e83f8126a7b0577aad984191a4b3db0b8.png" /></p>, , true, RETAIL, PHYSICAL_GOODS, 0, 13222222225, 2026-08-29 11:39:58.573, 2026-08-29 11:39:58.573, false])])
2026-08-29 11:39:58.577  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_goods_sku  ( id, goods_id, specs, simple_specs, freight_template_id,   goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher,   quantity, grade, thumbnail, big, small, original, store_category_path,  store_id, store_name,   auth_flag,   self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time,  update_time, delete_flag )  VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ::: [2093634756964130817, 2093634756725055490, {"images":[],"规格":"默认"}, , 2042945358841196545, 测试产品户外摇椅, 1706706138302581681, 0, 1348576427268399217,1348576427268399249,1348576427268399252, 1件, 摇椅, 10.0, UPPER, , 0.1, 0.1, 0.0, 100, 100.0, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png?x-oss-process=style/400X400, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png?x-oss-process=style/200X200, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png, , 2079509376485502977, 铛铛百货, PASS, true, <p><img src="https://try.shanxunsw.com/uploads/_d9bd04fa6af70ed3ad5b4fd8af40df2d496996815f4a796763.png" /><img src="https://try.shanxunsw.com/uploads/_77393aa5e0ae74204e83f8126a7b0577aad984191a4b3db0b8.png" /></p>, , true, RETAIL, PHYSICAL_GOODS, 0, 13222222225, 2026-08-29 11:39:58.573, 2026-08-29 11:39:58.573, false]
2026-08-29 11:39:58.613  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:39:58.613  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 11:39:58.613  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@50b67952, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49425921, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2499b801, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19bdd257, containsSubquery=false)
2026-08-29 11:39:58.613  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2093634756964130817]
2026-08-29 11:39:58.684  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:39:58.684  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: UPDATE li_goods_sku  SET quantity=?       WHERE  (id = ?)
2026-08-29 11:39:58.684  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.UpdateStatement@ba30ca8, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 11:39:58.684  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: UPDATE li_goods_sku  SET quantity=?       WHERE  (id = ?) ::: [100, 2093634756964130817]
2026-08-29 11:39:58.827  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:39:58.828  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,goods_id,sku_id,goods_name,thumbnail,start_time,end_time,promotion_id,promotion_type,goods_type,title,num,original_price,price,points,limit_num,quantity,category_path,scope_type,scope_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_promotion_goods      WHERE  (promotion_type NOT IN (?) AND sku_id = ?)
2026-08-29 11:39:58.828  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7ada3da1, tablesContext=TablesContext(tables=[Table(name=li_promotion_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=272, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=title, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=points, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=scope_type, alias=Optional.absent()), ColumnProjection(owner=null, name=scope_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, goods_id, sku_id, goods_name, thumbnail, start_time, end_time, promotion_id, promotion_type, goods_type, title, num, original_price, price, points, limit_num, quantity, category_path, scope_type, scope_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ccc3116, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@638dce3a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@76a3d861, containsSubquery=false)
2026-08-29 11:39:58.828  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,goods_id,sku_id,goods_name,thumbnail,start_time,end_time,promotion_id,promotion_type,goods_type,title,num,original_price,price,points,limit_num,quantity,category_path,scope_type,scope_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_promotion_goods      WHERE  (promotion_type NOT IN (?) AND sku_id = ?) ::: [SECKILL, 2093634756964130817]
2026-08-29 11:39:58.840  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:39:58.840  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: UPDATE li_promotion_goods  SET quantity=?       WHERE  (promotion_type NOT IN (?) AND sku_id = ?)
2026-08-29 11:39:58.840  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.UpdateStatement@1ff7080f, tablesContext=TablesContext(tables=[Table(name=li_promotion_goods, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 11:39:58.840  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: UPDATE li_promotion_goods  SET quantity=?       WHERE  (promotion_type NOT IN (?) AND sku_id = ?) ::: [100, SECKILL, 2093634756964130817]
2026-08-29 11:40:00.019  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:00.019  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT id FROM li_goods_sku WHERE goods_id = ?
2026-08-29 11:40:00.019  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@78159794, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=8, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent())], columnLabels=[id]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@379d895, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a0e4b88, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4d42dba4, containsSubquery=false)
2026-08-29 11:40:00.019  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id FROM li_goods_sku WHERE goods_id = ? ::: [2093634756725055490]
2026-08-29 11:40:00.034  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:00.034  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: UPDATE li_goods  SET quantity=?       WHERE  (id = ?)
2026-08-29 11:40:00.034  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.UpdateStatement@3eb0c4cc, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 11:40:00.034  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: UPDATE li_goods  SET quantity=?       WHERE  (id = ?) ::: [100, 2093634756725055490]
2026-08-29 11:40:00.248  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:00.248  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_goods_gallery      WHERE  (goods_id = ?)
2026-08-29 11:40:00.248  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@38a0907c, tablesContext=TablesContext(tables=[Table(name=li_goods_gallery, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 11:40:00.248  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_goods_gallery      WHERE  (goods_id = ?) ::: [2093634756725055490]
2026-08-29 11:40:00.270  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:00.271  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_goods_gallery  ( id, create_by, goods_id, thumbnail, small, original, is_default )  VALUES (  ?, ?, ?, ?, ?, ?, ?  )
2026-08-29 11:40:00.271  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@49260fd9, tablesContext=TablesContext(tables=[Table(name=li_goods_gallery, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, create_by, goods_id, thumbnail, small, original, is_default], insertValueContexts=[InsertValueContext(parametersCount=7, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=109, stopIndex=109, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=112, stopIndex=112, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=115, stopIndex=115, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=118, stopIndex=118, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=121, stopIndex=121, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=124, stopIndex=124, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=127, stopIndex=127, parameterMarkerIndex=6)], parameters=[2093634764081864706, 13222222225, 2093634756725055490, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png?x-oss-process=style/400X400, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png?x-oss-process=style/200X200, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png, 1])])
2026-08-29 11:40:00.271  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_goods_gallery  ( id, create_by, goods_id, thumbnail, small, original, is_default )  VALUES (?, ?, ?, ?, ?, ?, ?) ::: [2093634764081864706, 13222222225, 2093634756725055490, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png?x-oss-process=style/400X400, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png?x-oss-process=style/200X200, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png, 1]
2026-08-29 11:40:00.284  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:00.284  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (goods_id = ? AND quantity > ? AND delete_flag = ?)
2026-08-29 11:40:00.284  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512e1afe, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@110fb9fc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69dffaf3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@76ccabec, containsSubquery=false)
2026-08-29 11:40:00.284  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (goods_id = ? AND quantity > ? AND delete_flag = ?) ::: [2093634756725055490, 0, false]
2026-08-29 11:40:00.330  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:00.330  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (goods_id = ? AND quantity > ? AND delete_flag = ?) LIMIT ?
2026-08-29 11:40:00.330  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@36180635, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=523, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@29e5aa2e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2765ac0c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@631a4af1, containsSubquery=false)
2026-08-29 11:40:00.330  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (goods_id = ? AND quantity > ? AND delete_flag = ?) LIMIT ? ::: [2093634756725055490, 0, false, 10]
2026-08-29 11:40:00.349  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:00.350  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT  id,name,parent_id,level,sort_order,commission_rate,image,support_channel,create_by,create_time,update_by,update_time,delete_flag  FROM li_category      WHERE  (id IN (?,?,?)) ORDER BY level ASC
2026-08-29 11:40:00.350  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6e20d422, tablesContext=TablesContext(tables=[Table(name=li_category, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=135, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_id, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=sort_order, alias=Optional.absent()), ColumnProjection(owner=null, name=commission_rate, alias=Optional.absent()), ColumnProjection(owner=null, name=image, alias=Optional.absent()), ColumnProjection(owner=null, name=support_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, name, parent_id, level, sort_order, commission_rate, image, support_channel, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69b35b37, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63a7fbfb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b9ae1a6, containsSubquery=false)
2026-08-29 11:40:00.350  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,name,parent_id,level,sort_order,commission_rate,image,support_channel,create_by,create_time,update_by,update_time,delete_flag  FROM li_category      WHERE  (id IN (?,?,?)) ORDER BY level ASC ::: [1348576427268399217, 1348576427268399249, 1348576427268399252]
2026-08-29 11:40:00.367  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:00.367  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT id,name,logo,create_by,create_time,update_by,update_time,delete_flag FROM li_brand WHERE id=?
2026-08-29 11:40:00.367  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e41bfac, tablesContext=TablesContext(tables=[Table(name=li_brand, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=74, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=logo, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, name, logo, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f8ea885, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70354cad, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@49dc242f, containsSubquery=false)
2026-08-29 11:40:00.367  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,name,logo,create_by,create_time,update_by,update_time,delete_flag FROM li_brand WHERE id=? ::: [0]
2026-08-29 11:40:00.538  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:00.538  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,goods_id,sku_id,goods_name,thumbnail,start_time,end_time,promotion_id,promotion_type,goods_type,title,num,original_price,price,points,limit_num,quantity,category_path,scope_type,scope_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_promotion_goods      WHERE  (((sku_id = ?) OR (scope_type = ?) OR ((scope_type = ? AND (scope_id LIKE ?)))) AND (((start_time <= ? AND end_time >= ?)) OR ((start_time > ? AND end_time > ?))) AND store_id IN (?,?))
2026-08-29 11:40:00.538  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3515236b, tablesContext=TablesContext(tables=[Table(name=li_promotion_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=272, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=title, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=points, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=scope_type, alias=Optional.absent()), ColumnProjection(owner=null, name=scope_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, goods_id, sku_id, goods_name, thumbnail, start_time, end_time, promotion_id, promotion_type, goods_type, title, num, original_price, price, points, limit_num, quantity, category_path, scope_type, scope_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5dc038d5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@485d6279, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e1f2259, containsSubquery=false)
2026-08-29 11:40:00.538  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,goods_id,sku_id,goods_name,thumbnail,start_time,end_time,promotion_id,promotion_type,goods_type,title,num,original_price,price,points,limit_num,quantity,category_path,scope_type,scope_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_promotion_goods      WHERE  (((sku_id = ?) OR (scope_type = ?) OR ((scope_type = ? AND (scope_id LIKE ?)))) AND (((start_time <= ? AND end_time >= ?)) OR ((start_time > ? AND end_time > ?))) AND store_id IN (?,?)) ::: [2093634756964130817, ALL, PORTION_GOODS_CATEGORY, %1348576427268399217,1348576427268399249,1348576427268399252%, 2026-08-29 11:40:00.407, 2026-08-29 11:40:00.407, 2026-08-29 11:40:00.41, 2026-08-29 11:40:00.41, 2079509376485502977, 0]
2026-08-29 11:40:01.659  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:01.659  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: INSERT IGNORE INTO li_custom_words (id,name,disabled,create_by,create_time,update_by,update_time,delete_flag) VALUES   
(?,?,?,?,?,?,?,?)
2026-08-29 11:40:01.659  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@6cda4149, tablesContext=TablesContext(tables=[Table(name=li_custom_words, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, name, disabled, create_by, create_time, update_by, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=8, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=121, stopIndex=121, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=123, stopIndex=123, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=125, stopIndex=125, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=127, stopIndex=127, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=129, stopIndex=129, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=131, stopIndex=131, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=133, stopIndex=133, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=135, stopIndex=135, parameterMarkerIndex=7)], parameters=[2093634769899364353, 测试产品户外摇椅, 1, 13222222225, 2026-08-29 11:40:01.657, null, 2026-08-29 11:40:01.657, false])])
2026-08-29 11:40:01.659  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT IGNORE INTO li_custom_words (id,name,disabled,create_by,create_time,update_by,update_time,delete_flag) VALUES   
(?, ?, ?, ?, ?, ?, ?, ?) ::: [2093634769899364353, 测试产品户外摇椅, 1, 13222222225, 2026-08-29 11:40:01.657, null, 2026-08-29 11:40:01.657, false]
2026-08-29 11:40:03.426  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:03.426  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (goods_id = ? AND quantity > ? AND delete_flag = ?)
2026-08-29 11:40:03.426  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512e1afe, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3411cb88, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6befdcff, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5587f0ba, containsSubquery=false)
2026-08-29 11:40:03.426  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (goods_id = ? AND quantity > ? AND delete_flag = ?) ::: [2093634756725055490, 0, false]
2026-08-29 11:40:03.696 ERROR 2501436 --- [http-nio-8804-exec-29] c.l.m.s.a.interceptor.SystemLogAspect    : 系统日志保存异常

java.lang.NullPointerException: Cannot invoke "java.util.Date.getTime()" because the return value of "java.lang.ThreadLocal.get()" is null
	at cn.lili.modules.system.aspect.interceptor.SystemLogAspect.after(SystemLogAspect.java:115)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:617)
	at org.springframework.aop.aspectj.AspectJAfterReturningAdvice.afterReturning(AspectJAfterReturningAdvice.java:66)
	at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.goods.serviceimpl.GoodsServiceImpl$$EnhancerBySpringCGLIB$$1ff95914.addGoods(<generated>)
	at cn.lili.controller.goods.GoodsStoreController.save(GoodsStoreController.java:141)
	at cn.lili.controller.goods.GoodsStoreController$$FastClassBySpringCGLIB$$534ec4a0.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.controller.goods.GoodsStoreController$$EnhancerBySpringCGLIB$$34593446.save(<generated>)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 11:40:05.543  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:05.543  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:40:05.543  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@b634269, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51e05b56, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@313b04f8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e355790, containsSubquery=false)
2026-08-29 11:40:05.543  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:40:05.897  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:05.897  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?)
2026-08-29 11:40:05.897  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6f5fe940, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7725f26b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b46c0ec, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c48574, containsSubquery=false)
2026-08-29 11:40:05.897  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ::: [2079509376485502977, UPPER, PASS, RETAIL, false]
2026-08-29 11:40:05.901  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:05.901  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ?
2026-08-29 11:40:05.901  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65e5531c, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=397, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=params, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_name, price, brand_id, category_path, goods_unit, selling_point, market_enable, intro, buy_count, quantity, grade, thumbnail, small, original, store_category_path, comment_num, store_id, store_name, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, goods_pr, recommend, sales_model, goods_type, params, voucher, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5be5474, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25718e92, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60cfe35a, containsSubquery=false)
2026-08-29 11:40:05.901  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ? ::: [2079509376485502977, UPPER, PASS, RETAIL, false, 10]
2026-08-29 11:40:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 242
2026-08-29 11:40:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:40:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:40:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:40:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:40:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:40:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:40:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:40:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7a251bb1(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 11:40:25.422  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:25.422  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?)
2026-08-29 11:40:25.422  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6f5fe940, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@310ca107, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a184347, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@644a2688, containsSubquery=false)
2026-08-29 11:40:25.422  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ::: [2079509376485502977, UPPER, PASS, RETAIL, false]
2026-08-29 11:40:25.425  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:25.425  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ?
2026-08-29 11:40:25.425  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65e5531c, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=397, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=params, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_name, price, brand_id, category_path, goods_unit, selling_point, market_enable, intro, buy_count, quantity, grade, thumbnail, small, original, store_category_path, comment_num, store_id, store_name, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, goods_pr, recommend, sales_model, goods_type, params, voucher, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@238f01e7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16c41d78, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63f7378, containsSubquery=false)
2026-08-29 11:40:25.425  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ? ::: [2079509376485502977, UPPER, PASS, RETAIL, false, 10]
2026-08-29 11:40:25.478  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:25.480  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:40:25.480  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@473459cf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69696f6e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@790bf357, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3a36d1d0, containsSubquery=false)
2026-08-29 11:40:25.481  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:40:45.467  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:45.467  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:40:45.467  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2f30d663, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2803031d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7faa22f3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25e050ac, containsSubquery=false)
2026-08-29 11:40:45.467  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:40:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 243
2026-08-29 11:40:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:40:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:40:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:40:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5953a2da(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 11:40:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:40:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:40:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:40:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:40:57.257  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:57.257  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:40:57.257  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@178bfa98, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35878bd3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60b437bd, containsSubquery=false)
2026-08-29 11:40:57.257  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 11:40:57.262  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:57.262  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 11:40:57.262  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3537d503, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20f08b55, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61385929, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@393e0e3e, containsSubquery=false)
2026-08-29 11:40:57.262  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 11:40:57.271  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:57.271  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 11:40:57.271  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6291c8e4, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@15ccadab, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5cca1ed2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@484d76df, containsSubquery=false)
2026-08-29 11:40:57.271  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 11:40:57.287  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:57.287  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:40:57.287  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@702c1855, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@53f47301, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3058beaa, containsSubquery=false)
2026-08-29 11:40:57.287  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 11:40:57.294  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:57.294  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:40:57.294  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4993b65e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ccbec28, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1af2e9e2, containsSubquery=false)
2026-08-29 11:40:57.294  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 11:40:57.302  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:57.302  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:40:57.302  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69b5b0a5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6405f988, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74c142dc, containsSubquery=false)
2026-08-29 11:40:57.302  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 11:40:57.308  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:57.308  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:40:57.308  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@149f8c7f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a36fb92, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b695c1d, containsSubquery=false)
2026-08-29 11:40:57.308  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 11:40:57.309  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:57.309  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:40:57.309  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@628d93c7, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c9f8d49, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d03d976, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f64ce83, containsSubquery=false)
2026-08-29 11:40:57.309  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:40:57.314  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:57.314  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:57.314  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:40:57.314  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:40:57.314  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f8431b3, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66cfc499, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2eba7bfd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7f1b59d3, containsSubquery=false)
2026-08-29 11:40:57.314  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3e5a60b2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f225ad0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f39fc12, containsSubquery=false)
2026-08-29 11:40:57.314  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:40:57.314  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 11:40:57.317  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:57.317  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:40:57.317  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35702a2c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10003890, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19d40729, containsSubquery=false)
2026-08-29 11:40:57.317  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 11:40:57.319  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:57.319  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:40:57.319  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@33aa28e0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@73b38beb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d2c50c7, containsSubquery=false)
2026-08-29 11:40:57.319  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 11:40:57.322  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:57.322  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 11:40:57.322  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bd627aa, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32d86a2d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b8cce10, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f1f7b73, containsSubquery=true)
2026-08-29 11:40:57.322  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 11:40:57.324  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:57.324  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 11:40:57.324  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a86c529, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@68cb832, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@19397a4c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@10444bae, containsSubquery=false)
2026-08-29 11:40:57.324  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 11:40:57.327  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:57.327  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:40:57.327  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@8236b18, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c435d8c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6aad0c3e, containsSubquery=false)
2026-08-29 11:40:57.327  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 11:40:57.331  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:57.331  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 11:40:57.331  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6727a79f, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3498cdf6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b3e9f0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@796d6554, containsSubquery=false)
2026-08-29 11:40:57.331  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 11:40:57.337  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:57.337  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:40:57.337  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d4059df, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f95d4e6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b651da9, containsSubquery=false)
2026-08-29 11:40:57.337  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 11:40:57.342  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:57.342  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 11:40:57.342  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16e1f5ae, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f8e9745, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5cd54b48, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e850b4c, containsSubquery=false)
2026-08-29 11:40:57.342  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 11:40:57.345  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:57.345  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 11:40:57.345  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56661c9a, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@272e2b5c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1579b9e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a780473, containsSubquery=false)
2026-08-29 11:40:57.345  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 11:40:57.344, 2026-08-29 11:40:57.344, 2026-08-29 11:40:57.344]
2026-08-29 11:40:57.353  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:57.353  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 11:40:57.353  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a6b00c9, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6dfe2f32, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@470ff562, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@126499cd, containsSubquery=false)
2026-08-29 11:40:57.354  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 11:40:57.358  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:57.358  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:40:57.358  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6376b137, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2013b273, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@160fed4d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34fe34fe, containsSubquery=false)
2026-08-29 11:40:57.358  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:40:57.361  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:57.361  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:40:57.361  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@357e25f4, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@720bf6a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42bc22b4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ee3bbbd, containsSubquery=false)
2026-08-29 11:40:57.362  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:40:57.364  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:57.364  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 11:40:57.364  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7167c66, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3383e204, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@30be999a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25942dfc, containsSubquery=false)
2026-08-29 11:40:57.364  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 11:40:57.366  WARN 2501436 --- [http-nio-8804-exec-36] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 11:40:57.872  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:57.872  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 11:40:57.872  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42d3c7e3, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61f7b194, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ce3e617, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4489885e, containsSubquery=false)
2026-08-29 11:40:57.872  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13222222225]
2026-08-29 11:40:57.950  INFO 2501436 --- [http-nio-8804-exec-38] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2079509376485502977
2026-08-29 11:40:57.950  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:40:57.950  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 11:40:57.950  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ed715fa, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d4ed15, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e175ee9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1fff4f9f, containsSubquery=false)
2026-08-29 11:40:57.950  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 11:40:57.953  INFO 2501436 --- [http-nio-8804-exec-38] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1785555863, appId=6a6d6b97e4b0dfa55a9303ba, name=微信支付
2026-08-29 11:41:04.521  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:04.521  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:41:04.521  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@566ef1fd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79944be5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ae46fad, containsSubquery=false)
2026-08-29 11:41:04.521  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 11:41:04.526  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:04.526  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 11:41:04.526  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3537d503, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@228e0c8e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b5e8675, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@416c7b32, containsSubquery=false)
2026-08-29 11:41:04.526  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 11:41:04.534  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:04.534  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 11:41:04.534  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6291c8e4, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ed8839, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22fad6fd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5594a48a, containsSubquery=false)
2026-08-29 11:41:04.534  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 11:41:04.549  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:04.549  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:41:04.549  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c57a7cb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5c17f63f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19d38129, containsSubquery=false)
2026-08-29 11:41:04.549  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 11:41:04.555  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:04.555  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:41:04.555  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@45565fdb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40895491, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c91d39a, containsSubquery=false)
2026-08-29 11:41:04.555  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 11:41:04.572  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:04.572  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:41:04.572  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@68da2f79, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4af53cfb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@48a91c51, containsSubquery=false)
2026-08-29 11:41:04.573  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 11:41:04.582  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:04.582  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:41:04.582  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e225687, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ee98a86, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5301227, containsSubquery=false)
2026-08-29 11:41:04.582  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 11:41:04.588  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:04.588  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:41:04.588  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b0fe9ca, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3eab75a6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b585388, containsSubquery=false)
2026-08-29 11:41:04.589  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 11:41:04.595  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:04.595  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:41:04.595  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@442ebc0a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@d236314, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@28b68df5, containsSubquery=false)
2026-08-29 11:41:04.595  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 11:41:04.608  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:04.609  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 11:41:04.609  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a86c529, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@41b9bc56, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5d7c58b1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60a80ae6, containsSubquery=false)
2026-08-29 11:41:04.609  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 11:41:04.617  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:04.617  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 11:41:04.617  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6727a79f, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@26eb1877, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b4d976, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4274da71, containsSubquery=false)
2026-08-29 11:41:04.617  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 11:41:04.623  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:04.623  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:41:04.623  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ef315ac, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@ab0ed51, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e8bd75d, containsSubquery=false)
2026-08-29 11:41:04.623  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 11:41:04.628  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:04.628  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 11:41:04.628  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16e1f5ae, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b2595e8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b248cee, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b10a6c5, containsSubquery=false)
2026-08-29 11:41:04.628  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 11:41:04.632  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:04.632  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 11:41:04.632  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56661c9a, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d46945, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a6cc194, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a85f883, containsSubquery=false)
2026-08-29 11:41:04.632  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 11:41:04.631, 2026-08-29 11:41:04.631, 2026-08-29 11:41:04.631]
2026-08-29 11:41:04.640  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:04.640  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 11:41:04.640  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a6b00c9, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c6c41b6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1988f758, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32b7eb42, containsSubquery=false)
2026-08-29 11:41:04.640  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 11:41:04.644  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:04.644  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:41:04.644  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6376b137, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@70146116, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7df469ad, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3203695d, containsSubquery=false)
2026-08-29 11:41:04.644  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:41:04.650  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:04.650  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:41:04.650  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@357e25f4, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52333468, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7bd3e6f2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e1632f9, containsSubquery=false)
2026-08-29 11:41:04.650  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:41:04.654  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:04.654  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 11:41:04.654  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7167c66, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79db11eb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@369575d3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63b02d27, containsSubquery=false)
2026-08-29 11:41:04.654  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 11:41:04.657  WARN 2501436 --- [http-nio-8804-exec-39] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 11:41:05.088  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:05.088  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:41:05.088  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@628d93c7, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f43ee67, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@587c2a07, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@8bf3d2b, containsSubquery=false)
2026-08-29 11:41:05.088  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:41:05.093  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:05.093  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:41:05.093  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f8431b3, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12abe062, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@638cc179, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@59fe5110, containsSubquery=false)
2026-08-29 11:41:05.094  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:41:05.098  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:05.098  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:41:05.098  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c22a8aa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@677f16ef, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@48aa37a3, containsSubquery=false)
2026-08-29 11:41:05.098  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 11:41:05.103  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:05.103  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 11:41:05.103  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bd627aa, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46d49c73, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5fdabc25, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@327ee84f, containsSubquery=true)
2026-08-29 11:41:05.103  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 11:41:05.108  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:05.108  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:41:05.108  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ad7c2ef, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f2e7d6a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@37661ca6, containsSubquery=false)
2026-08-29 11:41:05.108  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 11:41:05.479  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:05.479  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:41:05.479  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@59c576c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@65259161, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4db6ef89, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@ebe5863, containsSubquery=false)
2026-08-29 11:41:05.479  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:41:09.379  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:09.380  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?)
2026-08-29 11:41:09.380  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bff9eac, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ec5a78e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e039a88, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25595b33, containsSubquery=false)
2026-08-29 11:41:09.380  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ::: [2079509376485502977, false]
2026-08-29 11:41:09.388  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:09.388  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: SELECT * FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 11:41:09.388  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47a03548, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ShorthandProjection(owner=Optional.absent())], columnLabels=[id, create_by, create_time, delete_flag, update_by, update_time, account_type, actual_refund_price, after_sale_image, apply_refund_price, audit_remark, bank_account_name, bank_account_number, bank_deposit_name, flow_price, goods_id, goods_image, goods_name, m_deliver_time, m_logistics_code, m_logistics_name, m_logistics_no, member_id, member_name, num, order_sn, pay_order_no, problem_desc, reason, refund_point, refund_time, refund_way, store_id, store_name, service_status, service_type, sku_id, sn, specs, trade_sn, order_item_sn]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@222186bf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@513f58c6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@308795a6, containsSubquery=false)
2026-08-29 11:41:09.388  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT * FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT ? ::: [2079509376485502977, false, 10]
2026-08-29 11:41:15.506  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:15.507  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?)
2026-08-29 11:41:15.507  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bff9eac, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6a96cfb9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@37e08e70, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64ee92b8, containsSubquery=false)
2026-08-29 11:41:15.507  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ::: [2079509376485502977, false]
2026-08-29 11:41:15.512  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:15.512  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: SELECT * FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 11:41:15.512  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47a03548, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ShorthandProjection(owner=Optional.absent())], columnLabels=[id, create_by, create_time, delete_flag, update_by, update_time, account_type, actual_refund_price, after_sale_image, apply_refund_price, audit_remark, bank_account_name, bank_account_number, bank_deposit_name, flow_price, goods_id, goods_image, goods_name, m_deliver_time, m_logistics_code, m_logistics_name, m_logistics_no, member_id, member_name, num, order_sn, pay_order_no, problem_desc, reason, refund_point, refund_time, refund_way, store_id, store_name, service_status, service_type, sku_id, sn, specs, trade_sn, order_item_sn]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4342553d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@f57b80d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@20cf01b5, containsSubquery=false)
2026-08-29 11:41:15.512  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT * FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT ? ::: [2079509376485502977, false, 10]
2026-08-29 11:41:20.599  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:20.600  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?)
2026-08-29 11:41:20.600  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bff9eac, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@556feb85, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@53ef63d2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b2dab91, containsSubquery=false)
2026-08-29 11:41:20.600  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ::: [2079509376485502977, false]
2026-08-29 11:41:20.612  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:20.613  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: SELECT * FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT ?
2026-08-29 11:41:20.613  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47a03548, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ShorthandProjection(owner=Optional.absent())], columnLabels=[id, create_by, create_time, delete_flag, update_by, update_time, account_type, actual_refund_price, after_sale_image, apply_refund_price, audit_remark, bank_account_name, bank_account_number, bank_deposit_name, flow_price, goods_id, goods_image, goods_name, m_deliver_time, m_logistics_code, m_logistics_name, m_logistics_no, member_id, member_name, num, order_sn, pay_order_no, problem_desc, reason, refund_point, refund_time, refund_way, store_id, store_name, service_status, service_type, sku_id, sn, specs, trade_sn, order_item_sn]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a9a3d03, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8fd8c7f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f7a3d5b, containsSubquery=false)
2026-08-29 11:41:20.613  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT * FROM li_after_sale WHERE (store_id = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT ? ::: [2079509376485502977, false, 10]
2026-08-29 11:41:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 244
2026-08-29 11:41:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:41:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:41:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:41:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:41:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:41:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:41:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5847edf4(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 11:41:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:41:25.476  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:25.476  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:41:25.476  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ae4eeef, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@18d0fae8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2758f84d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1cddedf2, containsSubquery=false)
2026-08-29 11:41:25.476  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:41:45.470  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:41:45.471  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:41:45.471  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@bf85c8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c2428, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31d99867, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4853e4ce, containsSubquery=false)
2026-08-29 11:41:45.471  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:41:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 245
2026-08-29 11:41:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:41:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:41:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:41:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6ac325e2(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 11:41:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:41:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:41:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:41:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:42:05.500  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:05.500  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:42:05.500  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@77a9149, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@679026ac, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26ad61d7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@48e15df9, containsSubquery=false)
2026-08-29 11:42:05.500  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:42:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 246
2026-08-29 11:42:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:42:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:42:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:42:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:42:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:42:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:42:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:42:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1d466c29(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 11:42:25.469  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:25.469  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:42:25.469  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@253b7090, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@163dd655, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@221c64af, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@29f0636f, containsSubquery=false)
2026-08-29 11:42:25.469  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:42:43.837  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:43.838  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:42:43.838  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@628d93c7, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@21f684f5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a47b61b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c2c125e, containsSubquery=false)
2026-08-29 11:42:43.838  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:42:43.841  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:43.841  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:42:43.841  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f8431b3, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5dcf69c0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@416d3ec5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36ffec13, containsSubquery=false)
2026-08-29 11:42:43.842  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:42:43.845  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:43.845  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:42:43.845  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7dce6c9b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@34989845, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17088846, containsSubquery=false)
2026-08-29 11:42:43.845  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 11:42:43.850  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:43.850  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 11:42:43.850  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bd627aa, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@531e0e9d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f600, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a61c970, containsSubquery=true)
2026-08-29 11:42:43.850  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 11:42:43.855  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:43.855  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:42:43.855  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@321031d6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@169e54ad, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@37afaea4, containsSubquery=false)
2026-08-29 11:42:43.855  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 11:42:43.914  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:43.914  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:42:43.914  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79d22a29, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d903616, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@391ad486, containsSubquery=false)
2026-08-29 11:42:43.915  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 11:42:43.920  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:43.921  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 11:42:43.921  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3537d503, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a869852, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55d7d560, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@655208bc, containsSubquery=false)
2026-08-29 11:42:43.921  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 11:42:43.928  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:43.928  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 11:42:43.928  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6291c8e4, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e26647, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@728089ef, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6cb2a1d4, containsSubquery=false)
2026-08-29 11:42:43.928  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 11:42:43.938  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:43.938  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:42:43.938  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c6b5a93, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35aeeecb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ce1267a, containsSubquery=false)
2026-08-29 11:42:43.938  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 11:42:43.944  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:43.944  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:42:43.944  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5137a593, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@74409b39, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5447d63f, containsSubquery=false)
2026-08-29 11:42:43.944  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 11:42:43.949  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:43.949  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:42:43.949  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35454d67, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f5993de, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2b17f6dc, containsSubquery=false)
2026-08-29 11:42:43.949  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 11:42:43.957  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:43.957  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:42:43.957  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6029100, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1237260a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@238b9c20, containsSubquery=false)
2026-08-29 11:42:43.957  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 11:42:43.964  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:43.965  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:42:43.965  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ef581e7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41607085, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@496342d1, containsSubquery=false)
2026-08-29 11:42:43.965  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 11:42:43.971  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:43.971  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:42:43.971  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43bf0ce1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1019bb8d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@c7dc838, containsSubquery=false)
2026-08-29 11:42:43.971  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 11:42:43.978  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:43.978  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 11:42:43.978  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a86c529, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@265355b7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@448d754d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40621e34, containsSubquery=false)
2026-08-29 11:42:43.978  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 11:42:43.986  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:43.987  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 11:42:43.987  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6727a79f, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7226cbe6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22e5f828, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@24a46e45, containsSubquery=false)
2026-08-29 11:42:43.987  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 11:42:43.992  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:43.993  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:42:43.993  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@476460aa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40b5e845, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4dfd5305, containsSubquery=false)
2026-08-29 11:42:43.993  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 11:42:43.998  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:43.999  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 11:42:43.999  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16e1f5ae, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@63a3bbbb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@44e1a9b1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a487778, containsSubquery=false)
2026-08-29 11:42:43.999  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 11:42:44.003  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:44.003  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 11:42:44.003  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56661c9a, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d2bf045, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24c1a32f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d88007d, containsSubquery=false)
2026-08-29 11:42:44.003  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 11:42:44.002, 2026-08-29 11:42:44.002, 2026-08-29 11:42:44.002]
2026-08-29 11:42:44.010  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:44.010  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 11:42:44.010  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a6b00c9, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11e1b2a3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c77c30a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@84c29c3, containsSubquery=false)
2026-08-29 11:42:44.010  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 11:42:44.014  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:44.014  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:42:44.014  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6376b137, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b66b51c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@728d9582, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5bd764ce, containsSubquery=false)
2026-08-29 11:42:44.014  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:42:44.017  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:44.018  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:42:44.018  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@357e25f4, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1825c7d8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@78b42106, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7db0377, containsSubquery=false)
2026-08-29 11:42:44.018  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:42:44.020  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:44.020  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 11:42:44.020  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7167c66, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d44351e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@625b497a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@54f15338, containsSubquery=false)
2026-08-29 11:42:44.020  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 11:42:44.022  WARN 2501436 --- [http-nio-8804-exec-1] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 11:42:44.535  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:44.535  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 11:42:44.535  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42d3c7e3, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e6366dc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69bf1309, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3691a7b7, containsSubquery=false)
2026-08-29 11:42:44.535  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13222222225]
2026-08-29 11:42:44.622  INFO 2501436 --- [http-nio-8804-exec-2] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2079509376485502977
2026-08-29 11:42:44.622  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:44.622  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 11:42:44.622  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ed715fa, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e4390c0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55543ea0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@164947d7, containsSubquery=false)
2026-08-29 11:42:44.623  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 11:42:44.626  INFO 2501436 --- [http-nio-8804-exec-2] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1785555863, appId=6a6d6b97e4b0dfa55a9303ba, name=微信支付
2026-08-29 11:42:45.479  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:45.479  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:42:45.479  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@723a3bd9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14e59814, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1928196a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@9d3d805, containsSubquery=false)
2026-08-29 11:42:45.479  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:42:48.257  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:48.257  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:42:48.257  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@76f2a75, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@65be3910, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4054de1a, containsSubquery=false)
2026-08-29 11:42:48.258  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 11:42:48.263  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:48.263  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 11:42:48.263  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3537d503, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@27e3e784, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4121496c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@10fbd3d3, containsSubquery=false)
2026-08-29 11:42:48.264  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 11:42:48.271  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:48.271  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 11:42:48.271  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6291c8e4, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@59f4a84d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17df9deb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a72530b, containsSubquery=false)
2026-08-29 11:42:48.271  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 11:42:48.279  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:48.280  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:42:48.280  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c1bc44, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@38134d5c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ed649e0, containsSubquery=false)
2026-08-29 11:42:48.280  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 11:42:48.285  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:48.285  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:42:48.285  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@628d93c7, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56e78314, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1097adc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@47212b6f, containsSubquery=false)
2026-08-29 11:42:48.285  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:42:48.286  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:48.286  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:42:48.286  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@38208023, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24a5578e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c9d51a7, containsSubquery=false)
2026-08-29 11:42:48.286  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 11:42:48.288  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:48.288  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:42:48.288  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f8431b3, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d4e7d7e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@737a53eb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19944858, containsSubquery=false)
2026-08-29 11:42:48.288  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:42:48.294  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:48.294  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:42:48.294  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:48.294  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1876ce9b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15b19d19, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@49ab21e9, containsSubquery=false)
2026-08-29 11:42:48.294  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:42:48.294  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 11:42:48.294  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@587857c9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63151216, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6889a9d3, containsSubquery=false)
2026-08-29 11:42:48.295  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 11:42:48.301  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:48.301  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:48.301  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 11:42:48.301  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:42:48.301  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bd627aa, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@250b0333, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69e170, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3bbb26d9, containsSubquery=true)
2026-08-29 11:42:48.301  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@156863dd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55cbcf0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4afe8b4, containsSubquery=false)
2026-08-29 11:42:48.301  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 11:42:48.301  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 11:42:48.306  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:48.307  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:42:48.307  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4e31fab4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2cde9045, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b37f481, containsSubquery=false)
2026-08-29 11:42:48.307  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 11:42:48.309  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:48.309  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:42:48.309  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7dc30e25, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d2b361, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e91cee6, containsSubquery=false)
2026-08-29 11:42:48.309  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 11:42:48.320  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:48.320  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:42:48.320  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@210f2547, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2169297e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64d7a998, containsSubquery=false)
2026-08-29 11:42:48.320  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 11:42:48.332  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:48.332  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 11:42:48.332  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a86c529, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@48a7dfce, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1165342b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@69b4684c, containsSubquery=false)
2026-08-29 11:42:48.332  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 11:42:48.352  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:48.352  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 11:42:48.352  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6727a79f, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ec0db6d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24fc38f1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@180f989b, containsSubquery=false)
2026-08-29 11:42:48.352  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 11:42:48.360  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:48.360  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:42:48.360  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c44777, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@646bdcb4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@28b0f06, containsSubquery=false)
2026-08-29 11:42:48.360  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 11:42:48.367  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:48.367  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 11:42:48.367  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16e1f5ae, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@96fbb81, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@53c66695, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@708f9b6a, containsSubquery=false)
2026-08-29 11:42:48.367  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 11:42:48.375  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:48.375  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 11:42:48.375  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56661c9a, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d11cae7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@14944e4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ff38813, containsSubquery=false)
2026-08-29 11:42:48.375  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 11:42:48.374, 2026-08-29 11:42:48.374, 2026-08-29 11:42:48.374]
2026-08-29 11:42:48.385  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:48.385  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 11:42:48.385  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a6b00c9, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5baf117, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26aa42a3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@39107c83, containsSubquery=false)
2026-08-29 11:42:48.385  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 11:42:48.388  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:48.388  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:42:48.388  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6376b137, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e87204c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1449b57b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79adb2d9, containsSubquery=false)
2026-08-29 11:42:48.388  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:42:48.392  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:48.392  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:42:48.392  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@357e25f4, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b83e0d6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1faca005, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f571096, containsSubquery=false)
2026-08-29 11:42:48.392  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:42:48.395  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:48.395  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 11:42:48.395  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7167c66, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7095ab3f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47f1c61b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4beab12b, containsSubquery=false)
2026-08-29 11:42:48.395  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 11:42:48.398  WARN 2501436 --- [http-nio-8804-exec-3] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 11:42:48.841  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:48.841  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?)
2026-08-29 11:42:48.841  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6f5fe940, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34630f3f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1159a66f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@20362cc6, containsSubquery=false)
2026-08-29 11:42:48.841  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ::: [2079509376485502977, UPPER, PASS, RETAIL, false]
2026-08-29 11:42:48.844  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:48.844  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ?
2026-08-29 11:42:48.844  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65e5531c, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=397, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=params, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_name, price, brand_id, category_path, goods_unit, selling_point, market_enable, intro, buy_count, quantity, grade, thumbnail, small, original, store_category_path, comment_num, store_id, store_name, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, goods_pr, recommend, sales_model, goods_type, params, voucher, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@31d00ce0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20115600, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6302aab5, containsSubquery=false)
2026-08-29 11:42:48.844  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ? ::: [2079509376485502977, UPPER, PASS, RETAIL, false, 10]
2026-08-29 11:42:51.036  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:42:51.036  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: SELECT  id,name,parent_id,level,sort_order,commission_rate,image,support_channel,create_by,create_time,update_by,update_time,delete_flag  FROM li_category
2026-08-29 11:42:51.036  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a1d4d0a, tablesContext=TablesContext(tables=[Table(name=li_category, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=135, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_id, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=sort_order, alias=Optional.absent()), ColumnProjection(owner=null, name=commission_rate, alias=Optional.absent()), ColumnProjection(owner=null, name=image, alias=Optional.absent()), ColumnProjection(owner=null, name=support_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, name, parent_id, level, sort_order, commission_rate, image, support_channel, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@41240016, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3da87c5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e87d757, containsSubquery=false)
2026-08-29 11:42:51.037  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,name,parent_id,level,sort_order,commission_rate,image,support_channel,create_by,create_time,update_by,update_time,delete_flag  FROM li_category
2026-08-29 11:42:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 247
2026-08-29 11:42:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:42:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:42:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@754035af(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 11:42:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:42:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:42:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:42:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:43:01.967  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:01.967  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag FROM li_goods WHERE id=?
2026-08-29 11:43:01.967  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22f08097, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=396, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=params, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_name, price, brand_id, category_path, goods_unit, selling_point, market_enable, intro, buy_count, quantity, grade, thumbnail, small, original, store_category_path, comment_num, store_id, store_name, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, goods_pr, recommend, sales_model, goods_type, params, voucher, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b954a8b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@330c7dde, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@151adadd, containsSubquery=false)
2026-08-29 11:43:01.967  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag FROM li_goods WHERE id=? ::: [2093634756725055490]
2026-08-29 11:43:01.987  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:01.987  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select s.*,d.* from li_store s left join li_store_detail d on s.id=d.store_id where s.id= ?
2026-08-29 11:43:01.987  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@196d8226, tablesContext=TablesContext(tables=[Table(name=li_store, alias=Optional.of(s)), Table(name=li_store_detail, alias=Optional.of(d))], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=13, distinctRow=false, projections=[ShorthandProjection(owner=Optional.of(s)), ShorthandProjection(owner=Optional.of(d))], columnLabels=[id, create_by, create_time, delete_flag, update_by, update_time, member_id, member_name, self_operated, store_disable, store_end_time, store_logo, store_name, store_address_detail, store_address_id_path, store_address_path, store_center, store_desc, delivery_score, description_score, service_score, goods_num, collection_num, yzf_mp_sign, yzf_sign, merchant_euid, page_show, self_pick_flag, store_type, tracking, remark, id, company_address, company_address_id_path, company_address_path, company_email, company_name, company_phone, dd_code, employee_num, goods_management_category, legal_id, legal_name, legal_photo, licence_photo, license_num, link_name, link_phone, registered_capital, scope, settlement_bank_account_name, settlement_bank_account_num, settlement_bank_branch_name, settlement_bank_joint_name, store_id, store_name, stock_warning, settlement_cycle, sales_consignee_address_id, sales_consignee_address_path, sales_consignee_detail, sales_consignee_mobile, sales_consignee_name, settlement_day, sales_consignor_address_id, sales_consignor_address_path, sales_consignor_detail, sales_consignor_mobile, sales_consignor_name, app_secret_key, merchant_number, app_merchant_key]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@722aaa21, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31254a8b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4238bee2, containsSubquery=false)
2026-08-29 11:43:01.987  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select s.*,d.* from li_store s left join li_store_detail d on s.id=d.store_id where s.id= ? ::: [2079509376485502977]
2026-08-29 11:43:02.035  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:02.035  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: UPDATE li_goods  SET goods_name=?, price=?, brand_id=?, category_path=?, goods_unit=?, selling_point=?, market_enable=?, intro=?,   grade=?, thumbnail=?, small=?, original=?, store_category_path=?,  store_id=?, store_name=?, template_id=?, auth_flag=?,   self_operated=?, mobile_intro=?, goods_video=?, goods_pr=?, recommend=?, sales_model=?, goods_type=?, params=?,    update_by=?, update_time=?  WHERE id=?
2026-08-29 11:43:02.035  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.UpdateStatement@24d45119, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 11:43:02.035  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: UPDATE li_goods  SET goods_name=?, price=?, brand_id=?, category_path=?, goods_unit=?, selling_point=?, market_enable=?, intro=?,   grade=?, thumbnail=?, small=?, original=?, store_category_path=?,  store_id=?, store_name=?, template_id=?, auth_flag=?,   self_operated=?, mobile_intro=?, goods_video=?, goods_pr=?, recommend=?, sales_model=?, goods_type=?, params=?,    update_by=?, update_time=?  WHERE id=? ::: [测试产品户外摇椅, 0.01, 0, 1348576427268399217,1348576427268399249,1348576427268399252, 1件, 摇椅, DOWN, , 100.0, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png?x-oss-process=style/400X400, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png?x-oss-process=style/200X200, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png, , 2079509376485502977, 铛铛百货, 2042945358841196545, PASS, true, <p><img src="https://try.shanxunsw.com/uploads/_d9bd04fa6af70ed3ad5b4fd8af40df2d496996815f4a796763.png" /><img src="https://try.shanxunsw.com/uploads/_77393aa5e0ae74204e83f8126a7b0577aad984191a4b3db0b8.png" /></p>, , 2, true, RETAIL, PHYSICAL_GOODS, [], 13222222225, 2026-08-29 11:43:02.032, 2093634756725055490]
2026-08-29 11:43:02.089  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:02.089  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (goods_id = ?)
2026-08-29 11:43:02.089  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2da5fe96, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=523, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@30de97e4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@401b19e8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@12c57bf4, containsSubquery=false)
2026-08-29 11:43:02.089  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (goods_id = ?) ::: [2093634756725055490]
2026-08-29 11:43:02.100  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:02.101  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_goods_gallery      WHERE  (goods_id = ?)
2026-08-29 11:43:02.101  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@38a0907c, tablesContext=TablesContext(tables=[Table(name=li_goods_gallery, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 11:43:02.101  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_goods_gallery      WHERE  (goods_id = ?) ::: [2093634756725055490]
2026-08-29 11:43:02.117  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:02.117  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_goods_collection      WHERE  (sku_id IN (?))
2026-08-29 11:43:02.117  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@722d67a3, tablesContext=TablesContext(tables=[Table(name=li_goods_collection, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 11:43:02.117  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_goods_collection      WHERE  (sku_id IN (?)) ::: [2093634756964130817]
2026-08-29 11:43:02.271  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:02.271  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_goods_sku      WHERE  (goods_id = ? AND id NOT IN (?))
2026-08-29 11:43:02.271  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@112e2ad5, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 11:43:02.271  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_goods_sku      WHERE  (goods_id = ? AND id NOT IN (?)) ::: [2093634756725055490, 2093634756964130817]
2026-08-29 11:43:02.290  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:02.291  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 11:43:02.291  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@50b67952, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43c4a40b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40235e0d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@203bbc5e, containsSubquery=false)
2026-08-29 11:43:02.291  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2093634756964130817]
2026-08-29 11:43:02.325  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:02.325  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: UPDATE li_goods_sku  SET goods_id=?, specs=?, simple_specs=?, freight_template_id=?,   goods_name=?, sn=?, brand_id=?, category_path=?, goods_unit=?, selling_point=?, weight=?, market_enable=?, intro=?, price=?, cost=?, voucher=?,   quantity=?, grade=?, thumbnail=?, big=?, small=?, original=?, store_category_path=?,  store_id=?, store_name=?,   auth_flag=?,   self_operated=?, mobile_intro=?, goods_video=?, recommend=?, sales_model=?, goods_type=?, alert_quantity=?,  create_time=?, update_by=?, update_time=?  WHERE id=?
2026-08-29 11:43:02.325  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.UpdateStatement@64cae10a, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 11:43:02.325  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: UPDATE li_goods_sku  SET goods_id=?, specs=?, simple_specs=?, freight_template_id=?,   goods_name=?, sn=?, brand_id=?, category_path=?, goods_unit=?, selling_point=?, weight=?, market_enable=?, intro=?, price=?, cost=?, voucher=?,   quantity=?, grade=?, thumbnail=?, big=?, small=?, original=?, store_category_path=?,  store_id=?, store_name=?,   auth_flag=?,   self_operated=?, mobile_intro=?, goods_video=?, recommend=?, sales_model=?, goods_type=?, alert_quantity=?,  create_time=?, update_by=?, update_time=?  WHERE id=? ::: [2093634756725055490, {"规格":"默认"}, , 2042945358841196545, 测试产品户外摇椅, 3635198693678078735, 0, 1348576427268399217,1348576427268399249,1348576427268399252, 1件, 摇椅, 10.0, DOWN, , 0.01, 0.1, -0.03, 100, 100.0, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png?x-oss-process=style/400X400, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png?x-oss-process=style/200X200, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png, , 2079509376485502977, 铛铛百货, PASS, true, <p><img src="https://try.shanxunsw.com/uploads/_d9bd04fa6af70ed3ad5b4fd8af40df2d496996815f4a796763.png" /><img src="https://try.shanxunsw.com/uploads/_77393aa5e0ae74204e83f8126a7b0577aad984191a4b3db0b8.png" /></p>, , true, RETAIL, PHYSICAL_GOODS, 0, 1970-01-19 11:39:31.928, 13222222225, 2026-08-29 11:43:02.319, 2093634756964130817]
2026-08-29 11:43:02.335  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:02.335  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=?
2026-08-29 11:43:02.335  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@50b67952, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=522, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58238eca, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@30631e45, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3927bf2, containsSubquery=false)
2026-08-29 11:43:02.335  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag FROM li_goods_sku WHERE id=? ::: [2093634756964130817]
2026-08-29 11:43:02.342  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:02.342  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: UPDATE li_goods_sku  SET quantity=?       WHERE  (id = ?)
2026-08-29 11:43:02.342  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.UpdateStatement@ba30ca8, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 11:43:02.342  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: UPDATE li_goods_sku  SET quantity=?       WHERE  (id = ?) ::: [100, 2093634756964130817]
2026-08-29 11:43:02.349  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:02.350  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,goods_id,sku_id,goods_name,thumbnail,start_time,end_time,promotion_id,promotion_type,goods_type,title,num,original_price,price,points,limit_num,quantity,category_path,scope_type,scope_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_promotion_goods      WHERE  (promotion_type NOT IN (?) AND sku_id = ?)
2026-08-29 11:43:02.350  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7ada3da1, tablesContext=TablesContext(tables=[Table(name=li_promotion_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=272, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=title, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=points, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=scope_type, alias=Optional.absent()), ColumnProjection(owner=null, name=scope_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, goods_id, sku_id, goods_name, thumbnail, start_time, end_time, promotion_id, promotion_type, goods_type, title, num, original_price, price, points, limit_num, quantity, category_path, scope_type, scope_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@531c4774, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@32fb863a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b32ebe7, containsSubquery=false)
2026-08-29 11:43:02.350  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,goods_id,sku_id,goods_name,thumbnail,start_time,end_time,promotion_id,promotion_type,goods_type,title,num,original_price,price,points,limit_num,quantity,category_path,scope_type,scope_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_promotion_goods      WHERE  (promotion_type NOT IN (?) AND sku_id = ?) ::: [SECKILL, 2093634756964130817]
2026-08-29 11:43:02.353  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:02.353  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: UPDATE li_promotion_goods  SET quantity=?       WHERE  (promotion_type NOT IN (?) AND sku_id = ?)
2026-08-29 11:43:02.353  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.UpdateStatement@1ff7080f, tablesContext=TablesContext(tables=[Table(name=li_promotion_goods, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 11:43:02.353  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: UPDATE li_promotion_goods  SET quantity=?       WHERE  (promotion_type NOT IN (?) AND sku_id = ?) ::: [100, SECKILL, 2093634756964130817]
2026-08-29 11:43:03.472  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:03.472  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: SELECT id FROM li_goods_sku WHERE goods_id = ?
2026-08-29 11:43:03.472  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@78159794, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=8, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent())], columnLabels=[id]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20d414f6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ff7c3d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1190c04f, containsSubquery=false)
2026-08-29 11:43:03.472  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id FROM li_goods_sku WHERE goods_id = ? ::: [2093634756725055490]
2026-08-29 11:43:03.479  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:03.480  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: UPDATE li_goods  SET quantity=?       WHERE  (id = ?)
2026-08-29 11:43:03.480  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.UpdateStatement@3eb0c4cc, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 11:43:03.480  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: UPDATE li_goods  SET quantity=?       WHERE  (id = ?) ::: [100, 2093634756725055490]
2026-08-29 11:43:03.703  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:03.703  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: DELETE FROM li_goods_gallery      WHERE  (goods_id = ?)
2026-08-29 11:43:03.703  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.DeleteStatement@38a0907c, tablesContext=TablesContext(tables=[Table(name=li_goods_gallery, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 11:43:03.703  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: DELETE FROM li_goods_gallery      WHERE  (goods_id = ?) ::: [2093634756725055490]
2026-08-29 11:43:03.714  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:03.714  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: INSERT INTO li_goods_gallery  ( id, create_by, goods_id, thumbnail, small, original, is_default )  VALUES (  ?, ?, ?, ?, ?, ?, ?  )
2026-08-29 11:43:03.714  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@49260fd9, tablesContext=TablesContext(tables=[Table(name=li_goods_gallery, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, create_by, goods_id, thumbnail, small, original, is_default], insertValueContexts=[InsertValueContext(parametersCount=7, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=109, stopIndex=109, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=112, stopIndex=112, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=115, stopIndex=115, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=118, stopIndex=118, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=121, stopIndex=121, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=124, stopIndex=124, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=127, stopIndex=127, parameterMarkerIndex=6)], parameters=[2093635533501767682, 13222222225, 2093634756725055490, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png?x-oss-process=style/400X400, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png?x-oss-process=style/200X200, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png, 1])])
2026-08-29 11:43:03.714  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT INTO li_goods_gallery  ( id, create_by, goods_id, thumbnail, small, original, is_default )  VALUES (?, ?, ?, ?, ?, ?, ?) ::: [2093635533501767682, 13222222225, 2093634756725055490, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png?x-oss-process=style/400X400, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png?x-oss-process=style/200X200, https://try.shanxunsw.com/uploads/_aeee8ec95000a2a269036838ccceaf85230f52090fc2e5974b.png, 1]
2026-08-29 11:43:03.931 ERROR 2501436 --- [http-nio-8804-exec-10] c.l.m.s.a.interceptor.SystemLogAspect    : 系统日志保存异常

java.lang.NullPointerException: Cannot invoke "java.util.Date.getTime()" because the return value of "java.lang.ThreadLocal.get()" is null
	at cn.lili.modules.system.aspect.interceptor.SystemLogAspect.after(SystemLogAspect.java:115)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:617)
	at org.springframework.aop.aspectj.AspectJAfterReturningAdvice.afterReturning(AspectJAfterReturningAdvice.java:66)
	at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.modules.goods.serviceimpl.GoodsServiceImpl$$EnhancerBySpringCGLIB$$1ff95914.editGoods(<generated>)
	at cn.lili.controller.goods.GoodsStoreController.update(GoodsStoreController.java:148)
	at cn.lili.controller.goods.GoodsStoreController$$FastClassBySpringCGLIB$$534ec4a0.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692)
	at cn.lili.controller.goods.GoodsStoreController$$EnhancerBySpringCGLIB$$34593446.update(<generated>)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doPut(FrameworkServlet.java:920)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:684)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 11:43:05.141  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:05.141  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?)
2026-08-29 11:43:05.141  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6f5fe940, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@48623058, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1f4cc281, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@da46f28, containsSubquery=false)
2026-08-29 11:43:05.141  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ::: [2079509376485502977, UPPER, PASS, RETAIL, false]
2026-08-29 11:43:05.144  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:05.145  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ?
2026-08-29 11:43:05.146  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65e5531c, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=397, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=params, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_name, price, brand_id, category_path, goods_unit, selling_point, market_enable, intro, buy_count, quantity, grade, thumbnail, small, original, store_category_path, comment_num, store_id, store_name, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, goods_pr, recommend, sales_model, goods_type, params, voucher, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78abde18, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5658330a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1497933a, containsSubquery=false)
2026-08-29 11:43:05.146  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ? ::: [2079509376485502977, UPPER, PASS, RETAIL, false, 10]
2026-08-29 11:43:05.470  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:05.470  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:43:05.470  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@28a06abb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6300143d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@406f2c13, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c86f871, containsSubquery=false)
2026-08-29 11:43:05.470  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:43:08.727  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:08.727  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?)
2026-08-29 11:43:08.727  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@77176aff, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ae42e6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@120b92ff, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1be48b26, containsSubquery=false)
2026-08-29 11:43:08.727  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ::: [2079509376485502977, TOBEAUDITED, RETAIL, false]
2026-08-29 11:43:10.209  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:10.209  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?)
2026-08-29 11:43:10.209  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6f5fe940, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17ceefed, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35a81434, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3d11cc6c, containsSubquery=false)
2026-08-29 11:43:10.209  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ::: [2079509376485502977, UPPER, PASS, RETAIL, false]
2026-08-29 11:43:10.211  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:10.211  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ?
2026-08-29 11:43:10.211  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65e5531c, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=397, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=params, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_name, price, brand_id, category_path, goods_unit, selling_point, market_enable, intro, buy_count, quantity, grade, thumbnail, small, original, store_category_path, comment_num, store_id, store_name, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, goods_pr, recommend, sales_model, goods_type, params, voucher, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@68cbd27b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b8a01a2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@140f4d55, containsSubquery=false)
2026-08-29 11:43:10.211  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ? ::: [2079509376485502977, UPPER, PASS, RETAIL, false, 10]
2026-08-29 11:43:12.468  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:12.468  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?)
2026-08-29 11:43:12.468  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6f5fe940, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28fb2580, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2097e8c1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@49e741c4, containsSubquery=false)
2026-08-29 11:43:12.468  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ::: [2079509376485502977, UPPER, PASS, RETAIL, false]
2026-08-29 11:43:12.493  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:12.493  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ?,?
2026-08-29 11:43:12.493  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@716f2026, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=397, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=params, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_name, price, brand_id, category_path, goods_unit, selling_point, market_enable, intro, buy_count, quantity, grade, thumbnail, small, original, store_category_path, comment_num, store_id, store_name, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, goods_pr, recommend, sales_model, goods_type, params, voucher, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ab34c3b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a3bc36a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7bcdd8bc, containsSubquery=false)
2026-08-29 11:43:12.493  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ?,? ::: [2079509376485502977, UPPER, PASS, RETAIL, false, 10, 10]
2026-08-29 11:43:15.948  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:15.949  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?)
2026-08-29 11:43:15.949  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6f5fe940, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@64bdbfe9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2e0fb22a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@43862628, containsSubquery=false)
2026-08-29 11:43:15.949  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ::: [2079509376485502977, UPPER, PASS, RETAIL, false]
2026-08-29 11:43:15.951  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:15.951  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ?
2026-08-29 11:43:15.951  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65e5531c, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=397, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=params, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_name, price, brand_id, category_path, goods_unit, selling_point, market_enable, intro, buy_count, quantity, grade, thumbnail, small, original, store_category_path, comment_num, store_id, store_name, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, goods_pr, recommend, sales_model, goods_type, params, voucher, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3622d0af, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@44670725, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@84d6161, containsSubquery=false)
2026-08-29 11:43:15.952  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ? ::: [2079509376485502977, UPPER, PASS, RETAIL, false, 10]
2026-08-29 11:43:18.811  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:18.811  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?)
2026-08-29 11:43:18.811  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@77176aff, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53d6a2bc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@435845d0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3d576e39, containsSubquery=false)
2026-08-29 11:43:18.811  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ::: [2079509376485502977, REFUSE, RETAIL, false]
2026-08-29 11:43:18.829  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:18.829  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ?
2026-08-29 11:43:18.829  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1fc56eba, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=397, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=params, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_name, price, brand_id, category_path, goods_unit, selling_point, market_enable, intro, buy_count, quantity, grade, thumbnail, small, original, store_category_path, comment_num, store_id, store_name, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, goods_pr, recommend, sales_model, goods_type, params, voucher, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b7a2f57, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@537ae338, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@375c8597, containsSubquery=false)
2026-08-29 11:43:18.830  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ? ::: [2079509376485502977, REFUSE, RETAIL, false, 10]
2026-08-29 11:43:20.218  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:20.218  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?)
2026-08-29 11:43:20.218  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@77176aff, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b20d535, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@222c5128, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1efcff25, containsSubquery=false)
2026-08-29 11:43:20.218  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ::: [2079509376485502977, TOBEAUDITED, RETAIL, false]
2026-08-29 11:43:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 248
2026-08-29 11:43:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:43:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6914173a(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 11:43:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:43:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:43:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:43:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:43:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:43:25.471  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:25.474  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:43:25.474  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@53f9a992, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12ea0ed8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@156bd9f6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b898595, containsSubquery=false)
2026-08-29 11:43:25.474  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:43:45.475  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:45.475  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:43:45.475  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3c6c7755, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@75648249, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68f72485, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5e87024, containsSubquery=false)
2026-08-29 11:43:45.475  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:43:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 249
2026-08-29 11:43:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:43:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:43:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:43:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@79106fbe(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 11:43:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:43:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:43:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:43:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:43:52.579  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:52.580  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:43:52.580  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@538924aa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1655f31c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e3dc32a, containsSubquery=false)
2026-08-29 11:43:52.580  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 11:43:52.585  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:52.585  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 11:43:52.585  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3537d503, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17a85f40, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@178cea0c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@715626d8, containsSubquery=false)
2026-08-29 11:43:52.585  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 11:43:52.596  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:52.596  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 11:43:52.596  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6291c8e4, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e4fb5eb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e6f301c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@42b18d77, containsSubquery=false)
2026-08-29 11:43:52.596  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 11:43:52.601  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:52.601  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:43:52.601  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@628d93c7, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@fc34594, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68475b43, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5280b7c9, containsSubquery=false)
2026-08-29 11:43:52.601  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:43:52.603  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:52.603  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:43:52.603  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@771d4b4c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3909aaed, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@397081ff, containsSubquery=false)
2026-08-29 11:43:52.603  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 11:43:52.604  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:52.604  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:43:52.604  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f8431b3, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@614531a6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@362cecb8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@174696b2, containsSubquery=false)
2026-08-29 11:43:52.604  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:43:52.608  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:52.608  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:43:52.608  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2bdaea16, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1618f9eb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46f3fec, containsSubquery=false)
2026-08-29 11:43:52.609  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 11:43:52.609  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:52.609  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:43:52.609  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@492e4c94, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a01489c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7dee5a5, containsSubquery=false)
2026-08-29 11:43:52.609  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 11:43:52.613  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:52.614  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:43:52.614  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@75ddddeb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8b00ce3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b0d6f6a, containsSubquery=false)
2026-08-29 11:43:52.614  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 11:43:52.614  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:52.614  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 11:43:52.614  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bd627aa, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2328a84f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@53ab9242, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c6b2bd6, containsSubquery=true)
2026-08-29 11:43:52.614  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 11:43:52.618  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:52.618  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:43:52.618  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c7da722, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79bd18e0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21774f21, containsSubquery=false)
2026-08-29 11:43:52.619  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 11:43:52.619  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:52.619  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:43:52.619  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5120c2b2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10681c3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@768db868, containsSubquery=false)
2026-08-29 11:43:52.619  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 11:43:52.623  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:52.623  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:43:52.623  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@355faccf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2e0a1cf4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7bdb0534, containsSubquery=false)
2026-08-29 11:43:52.623  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 11:43:52.626  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:52.626  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:43:52.626  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c26d46e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f77987b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36f333df, containsSubquery=false)
2026-08-29 11:43:52.626  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 11:43:52.630  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:52.630  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 11:43:52.630  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a86c529, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11dbd2dc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e1976f3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e296b4a, containsSubquery=false)
2026-08-29 11:43:52.630  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 11:43:52.633  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:52.633  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 11:43:52.633  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6727a79f, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@178abb92, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@422ce112, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73a2c3d3, containsSubquery=false)
2026-08-29 11:43:52.633  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 11:43:52.636  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:52.636  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:43:52.636  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79354d25, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c6ca58b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1bceebe, containsSubquery=false)
2026-08-29 11:43:52.636  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 11:43:52.639  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:52.639  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 11:43:52.639  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16e1f5ae, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@57dcc91d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31f30446, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e0cd5a5, containsSubquery=false)
2026-08-29 11:43:52.639  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 11:43:52.641  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:52.641  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 11:43:52.641  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56661c9a, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@33c31f0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b656dcf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b28981e, containsSubquery=false)
2026-08-29 11:43:52.641  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 11:43:52.641, 2026-08-29 11:43:52.641, 2026-08-29 11:43:52.641]
2026-08-29 11:43:52.646  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:52.646  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 11:43:52.646  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a6b00c9, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55644ef1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7aa3d42b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6fa91a11, containsSubquery=false)
2026-08-29 11:43:52.646  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 11:43:52.648  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:52.648  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:43:52.648  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6376b137, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@36fd9a4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2431224a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@584661d8, containsSubquery=false)
2026-08-29 11:43:52.648  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:43:52.651  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:52.651  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:43:52.651  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@357e25f4, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@256ce227, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e4f1ff3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@54573b6c, containsSubquery=false)
2026-08-29 11:43:52.651  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:43:52.652  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:52.652  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 11:43:52.652  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7167c66, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d01f111, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@50603186, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a1c4c44, containsSubquery=false)
2026-08-29 11:43:52.652  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 11:43:52.653  WARN 2501436 --- [http-nio-8804-exec-20] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 11:43:52.950  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:52.950  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 11:43:52.950  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42d3c7e3, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c777bbb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3796df47, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@377d7ead, containsSubquery=false)
2026-08-29 11:43:52.950  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13222222225]
2026-08-29 11:43:53.043  INFO 2501436 --- [http-nio-8804-exec-22] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2079509376485502977
2026-08-29 11:43:53.044  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:53.044  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 11:43:53.044  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ed715fa, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5989569d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ddd317, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74c30448, containsSubquery=false)
2026-08-29 11:43:53.044  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 11:43:53.047  INFO 2501436 --- [http-nio-8804-exec-22] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1785555863, appId=6a6d6b97e4b0dfa55a9303ba, name=微信支付
2026-08-29 11:43:58.245  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:58.245  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:43:58.245  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@628d93c7, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@30d609aa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c3e8081, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57a2396a, containsSubquery=false)
2026-08-29 11:43:58.245  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:58.245  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:43:58.245  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:43:58.245  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69ee2a5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69abbfbe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6303b71f, containsSubquery=false)
2026-08-29 11:43:58.245  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 11:43:58.249  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:58.249  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:43:58.249  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f8431b3, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c52dcaf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6afdd926, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@539d01a3, containsSubquery=false)
2026-08-29 11:43:58.249  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:43:58.250  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:58.250  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 11:43:58.250  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3537d503, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d62e322, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@33a71ede, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6eacf304, containsSubquery=false)
2026-08-29 11:43:58.250  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 11:43:58.254  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:58.254  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:43:58.254  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a761185, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31dd8971, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5bbc5c82, containsSubquery=false)
2026-08-29 11:43:58.255  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 11:43:58.257  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:58.257  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 11:43:58.257  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6291c8e4, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4186806a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@483b6f8d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35dda981, containsSubquery=false)
2026-08-29 11:43:58.257  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 11:43:58.260  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:58.260  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 11:43:58.260  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bd627aa, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a5732e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3dc46774, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f7d3b86, containsSubquery=true)
2026-08-29 11:43:58.260  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 11:43:58.264  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:58.264  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:43:58.264  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@30b45e11, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76d3f28a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@45457d09, containsSubquery=false)
2026-08-29 11:43:58.264  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 11:43:58.267  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:58.267  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:43:58.267  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78bee68b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20f7c9bc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@694cea72, containsSubquery=false)
2026-08-29 11:43:58.267  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 11:43:58.272  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:58.273  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:43:58.273  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46622b2c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@487346e8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3108af7, containsSubquery=false)
2026-08-29 11:43:58.273  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 11:43:58.277  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:58.277  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:43:58.277  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b5cd26b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c1cbac5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35b3c3db, containsSubquery=false)
2026-08-29 11:43:58.277  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 11:43:58.283  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:58.283  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:43:58.283  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ca8c9a8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@772e64fd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@61bc9b5b, containsSubquery=false)
2026-08-29 11:43:58.283  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 11:43:58.287  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:58.287  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:43:58.287  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@76f6473a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@73157cfc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e350a2e, containsSubquery=false)
2026-08-29 11:43:58.287  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 11:43:58.291  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:58.291  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:43:58.291  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e23d45c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1851dbcc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d86f02c, containsSubquery=false)
2026-08-29 11:43:58.291  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 11:43:58.295  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:58.295  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 11:43:58.295  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a86c529, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@9ba624, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a36318b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35936309, containsSubquery=false)
2026-08-29 11:43:58.295  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 11:43:58.299  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:58.299  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 11:43:58.299  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6727a79f, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71c11fce, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f64b1d4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57a28fe3, containsSubquery=false)
2026-08-29 11:43:58.299  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 11:43:58.302  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:58.302  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:43:58.302  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@38738bfa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7bedc680, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@69278ed4, containsSubquery=false)
2026-08-29 11:43:58.302  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 11:43:58.305  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:58.305  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 11:43:58.305  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16e1f5ae, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11abf85, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@541ed05c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1299d077, containsSubquery=false)
2026-08-29 11:43:58.306  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 11:43:58.308  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:58.308  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 11:43:58.308  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56661c9a, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@45f03bef, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1936414e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4d7e1abb, containsSubquery=false)
2026-08-29 11:43:58.308  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 11:43:58.307, 2026-08-29 11:43:58.307, 2026-08-29 11:43:58.307]
2026-08-29 11:43:58.312  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:58.312  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 11:43:58.312  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a6b00c9, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@310434fb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c124ba2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@101b3a70, containsSubquery=false)
2026-08-29 11:43:58.312  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 11:43:58.313  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:58.313  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:43:58.313  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6376b137, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1dbf3e47, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@543e5f3a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ca6aa1d, containsSubquery=false)
2026-08-29 11:43:58.314  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:43:58.315  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:58.316  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:43:58.316  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@357e25f4, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c243a99, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54b9d42, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ab7ab76, containsSubquery=false)
2026-08-29 11:43:58.316  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:43:58.317  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:58.317  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 11:43:58.317  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7167c66, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4f7dae9c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4896401e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@278d3282, containsSubquery=false)
2026-08-29 11:43:58.317  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 11:43:58.318  WARN 2501436 --- [http-nio-8804-exec-23] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 11:43:59.127  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:59.127  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?)
2026-08-29 11:43:59.127  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6f5fe940, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@59804de, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ee36ae2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1fb4771d, containsSubquery=false)
2026-08-29 11:43:59.127  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ::: [2079509376485502977, UPPER, PASS, RETAIL, false]
2026-08-29 11:43:59.130  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:43:59.130  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ?
2026-08-29 11:43:59.130  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65e5531c, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=397, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=params, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_name, price, brand_id, category_path, goods_unit, selling_point, market_enable, intro, buy_count, quantity, grade, thumbnail, small, original, store_category_path, comment_num, store_id, store_name, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, goods_pr, recommend, sales_model, goods_type, params, voucher, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@74c93abb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@48f9a7a0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1166ee0f, containsSubquery=false)
2026-08-29 11:43:59.130  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ? ::: [2079509376485502977, UPPER, PASS, RETAIL, false, 10]
2026-08-29 11:44:01.123  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:01.123  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND sales_model = ? AND delete_flag = ?)
2026-08-29 11:44:01.123  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4d788e44, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53af7e7d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@608c2b48, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74a2585c, containsSubquery=false)
2026-08-29 11:44:01.123  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND sales_model = ? AND delete_flag = ?) ::: [2079509376485502977, DOWN, RETAIL, false]
2026-08-29 11:44:01.149  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:01.149  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ?
2026-08-29 11:44:01.149  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6c91c0a4, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=397, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=params, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_name, price, brand_id, category_path, goods_unit, selling_point, market_enable, intro, buy_count, quantity, grade, thumbnail, small, original, store_category_path, comment_num, store_id, store_name, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, goods_pr, recommend, sales_model, goods_type, params, voucher, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c173d20, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a7f8f7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@71a9bf8a, containsSubquery=false)
2026-08-29 11:44:01.149  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ? ::: [2079509376485502977, DOWN, RETAIL, false, 10]
2026-08-29 11:44:05.480  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:05.481  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:44:05.481  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@37477846, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@352e4c69, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6eaf444, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2b226da8, containsSubquery=false)
2026-08-29 11:44:05.481  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:44:05.937  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:05.937  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: UPDATE li_goods  SET market_enable=?,under_message=?       WHERE  (store_id = ? AND id IN (?))
2026-08-29 11:44:05.937  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.UpdateStatement@2d7c7bff, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 11:44:05.937  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: UPDATE li_goods  SET market_enable=?,under_message=?       WHERE  (store_id = ? AND id IN (?)) ::: [UPPER, , 2079509376485502977, 2093634756725055490]
2026-08-29 11:44:05.970  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:05.970  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND id IN (?))
2026-08-29 11:44:05.970  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b46ffb1, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=397, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=params, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_name, price, brand_id, category_path, goods_unit, selling_point, market_enable, intro, buy_count, quantity, grade, thumbnail, small, original, store_category_path, comment_num, store_id, store_name, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, goods_pr, recommend, sales_model, goods_type, params, voucher, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@54441289, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7c424185, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@67be12a, containsSubquery=false)
2026-08-29 11:44:05.970  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND id IN (?)) ::: [2079509376485502977, 2093634756725055490]
2026-08-29 11:44:05.979  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:05.979  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: UPDATE li_goods_sku  SET market_enable=?,auth_flag=?,delete_flag=?       WHERE  (goods_id = ? AND store_id = ?)
2026-08-29 11:44:05.979  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.UpdateStatement@68465f81, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent()))
2026-08-29 11:44:05.979  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: UPDATE li_goods_sku  SET market_enable=?,auth_flag=?,delete_flag=?       WHERE  (goods_id = ? AND store_id = ?) ::: [UPPER, PASS, false, 2093634756725055490, 2079509376485502977]
2026-08-29 11:44:05.987  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:05.987  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (goods_id = ?)
2026-08-29 11:44:05.987  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2da5fe96, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=523, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ad544cd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3035a441, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@316872c0, containsSubquery=false)
2026-08-29 11:44:05.987  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (goods_id = ?) ::: [2093634756725055490]
2026-08-29 11:44:06.022  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:06.022  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (id IN (?) AND delete_flag = ?)
2026-08-29 11:44:06.022  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@246a3f44, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=397, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=params, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_name, price, brand_id, category_path, goods_unit, selling_point, market_enable, intro, buy_count, quantity, grade, thumbnail, small, original, store_category_path, comment_num, store_id, store_name, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, goods_pr, recommend, sales_model, goods_type, params, voucher, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1a6d0ec7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2421a0c4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3c5abd96, containsSubquery=false)
2026-08-29 11:44:06.022  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (id IN (?) AND delete_flag = ?) ::: [2093634756725055490, false]
2026-08-29 11:44:06.029  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:06.029  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (goods_id = ? AND quantity > ? AND delete_flag = ?)
2026-08-29 11:44:06.030  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512e1afe, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1258b1ae, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b87087e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b22875d, containsSubquery=false)
2026-08-29 11:44:06.030  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (goods_id = ? AND quantity > ? AND delete_flag = ?) ::: [2093634756725055490, 0, false]
2026-08-29 11:44:06.033  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:06.033  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (goods_id = ? AND quantity > ? AND delete_flag = ?) LIMIT ?
2026-08-29 11:44:06.033  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@36180635, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=523, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=specs, alias=Optional.absent()), ColumnProjection(owner=null, name=simple_specs, alias=Optional.absent()), ColumnProjection(owner=null, name=freight_template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_price, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sn, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=weight, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=cost, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=view_count, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=big, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=distribution_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=alert_quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_id, specs, simple_specs, freight_template_id, promotion_flag, promotion_price, goods_name, sn, brand_id, category_path, goods_unit, selling_point, weight, market_enable, intro, price, cost, voucher, view_count, buy_count, quantity, grade, thumbnail, big, small, original, store_category_path, comment_num, store_id, store_name, distribution_flag, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, recommend, sales_model, goods_type, alert_quantity, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@177149c9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54f677a1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@bb10a0d, containsSubquery=false)
2026-08-29 11:44:06.033  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_id,specs,simple_specs,freight_template_id,promotion_flag,promotion_price,goods_name,sn,brand_id,category_path,goods_unit,selling_point,weight,market_enable,intro,price,cost,voucher,view_count,buy_count,quantity,grade,thumbnail,big,small,original,store_category_path,comment_num,store_id,store_name,distribution_flag,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,recommend,sales_model,goods_type,alert_quantity,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods_sku      WHERE  (goods_id = ? AND quantity > ? AND delete_flag = ?) LIMIT ? ::: [2093634756725055490, 0, false, 10]
2026-08-29 11:44:06.042  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:06.042  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: SELECT  id,name,parent_id,level,sort_order,commission_rate,image,support_channel,create_by,create_time,update_by,update_time,delete_flag  FROM li_category      WHERE  (id IN (?,?,?)) ORDER BY level ASC
2026-08-29 11:44:06.042  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6e20d422, tablesContext=TablesContext(tables=[Table(name=li_category, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=135, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=parent_id, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=sort_order, alias=Optional.absent()), ColumnProjection(owner=null, name=commission_rate, alias=Optional.absent()), ColumnProjection(owner=null, name=image, alias=Optional.absent()), ColumnProjection(owner=null, name=support_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, name, parent_id, level, sort_order, commission_rate, image, support_channel, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c176428, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2bbb4974, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@28d9cf6c, containsSubquery=false)
2026-08-29 11:44:06.042  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,name,parent_id,level,sort_order,commission_rate,image,support_channel,create_by,create_time,update_by,update_time,delete_flag  FROM li_category      WHERE  (id IN (?,?,?)) ORDER BY level ASC ::: [1348576427268399217, 1348576427268399249, 1348576427268399252]
2026-08-29 11:44:06.045  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:06.045  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: SELECT id,name,logo,create_by,create_time,update_by,update_time,delete_flag FROM li_brand WHERE id=?
2026-08-29 11:44:06.045  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e41bfac, tablesContext=TablesContext(tables=[Table(name=li_brand, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=74, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=logo, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, name, logo, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2450112f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55510c38, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33951b51, containsSubquery=false)
2026-08-29 11:44:06.045  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id,name,logo,create_by,create_time,update_by,update_time,delete_flag FROM li_brand WHERE id=? ::: [0]
2026-08-29 11:44:06.048  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:06.049  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,store_name,goods_id,sku_id,goods_name,thumbnail,start_time,end_time,promotion_id,promotion_type,goods_type,title,num,original_price,price,points,limit_num,quantity,category_path,scope_type,scope_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_promotion_goods      WHERE  (((sku_id = ?) OR (scope_type = ?) OR ((scope_type = ? AND (scope_id LIKE ?)))) AND (((start_time <= ? AND end_time >= ?)) OR ((start_time > ? AND end_time > ?))) AND store_id IN (?,?))
2026-08-29 11:44:06.049  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3515236b, tablesContext=TablesContext(tables=[Table(name=li_promotion_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=272, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_id, alias=Optional.absent()), ColumnProjection(owner=null, name=sku_id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=start_time, alias=Optional.absent()), ColumnProjection(owner=null, name=end_time, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_id, alias=Optional.absent()), ColumnProjection(owner=null, name=promotion_type, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=title, alias=Optional.absent()), ColumnProjection(owner=null, name=num, alias=Optional.absent()), ColumnProjection(owner=null, name=original_price, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=points, alias=Optional.absent()), ColumnProjection(owner=null, name=limit_num, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=scope_type, alias=Optional.absent()), ColumnProjection(owner=null, name=scope_id, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, store_name, goods_id, sku_id, goods_name, thumbnail, start_time, end_time, promotion_id, promotion_type, goods_type, title, num, original_price, price, points, limit_num, quantity, category_path, scope_type, scope_id, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c68ea27, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@11050f5e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a51c1bc, containsSubquery=false)
2026-08-29 11:44:06.049  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,store_name,goods_id,sku_id,goods_name,thumbnail,start_time,end_time,promotion_id,promotion_type,goods_type,title,num,original_price,price,points,limit_num,quantity,category_path,scope_type,scope_id,create_by,create_time,update_by,update_time,delete_flag  FROM li_promotion_goods      WHERE  (((sku_id = ?) OR (scope_type = ?) OR ((scope_type = ? AND (scope_id LIKE ?)))) AND (((start_time <= ? AND end_time >= ?)) OR ((start_time > ? AND end_time > ?))) AND store_id IN (?,?)) ::: [2093634756964130817, ALL, PORTION_GOODS_CATEGORY, %1348576427268399217,1348576427268399249,1348576427268399252%, 2026-08-29 11:44:06.048, 2026-08-29 11:44:06.048, 2026-08-29 11:44:06.048, 2026-08-29 11:44:06.048, 2079509376485502977, 0]
2026-08-29 11:44:06.055  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:06.055  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: INSERT IGNORE INTO li_custom_words (id,name,disabled,create_by,create_time,update_by,update_time,delete_flag) VALUES   
(?,?,?,?,?,?,?,?)
2026-08-29 11:44:06.056  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: InsertSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@6cda4149, tablesContext=TablesContext(tables=[Table(name=li_custom_words, alias=Optional.absent())], schema=Optional.absent())), columnNames=[id, name, disabled, create_by, create_time, update_by, update_time, delete_flag], insertValueContexts=[InsertValueContext(parametersCount=8, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=121, stopIndex=121, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=123, stopIndex=123, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=125, stopIndex=125, parameterMarkerIndex=2), ParameterMarkerExpressionSegment(startIndex=127, stopIndex=127, parameterMarkerIndex=3), ParameterMarkerExpressionSegment(startIndex=129, stopIndex=129, parameterMarkerIndex=4), ParameterMarkerExpressionSegment(startIndex=131, stopIndex=131, parameterMarkerIndex=5), ParameterMarkerExpressionSegment(startIndex=133, stopIndex=133, parameterMarkerIndex=6), ParameterMarkerExpressionSegment(startIndex=135, stopIndex=135, parameterMarkerIndex=7)], parameters=[2093635794978873346, 测试产品户外摇椅, 1, 13222222225, 2026-08-29 11:44:06.055, null, 2026-08-29 11:44:06.055, false])])
2026-08-29 11:44:06.056  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: INSERT IGNORE INTO li_custom_words (id,name,disabled,create_by,create_time,update_by,update_time,delete_flag) VALUES   
(?, ?, ?, ?, ?, ?, ?, ?) ::: [2093635794978873346, 测试产品户外摇椅, 1, 13222222225, 2026-08-29 11:44:06.055, null, 2026-08-29 11:44:06.055, false]
2026-08-29 11:44:06.088  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:06.088  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (goods_id = ? AND quantity > ? AND delete_flag = ?)
2026-08-29 11:44:06.088  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@512e1afe, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f0364d5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62a8fa8e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@528e6ba8, containsSubquery=false)
2026-08-29 11:44:06.088  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods_sku WHERE (goods_id = ? AND quantity > ? AND delete_flag = ?) ::: [2093634756725055490, 0, false]
2026-08-29 11:44:07.052  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:07.053  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND sales_model = ? AND delete_flag = ?)
2026-08-29 11:44:07.053  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4d788e44, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@67e8776e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@11df0124, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@ebc0183, containsSubquery=false)
2026-08-29 11:44:07.053  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND sales_model = ? AND delete_flag = ?) ::: [2079509376485502977, DOWN, RETAIL, false]
2026-08-29 11:44:07.056  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:07.056  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ?
2026-08-29 11:44:07.056  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6c91c0a4, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=397, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=params, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_name, price, brand_id, category_path, goods_unit, selling_point, market_enable, intro, buy_count, quantity, grade, thumbnail, small, original, store_category_path, comment_num, store_id, store_name, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, goods_pr, recommend, sales_model, goods_type, params, voucher, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7bac72a2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1572c44d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ac5df6, containsSubquery=false)
2026-08-29 11:44:07.057  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ? ::: [2079509376485502977, DOWN, RETAIL, false, 10]
2026-08-29 11:44:08.495  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:08.495  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?)
2026-08-29 11:44:08.495  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6f5fe940, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1857537, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f0ea8aa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c031347, containsSubquery=false)
2026-08-29 11:44:08.497  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ::: [2079509376485502977, UPPER, PASS, RETAIL, false]
2026-08-29 11:44:08.500  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:08.500  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ?
2026-08-29 11:44:08.500  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65e5531c, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=397, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=params, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_name, price, brand_id, category_path, goods_unit, selling_point, market_enable, intro, buy_count, quantity, grade, thumbnail, small, original, store_category_path, comment_num, store_id, store_name, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, goods_pr, recommend, sales_model, goods_type, params, voucher, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@18b66a1d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1cabcb67, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d04f312, containsSubquery=false)
2026-08-29 11:44:08.500  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ? ::: [2079509376485502977, UPPER, PASS, RETAIL, false, 10]
2026-08-29 11:44:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 250
2026-08-29 11:44:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:44:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@79b0e35d(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 11:44:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:44:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:44:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:44:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:44:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:44:22.330  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:22.330  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:44:22.330  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c63e675, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79837126, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72243b59, containsSubquery=false)
2026-08-29 11:44:22.330  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 11:44:22.334  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:22.334  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 11:44:22.334  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3537d503, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79740aa2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a590826, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@682865a6, containsSubquery=false)
2026-08-29 11:44:22.334  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 11:44:22.341  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:22.341  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 11:44:22.341  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6291c8e4, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ada936e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@174c6c6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@54e63a34, containsSubquery=false)
2026-08-29 11:44:22.341  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 11:44:22.350  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:22.350  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:44:22.350  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4002c03c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25d06592, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7a1d9a07, containsSubquery=false)
2026-08-29 11:44:22.350  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 11:44:22.356  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:22.356  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:44:22.356  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@566e7d6d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40b50805, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6c16a272, containsSubquery=false)
2026-08-29 11:44:22.356  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 11:44:22.361  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:22.361  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:44:22.361  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@721c909f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2bc0b99c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a5be773, containsSubquery=false)
2026-08-29 11:44:22.361  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 11:44:22.366  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:22.366  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:44:22.366  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32517337, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@77f47a71, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@13cb5b2f, containsSubquery=false)
2026-08-29 11:44:22.366  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 11:44:22.371  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:22.371  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:44:22.371  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b1485be, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@324fabd0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@165aa0ca, containsSubquery=false)
2026-08-29 11:44:22.371  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 11:44:22.375  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:22.375  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:44:22.375  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@13becb41, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5021750c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66a593cb, containsSubquery=false)
2026-08-29 11:44:22.376  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 11:44:22.376  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:22.376  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:44:22.376  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@628d93c7, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@568ca450, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f55f00e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@505939b6, containsSubquery=false)
2026-08-29 11:44:22.376  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:44:22.379  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:22.379  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:44:22.379  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f8431b3, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@657526fb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7cf8376a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@458791e8, containsSubquery=false)
2026-08-29 11:44:22.379  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:44:22.379  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:22.379  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 11:44:22.379  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a86c529, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@31cd348, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@496d232b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f473a19, containsSubquery=false)
2026-08-29 11:44:22.379  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 11:44:22.381  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:22.381  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:44:22.381  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52cf2177, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2b3ee217, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75d88f4e, containsSubquery=false)
2026-08-29 11:44:22.381  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 11:44:22.383  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:22.383  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 11:44:22.383  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6727a79f, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60b6d59a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5617ac67, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d209123, containsSubquery=false)
2026-08-29 11:44:22.383  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 11:44:22.386  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:22.386  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:22.386  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 11:44:22.387  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bd627aa, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@65d7204f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54c46144, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16a8d149, containsSubquery=true)
2026-08-29 11:44:22.387  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 11:44:22.386  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:44:22.387  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1651fd86, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f01dfe6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@54799135, containsSubquery=false)
2026-08-29 11:44:22.387  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 11:44:22.391  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:22.391  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:22.391  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 11:44:22.391  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:44:22.391  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16e1f5ae, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2197d3f2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@397f0ecc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@563b876, containsSubquery=false)
2026-08-29 11:44:22.391  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e37155a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ec5bb4c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@43998199, containsSubquery=false)
2026-08-29 11:44:22.392  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 11:44:22.392  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 11:44:22.394  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:22.395  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 11:44:22.395  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56661c9a, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5de5d25b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@455d7199, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@11de8335, containsSubquery=false)
2026-08-29 11:44:22.395  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 11:44:22.394, 2026-08-29 11:44:22.394, 2026-08-29 11:44:22.394]
2026-08-29 11:44:22.400  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:22.400  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 11:44:22.400  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a6b00c9, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3dca42a5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5868a902, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@327e2742, containsSubquery=false)
2026-08-29 11:44:22.400  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 11:44:22.404  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:22.404  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:44:22.404  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6376b137, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7abbd2dc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@393caefe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@62f1684, containsSubquery=false)
2026-08-29 11:44:22.404  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:44:22.406  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:22.406  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:44:22.406  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@357e25f4, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b5e4df6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55bbf52f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b3adaa, containsSubquery=false)
2026-08-29 11:44:22.406  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:44:22.408  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:22.408  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 11:44:22.408  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7167c66, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6a0227b9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@73c509ae, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@59e41b7c, containsSubquery=false)
2026-08-29 11:44:22.408  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 11:44:22.409  WARN 2501436 --- [http-nio-8804-exec-32] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 11:44:23.229  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:23.229  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 11:44:23.229  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42d3c7e3, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b2ede43, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@579a2ca7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@404f29f1, containsSubquery=false)
2026-08-29 11:44:23.229  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13222222225]
2026-08-29 11:44:23.310  INFO 2501436 --- [http-nio-8804-exec-33] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2079509376485502977
2026-08-29 11:44:23.311  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:23.311  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 11:44:23.311  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ed715fa, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5eb4e8f7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@670d4271, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7247758b, containsSubquery=false)
2026-08-29 11:44:23.311  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 11:44:23.314  INFO 2501436 --- [http-nio-8804-exec-33] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1785555863, appId=6a6d6b97e4b0dfa55a9303ba, name=微信支付
2026-08-29 11:44:25.482  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:25.483  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:44:25.483  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7f6f61dc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f2613b1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a37db9a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@52faece6, containsSubquery=false)
2026-08-29 11:44:25.483  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:44:30.775  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:30.776  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:44:30.776  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@628d93c7, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@291ab34, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4bb884f4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@257290d0, containsSubquery=false)
2026-08-29 11:44:30.776  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:44:30.779  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:30.779  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 11:44:30.779  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f8431b3, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b8de404, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ac819b5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6565b17a, containsSubquery=false)
2026-08-29 11:44:30.779  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977]
2026-08-29 11:44:30.780  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:30.781  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:44:30.781  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39097266, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41f0d860, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4cc34b47, containsSubquery=false)
2026-08-29 11:44:30.781  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079509376485502977]
2026-08-29 11:44:30.782  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:30.782  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:44:30.782  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@555abc3b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d7c398b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@351368df, containsSubquery=false)
2026-08-29 11:44:30.782  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, PAY]
2026-08-29 11:44:30.786  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:30.786  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 11:44:30.786  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3537d503, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@94c0578, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f03ee65, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@62ab10cc, containsSubquery=false)
2026-08-29 11:44:30.786  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079509376485502977, 2026-08-29 00:00:00.0]
2026-08-29 11:44:30.789  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:30.789  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 11:44:30.789  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bd627aa, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ee8a681, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20137213, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f428802, containsSubquery=true)
2026-08-29 11:44:30.789  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079509376485502977, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 11:44:30.801  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:30.801  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 11:44:30.801  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6291c8e4, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@429cda7e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@788b8f91, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@54e730a, containsSubquery=false)
2026-08-29 11:44:30.802  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079509376485502977, UPPER, 0]
2026-08-29 11:44:30.811  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:30.813  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 11:44:30.814  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ed1e360, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35687820, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3c11df18, containsSubquery=false)
2026-08-29 11:44:30.814  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079509376485502977, REFUND]
2026-08-29 11:44:30.825  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:30.826  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:44:30.826  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@645f96d8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@127f7f7a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ef8899d, containsSubquery=false)
2026-08-29 11:44:30.826  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079509376485502977]
2026-08-29 11:44:30.846  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:30.846  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:44:30.846  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1cb9efde, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@168739b5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50a06a5e, containsSubquery=false)
2026-08-29 11:44:30.846  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079509376485502977]
2026-08-29 11:44:30.853  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:30.854  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:44:30.854  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f032a2e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ca24d0a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e5f5c4c, containsSubquery=false)
2026-08-29 11:44:30.854  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079509376485502977]
2026-08-29 11:44:30.860  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:30.860  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 11:44:30.860  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c67d6f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@453ffc27, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@29237ab4, containsSubquery=false)
2026-08-29 11:44:30.860  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079509376485502977]
2026-08-29 11:44:30.866  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:30.866  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:44:30.866  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@bac4899, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@39686582, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@165b318, containsSubquery=false)
2026-08-29 11:44:30.866  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079509376485502977]
2026-08-29 11:44:30.870  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:30.870  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 11:44:30.870  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61c351f5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4d12c3a6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f55d272, containsSubquery=false)
2026-08-29 11:44:30.870  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079509376485502977]
2026-08-29 11:44:30.876  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:30.876  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 11:44:30.876  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a86c529, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@fa06251, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e17e795, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4841cced, containsSubquery=false)
2026-08-29 11:44:30.910  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079509376485502977, false]
2026-08-29 11:44:30.918  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:30.918  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 11:44:30.918  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6727a79f, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@75b5fccd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@33556032, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58b977a, containsSubquery=false)
2026-08-29 11:44:30.918  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079509376485502977]
2026-08-29 11:44:30.924  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:30.925  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 11:44:30.925  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f2d2af3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@56445c2b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5932a5c0, containsSubquery=false)
2026-08-29 11:44:30.925  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079509376485502977]
2026-08-29 11:44:30.931  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:30.931  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 11:44:30.931  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16e1f5ae, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50632872, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c339b1b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2cc3edf7, containsSubquery=false)
2026-08-29 11:44:30.931  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079509376485502977]
2026-08-29 11:44:30.934  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:30.934  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 11:44:30.934  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56661c9a, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55add8ce, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@66322bd9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@575ea07, containsSubquery=false)
2026-08-29 11:44:30.934  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 11:44:30.933, 2026-08-29 11:44:30.933, 2026-08-29 11:44:30.933]
2026-08-29 11:44:30.952  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:30.952  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 11:44:30.952  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a6b00c9, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4538e93d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@38550161, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ea948a4, containsSubquery=false)
2026-08-29 11:44:30.953  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079509376485502977]
2026-08-29 11:44:30.957  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:30.957  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:44:30.957  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6376b137, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7fa3a00a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5beb3b32, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@42541158, containsSubquery=false)
2026-08-29 11:44:30.957  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:44:30.962  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:30.962  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 11:44:30.962  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@357e25f4, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@229ce434, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4020efee, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6bf6503f, containsSubquery=false)
2026-08-29 11:44:30.962  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079509376485502977, TIANQUE, false]
2026-08-29 11:44:30.965  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:30.965  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 11:44:30.965  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7167c66, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ab4b4ee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@739a6e2f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7fe88b89, containsSubquery=false)
2026-08-29 11:44:30.965  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079509376485502977]
2026-08-29 11:44:30.968  WARN 2501436 --- [http-nio-8804-exec-36] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079509376485502977 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 11:44:31.705  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:31.705  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?)
2026-08-29 11:44:31.705  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6f5fe940, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=23, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(*), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6de5db7d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6624c053, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b97f5b7, containsSubquery=false)
2026-08-29 11:44:31.705  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT(*) AS total FROM li_goods WHERE (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ::: [2079509376485502977, UPPER, PASS, RETAIL, false]
2026-08-29 11:44:31.708  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:31.708  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ?
2026-08-29 11:44:31.708  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65e5531c, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=397, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_name, alias=Optional.absent()), ColumnProjection(owner=null, name=price, alias=Optional.absent()), ColumnProjection(owner=null, name=brand_id, alias=Optional.absent()), ColumnProjection(owner=null, name=category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_unit, alias=Optional.absent()), ColumnProjection(owner=null, name=selling_point, alias=Optional.absent()), ColumnProjection(owner=null, name=market_enable, alias=Optional.absent()), ColumnProjection(owner=null, name=intro, alias=Optional.absent()), ColumnProjection(owner=null, name=buy_count, alias=Optional.absent()), ColumnProjection(owner=null, name=quantity, alias=Optional.absent()), ColumnProjection(owner=null, name=grade, alias=Optional.absent()), ColumnProjection(owner=null, name=thumbnail, alias=Optional.absent()), ColumnProjection(owner=null, name=small, alias=Optional.absent()), ColumnProjection(owner=null, name=original, alias=Optional.absent()), ColumnProjection(owner=null, name=store_category_path, alias=Optional.absent()), ColumnProjection(owner=null, name=comment_num, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_name, alias=Optional.absent()), ColumnProjection(owner=null, name=template_id, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_flag, alias=Optional.absent()), ColumnProjection(owner=null, name=auth_message, alias=Optional.absent()), ColumnProjection(owner=null, name=under_message, alias=Optional.absent()), ColumnProjection(owner=null, name=self_operated, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile_intro, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_video, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_pr, alias=Optional.absent()), ColumnProjection(owner=null, name=recommend, alias=Optional.absent()), ColumnProjection(owner=null, name=sales_model, alias=Optional.absent()), ColumnProjection(owner=null, name=goods_type, alias=Optional.absent()), ColumnProjection(owner=null, name=params, alias=Optional.absent()), ColumnProjection(owner=null, name=voucher, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, goods_name, price, brand_id, category_path, goods_unit, selling_point, market_enable, intro, buy_count, quantity, grade, thumbnail, small, original, store_category_path, comment_num, store_id, store_name, template_id, auth_flag, auth_message, under_message, self_operated, mobile_intro, goods_video, goods_pr, recommend, sales_model, goods_type, params, voucher, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c04d370, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@581aab0a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a4515ab, containsSubquery=false)
2026-08-29 11:44:31.708  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,goods_name,price,brand_id,category_path,goods_unit,selling_point,market_enable,intro,buy_count,quantity,grade,thumbnail,small,original,store_category_path,comment_num,store_id,store_name,template_id,auth_flag,auth_message,under_message,self_operated,mobile_intro,goods_video,goods_pr,recommend,sales_model,goods_type,params,voucher,create_by,create_time,update_by,update_time,delete_flag  FROM li_goods      WHERE  (store_id = ? AND market_enable = ? AND auth_flag = ? AND sales_model = ? AND delete_flag = ?) ORDER BY id DESC LIMIT ? ::: [2079509376485502977, UPPER, PASS, RETAIL, false, 10]
2026-08-29 11:44:45.473  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:44:45.474  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:44:45.474  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e7f1317, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c44dcea, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@38c97e33, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75f74f3d, containsSubquery=false)
2026-08-29 11:44:45.474  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:44:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 251
2026-08-29 11:44:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:44:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:44:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:44:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:44:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:44:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@269cd494(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 11:44:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:45:05.510  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:45:05.510  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:45:05.510  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1cd4ffe9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b5043f9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@449d93a5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1cf5f2d6, containsSubquery=false)
2026-08-29 11:45:05.510  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:45:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 252
2026-08-29 11:45:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:45:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:45:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@71fe6466(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 11:45:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:45:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:45:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:45:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:45:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:45:25.465  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:45:25.465  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:45:25.465  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aa91a15, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@26a83c63, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d823878, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56691cd3, containsSubquery=false)
2026-08-29 11:45:25.465  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:45:45.475  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:45:45.475  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:45:45.475  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25afad0f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@efd2814, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2dba6c8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@27deb019, containsSubquery=false)
2026-08-29 11:45:45.475  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:45:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 253
2026-08-29 11:45:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:45:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:45:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7ea733b7(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 11:45:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:45:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:45:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:45:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:46:05.504  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:46:05.505  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:46:05.505  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@69f12ef1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b547412, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ce0464, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@609d1b4a, containsSubquery=false)
2026-08-29 11:46:05.505  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:46:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 254
2026-08-29 11:46:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:46:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:46:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:46:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3e9ffff0(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 11:46:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:46:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:46:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:46:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:46:25.469  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:46:25.469  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:46:25.469  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@875e976, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b31e920, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@351c7a09, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6131ef8d, containsSubquery=false)
2026-08-29 11:46:25.469  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:46:45.485  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:46:45.485  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:46:45.485  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2815566b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f37b233, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e86acfd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c868f59, containsSubquery=false)
2026-08-29 11:46:45.485  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:46:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 255
2026-08-29 11:46:51.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:46:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:46:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:46:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:46:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:46:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:46:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:46:51.940  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@63dd79e8(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 11:47:05.471  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:47:05.471  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:47:05.471  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30efe849, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@72a36538, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a0287cc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b9d53de, containsSubquery=false)
2026-08-29 11:47:05.471  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:47:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 256
2026-08-29 11:47:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:47:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:47:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:47:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:47:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:47:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:47:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4077fed4(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 11:47:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:47:25.477  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:47:25.478  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:47:25.478  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6ebee2a7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@44ff1f04, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a59de0b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3113e8e, containsSubquery=false)
2026-08-29 11:47:25.478  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:47:45.465  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:47:45.466  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:47:45.466  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@565b3941, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7fdac345, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c5b114a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1fc7a9f7, containsSubquery=false)
2026-08-29 11:47:45.466  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:47:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 257
2026-08-29 11:47:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:47:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:47:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:47:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:47:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:47:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:47:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:47:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2fb4fc40(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 11:48:05.469  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:48:05.469  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:48:05.469  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2e074b88, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@64170a62, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@379847d6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f6266b2, containsSubquery=false)
2026-08-29 11:48:05.469  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:48:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 258
2026-08-29 11:48:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:48:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7c77d494(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 11:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:48:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:48:25.507  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:48:25.508  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:48:25.508  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@18c41361, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4672fbd2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1fb1e153, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5bed0c4c, containsSubquery=false)
2026-08-29 11:48:25.508  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:48:45.475  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:48:45.475  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:48:45.475  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4bb36e09, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c37848a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@50df1d7f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cb9a391, containsSubquery=false)
2026-08-29 11:48:45.475  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:48:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 259
2026-08-29 11:48:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:48:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:48:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:48:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:48:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:48:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:48:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4ae034ac(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 11:48:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:49:05.472  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:49:05.473  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:49:05.473  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@34a0a69f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@40c7df76, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62415762, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c546fb3, containsSubquery=false)
2026-08-29 11:49:05.473  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:49:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 260
2026-08-29 11:49:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:49:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:49:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:49:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:49:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:49:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@58c037c7(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 11:49:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:49:25.483  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:49:25.483  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:49:25.483  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@49510939, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@572c8ad1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@486c0d84, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64a02c0, containsSubquery=false)
2026-08-29 11:49:25.483  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:49:45.469  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:49:45.469  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:49:45.469  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a950e7b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@209ee87f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@56bfb9db, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@709dbdf3, containsSubquery=false)
2026-08-29 11:49:45.469  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:49:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 261
2026-08-29 11:49:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:49:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:49:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:49:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@77962df6(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 11:49:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:49:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:49:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:49:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:50:05.571  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:50:05.571  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:50:05.571  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d402e54, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@136a2e25, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@753ee1ab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17468046, containsSubquery=false)
2026-08-29 11:50:05.571  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:50:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 262
2026-08-29 11:50:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:50:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:50:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:50:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:50:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:50:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3728156(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 11:50:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:50:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:50:25.498  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:50:25.498  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:50:25.498  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3530a2f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@731e487d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68eebc54, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e061c03, containsSubquery=false)
2026-08-29 11:50:25.498  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:50:45.468  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:50:45.468  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:50:45.468  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@61d0e965, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@76075636, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e21058f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74028359, containsSubquery=false)
2026-08-29 11:50:45.468  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:50:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 263
2026-08-29 11:50:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:50:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@a781cb0(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 11:50:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:51:05.554  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:51:05.554  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:51:05.554  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3dac5ce6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46127e52, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@645f7f9e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@372820a0, containsSubquery=false)
2026-08-29 11:51:05.554  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:51:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 264
2026-08-29 11:51:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:51:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:51:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:51:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:51:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:51:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:51:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@25461db3(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 11:51:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:51:25.467  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:51:25.467  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:51:25.467  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@68f2691f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@57f0729c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42dcb3a7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60043a49, containsSubquery=false)
2026-08-29 11:51:25.467  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:51:45.468  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:51:45.468  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:51:45.468  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@259e3c10, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c198afd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@172d3b7a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7954457c, containsSubquery=false)
2026-08-29 11:51:45.468  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:51:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 265
2026-08-29 11:51:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:51:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:51:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:51:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:51:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:51:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:51:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:51:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@29d6e420(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 11:52:05.509  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:52:05.509  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:52:05.509  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@33b9e129, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17bd44a7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a066d4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c6aa342, containsSubquery=false)
2026-08-29 11:52:05.509  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:52:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 266
2026-08-29 11:52:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:52:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:52:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3aad5a7e(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 11:52:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:52:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:52:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:52:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:52:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:52:25.594  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:52:25.594  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:52:25.594  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30bb7442, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c19135f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f3c35d4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c393f08, containsSubquery=false)
2026-08-29 11:52:25.594  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:52:38.435  INFO 2501436 --- [quartzScheduler_Worker-1] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 11:52:45.486  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:52:45.486  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:52:45.486  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7211ffcf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@bed237f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61072692, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@710eae17, containsSubquery=false)
2026-08-29 11:52:45.487  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:52:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 267
2026-08-29 11:52:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:52:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:52:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:52:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:52:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:52:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:52:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7817790f(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 11:52:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:53:05.662  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:53:05.663  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:53:05.663  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c93979d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b3104b7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e54c7e6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b1adfe1, containsSubquery=false)
2026-08-29 11:53:05.663  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:53:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 268
2026-08-29 11:53:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:53:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:53:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@ba1ebe6(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 11:53:25.520  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:53:25.520  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:53:25.520  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5a44003d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ceb3201, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4d13f97e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@709eee2e, containsSubquery=false)
2026-08-29 11:53:25.520  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:53:45.486  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:53:45.487  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:53:45.487  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a4dbd99, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1158e5b6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@72bed2ed, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5fd5fedb, containsSubquery=false)
2026-08-29 11:53:45.487  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:53:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 269
2026-08-29 11:53:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:53:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:53:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:53:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@62a47b8b(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 11:53:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:53:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:54:05.498  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:54:05.499  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:54:05.499  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@c909c45, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34569fff, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f24cf67, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@59ecfeb6, containsSubquery=false)
2026-08-29 11:54:05.499  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:54:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 270
2026-08-29 11:54:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:54:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:54:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:54:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:54:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:54:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5542959d(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 11:54:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:54:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:54:25.467  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:54:25.467  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:54:25.468  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@72e8be15, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ee51544, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@544e1e5e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79bfd31d, containsSubquery=false)
2026-08-29 11:54:25.468  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:54:45.501  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:54:45.501  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:54:45.501  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45f1ca41, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b26f95f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@23c3ca2c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@735600d3, containsSubquery=false)
2026-08-29 11:54:45.502  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:54:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 271
2026-08-29 11:54:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:54:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@73a8ab5c(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 11:54:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:55:05.475  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:55:05.475  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:55:05.475  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6aa9546d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6fe82a3f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4958a75b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5bc4282d, containsSubquery=false)
2026-08-29 11:55:05.475  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:55:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 272
2026-08-29 11:55:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:55:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:55:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4eefcad5(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 11:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:55:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:55:25.465  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:55:25.465  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:55:25.465  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3684048d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@cde32ea, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@30379914, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5daa62e4, containsSubquery=false)
2026-08-29 11:55:25.465  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:55:45.489  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:55:45.489  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:55:45.489  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4419e70d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@65eb170d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4fe43ebc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e2c9b74, containsSubquery=false)
2026-08-29 11:55:45.489  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:55:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 273
2026-08-29 11:55:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:55:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:55:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:55:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:55:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:55:51.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@19703c74(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 11:55:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:55:51.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:56:05.504  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:56:05.504  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:56:05.504  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13af14b8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@10fcea2c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@77584628, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e5f304c, containsSubquery=false)
2026-08-29 11:56:05.504  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:56:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 274
2026-08-29 11:56:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:56:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:56:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@749b9f64(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 11:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:56:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:56:25.469  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:56:25.469  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:56:25.469  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a6a5e6b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@68d848b2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42eeaad8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7aa7796f, containsSubquery=false)
2026-08-29 11:56:25.469  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:56:45.485  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:56:45.485  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:56:45.485  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c7ce0c5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35ba2dcd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7120ff8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@684d04d6, containsSubquery=false)
2026-08-29 11:56:45.485  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:56:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 275
2026-08-29 11:56:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:56:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:56:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@c4dc316(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 11:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:56:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:57:05.471  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:57:05.471  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:57:05.471  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@36e16cd3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7fc3bca9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d9e98cb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53ba92f1, containsSubquery=false)
2026-08-29 11:57:05.471  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:57:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 276
2026-08-29 11:57:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:57:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@46200e1(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 11:57:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:57:25.461  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:57:25.462  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:57:25.462  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6df4d1bf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@68ec9d3b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@46ea8ee4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@76a13960, containsSubquery=false)
2026-08-29 11:57:25.462  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:57:45.479  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:57:45.479  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:57:45.479  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@12f2f817, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35b0afd5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@696bdf2f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a7f8d38, containsSubquery=false)
2026-08-29 11:57:45.479  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:57:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 277
2026-08-29 11:57:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:57:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:57:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:57:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:57:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:57:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:57:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4ee2f227(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 11:57:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:58:05.474  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:58:05.474  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:58:05.474  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8c59075, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d8ba277, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d7cfb8a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c1430b7, containsSubquery=false)
2026-08-29 11:58:05.474  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:58:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 278
2026-08-29 11:58:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:58:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:58:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:58:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:58:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:58:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:58:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4c135f92(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 11:58:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:58:25.472  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:58:25.473  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:58:25.473  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@699771b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@251e67ae, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5bc576d9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79ab3bb8, containsSubquery=false)
2026-08-29 11:58:25.473  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:58:45.466  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:58:45.466  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:58:45.466  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ac4e7c3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7585c901, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5639bd7b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6607a193, containsSubquery=false)
2026-08-29 11:58:45.467  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:58:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 279
2026-08-29 11:58:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:58:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:58:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@a4de4f5(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 11:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:58:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:59:05.471  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:59:05.471  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:59:05.471  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@169b0150, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@25cb3217, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@294ae675, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@ab651a9, containsSubquery=false)
2026-08-29 11:59:05.471  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:59:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 280
2026-08-29 11:59:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:59:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:59:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@334339ae(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 11:59:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:59:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:59:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:59:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:59:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 11:59:25.486  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:59:25.486  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:59:25.486  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@fc3178b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11520d24, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43ef65a2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15c4ca6b, containsSubquery=false)
2026-08-29 11:59:25.486  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:59:45.464  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 11:59:45.464  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 11:59:45.464  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47a98461, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1525baf5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@67272e0f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@231aa7db, containsSubquery=false)
2026-08-29 11:59:45.464  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 11:59:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 281
2026-08-29 11:59:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 11:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 11:59:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6abf2335(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 11:59:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:59:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 11:59:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 11:59:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 11:59:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:00:05.525  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:00:05.525  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:00:05.525  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@be9f1a9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a6fcd5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5abce8f8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b35b4c7, containsSubquery=false)
2026-08-29 12:00:05.525  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:00:21.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 282
2026-08-29 12:00:21.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:00:21.943  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:00:21.950  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@322f9d92(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 12:00:21.951  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:00:21.954  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:00:21.955  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:00:21.955  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:00:21.955  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:00:25.543  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:00:25.544  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:00:25.544  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@247eedff, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4add337a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@48d31201, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a894e4e, containsSubquery=false)
2026-08-29 12:00:25.544  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:00:45.481  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:00:45.481  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:00:45.481  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@372c1940, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f98a4bb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@109004ac, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1984b86c, containsSubquery=false)
2026-08-29 12:00:45.481  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:00:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 283
2026-08-29 12:00:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:00:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:00:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:00:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:00:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:00:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@18e6760b(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 12:00:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:00:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:01:05.476  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:01:05.476  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:01:05.476  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@43cea6de, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@22ac1eda, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c97e0a4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@52076528, containsSubquery=false)
2026-08-29 12:01:05.476  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:01:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 284
2026-08-29 12:01:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:01:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:01:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:01:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:01:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:01:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:01:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:01:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@9ef444e(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 12:01:25.505  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:01:25.505  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:01:25.505  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@72654fa0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@788afa2c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7855ed7b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d8fd98b, containsSubquery=false)
2026-08-29 12:01:25.505  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:01:45.468  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:01:45.468  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:01:45.468  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5d05a4e7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f2f26a1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27fd41d9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f6b180f, containsSubquery=false)
2026-08-29 12:01:45.468  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:01:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 285
2026-08-29 12:01:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:01:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3c3b16e6(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 12:01:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:02:05.468  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:02:05.468  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:02:05.468  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2e63517, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e1d840f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6cfcebd8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3043ff6d, containsSubquery=false)
2026-08-29 12:02:05.468  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:02:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 286
2026-08-29 12:02:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:02:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:02:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:02:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:02:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:02:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@22154393(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 12:02:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:02:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:02:25.490  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:02:25.490  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:02:25.490  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@225c4cf7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1160ab9c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20c122f0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e7c857b, containsSubquery=false)
2026-08-29 12:02:25.490  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:02:45.478  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:02:45.478  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:02:45.478  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@14c54de3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5521c1c1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b3cc753, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2bca415d, containsSubquery=false)
2026-08-29 12:02:45.478  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:02:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 287
2026-08-29 12:02:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:02:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:02:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:02:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:02:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:02:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:02:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2abbff9a(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 12:02:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:03:05.489  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:03:05.490  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:03:05.490  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@b21510c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4079e2c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@14610824, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68aca37f, containsSubquery=false)
2026-08-29 12:03:05.490  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:03:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 288
2026-08-29 12:03:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:03:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:03:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6dbf2a8b(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 12:03:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:03:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:03:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:03:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:03:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:03:25.475  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:03:25.475  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:03:25.475  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c7298e2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@af8ddae, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@53ed5343, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@724876d5, containsSubquery=false)
2026-08-29 12:03:25.475  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:03:45.466  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:03:45.467  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:03:45.467  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2e894479, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3366167e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2dbba8b4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32d4d166, containsSubquery=false)
2026-08-29 12:03:45.467  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:03:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 289
2026-08-29 12:03:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:03:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:03:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@565ea0b7(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 12:03:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:03:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:03:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:03:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:03:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:04:05.479  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:04:05.479  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:04:05.479  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b30b10e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58d75a9e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2286f47e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@525614d6, containsSubquery=false)
2026-08-29 12:04:05.480  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:04:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 290
2026-08-29 12:04:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:04:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:04:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:04:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:04:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:04:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:04:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:04:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5edc919c(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 12:04:25.475  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:04:25.475  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:04:25.475  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@39529620, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@373a630d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69a72dff, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@51cb66b9, containsSubquery=false)
2026-08-29 12:04:25.476  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:04:45.473  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:04:45.473  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:04:45.473  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@85efed0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@68a6bcc9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40e5a8f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@76d6e5e9, containsSubquery=false)
2026-08-29 12:04:45.473  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:04:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 291
2026-08-29 12:04:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:04:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@10bc8bf2(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 12:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:04:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:05:05.512  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:05:05.512  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:05:05.512  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@223529c4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@54ee3002, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5c546139, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@29bb52e5, containsSubquery=false)
2026-08-29 12:05:05.513  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:05:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 292
2026-08-29 12:05:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:05:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:05:21.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5497753d(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 12:05:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:05:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:05:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:05:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:05:21.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:05:25.483  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:05:25.483  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:05:25.483  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@68932b73, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2984925a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a9c0998, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7a4c4a1a, containsSubquery=false)
2026-08-29 12:05:25.483  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:05:45.505  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:05:45.505  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:05:45.505  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4328bbef, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@180c6953, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41ec1be0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79facc66, containsSubquery=false)
2026-08-29 12:05:45.505  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:05:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 293
2026-08-29 12:05:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:05:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:05:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:05:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:05:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@78d1b233(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 12:05:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:05:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:05:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:06:05.539  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:06:05.540  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:06:05.540  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c54143a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55ddd241, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@30e4c362, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79c5baf, containsSubquery=false)
2026-08-29 12:06:05.540  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:06:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 294
2026-08-29 12:06:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:06:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:06:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@438aae10(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 12:06:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:06:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:06:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:06:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:06:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:06:25.468  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:06:25.468  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:06:25.468  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d1036dc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@68448709, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52f9da9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@578e797f, containsSubquery=false)
2026-08-29 12:06:25.468  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:06:45.485  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:06:45.485  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:06:45.485  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@36e37cbc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32990261, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@58ac7374, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@712ffe04, containsSubquery=false)
2026-08-29 12:06:45.485  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:06:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 295
2026-08-29 12:06:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:06:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:06:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:06:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@66092f92(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 12:06:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:06:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:06:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:06:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:07:05.543  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:07:05.544  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:07:05.544  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40e1bc12, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7db99638, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a587d6d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@13fb2f24, containsSubquery=false)
2026-08-29 12:07:05.544  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:07:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 296
2026-08-29 12:07:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:07:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:07:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:07:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7aac4903(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 12:07:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:07:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:07:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:07:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:07:25.470  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:07:25.471  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:07:25.471  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1d15d513, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1afdb701, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a33f7ab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2df7b25f, containsSubquery=false)
2026-08-29 12:07:25.471  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:07:45.493  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:07:45.493  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:07:45.493  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a9d88bd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ace8013, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b72c7de, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@559d277a, containsSubquery=false)
2026-08-29 12:07:45.493  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:07:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 297
2026-08-29 12:07:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:07:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:07:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:07:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3ffb6eed(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 12:07:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:07:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:07:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:07:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:08:05.472  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:08:05.473  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:08:05.473  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@18294577, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@260e118a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@46e3fbd2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68cc95a9, containsSubquery=false)
2026-08-29 12:08:05.473  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:08:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 298
2026-08-29 12:08:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:08:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:08:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@760db099(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 12:08:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:08:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:08:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:08:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:08:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:08:25.510  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:08:25.510  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:08:25.510  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c71ec37, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5bd1fb9f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@13187b56, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26c8ed4e, containsSubquery=false)
2026-08-29 12:08:25.510  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:08:45.482  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:08:45.482  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:08:45.482  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@39c1bd68, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ad2621b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31de15d4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@41eb5b01, containsSubquery=false)
2026-08-29 12:08:45.482  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:08:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 299
2026-08-29 12:08:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:08:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:08:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:08:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:08:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:08:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:08:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@51fc507e(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 12:08:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:09:05.470  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:09:05.470  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:09:05.470  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5997661f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2368b840, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28255f1c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36ceeedd, containsSubquery=false)
2026-08-29 12:09:05.470  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:09:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 300
2026-08-29 12:09:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:09:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:09:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:09:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:09:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:09:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:09:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@36b0a524(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 12:09:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:09:25.483  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:09:25.483  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:09:25.483  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3adb47b3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3468bf4e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1af72d56, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6817f38c, containsSubquery=false)
2026-08-29 12:09:25.483  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:09:45.478  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:09:45.478  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:09:45.478  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@68c06b45, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4df5bfb2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b37473d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@752edd47, containsSubquery=false)
2026-08-29 12:09:45.479  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:09:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 301
2026-08-29 12:09:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:09:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:09:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:09:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:09:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:09:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:09:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:09:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@61c9cffa(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 12:10:05.472  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:10:05.472  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:10:05.472  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7617c48e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c2a1603, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28b92e0d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@704e046b, containsSubquery=false)
2026-08-29 12:10:05.472  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:10:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 302
2026-08-29 12:10:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:10:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:10:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:10:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@9f132b1(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 12:10:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:10:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:10:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:10:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:10:25.478  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:10:25.479  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:10:25.479  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2738b988, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50122073, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42c1dc2d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7636130b, containsSubquery=false)
2026-08-29 12:10:25.479  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:10:45.466  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:10:45.466  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:10:45.466  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2b7673ac, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@24ecaa12, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45d731bf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68818a61, containsSubquery=false)
2026-08-29 12:10:45.466  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:10:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 303
2026-08-29 12:10:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:10:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:10:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:10:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:10:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:10:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:10:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@187658f7(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 12:10:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:11:05.494  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:11:05.494  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:11:05.495  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@305694fb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@30bd4d93, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16d9a26d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@502267e5, containsSubquery=false)
2026-08-29 12:11:05.495  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:11:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 304
2026-08-29 12:11:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:11:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:11:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:11:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:11:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:11:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7633959a(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 12:11:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:11:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:11:25.550  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:11:25.551  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:11:25.551  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@515bdbf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@23f9af6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b0b24e3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46c398ea, containsSubquery=false)
2026-08-29 12:11:25.551  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:11:45.494  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:11:45.495  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:11:45.495  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@23950587, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c8042ac, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a8c0469, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a71c606, containsSubquery=false)
2026-08-29 12:11:45.495  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:11:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 305
2026-08-29 12:11:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:11:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:11:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@71c9e50d(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 12:11:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:11:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:11:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:11:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:11:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:12:05.480  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:12:05.480  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:12:05.480  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@58130e75, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e234e02, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@66d25c02, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@380ab8ad, containsSubquery=false)
2026-08-29 12:12:05.480  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:12:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 306
2026-08-29 12:12:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:12:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:12:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1e93abe6(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 12:12:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:12:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:12:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:12:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:12:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:12:25.591  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:12:25.591  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:12:25.591  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@52c4d827, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f08cb40, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@659fa648, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b9f14f0, containsSubquery=false)
2026-08-29 12:12:25.591  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:12:45.471  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:12:45.471  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:12:45.471  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@299cfb4e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2453478c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@56c9f6e0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ce27436, containsSubquery=false)
2026-08-29 12:12:45.471  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:12:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 307
2026-08-29 12:12:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:12:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:12:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:12:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:12:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:12:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3decfdc8(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 12:12:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:12:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:13:05.468  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:13:05.468  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:13:05.468  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3b3f18d3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60ef2d1e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e32d2ac, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b0f4a8a, containsSubquery=false)
2026-08-29 12:13:05.468  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:13:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 308
2026-08-29 12:13:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:13:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:13:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:13:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:13:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:13:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@e2e9e50(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 12:13:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:13:25.482  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:13:25.482  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:13:25.482  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@46c9b91c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e4a8375, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@702cd4a2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ce7b4f0, containsSubquery=false)
2026-08-29 12:13:25.482  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:13:45.466  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:13:45.466  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:13:45.466  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bec59ee, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@8484b6a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d41f634, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@599139e1, containsSubquery=false)
2026-08-29 12:13:45.466  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:13:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 309
2026-08-29 12:13:51.940  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:13:51.964  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:13:51.977  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:13:51.978  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:13:51.978  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:13:51.978  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:13:51.977  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6ab771a3(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 12:13:51.978  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:14:05.515  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:14:05.515  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:14:05.515  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4e5843f2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@388a119d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4dce3ad4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5780af04, containsSubquery=false)
2026-08-29 12:14:05.515  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:14:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 310
2026-08-29 12:14:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:14:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:14:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:14:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:14:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:14:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:14:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@72f84d06(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 12:14:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:14:25.487  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:14:25.488  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:14:25.488  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5627ab6e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6002aee1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@14b600b2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74193813, containsSubquery=false)
2026-08-29 12:14:25.488  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:14:45.475  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:14:45.475  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:14:45.475  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e114f6c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2d509b21, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@13c55ef0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77d98656, containsSubquery=false)
2026-08-29 12:14:45.475  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:14:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 311
2026-08-29 12:14:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:14:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:14:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@645e5abd(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 12:14:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:14:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:14:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:14:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:14:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:15:05.515  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:15:05.515  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:15:05.515  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6497534a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@586cc06c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c9d3218, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c2fdb23, containsSubquery=false)
2026-08-29 12:15:05.515  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:15:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 312
2026-08-29 12:15:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:15:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:15:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:15:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1678e69(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 12:15:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:15:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:15:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:15:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:15:25.471  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:15:25.471  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:15:25.472  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e01fc3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ca70472, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@464b9ec7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a7dadd2, containsSubquery=false)
2026-08-29 12:15:25.472  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:15:45.479  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:15:45.479  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:15:45.479  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3dd252d3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ef29763, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@676a984d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57c79d6e, containsSubquery=false)
2026-08-29 12:15:45.479  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:15:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 313
2026-08-29 12:15:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:15:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:15:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:15:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:15:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:15:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:15:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4ca1065b(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 12:15:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:16:05.524  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:16:05.525  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:16:05.525  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@249beb85, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@63772479, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41c0d0e3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c79ebe, containsSubquery=false)
2026-08-29 12:16:05.525  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:16:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 314
2026-08-29 12:16:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:16:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:16:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:16:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:16:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:16:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:16:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7fa8963c(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 12:16:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:16:25.470  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:16:25.470  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:16:25.470  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4a686aa0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@65ff5c17, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17e4eb95, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@59b0d021, containsSubquery=false)
2026-08-29 12:16:25.470  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:16:45.479  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:16:45.479  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:16:45.479  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40957cf9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c3eecc3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@67f17b15, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@542d8509, containsSubquery=false)
2026-08-29 12:16:45.479  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:16:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 315
2026-08-29 12:16:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:16:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:16:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:16:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:16:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:16:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:16:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:16:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@68e255e3(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 12:17:05.534  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:17:05.556  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:17:05.556  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@73911ff8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@aa8787e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6aca5082, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7685493d, containsSubquery=false)
2026-08-29 12:17:05.556  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:17:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 316
2026-08-29 12:17:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:17:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:17:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@41c80cfd(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 12:17:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:17:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:17:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:17:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:17:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:17:25.470  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:17:25.470  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:17:25.470  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4df63180, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@40ccc41a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@832e4ca, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@865b9f2, containsSubquery=false)
2026-08-29 12:17:25.470  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:17:45.466  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:17:45.466  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:17:45.466  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4fa2d866, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e6df199, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e679157, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7f4fd7da, containsSubquery=false)
2026-08-29 12:17:45.466  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:17:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 317
2026-08-29 12:17:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:17:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:17:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:17:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3dfd79cc(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 12:17:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:17:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:17:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:17:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:18:05.481  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:18:05.481  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:18:05.481  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25422487, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@31899ea8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@309ca5e9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@327f330, containsSubquery=false)
2026-08-29 12:18:05.481  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:18:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 318
2026-08-29 12:18:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:18:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:18:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:18:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:18:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:18:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:18:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@15ffe591(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 12:18:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:18:25.491  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:18:25.491  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:18:25.491  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5b41e341, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39d3bc5b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16d67edd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56383191, containsSubquery=false)
2026-08-29 12:18:25.491  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:18:45.485  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:18:45.486  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:18:45.486  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@575846fb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@663e0cd8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@696afd44, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e1bdff0, containsSubquery=false)
2026-08-29 12:18:45.486  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:18:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 319
2026-08-29 12:18:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:18:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:18:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:18:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:18:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:18:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:18:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7c4784cb(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 12:18:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:19:05.468  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:19:05.468  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:19:05.468  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22b07aae, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@63882abc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63650e85, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@538dc2e1, containsSubquery=false)
2026-08-29 12:19:05.468  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:19:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 320
2026-08-29 12:19:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:19:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:19:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:19:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5f41248a(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 12:19:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:19:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:19:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:19:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:19:25.468  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:19:25.468  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:19:25.468  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@78a29b04, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b7dc28f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70e5ed22, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@741a4715, containsSubquery=false)
2026-08-29 12:19:25.469  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:19:45.477  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:19:45.477  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:19:45.477  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7c447279, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6440fb71, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@46e350cc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33273a26, containsSubquery=false)
2026-08-29 12:19:45.477  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:19:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 321
2026-08-29 12:19:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:19:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:19:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:19:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@d038558(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 12:19:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:19:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:19:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:19:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:20:05.469  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:20:05.470  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:20:05.470  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25a4674b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a921665, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a02f81d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1cfb4d94, containsSubquery=false)
2026-08-29 12:20:05.470  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:20:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 322
2026-08-29 12:20:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:20:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:20:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:20:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:20:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:20:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:20:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:20:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@182bb388(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 12:20:25.486  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:20:25.487  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:20:25.487  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2678c4e6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@435ca2a5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@634cf006, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c10d9ec, containsSubquery=false)
2026-08-29 12:20:25.487  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:20:45.494  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:20:45.494  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:20:45.494  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@9d21ac3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d354be2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e1607ee, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19626209, containsSubquery=false)
2026-08-29 12:20:45.494  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:20:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 323
2026-08-29 12:20:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:20:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:20:51.940  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@54b724cb(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 12:20:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:20:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:20:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:20:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:20:51.941  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:21:05.478  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:21:05.478  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:21:05.478  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1df81193, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@13a903f6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c8227f0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6df8f0bb, containsSubquery=false)
2026-08-29 12:21:05.478  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:21:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 324
2026-08-29 12:21:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:21:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:21:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:21:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:21:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:21:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:21:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7384ffef(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 12:21:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:21:25.466  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:21:25.466  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:21:25.466  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5604ee44, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c4c69af, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a1e666b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@67a3f4c8, containsSubquery=false)
2026-08-29 12:21:25.466  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:21:45.505  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:21:45.505  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:21:45.505  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6c4082e3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c35a07e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28a5c4e8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1cacb2fc, containsSubquery=false)
2026-08-29 12:21:45.505  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:21:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 325
2026-08-29 12:21:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:21:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:21:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:21:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:21:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:21:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@c45bd00(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 12:21:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:21:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:22:05.506  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:22:05.506  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:22:05.506  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@10023522, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c1876af, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63bc2d0d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@44b3f87c, containsSubquery=false)
2026-08-29 12:22:05.507  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:22:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 326
2026-08-29 12:22:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:22:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:22:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:22:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1465dd5e(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 12:22:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:22:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:22:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:22:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:22:25.464  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:22:25.464  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:22:25.464  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@35ace892, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39415253, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@603dc7e6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@49c13df0, containsSubquery=false)
2026-08-29 12:22:25.464  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:22:45.473  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:22:45.473  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:22:45.473  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3b766d5f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5535e20d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@65cc7919, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7313ceee, containsSubquery=false)
2026-08-29 12:22:45.473  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:22:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 327
2026-08-29 12:22:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:22:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:22:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@553d7c4c(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 12:22:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:22:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:22:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:22:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:22:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:23:05.508  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:23:05.508  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:23:05.508  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5d6f245c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46c75fa3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1fce5b0e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74ee5183, containsSubquery=false)
2026-08-29 12:23:05.509  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:23:21.940  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 328
2026-08-29 12:23:21.940  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:23:21.949  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:23:21.953  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5c84a72b(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 12:23:21.954  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:23:21.954  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:23:21.954  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:23:21.954  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:23:21.955  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:23:25.515  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:23:25.516  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:23:25.516  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3098bd17, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@716115df, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7bec758f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77684b27, containsSubquery=false)
2026-08-29 12:23:25.516  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:23:45.471  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:23:45.471  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:23:45.471  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5acc8494, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d1087d2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b38ff55, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@667cd4d0, containsSubquery=false)
2026-08-29 12:23:45.471  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:23:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 329
2026-08-29 12:23:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:23:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:23:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:23:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:23:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:23:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:23:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@507f3292(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 12:24:05.481  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:24:05.481  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:24:05.481  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f5890e6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c1fb2af, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a7113f2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3d7470a0, containsSubquery=false)
2026-08-29 12:24:05.481  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:24:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 330
2026-08-29 12:24:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:24:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:24:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:24:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:24:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:24:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:24:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2998f417(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 12:24:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:24:25.477  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:24:25.478  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:24:25.478  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@35eb9b80, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3586bc0a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@214db8af, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d300b53, containsSubquery=false)
2026-08-29 12:24:25.478  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:24:45.469  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:24:45.469  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:24:45.469  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ffe6bd8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5e530549, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b6a5b9c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e5d4809, containsSubquery=false)
2026-08-29 12:24:45.470  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:24:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 331
2026-08-29 12:24:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:24:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:24:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:24:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:24:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:24:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:24:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@501ec2dc(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 12:24:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:25:05.492  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:25:05.492  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:25:05.492  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4d2962af, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@299f2be9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4af03d1b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40e339a, containsSubquery=false)
2026-08-29 12:25:05.492  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:25:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 332
2026-08-29 12:25:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:25:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:25:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@16203d06(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 12:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:25:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:25:25.486  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:25:25.486  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:25:25.486  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@55cddfe6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@169387f5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7c2c3011, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@14ec8910, containsSubquery=false)
2026-08-29 12:25:25.486  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:25:45.469  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:25:45.470  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:25:45.470  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@221be019, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78c52878, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@f4fb7d5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@306367b8, containsSubquery=false)
2026-08-29 12:25:45.470  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:25:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 333
2026-08-29 12:25:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:25:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:25:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:25:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1d42462e(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 12:25:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:25:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:25:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:25:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:26:05.483  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:26:05.483  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:26:05.483  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@55bd0e90, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4168b3d7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4aafb6d9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@420d511c, containsSubquery=false)
2026-08-29 12:26:05.483  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:26:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 334
2026-08-29 12:26:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:26:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:26:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:26:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:26:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:26:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:26:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4c3c1166(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 12:26:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:26:25.533  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:26:25.533  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:26:25.533  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@68db06fb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f9149d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2e33f4cc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5980fe67, containsSubquery=false)
2026-08-29 12:26:25.533  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:26:45.465  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:26:45.465  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:26:45.465  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@12314929, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3267d62c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b78a42b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4d7c0914, containsSubquery=false)
2026-08-29 12:26:45.465  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:26:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 335
2026-08-29 12:26:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:26:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:26:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3941b92f(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 12:26:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:26:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:26:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:26:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:26:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:27:05.554  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:27:05.554  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:27:05.554  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5dc7318, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ae0f451, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@ddefeae, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ee2303c, containsSubquery=false)
2026-08-29 12:27:05.554  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:27:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 336
2026-08-29 12:27:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:27:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:27:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:27:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:27:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:27:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:27:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@c7496f1(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 12:27:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:27:25.467  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:27:25.467  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:27:25.467  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@59047e46, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28ae34f6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@496fe3b9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4345d370, containsSubquery=false)
2026-08-29 12:27:25.467  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:27:45.472  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:27:45.472  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:27:45.472  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@b89c95e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a48bceb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52a4aa38, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b27cda1, containsSubquery=false)
2026-08-29 12:27:45.472  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:27:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 337
2026-08-29 12:27:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:27:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:27:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:27:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:27:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:27:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:27:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@cd47e5d(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 12:27:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:28:05.522  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:28:05.522  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:28:05.522  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@28208f5c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78aee588, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@21dcc911, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ab61c22, containsSubquery=false)
2026-08-29 12:28:05.522  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:28:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 338
2026-08-29 12:28:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:28:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:28:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:28:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:28:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1fde52e(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 12:28:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:28:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:28:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:28:25.466  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:28:25.467  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:28:25.467  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f0141e2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d2b3789, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f6ce070, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@42fae550, containsSubquery=false)
2026-08-29 12:28:25.467  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:28:45.473  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:28:45.473  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:28:45.473  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a3da10b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6a96733c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79010b7a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64985d42, containsSubquery=false)
2026-08-29 12:28:45.473  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:28:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 339
2026-08-29 12:28:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:28:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@472d90ca(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 12:28:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:28:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:28:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:28:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:28:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:29:05.494  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:29:05.494  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:29:05.494  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@33cc2e56, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@89ce54f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1509d10f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21e35e5d, containsSubquery=false)
2026-08-29 12:29:05.494  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:29:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 340
2026-08-29 12:29:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:29:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:29:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4acb9e73(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 12:29:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:29:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:29:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:29:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:29:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:29:25.472  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:29:25.472  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:29:25.472  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6975f913, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ba1c1dd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2fce65e0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7bbca784, containsSubquery=false)
2026-08-29 12:29:25.472  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:29:45.467  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:29:45.467  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:29:45.467  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2111b854, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@26058299, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7cf35b61, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72e9fc10, containsSubquery=false)
2026-08-29 12:29:45.467  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:29:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 341
2026-08-29 12:29:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:29:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:29:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5f70d906(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 12:29:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:29:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:29:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:29:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:29:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:30:05.550  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:30:05.551  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:30:05.551  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b49e8e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6af34f3b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@728bd38b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e6b814c, containsSubquery=false)
2026-08-29 12:30:05.551  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:30:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 342
2026-08-29 12:30:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:30:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:30:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:30:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:30:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:30:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:30:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3b96cf05(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 12:30:21.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:30:25.467  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:30:25.467  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:30:25.467  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6275a68f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5affe611, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79f4cfa4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@756520fd, containsSubquery=false)
2026-08-29 12:30:25.467  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:30:45.486  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:30:45.486  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:30:45.486  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@53504ea7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@194d4eeb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4d63d092, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ee27e2b, containsSubquery=false)
2026-08-29 12:30:45.486  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:30:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 343
2026-08-29 12:30:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:30:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:30:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:30:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:30:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:30:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:30:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7e009248(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 12:30:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:31:05.516  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:31:05.516  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:31:05.516  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38420246, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7fcd8a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d98f605, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@76e410c4, containsSubquery=false)
2026-08-29 12:31:05.516  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:31:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 344
2026-08-29 12:31:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:31:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:31:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:31:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@68ea07eb(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 12:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:31:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:31:25.481  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:31:25.481  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:31:25.481  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7c4402ca, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20d470de, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a7864a8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e3a138d, containsSubquery=false)
2026-08-29 12:31:25.481  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:31:45.480  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:31:45.480  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:31:45.481  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4d22bfe6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@682d3599, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3bfca48, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19a2209f, containsSubquery=false)
2026-08-29 12:31:45.481  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:31:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 345
2026-08-29 12:31:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:31:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:31:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:31:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@67f7d330(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 12:31:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:31:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:31:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:31:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:32:05.472  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:32:05.472  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:32:05.472  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65b84f5d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6448a537, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@782efaba, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73cc0979, containsSubquery=false)
2026-08-29 12:32:05.472  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:32:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 346
2026-08-29 12:32:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:32:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:32:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4c11bb68(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 12:32:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:32:25.470  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:32:25.470  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:32:25.470  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f927a0d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2390a4bc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3830fae0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5345f624, containsSubquery=false)
2026-08-29 12:32:25.470  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:32:45.486  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:32:45.486  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:32:45.486  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@485b2182, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@422f789e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16b79554, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1788168d, containsSubquery=false)
2026-08-29 12:32:45.486  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:32:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 347
2026-08-29 12:32:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:32:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:32:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:32:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1ef912d3(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 12:32:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:33:05.476  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:33:05.476  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:33:05.476  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@391f202, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@639549df, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@419ce762, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@13259b7, containsSubquery=false)
2026-08-29 12:33:05.476  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:33:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 348
2026-08-29 12:33:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:33:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:33:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@33904485(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 12:33:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:33:25.473  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:33:25.473  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:33:25.473  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bec93ae, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@264bd0f8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1984b302, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c2700cf, containsSubquery=false)
2026-08-29 12:33:25.473  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:33:45.482  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:33:45.483  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:33:45.483  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22533662, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@457ffd2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7866e2a1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7598d00, containsSubquery=false)
2026-08-29 12:33:45.483  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:33:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 349
2026-08-29 12:33:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:33:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:33:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:33:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:33:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:33:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:33:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:33:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1c1e764f(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 12:34:05.478  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:34:05.478  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:34:05.478  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@53eef000, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@59920651, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4fa7f7ab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d620d4d, containsSubquery=false)
2026-08-29 12:34:05.478  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:34:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 350
2026-08-29 12:34:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:34:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:34:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:34:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@22bb35e2(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 12:34:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:34:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:34:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:34:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:34:25.472  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:34:25.473  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:34:25.473  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3da7217e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b764cb3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e6b4ca5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@396f3333, containsSubquery=false)
2026-08-29 12:34:25.473  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:34:45.471  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:34:45.471  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:34:45.471  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e5fbea8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a3e699d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31fd957d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73f2ab1f, containsSubquery=false)
2026-08-29 12:34:45.471  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:34:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 351
2026-08-29 12:34:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:34:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:34:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:34:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:34:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:34:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@73811a8(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 12:34:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:34:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:35:05.504  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:35:05.504  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:35:05.511  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@49751c3d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@430d4d30, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@38b642f2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d839370, containsSubquery=false)
2026-08-29 12:35:05.511  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:35:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 352
2026-08-29 12:35:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:35:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:35:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:35:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:35:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1f46553c(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 12:35:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:35:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:35:21.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:35:25.476  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:35:25.476  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:35:25.476  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16fc0471, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3cab433d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c2e556, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@fefd884, containsSubquery=false)
2026-08-29 12:35:25.476  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:35:45.466  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:35:45.466  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:35:45.466  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@607e4ca2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1883f1d1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c162397, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1761587b, containsSubquery=false)
2026-08-29 12:35:45.466  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:35:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 353
2026-08-29 12:35:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:35:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:35:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:35:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:35:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@27ff3df1(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 12:35:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:35:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:35:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:36:05.485  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:36:05.485  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:36:05.485  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@23f0166e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5a327bbe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35ae7f04, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30facc69, containsSubquery=false)
2026-08-29 12:36:05.485  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:36:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 354
2026-08-29 12:36:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:36:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:36:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:36:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:36:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:36:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:36:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7a1c650a(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 12:36:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:36:25.490  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:36:25.490  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:36:25.490  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@280d51ec, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@73a63c89, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7dc65a06, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@9c68c7c, containsSubquery=false)
2026-08-29 12:36:25.490  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:36:45.468  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:36:45.468  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:36:45.468  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7140b07e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@10039185, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@38cf6a6c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cc72449, containsSubquery=false)
2026-08-29 12:36:45.468  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:36:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 355
2026-08-29 12:36:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:36:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:36:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1ec500eb(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 12:37:05.482  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:37:05.482  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:37:05.482  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7da4c32, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6a538699, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2b5fbfec, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d8ccec7, containsSubquery=false)
2026-08-29 12:37:05.482  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:37:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 356
2026-08-29 12:37:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:37:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:37:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:37:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:37:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:37:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:37:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@61bc78c7(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 12:37:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:37:25.476  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:37:25.476  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:37:25.476  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@41ba99cf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@47deba32, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2983e7a9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@8e8995a, containsSubquery=false)
2026-08-29 12:37:25.476  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:37:45.467  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:37:45.467  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:37:45.467  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6383404e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56870e6a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d071f92, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1eeafcbf, containsSubquery=false)
2026-08-29 12:37:45.467  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:37:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 357
2026-08-29 12:37:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:37:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:37:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:37:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:37:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:37:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:37:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:37:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@214c3156(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 12:38:05.475  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:38:05.475  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:38:05.475  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1d03a94c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1dd93468, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15de5400, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2d58b69a, containsSubquery=false)
2026-08-29 12:38:05.475  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:38:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 358
2026-08-29 12:38:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:38:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:38:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:38:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:38:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:38:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:38:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:38:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1cb08e42(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 12:38:25.534  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:38:25.534  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:38:25.534  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@75873961, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b68a601, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@d3c517c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50dd2074, containsSubquery=false)
2026-08-29 12:38:25.534  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:38:45.480  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:38:45.480  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:38:45.480  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@199c35d4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ff4d3a7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4bc51d15, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b3a082d, containsSubquery=false)
2026-08-29 12:38:45.480  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:38:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 359
2026-08-29 12:38:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:38:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:38:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1e18e6e9(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 12:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:38:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:38:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:39:05.521  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:39:05.521  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:39:05.521  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5d217b55, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79986df8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51f4f4b8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@461a45a3, containsSubquery=false)
2026-08-29 12:39:05.521  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:39:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 360
2026-08-29 12:39:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:39:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:39:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:39:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:39:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:39:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@45b41681(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 12:39:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:39:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:39:25.483  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:39:25.483  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:39:25.483  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@197741c8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c90239f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4eab42c6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@394b7a57, containsSubquery=false)
2026-08-29 12:39:25.483  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:39:45.468  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:39:45.468  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:39:45.468  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3872d0b3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@48a66aa4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4df25442, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@760fcb9e, containsSubquery=false)
2026-08-29 12:39:45.468  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:39:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 361
2026-08-29 12:39:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:39:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:39:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:39:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:39:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:39:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:39:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1361cd76(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 12:39:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:40:05.517  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:40:05.518  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:40:05.518  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6ed1c8f5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@45a42c30, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22525f7b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f20a999, containsSubquery=false)
2026-08-29 12:40:05.518  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:40:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 362
2026-08-29 12:40:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:40:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:40:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1146dacb(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 12:40:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:40:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:40:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:40:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:40:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:40:25.465  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:40:25.465  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:40:25.465  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ca594b6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6408b98f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@53b4284b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7778a631, containsSubquery=false)
2026-08-29 12:40:25.465  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:40:45.479  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:40:45.479  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:40:45.479  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6ec03342, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5dcb92fe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15affdcb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4836ddba, containsSubquery=false)
2026-08-29 12:40:45.479  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:40:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 363
2026-08-29 12:40:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:40:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:40:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:40:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:40:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:40:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:40:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@9a0110c(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 12:40:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:41:05.530  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:41:05.530  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:41:05.530  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2761ad55, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@af82404, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c9e1429, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55ac9b53, containsSubquery=false)
2026-08-29 12:41:05.530  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:41:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 364
2026-08-29 12:41:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:41:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:41:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:41:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:41:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:41:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:41:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:41:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3ddb8d72(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 12:41:25.470  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:41:25.470  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:41:25.470  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2f2e4ae1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7092fce8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e0ed637, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74f00c0d, containsSubquery=false)
2026-08-29 12:41:25.470  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:41:45.463  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:41:45.463  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:41:45.463  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@565dbcca, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b6e3b22, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49cd8eac, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6631e5ff, containsSubquery=false)
2026-08-29 12:41:45.463  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:41:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 365
2026-08-29 12:41:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:41:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:41:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:41:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:41:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:41:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:41:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4b8cb44f(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 12:41:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:42:05.541  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:42:05.541  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:42:05.541  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6c3f513, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43cc7aaf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@749f3e5c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e07ee0a, containsSubquery=false)
2026-08-29 12:42:05.541  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:42:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 366
2026-08-29 12:42:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:42:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:42:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:42:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:42:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:42:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:42:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:42:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@280ef5dd(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 12:42:25.473  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:42:25.473  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:42:25.473  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e9ed5db, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@54839d26, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@326fbff, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3287f0b2, containsSubquery=false)
2026-08-29 12:42:25.473  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:42:45.490  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:42:45.490  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:42:45.490  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4e197fe0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@73fd0f90, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18112f63, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@be73b, containsSubquery=false)
2026-08-29 12:42:45.490  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:42:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 367
2026-08-29 12:42:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:42:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@48c9e2e1(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 12:42:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:42:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:43:05.471  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:43:05.471  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:43:05.471  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b078b07, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3dd3a768, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a273674, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50be215c, containsSubquery=false)
2026-08-29 12:43:05.471  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:43:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 368
2026-08-29 12:43:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:43:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3f3b7aea(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 12:43:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:43:25.465  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:43:25.465  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:43:25.465  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@470c7436, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ca6cb3c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@74743c23, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5af483b8, containsSubquery=false)
2026-08-29 12:43:25.465  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:43:45.484  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:43:45.484  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:43:45.484  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@24907e4d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a8e6ddc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c6b7570, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2bffecbd, containsSubquery=false)
2026-08-29 12:43:45.484  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:43:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 369
2026-08-29 12:43:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:43:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:43:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:43:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1d8ff91d(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 12:43:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:43:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:43:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:43:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:44:05.484  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:44:05.484  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:44:05.484  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47cfa752, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@25cc2f06, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4fef427e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56058f9, containsSubquery=false)
2026-08-29 12:44:05.484  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:44:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 370
2026-08-29 12:44:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:44:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:44:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4ca52808(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 12:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:44:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:44:25.474  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:44:25.474  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:44:25.474  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40d77299, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c69d0b6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7bed019a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6c423152, containsSubquery=false)
2026-08-29 12:44:25.474  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:44:45.480  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:44:45.480  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:44:45.480  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3febb160, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@62258390, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c3c2cf6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@582e709b, containsSubquery=false)
2026-08-29 12:44:45.480  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:44:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 371
2026-08-29 12:44:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:44:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:44:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:44:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:44:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:44:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:44:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@24e397f(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 12:45:05.465  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:45:05.465  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:45:05.465  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a031b7d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c3756c9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@11f5203f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e662710, containsSubquery=false)
2026-08-29 12:45:05.465  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:45:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 372
2026-08-29 12:45:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:45:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:45:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:45:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:45:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:45:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:45:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@664c729(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 12:45:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:45:25.467  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:45:25.468  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:45:25.468  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@48d1b76a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66d97386, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6489a103, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b359442, containsSubquery=false)
2026-08-29 12:45:25.468  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:45:45.487  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:45:45.488  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:45:45.488  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d376a44, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@351903a5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4fca5db5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@37b95adb, containsSubquery=false)
2026-08-29 12:45:45.488  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:45:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 373
2026-08-29 12:45:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:45:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:45:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:45:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:45:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:45:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@561c8bbd(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 12:45:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:46:05.469  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:46:05.469  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:46:05.469  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a1ddb78, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69898283, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76a813fa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b5efac6, containsSubquery=false)
2026-08-29 12:46:05.469  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:46:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 374
2026-08-29 12:46:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:46:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:46:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:46:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:46:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@17c9e063(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 12:46:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:46:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:46:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:46:25.480  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:46:25.480  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:46:25.480  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@46404473, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a487e49, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3823b477, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3320f3f, containsSubquery=false)
2026-08-29 12:46:25.480  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:46:45.468  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:46:45.468  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:46:45.468  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@15ab2e92, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@42c07ed4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@37edb449, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68262725, containsSubquery=false)
2026-08-29 12:46:45.468  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:46:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 375
2026-08-29 12:46:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:46:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:46:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@e966525(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 12:46:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:46:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:46:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:46:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:46:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:47:05.553  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:47:05.553  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:47:05.553  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@62ac89b8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71c08bbb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1dcdbc0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2b567ad2, containsSubquery=false)
2026-08-29 12:47:05.553  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:47:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 376
2026-08-29 12:47:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:47:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:47:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:47:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:47:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:47:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@35a39471(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 12:47:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:47:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:47:25.483  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:47:25.484  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:47:25.484  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47bdf149, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@358b009, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4cd6ccd9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5dd65d51, containsSubquery=false)
2026-08-29 12:47:25.484  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:47:45.472  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:47:45.472  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:47:45.472  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@48ac033b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@356a6a3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2da7ca55, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ee01179, containsSubquery=false)
2026-08-29 12:47:45.472  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:47:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 377
2026-08-29 12:47:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:47:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:47:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:47:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:47:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:47:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:47:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2554c4b3(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 12:47:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:48:05.485  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:48:05.485  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:48:05.485  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@60ab0ef7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@dce6fca, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@101bb276, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d085f7f, containsSubquery=false)
2026-08-29 12:48:05.485  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:48:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 378
2026-08-29 12:48:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:48:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@60d0fd3e(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 12:48:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:48:25.480  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:48:25.480  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:48:25.480  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@50b7fd3c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1081bab2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@170ce3c2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f425e34, containsSubquery=false)
2026-08-29 12:48:25.480  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:48:45.489  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:48:45.490  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:48:45.490  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40b300c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@62c7d9c1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2dbaaef7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7462da0c, containsSubquery=false)
2026-08-29 12:48:45.490  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:48:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 379
2026-08-29 12:48:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:48:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:48:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:48:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:48:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:48:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:48:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5956e3d3(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 12:48:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:49:05.506  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:49:05.506  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:49:05.506  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f103dfd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5e993f7c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a4680c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ab3f6c4, containsSubquery=false)
2026-08-29 12:49:05.506  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:49:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 380
2026-08-29 12:49:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:49:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3b02538e(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 12:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:49:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:49:25.495  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:49:25.495  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:49:25.495  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@c6922db, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7db3e02a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@30ecc7a2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b946ec9, containsSubquery=false)
2026-08-29 12:49:25.495  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:49:45.466  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:49:45.466  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:49:45.466  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ff5f83c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2cad939, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@470c0f4c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56342748, containsSubquery=false)
2026-08-29 12:49:45.466  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:49:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 381
2026-08-29 12:49:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:49:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:49:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:49:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:49:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:49:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:49:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:49:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2ed2c2ed(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 12:50:05.493  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:50:05.493  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:50:05.493  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1c2c8b24, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a53954c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e76f467, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3d4f58, containsSubquery=false)
2026-08-29 12:50:05.493  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:50:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 382
2026-08-29 12:50:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:50:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:50:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:50:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:50:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:50:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:50:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:50:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4cffdd4d(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 12:50:25.482  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:50:25.482  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:50:25.482  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@465f6c58, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7bc7ad83, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@14fa694, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@38780998, containsSubquery=false)
2026-08-29 12:50:25.482  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:50:45.467  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:50:45.467  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:50:45.467  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@37ac1725, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2fc98f5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f46018b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17a3e449, containsSubquery=false)
2026-08-29 12:50:45.467  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:50:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 383
2026-08-29 12:50:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:50:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4415a8da(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 12:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:50:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:51:05.512  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:51:05.513  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:51:05.513  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1885ecae, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1374e38f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e1fc31d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6cecf70f, containsSubquery=false)
2026-08-29 12:51:05.513  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:51:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 384
2026-08-29 12:51:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:51:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:51:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:51:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:51:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@32c63922(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 12:51:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:51:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:51:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:51:25.475  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:51:25.475  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:51:25.475  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19bc2f20, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55d25704, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@656a92, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e81bbf5, containsSubquery=false)
2026-08-29 12:51:25.475  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:51:45.470  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:51:45.470  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:51:45.470  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@c769de6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@453097d3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@30a753c7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e2733a1, containsSubquery=false)
2026-08-29 12:51:45.470  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:51:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 385
2026-08-29 12:51:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:51:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:51:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:51:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:51:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:51:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:51:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@44c6fe11(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 12:51:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:52:05.478  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:52:05.479  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:52:05.479  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ea60d79, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@76228451, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@520a85a2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@52759801, containsSubquery=false)
2026-08-29 12:52:05.479  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:52:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 386
2026-08-29 12:52:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:52:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:52:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:52:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:52:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:52:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:52:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2c96b4e5(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 12:52:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:52:25.476  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:52:25.476  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:52:25.476  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5df3a283, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6414f7c9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@128620cb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d5263ea, containsSubquery=false)
2026-08-29 12:52:25.476  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:52:38.424  INFO 2501436 --- [quartzScheduler_Worker-2] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 12:52:45.474  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:52:45.474  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:52:45.474  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@792ea9c5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@321eadad, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54e84f01, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4f82ce5f, containsSubquery=false)
2026-08-29 12:52:45.474  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:52:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 387
2026-08-29 12:52:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:52:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:52:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:52:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:52:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:52:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:52:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@68b28bf0(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 12:52:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:53:05.500  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:53:05.501  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:53:05.501  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c5d5d66, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@48fe3c13, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63cde8bf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18a16676, containsSubquery=false)
2026-08-29 12:53:05.501  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:53:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 388
2026-08-29 12:53:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:53:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@180194f1(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 12:53:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:53:25.469  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:53:25.469  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:53:25.469  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@63d990fb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@122d715, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@138c463b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6604e022, containsSubquery=false)
2026-08-29 12:53:25.469  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:53:45.467  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:53:45.467  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:53:45.467  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7cd1c82d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@748abf12, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1f62f87d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4aab2f89, containsSubquery=false)
2026-08-29 12:53:45.467  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:53:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 389
2026-08-29 12:53:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:53:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:53:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:53:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:53:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:53:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:53:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:53:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@79b4f8e0(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 12:54:05.495  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:54:05.495  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:54:05.495  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bee110c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@31280f89, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4cd4824e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5e65e210, containsSubquery=false)
2026-08-29 12:54:05.495  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:54:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 390
2026-08-29 12:54:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:54:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:54:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:54:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:54:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:54:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:54:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@793a00e3(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 12:54:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:54:25.496  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:54:25.496  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:54:25.496  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@44790b15, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@76027485, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25abecf5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7fd3d9a2, containsSubquery=false)
2026-08-29 12:54:25.496  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:54:45.480  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:54:45.480  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:54:45.480  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4cf56704, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3250b82d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@80706ef, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ab66bd1, containsSubquery=false)
2026-08-29 12:54:45.480  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:54:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 391
2026-08-29 12:54:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:54:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@39d228cd(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 12:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:54:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:55:05.468  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:55:05.468  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:55:05.468  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@786d39a1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@492a43fc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a499540, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c7396ba, containsSubquery=false)
2026-08-29 12:55:05.468  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:55:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 392
2026-08-29 12:55:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:55:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:55:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:55:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@48dc552b(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 12:55:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:55:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:55:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:55:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:55:25.471  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:55:25.471  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:55:25.471  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66d12ddf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12b5c56c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a2063b3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@633519ac, containsSubquery=false)
2026-08-29 12:55:25.471  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:55:45.499  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:55:45.499  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:55:45.499  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@32d17d1b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ba668a3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b37649e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d405df1, containsSubquery=false)
2026-08-29 12:55:45.499  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:55:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 393
2026-08-29 12:55:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:55:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:55:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:55:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:55:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:55:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:55:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@29beccdc(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 12:55:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:56:05.468  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:56:05.469  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:56:05.469  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3aac559c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b6a9b7d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@33ea6bfd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63f1fe3f, containsSubquery=false)
2026-08-29 12:56:05.469  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:56:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 394
2026-08-29 12:56:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:56:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:56:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:56:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@10c7a88f(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 12:56:25.467  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:56:25.468  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:56:25.468  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@26b0ef57, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2bbf9953, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@f9d617b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75a5054b, containsSubquery=false)
2026-08-29 12:56:25.468  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:56:45.483  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:56:45.483  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:56:45.483  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f893e8d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50e42278, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16bff397, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b405b8f, containsSubquery=false)
2026-08-29 12:56:45.483  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:56:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 395
2026-08-29 12:56:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:56:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:56:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:56:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:56:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:56:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:56:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@25c6ee47(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 12:56:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:57:05.488  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:57:05.488  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:57:05.488  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3479ce9b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@15ecbd89, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@545469e4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@754fcfe0, containsSubquery=false)
2026-08-29 12:57:05.489  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:57:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 396
2026-08-29 12:57:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:57:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@ff161ac(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 12:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:57:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:57:25.463  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:57:25.463  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:57:25.463  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@61088d52, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f1f2b88, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@efb8c3e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b1049f7, containsSubquery=false)
2026-08-29 12:57:25.463  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:57:45.477  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:57:45.477  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:57:45.477  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2234cc78, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@767a4687, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ef44b84, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74b7ce0c, containsSubquery=false)
2026-08-29 12:57:45.477  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:57:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 397
2026-08-29 12:57:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:57:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:57:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:57:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:57:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:57:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:57:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@26b261d6(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 12:57:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:58:05.476  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:58:05.476  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:58:05.476  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@32c318b3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f776b87, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@60460549, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5fbc35b8, containsSubquery=false)
2026-08-29 12:58:05.476  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:58:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 398
2026-08-29 12:58:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:58:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:58:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2fd29e35(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 12:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:58:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:58:25.467  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:58:25.467  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:58:25.467  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4e96677b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49b649c0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a8bb4cc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@8609a97, containsSubquery=false)
2026-08-29 12:58:25.467  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:58:45.465  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:58:45.465  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:58:45.465  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7f0c9f18, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20626900, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54f4eba5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@38f58108, containsSubquery=false)
2026-08-29 12:58:45.465  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:58:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 399
2026-08-29 12:58:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:58:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:58:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1dc4bfc8(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 12:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:58:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:59:05.471  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:59:05.471  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:59:05.471  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@592d5e68, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@722c477e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d0d75b6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c258d1, containsSubquery=false)
2026-08-29 12:59:05.471  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:59:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 400
2026-08-29 12:59:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:59:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:59:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:59:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:59:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:59:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1ffc741c(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 12:59:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:59:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:59:25.478  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:59:25.478  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:59:25.478  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7287bab0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7dd64d57, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41ecdf24, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57c99be8, containsSubquery=false)
2026-08-29 12:59:25.478  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:59:45.465  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 12:59:45.465  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 12:59:45.465  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a5a2f6b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d8a39e6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@13cb47b2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17650b, containsSubquery=false)
2026-08-29 12:59:45.465  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 12:59:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 401
2026-08-29 12:59:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 12:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 12:59:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:59:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 12:59:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 12:59:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 12:59:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 12:59:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@24a8986c(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 13:00:05.500  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:00:05.500  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:00:05.501  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@51998153, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c8b7639, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e2ad3f9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@188bdf49, containsSubquery=false)
2026-08-29 13:00:05.501  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:00:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 402
2026-08-29 13:00:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:00:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:00:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:00:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:00:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:00:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:00:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3e2f45d1(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 13:00:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:00:25.490  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:00:25.491  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:00:25.491  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c35c949, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@700182c3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ec53853, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@153b96bf, containsSubquery=false)
2026-08-29 13:00:25.491  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:00:45.471  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:00:45.472  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:00:45.472  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3276c1a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14847156, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a52f041, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a344578, containsSubquery=false)
2026-08-29 13:00:45.472  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:00:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 403
2026-08-29 13:00:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:00:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:00:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:00:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:00:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:00:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:00:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:00:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5f913f58(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 13:01:05.466  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:01:05.466  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:01:05.466  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3fd7188c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66111f5c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6872cda0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18fc1190, containsSubquery=false)
2026-08-29 13:01:05.466  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:01:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 404
2026-08-29 13:01:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:01:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:01:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@a1781e1(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 13:01:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:01:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:01:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:01:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:01:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:01:25.487  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:01:25.488  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:01:25.488  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3f3cde07, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@27a4a3d8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40c33ea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1425be58, containsSubquery=false)
2026-08-29 13:01:25.488  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:01:45.468  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:01:45.468  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:01:45.468  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@499d54f4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@264eb443, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d7ca991, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1115b103, containsSubquery=false)
2026-08-29 13:01:45.468  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:01:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 405
2026-08-29 13:01:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:01:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@23d43008(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 13:01:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:01:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:02:05.479  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:02:05.479  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:02:05.479  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@234e26b5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d0b807c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6049ecca, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15a8ebcb, containsSubquery=false)
2026-08-29 13:02:05.479  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:02:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 406
2026-08-29 13:02:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:02:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:02:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:02:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:02:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:02:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:02:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:02:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@431200fb(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 13:02:25.483  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:02:25.483  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:02:25.483  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6673ec7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49db7ad3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1dc7e7bb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@43553dd1, containsSubquery=false)
2026-08-29 13:02:25.483  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:02:45.479  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:02:45.479  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:02:45.479  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e88b248, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@440dc7cc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3aeb2b8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c1f1196, containsSubquery=false)
2026-08-29 13:02:45.479  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:02:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 407
2026-08-29 13:02:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:02:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:02:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:02:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:02:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:02:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:02:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:02:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@781f9228(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 13:03:05.481  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:03:05.482  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:03:05.482  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@d5417b7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f841eab, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@66c7b668, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d4adec8, containsSubquery=false)
2026-08-29 13:03:05.482  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:03:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 408
2026-08-29 13:03:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:03:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:03:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:03:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7ae033d0(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 13:03:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:03:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:03:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:03:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:03:25.469  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:03:25.469  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:03:25.469  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65359cf3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60354347, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2288afe4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a43a80c, containsSubquery=false)
2026-08-29 13:03:25.469  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:03:45.464  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:03:45.465  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:03:45.465  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4a79f43f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5203299f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5bc05579, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30db671d, containsSubquery=false)
2026-08-29 13:03:45.465  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:03:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 409
2026-08-29 13:03:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:03:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:03:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:03:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2c0489d(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 13:03:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:03:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:03:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:03:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:04:05.511  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:04:05.511  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:04:05.511  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@15b6103b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@624f6ba2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4948b10, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e833979, containsSubquery=false)
2026-08-29 13:04:05.511  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:04:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 410
2026-08-29 13:04:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:04:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:04:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5e6c7025(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 13:04:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:04:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:04:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:04:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:04:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:04:25.466  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:04:25.466  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:04:25.466  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@17739811, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d5e4228, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@11c6252, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63c2a4f4, containsSubquery=false)
2026-08-29 13:04:25.466  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:04:45.468  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:04:45.468  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:04:45.468  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@26175ec6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6679d949, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20e52b10, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@557ddcc6, containsSubquery=false)
2026-08-29 13:04:45.468  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:04:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 411
2026-08-29 13:04:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:04:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:04:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5294633a(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 13:05:05.661  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:05:05.661  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:05:05.661  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@69b9c87b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61b0f8a9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f7a14dc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ffdf972, containsSubquery=false)
2026-08-29 13:05:05.661  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:05:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 412
2026-08-29 13:05:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:05:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:05:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5474f2ec(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 13:05:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:05:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:05:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:05:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:05:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:05:25.486  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:05:25.486  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:05:25.486  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2f204f19, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@247f917d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@23f61dd4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7733fe9f, containsSubquery=false)
2026-08-29 13:05:25.486  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:05:45.465  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:05:45.465  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:05:45.465  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a0b9ed4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19d6c073, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@dffee73, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36c951e1, containsSubquery=false)
2026-08-29 13:05:45.465  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:05:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 413
2026-08-29 13:05:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:05:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:05:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6aab9f20(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 13:05:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:05:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:05:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:05:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:05:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:06:05.481  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:06:05.481  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:06:05.481  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@dfad377, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a875352, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c36e544, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@773d33f1, containsSubquery=false)
2026-08-29 13:06:05.481  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:06:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 414
2026-08-29 13:06:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:06:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:06:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:06:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3ad3e0e4(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 13:06:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:06:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:06:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:06:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:06:25.467  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:06:25.467  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:06:25.467  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@185528d5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@661e1e4e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2e97517c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@141000eb, containsSubquery=false)
2026-08-29 13:06:25.467  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:06:45.499  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:06:45.499  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:06:45.499  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@48cc787b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@254b88a2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5403ff3f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@11cae1b2, containsSubquery=false)
2026-08-29 13:06:45.499  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:06:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 415
2026-08-29 13:06:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:06:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:06:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:06:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:06:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:06:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:06:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@e7bdead(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 13:06:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:07:05.469  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:07:05.469  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:07:05.469  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@12dc4f23, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b759b11, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@799ea5ea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@29d34fcf, containsSubquery=false)
2026-08-29 13:07:05.469  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:07:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 416
2026-08-29 13:07:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:07:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:07:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4548c8e3(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 13:07:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:07:25.470  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:07:25.470  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:07:25.470  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b028b55, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@803cc95, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2bf2e91a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cdbb32f, containsSubquery=false)
2026-08-29 13:07:25.470  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:07:45.483  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:07:45.483  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:07:45.483  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2fb43e7f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e70ce5b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@83196a6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1667f10b, containsSubquery=false)
2026-08-29 13:07:45.483  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:07:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 417
2026-08-29 13:07:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:07:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:07:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@326167e6(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 13:08:05.466  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:08:05.466  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:08:05.466  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1133ee3b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f74cf3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@727c3962, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@39ceba2c, containsSubquery=false)
2026-08-29 13:08:05.466  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:08:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 418
2026-08-29 13:08:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:08:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:08:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@21980e89(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 13:08:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:08:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:08:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:08:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:08:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:08:25.474  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:08:25.474  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:08:25.474  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2ce3c7f7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d67c519, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f88b5f2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b0c8ba, containsSubquery=false)
2026-08-29 13:08:25.475  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:08:45.486  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:08:45.487  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:08:45.487  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@15e87ee9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b45d9f5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@44adf0a8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ffc62e, containsSubquery=false)
2026-08-29 13:08:45.487  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:08:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 419
2026-08-29 13:08:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:08:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:08:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@b0a2ccd(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 13:08:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:08:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:08:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:08:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:08:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:09:05.504  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:09:05.504  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:09:05.504  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a3ae34c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53bbef39, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@92b7550, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@562ad613, containsSubquery=false)
2026-08-29 13:09:05.504  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:09:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 420
2026-08-29 13:09:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:09:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:09:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:09:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@19d6c5ef(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 13:09:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:09:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:09:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:09:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:09:25.467  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:09:25.468  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:09:25.468  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@99e74b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@df77a4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d25b43f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6f214a53, containsSubquery=false)
2026-08-29 13:09:25.468  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:09:38.106  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:09:38.106  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 13:09:38.107  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@628d93c7, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@296385c5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62d0113c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@45ecf9c9, containsSubquery=false)
2026-08-29 13:09:38.107  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079764405385637890]
2026-08-29 13:09:38.110  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:09:38.111  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 13:09:38.111  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f8431b3, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@18cea916, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ace2977, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a5b1cb5, containsSubquery=false)
2026-08-29 13:09:38.111  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079764405385637890]
2026-08-29 13:09:38.113  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:09:38.113  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 13:09:38.113  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42d3c7e3, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ce8d73f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63b8be86, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21cde3f0, containsSubquery=false)
2026-08-29 13:09:38.113  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [15989833970]
2026-08-29 13:09:38.113  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:09:38.113  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 13:09:38.113  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e2dae09, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2cd1b9cd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2592364a, containsSubquery=false)
2026-08-29 13:09:38.113  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079764405385637890, PAY]
2026-08-29 13:09:38.118  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:09:38.118  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 13:09:38.118  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@492a8f5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@687eae5e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@199d263e, containsSubquery=false)
2026-08-29 13:09:38.118  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2079764405385637890]
2026-08-29 13:09:38.119  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:09:38.119  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 13:09:38.119  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bd627aa, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b4f3142, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e99cedb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d25cd48, containsSubquery=true)
2026-08-29 13:09:38.119  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2079764405385637890, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 13:09:38.123  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:09:38.123  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 13:09:38.123  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3537d503, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4dc76dd9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d1b0e89, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b9f93f6, containsSubquery=false)
2026-08-29 13:09:38.123  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2079764405385637890, 2026-08-29 00:00:00.0]
2026-08-29 13:09:38.125  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:09:38.125  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 13:09:38.125  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@38da09f4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@57066003, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@759afe38, containsSubquery=false)
2026-08-29 13:09:38.125  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2079764405385637890, REFUND]
2026-08-29 13:09:38.128  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:09:38.129  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 13:09:38.129  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6291c8e4, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19536003, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@ec450fc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36210fdc, containsSubquery=false)
2026-08-29 13:09:38.129  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2079764405385637890, UPPER, 0]
2026-08-29 13:09:38.137  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:09:38.137  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 13:09:38.137  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ec2544c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10a3e1a7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74da7a86, containsSubquery=false)
2026-08-29 13:09:38.137  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2079764405385637890]
2026-08-29 13:09:38.142  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:09:38.142  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 13:09:38.142  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28dfd8ca, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@ff6891d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ba9c60, containsSubquery=false)
2026-08-29 13:09:38.142  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2079764405385637890]
2026-08-29 13:09:38.147  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:09:38.147  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 13:09:38.147  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c861fd8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b08ddb4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58ae76d9, containsSubquery=false)
2026-08-29 13:09:38.147  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2079764405385637890]
2026-08-29 13:09:38.152  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:09:38.152  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 13:09:38.152  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@608ab228, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b39185e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e99189d, containsSubquery=false)
2026-08-29 13:09:38.152  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2079764405385637890]
2026-08-29 13:09:38.156  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:09:38.156  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 13:09:38.156  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@54cb5025, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22e0f7d1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2d1545ad, containsSubquery=false)
2026-08-29 13:09:38.157  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2079764405385637890]
2026-08-29 13:09:38.161  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:09:38.161  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 13:09:38.161  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b9fdba0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ca0c753, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a2a334d, containsSubquery=false)
2026-08-29 13:09:38.161  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2079764405385637890]
2026-08-29 13:09:38.167  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:09:38.168  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 13:09:38.168  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a86c529, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c1e4174, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@67d5b9e1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c1a2245, containsSubquery=false)
2026-08-29 13:09:38.168  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2079764405385637890, false]
2026-08-29 13:09:38.173  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:09:38.173  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 13:09:38.173  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6727a79f, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4aa8d4fb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@573dcfe1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@257b7ff9, containsSubquery=false)
2026-08-29 13:09:38.173  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2079764405385637890]
2026-08-29 13:09:38.179  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:09:38.179  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 13:09:38.179  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53c5b66c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d3f9f5a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@22847799, containsSubquery=false)
2026-08-29 13:09:38.179  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2079764405385637890]
2026-08-29 13:09:38.185  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:09:38.185  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 13:09:38.185  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16e1f5ae, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@16cdceec, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17745b13, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21cf3f04, containsSubquery=false)
2026-08-29 13:09:38.185  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2079764405385637890]
2026-08-29 13:09:38.188  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:09:38.188  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 13:09:38.188  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56661c9a, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61203a79, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@39cf0e46, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4f35c3da, containsSubquery=false)
2026-08-29 13:09:38.188  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 13:09:38.187, 2026-08-29 13:09:38.187, 2026-08-29 13:09:38.187]
2026-08-29 13:09:38.194  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:09:38.195  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 13:09:38.195  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a6b00c9, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7084bbcc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@114e8d15, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@198410cc, containsSubquery=false)
2026-08-29 13:09:38.195  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2079764405385637890]
2026-08-29 13:09:38.197  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:09:38.197  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 13:09:38.197  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6376b137, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5934f107, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@600f889d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4a11c16c, containsSubquery=false)
2026-08-29 13:09:38.197  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079764405385637890, TIANQUE, false]
2026-08-29 13:09:38.199  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:09:38.199  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 13:09:38.199  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@357e25f4, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2bddfed1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f035067, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@633e8342, containsSubquery=false)
2026-08-29 13:09:38.199  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2079764405385637890, TIANQUE, false]
2026-08-29 13:09:38.201  INFO 2501436 --- [http-nio-8804-exec-39] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2079764405385637890
2026-08-29 13:09:38.201  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:09:38.201  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 13:09:38.201  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7167c66, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@33d18df6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24622c5d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7f744daa, containsSubquery=false)
2026-08-29 13:09:38.201  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2079764405385637890]
2026-08-29 13:09:38.201  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:09:38.201  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 13:09:38.201  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ed715fa, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b3c0389, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6520a77d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f6174bd, containsSubquery=false)
2026-08-29 13:09:38.201  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2079764405385637890]
2026-08-29 13:09:38.202  WARN 2501436 --- [http-nio-8804-exec-40] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2079764405385637890 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 13:09:38.203  WARN 2501436 --- [http-nio-8804-exec-39] c.l.m.w.s.PaymentMerchantsServiceImpl    : 未找到支付配置，请检查是否已配置或状态为启用
2026-08-29 13:09:38.205 ERROR 2501436 --- [http-nio-8804-exec-39] c.l.c.e.GlobalControllerExceptionHandler : 全局异常[RuntimeException]:

java.lang.NullPointerException: Cannot invoke "cn.lili.modules.wallet.entity.dos.PaymentMerchants.setAppSecret(String)" because "merchants" is null
	at cn.lili.modules.statistics.serviceimpl.IndexStatisticsServiceImpl.checkPayments(IndexStatisticsServiceImpl.java:245)
	at cn.lili.controller.statistics.IndexStatisticsStoreController.payment(IndexStatisticsStoreController.java:66)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197)
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141)
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1064)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at cn.lili.common.security.filter.XssFilter.doFilter(XssFilter.java:32)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at cn.lili.security.StoreAuthenticationFilter.doFilterInternal(StoreAuthenticationFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:97)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 13:09:45.479  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:09:45.479  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:09:45.480  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@671ec78b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3acc097e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a1589b6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e5c7f18, containsSubquery=false)
2026-08-29 13:09:45.480  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:09:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 421
2026-08-29 13:09:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:09:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:09:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1e32cab0(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 13:09:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:09:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:09:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:09:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:09:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:10:05.495  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:10:05.495  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:10:05.495  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b3545d8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e70ff8b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24ded4ab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75785576, containsSubquery=false)
2026-08-29 13:10:05.495  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:10:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 422
2026-08-29 13:10:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:10:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:10:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:10:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:10:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:10:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:10:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@36d50815(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 13:10:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:10:25.466  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:10:25.466  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:10:25.466  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4537005a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c32b750, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a56cd69, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d04668f, containsSubquery=false)
2026-08-29 13:10:25.466  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:10:45.488  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:10:45.488  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:10:45.488  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6abafbbf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@131c58ee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@74623abe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c6f1343, containsSubquery=false)
2026-08-29 13:10:45.488  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:10:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 423
2026-08-29 13:10:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:10:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:10:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:10:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:10:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:10:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:10:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4e4f4e92(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 13:10:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:11:05.484  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:11:05.484  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:11:05.484  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@58aa7c65, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12a70ed2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@46c8dc83, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@674f0fac, containsSubquery=false)
2026-08-29 13:11:05.484  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:11:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 424
2026-08-29 13:11:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:11:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:11:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:11:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:11:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:11:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4b21a0e(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 13:11:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:11:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:11:25.506  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:11:25.506  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:11:25.506  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1133f72f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f1c1144, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5fbf8f93, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60ff6560, containsSubquery=false)
2026-08-29 13:11:25.506  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:11:45.469  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:11:45.469  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:11:45.469  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5949ceae, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55714332, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@247a52a2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33ed607b, containsSubquery=false)
2026-08-29 13:11:45.469  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:11:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 425
2026-08-29 13:11:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:11:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:11:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:11:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:11:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:11:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:11:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3eea2a94(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 13:11:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:12:05.479  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:12:05.479  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:12:05.479  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56366323, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b830016, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a17dd92, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d6a11db, containsSubquery=false)
2026-08-29 13:12:05.479  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:12:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 426
2026-08-29 13:12:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:12:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:12:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:12:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:12:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5bf2aeba(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 13:12:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:12:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:12:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:12:25.490  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:12:25.490  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:12:25.490  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@63d9022d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7730229f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b2f99d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@ee80a42, containsSubquery=false)
2026-08-29 13:12:25.490  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:12:45.467  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:12:45.479  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:12:45.479  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7095530c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b18902d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54bf24e4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3eebabfb, containsSubquery=false)
2026-08-29 13:12:45.479  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:12:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 427
2026-08-29 13:12:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:12:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:12:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:12:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:12:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:12:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:12:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@bce8324(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 13:12:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:13:05.477  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:13:05.477  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:13:05.477  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e0b4910, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@350f4ae7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27c812d8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@439cdeda, containsSubquery=false)
2026-08-29 13:13:05.477  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:13:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 428
2026-08-29 13:13:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:13:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7db63923(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 13:13:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:13:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:13:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:13:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:13:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:13:25.490  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:13:25.490  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:13:25.490  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6ae5728e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c52890c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c86f42, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@37a55c74, containsSubquery=false)
2026-08-29 13:13:25.491  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:13:45.484  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:13:45.484  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:13:45.484  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6cad4fe7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@256aa2a3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@615e2c24, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53cb763, containsSubquery=false)
2026-08-29 13:13:45.484  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:13:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 429
2026-08-29 13:13:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:13:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:13:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:13:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:13:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:13:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:13:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:13:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@53dd541(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 13:14:05.495  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:14:05.495  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:14:05.495  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b73bfca, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@8ab006c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62d3038f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6da99652, containsSubquery=false)
2026-08-29 13:14:05.495  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:14:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 430
2026-08-29 13:14:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:14:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:14:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1c3dc3a2(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 13:14:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:14:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:14:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:14:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:14:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:14:25.479  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:14:25.479  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:14:25.479  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@289f5c41, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@10b8d3af, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f600b4d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@69268021, containsSubquery=false)
2026-08-29 13:14:25.479  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:14:45.469  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:14:45.469  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:14:45.469  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a7ebf48, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@13101321, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ad8ee10, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@576c8abd, containsSubquery=false)
2026-08-29 13:14:45.469  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:14:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 431
2026-08-29 13:14:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:14:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:14:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@75120138(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 13:14:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:14:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:14:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:14:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:14:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:15:05.517  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:15:05.517  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:15:05.517  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19fb2619, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@255a018c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@74ee9563, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@c79b7b2, containsSubquery=false)
2026-08-29 13:15:05.517  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:15:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 432
2026-08-29 13:15:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:15:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:15:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:15:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:15:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:15:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:15:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:15:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5957667d(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 13:15:25.474  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:15:25.474  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:15:25.474  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3958ed14, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b7caf47, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2450f549, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@71b8f8de, containsSubquery=false)
2026-08-29 13:15:25.474  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:15:45.463  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:15:45.464  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:15:45.464  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c3c9a8c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@26ed8d6f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a413aa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b1a93e8, containsSubquery=false)
2026-08-29 13:15:45.464  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:15:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 433
2026-08-29 13:15:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:15:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:15:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:15:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3df726e7(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 13:15:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:15:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:15:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:15:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:16:05.496  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:16:05.497  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:16:05.497  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@d5890fd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1076cc9c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@681a3e8b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@467d4cd5, containsSubquery=false)
2026-08-29 13:16:05.497  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:16:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 434
2026-08-29 13:16:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:16:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:16:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:16:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:16:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:16:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:16:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:16:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@67488098(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 13:16:25.469  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:16:25.469  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:16:25.469  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b8a325d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ffd131b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4fc695c9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1966e480, containsSubquery=false)
2026-08-29 13:16:25.470  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:16:45.465  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:16:45.465  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:16:45.465  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3e2d50b8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79e98cb9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@294c0bca, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@195e2f14, containsSubquery=false)
2026-08-29 13:16:45.465  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:16:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 435
2026-08-29 13:16:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:16:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:16:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:16:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@38f60940(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 13:16:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:16:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:16:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:16:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:17:05.640  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:17:05.641  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:17:05.641  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@27b0d4ff, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4cb8ac9b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c171724, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@23148788, containsSubquery=false)
2026-08-29 13:17:05.641  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:17:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 436
2026-08-29 13:17:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:17:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:17:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@27029ece(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 13:17:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:17:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:17:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:17:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:17:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:17:25.470  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:17:25.470  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:17:25.470  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@12f66ab9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5a9c16f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20a76d97, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@47858f51, containsSubquery=false)
2026-08-29 13:17:25.470  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:17:45.470  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:17:45.470  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:17:45.470  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@556bbef, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@73c55ab5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b5b1123, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e8964eb, containsSubquery=false)
2026-08-29 13:17:45.470  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:17:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 437
2026-08-29 13:17:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:17:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:17:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:17:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@622d2234(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 13:17:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:17:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:17:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:17:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:18:05.495  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:18:05.495  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:18:05.495  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3f12e41a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@475e1ea9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61c02b6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6969495e, containsSubquery=false)
2026-08-29 13:18:05.495  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:18:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 438
2026-08-29 13:18:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:18:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:18:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:18:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:18:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:18:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:18:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:18:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@77c081e3(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 13:18:25.467  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:18:25.467  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:18:25.467  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@68af68b1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@538f128e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@188a176f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@22bab46d, containsSubquery=false)
2026-08-29 13:18:25.467  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:18:45.477  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:18:45.477  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:18:45.477  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@11611c8f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@794ecf3a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@121ceee3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@45ec3afa, containsSubquery=false)
2026-08-29 13:18:45.477  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:18:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 439
2026-08-29 13:18:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:18:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:18:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@78a248c1(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 13:18:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:18:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:18:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:18:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:18:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:19:05.469  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:19:05.469  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:19:05.469  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2df6f613, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51ccfc15, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35fcb6fa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a54289d, containsSubquery=false)
2026-08-29 13:19:05.470  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:19:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 440
2026-08-29 13:19:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:19:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:19:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:19:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:19:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:19:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:19:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:19:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4ccae908(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 13:19:25.468  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:19:25.468  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:19:25.468  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@577d2e07, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49413da2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ceb7ce7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@576a59d5, containsSubquery=false)
2026-08-29 13:19:25.468  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:19:45.509  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:19:45.509  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:19:45.509  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2740ac1e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@33c3f745, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c93b70, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@71cf1954, containsSubquery=false)
2026-08-29 13:19:45.509  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:19:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 441
2026-08-29 13:19:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:19:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:19:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1e57eaf0(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 13:19:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:19:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:19:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:19:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:19:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:20:05.523  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:20:05.523  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:20:05.523  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5d3fc4d1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@339ca1af, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2776a05c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@38681e28, containsSubquery=false)
2026-08-29 13:20:05.523  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:20:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 442
2026-08-29 13:20:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:20:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:20:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:20:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:20:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:20:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:20:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:20:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@39eac497(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 13:20:25.469  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:20:25.469  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:20:25.469  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8a8386c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4e299fba, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6edc6e3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b10436c, containsSubquery=false)
2026-08-29 13:20:25.469  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:20:45.475  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:20:45.475  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:20:45.475  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@29fb4bce, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78e8c715, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d4f4303, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@669ba532, containsSubquery=false)
2026-08-29 13:20:45.475  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:20:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 443
2026-08-29 13:20:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:20:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:20:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:20:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:20:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:20:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:20:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@19298cf0(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 13:20:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:21:05.482  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:21:05.482  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:21:05.482  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7444493e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d821114, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3654b558, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@65ea9bf1, containsSubquery=false)
2026-08-29 13:21:05.482  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:21:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 444
2026-08-29 13:21:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:21:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:21:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4f04131d(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 13:21:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:21:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:21:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:21:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:21:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:21:25.467  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:21:25.467  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:21:25.467  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1c8e0461, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@505dd206, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@71b68b0c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a191206, containsSubquery=false)
2026-08-29 13:21:25.467  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:21:45.485  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:21:45.485  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:21:45.485  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3fbf2702, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3dc8dd57, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@780e1201, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3c43730c, containsSubquery=false)
2026-08-29 13:21:45.485  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:21:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 445
2026-08-29 13:21:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:21:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:21:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:21:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:21:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:21:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@628e42c6(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 13:21:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:21:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:22:05.468  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:22:05.468  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:22:05.468  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6c0b3a2e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@df4f0c4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c2c8cb0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77e8c29d, containsSubquery=false)
2026-08-29 13:22:05.468  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:22:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 446
2026-08-29 13:22:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:22:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:22:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:22:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@fd4a1f9(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 13:22:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:22:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:22:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:22:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:22:25.474  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:22:25.474  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:22:25.474  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b5a90af, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66e9fb5c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c1a280, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c9560da, containsSubquery=false)
2026-08-29 13:22:25.474  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:22:45.472  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:22:45.472  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:22:45.472  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6be0b9b0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ef6054d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@44ab4093, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3cd27b8d, containsSubquery=false)
2026-08-29 13:22:45.472  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:22:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 447
2026-08-29 13:22:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:22:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:22:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:22:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@78c603d(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 13:22:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:22:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:22:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:22:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:23:05.600  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:23:05.602  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:23:05.602  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@24acc565, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e584f6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@32308f9c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d344c6, containsSubquery=false)
2026-08-29 13:23:05.602  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:23:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 448
2026-08-29 13:23:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:23:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:23:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:23:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:23:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5dfe7285(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 13:23:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:23:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:23:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:23:25.483  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:23:25.483  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:23:25.484  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@10e84a4e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4dac4ce4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@375d24d7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e1a56ba, containsSubquery=false)
2026-08-29 13:23:25.484  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:23:45.467  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:23:45.467  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:23:45.467  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f1d86ef, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b8dc72d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@128a7a0e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b4c6821, containsSubquery=false)
2026-08-29 13:23:45.468  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:23:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 449
2026-08-29 13:23:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:23:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@63ce493e(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 13:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:23:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:23:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:23:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:24:05.467  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:24:05.468  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:24:05.468  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@35cd984, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ee5c248, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@ff5a5b6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f92a533, containsSubquery=false)
2026-08-29 13:24:05.468  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:24:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 450
2026-08-29 13:24:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:24:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:24:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:24:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:24:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:24:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:24:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6cd531b0(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 13:24:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:24:25.478  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:24:25.478  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:24:25.478  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ffe04b3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@281a21df, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ab6dfad, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68c250cf, containsSubquery=false)
2026-08-29 13:24:25.478  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:24:45.467  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:24:45.467  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:24:45.467  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@824631b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39f8d30, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ab8896d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74bcec33, containsSubquery=false)
2026-08-29 13:24:45.467  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:24:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 451
2026-08-29 13:24:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:24:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:24:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@704ebffe(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 13:24:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:24:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:24:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:24:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:24:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:25:05.470  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:25:05.470  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:25:05.470  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@75cdecf5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@519c1c04, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b802cb9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77ef2fc8, containsSubquery=false)
2026-08-29 13:25:05.470  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:25:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 452
2026-08-29 13:25:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:25:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:25:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6fd53c61(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 13:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:25:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:25:25.491  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:25:25.491  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:25:25.491  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@465aac20, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@59f7f928, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5d0db2cc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@29eabec0, containsSubquery=false)
2026-08-29 13:25:25.491  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:25:45.467  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:25:45.467  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:25:45.467  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c216c5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@190da798, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ca53de2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b03477d, containsSubquery=false)
2026-08-29 13:25:45.467  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:25:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 453
2026-08-29 13:25:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:25:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:25:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:25:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:25:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:25:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:25:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@16fd6872(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 13:25:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:26:05.485  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:26:05.485  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:26:05.485  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@de8f9e1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55deae9f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@462b1676, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@37f0177f, containsSubquery=false)
2026-08-29 13:26:05.485  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:26:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 454
2026-08-29 13:26:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:26:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:26:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:26:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:26:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:26:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@204ca444(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 13:26:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:26:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:26:25.501  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:26:25.501  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:26:25.501  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f3fc721, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5286ebd4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@38ed549e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60f18d95, containsSubquery=false)
2026-08-29 13:26:25.501  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:26:45.469  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:26:45.469  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:26:45.469  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@60ce5fa5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@77dd87bd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d788639, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a477fa3, containsSubquery=false)
2026-08-29 13:26:45.469  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:26:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 455
2026-08-29 13:26:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:26:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:26:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:26:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:26:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:26:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:26:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5d1ecd20(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 13:26:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:27:05.528  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:27:05.528  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:27:05.528  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@663f7ada, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@568b195, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5c4c76b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1928802f, containsSubquery=false)
2026-08-29 13:27:05.528  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:27:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 456
2026-08-29 13:27:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:27:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:27:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:27:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:27:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:27:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:27:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@28bb6700(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 13:27:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:27:25.471  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:27:25.471  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:27:25.471  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3fa5e30d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1aea902d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@57cfa7cc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6cc845f5, containsSubquery=false)
2026-08-29 13:27:25.471  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:27:45.465  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:27:45.465  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:27:45.465  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@ec510c0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@131eab90, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c1c3da6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3cfa3e92, containsSubquery=false)
2026-08-29 13:27:45.465  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:27:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 457
2026-08-29 13:27:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:27:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:27:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7ea179c5(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 13:27:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:27:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:27:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:27:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:27:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:28:05.521  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:28:05.521  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:28:05.521  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6348fa64, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3afdec1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40968642, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d059737, containsSubquery=false)
2026-08-29 13:28:05.521  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:28:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 458
2026-08-29 13:28:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:28:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:28:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:28:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:28:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:28:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:28:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@ba9c0e5(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 13:28:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:28:25.465  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:28:25.465  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:28:25.465  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@416f8f35, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60d58a4c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c45936d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7690d3a3, containsSubquery=false)
2026-08-29 13:28:25.465  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:28:45.466  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:28:45.466  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:28:45.466  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f8ca275, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@77045285, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2b7bdebf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@317d01b3, containsSubquery=false)
2026-08-29 13:28:45.466  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:28:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 459
2026-08-29 13:28:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:28:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:28:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2e34518d(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 13:29:05.490  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:29:05.490  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:29:05.490  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@618bdd0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3592e6cc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24d4b4a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72568078, containsSubquery=false)
2026-08-29 13:29:05.490  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:29:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 460
2026-08-29 13:29:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:29:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:29:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:29:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:29:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:29:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@757ece0e(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 13:29:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:29:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:29:25.486  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:29:25.486  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:29:25.486  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3914726d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@789196da, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2025a6d1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@14ad7b09, containsSubquery=false)
2026-08-29 13:29:25.486  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:29:45.469  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:29:45.469  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:29:45.469  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22a74c55, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14ef3ed7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2fff8ce1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5e2cc0eb, containsSubquery=false)
2026-08-29 13:29:45.469  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:29:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 461
2026-08-29 13:29:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:29:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:29:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@481cadc7(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 13:29:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:29:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:29:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:29:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:29:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:30:05.494  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:30:05.494  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:30:05.494  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e8898c7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1192df2d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26b82082, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@38880d5e, containsSubquery=false)
2026-08-29 13:30:05.494  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:30:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 462
2026-08-29 13:30:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:30:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:30:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2f29d5dc(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 13:30:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:30:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:30:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:30:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:30:21.941  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:30:25.471  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:30:25.472  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:30:25.472  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@10084114, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3cbfbc24, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c184737, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3bf6af2a, containsSubquery=false)
2026-08-29 13:30:25.472  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:30:45.520  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:30:45.520  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:30:45.520  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@241f27ed, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6fe81138, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2bf98aef, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@51677917, containsSubquery=false)
2026-08-29 13:30:45.520  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:30:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 463
2026-08-29 13:30:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:30:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:30:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:30:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:30:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:30:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:30:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:30:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@60e900c9(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 13:31:05.471  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:31:05.471  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:31:05.471  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@314083cc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@590e3c7f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45199f5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@22468d84, containsSubquery=false)
2026-08-29 13:31:05.471  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:31:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 464
2026-08-29 13:31:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:31:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:31:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4e050baa(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 13:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:31:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:31:25.495  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:31:25.496  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:31:25.496  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7f2d98ef, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78827845, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f76f41c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5cb69ae0, containsSubquery=false)
2026-08-29 13:31:25.496  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:31:45.495  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:31:45.495  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:31:45.495  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@36be8a43, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5daa74c2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7c29b8b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5e78892e, containsSubquery=false)
2026-08-29 13:31:45.495  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:31:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 465
2026-08-29 13:31:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:31:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:31:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:31:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:31:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:31:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:31:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@246f4f44(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 13:31:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:32:05.477  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:32:05.478  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:32:05.478  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4381352, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@31a39102, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e54aeb1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@27207e1e, containsSubquery=false)
2026-08-29 13:32:05.478  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:32:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 466
2026-08-29 13:32:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:32:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:32:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:32:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:32:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:32:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:32:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2f1b4d44(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 13:32:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:32:25.468  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:32:25.468  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:32:25.469  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@10801245, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@33808ab2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@683ac735, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63e25ee9, containsSubquery=false)
2026-08-29 13:32:25.470  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:32:45.481  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:32:45.482  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:32:45.482  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5110ff05, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5126aa3c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@19b9c9c0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@292df406, containsSubquery=false)
2026-08-29 13:32:45.482  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:32:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 467
2026-08-29 13:32:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:32:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:32:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@760b1fb3(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 13:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:32:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:33:05.471  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:33:05.471  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:33:05.471  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2656777b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c9b2a1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@58fefcf7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c2277a7, containsSubquery=false)
2026-08-29 13:33:05.471  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:33:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 468
2026-08-29 13:33:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:33:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:33:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:33:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@fefa991(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 13:33:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:33:25.467  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:33:25.467  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:33:25.467  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@568956a4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d928c28, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2dc76775, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@381f140c, containsSubquery=false)
2026-08-29 13:33:25.467  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:33:45.482  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:33:45.482  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:33:45.482  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2ebe9908, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b1fc9fb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8a454b1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f327804, containsSubquery=false)
2026-08-29 13:33:45.483  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:33:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 469
2026-08-29 13:33:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:33:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:33:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:33:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@71e639fa(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 13:33:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:33:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:33:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:33:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:34:05.479  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:34:05.480  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:34:05.480  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@34c161f4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3dcddb81, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@561db04, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3cfe5a43, containsSubquery=false)
2026-08-29 13:34:05.480  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:34:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 470
2026-08-29 13:34:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:34:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:34:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:34:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:34:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@986e956(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 13:34:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:34:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:34:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:34:25.475  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:34:25.475  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:34:25.475  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5ff33a1a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2792e692, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2e2cc944, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4be1c302, containsSubquery=false)
2026-08-29 13:34:25.475  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:34:45.494  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:34:45.494  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:34:45.494  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@32f14e65, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1efc2c3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d41b0cf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33be09d1, containsSubquery=false)
2026-08-29 13:34:45.494  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:34:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 471
2026-08-29 13:34:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:34:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:34:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:34:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4124305a(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 13:34:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:34:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:34:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:34:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:35:05.503  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:35:05.503  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:35:05.503  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c9383eb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@779a0d7e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b13f10e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3c512799, containsSubquery=false)
2026-08-29 13:35:05.503  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:35:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 472
2026-08-29 13:35:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:35:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:35:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:35:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:35:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:35:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:35:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:35:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@55dcfbcc(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 13:35:25.495  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:35:25.495  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:35:25.495  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d9b1afb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c1f31aa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@660aee89, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2cc6aa8e, containsSubquery=false)
2026-08-29 13:35:25.495  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:35:45.565  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:35:45.565  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:35:45.565  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d808be5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5feb2771, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5c012352, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7806a26c, containsSubquery=false)
2026-08-29 13:35:45.565  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:35:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 473
2026-08-29 13:35:51.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:35:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:35:51.941  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@60cbe157(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 13:35:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:35:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:35:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:35:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:35:51.948  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:36:05.470  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:36:05.471  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:36:05.471  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@94d08f3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2eb1c1c5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@427a2fee, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f1a8e66, containsSubquery=false)
2026-08-29 13:36:05.471  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:36:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 474
2026-08-29 13:36:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:36:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:36:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@248d5ed0(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 13:36:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:36:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:36:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:36:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:36:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:36:25.512  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:36:25.513  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:36:25.513  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@febef7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@31b3685f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@492cf501, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5e566782, containsSubquery=false)
2026-08-29 13:36:25.513  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:36:45.465  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:36:45.465  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:36:45.465  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65faef2b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@65e037c9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@657f13cb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e46984a, containsSubquery=false)
2026-08-29 13:36:45.465  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:36:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 475
2026-08-29 13:36:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:36:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:36:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:36:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:36:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:36:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5c7a0431(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 13:36:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:37:05.467  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:37:05.468  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:37:05.468  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@72c2b929, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5de3baef, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4effc45, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@76f13307, containsSubquery=false)
2026-08-29 13:37:05.468  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:37:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 476
2026-08-29 13:37:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:37:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:37:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:37:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:37:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:37:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:37:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@821e2eb(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 13:37:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:37:25.481  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:37:25.481  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:37:25.481  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5984fec8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@446c644a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@30fb81ed, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@291a9fd6, containsSubquery=false)
2026-08-29 13:37:25.481  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:37:45.468  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:37:45.468  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:37:45.468  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5d339c32, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7130bea8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4bb02b32, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7bce4ffc, containsSubquery=false)
2026-08-29 13:37:45.468  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:37:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 477
2026-08-29 13:37:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:37:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:37:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:37:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:37:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:37:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@277c3939(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 13:37:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:37:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:38:05.491  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:38:05.492  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:38:05.492  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1c1ff877, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@74fa96b5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7150c216, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@932edd4, containsSubquery=false)
2026-08-29 13:38:05.492  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:38:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 478
2026-08-29 13:38:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:38:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:38:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:38:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@627a42af(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 13:38:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:38:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:38:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:38:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:38:25.486  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:38:25.486  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:38:25.486  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@58da77cd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@62dbead8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16856516, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@69738b19, containsSubquery=false)
2026-08-29 13:38:25.486  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:38:45.465  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:38:45.465  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:38:45.465  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45dc8e16, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7bd2a83c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f9fc64b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f4c3198, containsSubquery=false)
2026-08-29 13:38:45.465  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:38:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 479
2026-08-29 13:38:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:38:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:38:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1ef5c96a(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 13:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:38:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:39:05.593  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:39:05.593  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:39:05.593  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2edf8354, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d113fc8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3996fe3b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d2e80b0, containsSubquery=false)
2026-08-29 13:39:05.594  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:39:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 480
2026-08-29 13:39:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:39:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:39:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:39:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:39:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:39:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:39:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@16dde1c(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 13:39:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:39:25.467  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:39:25.467  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:39:25.467  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@46ed98c8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@48f27eb2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b422bd7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@13081892, containsSubquery=false)
2026-08-29 13:39:25.467  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:39:45.467  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:39:45.468  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:39:45.468  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6c31ee35, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@105141cd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3bdbc612, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@322dd23d, containsSubquery=false)
2026-08-29 13:39:45.468  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:39:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 481
2026-08-29 13:39:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:39:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:39:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:39:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7da6d00f(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 13:39:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:39:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:39:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:39:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:40:05.530  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:40:05.531  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:40:05.531  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@78ef315e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79d6b991, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@58e58a73, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@277389ab, containsSubquery=false)
2026-08-29 13:40:05.531  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:40:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 482
2026-08-29 13:40:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:40:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:40:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@26ddc6c1(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 13:40:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:40:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:40:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:40:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:40:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:40:25.466  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:40:25.466  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:40:25.466  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@43111199, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@746dbd6b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@675fcd28, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@38b1d44, containsSubquery=false)
2026-08-29 13:40:25.466  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:40:45.465  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:40:45.466  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:40:45.466  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@41b526db, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@fc18eb5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@77fc23ec, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e255e9c, containsSubquery=false)
2026-08-29 13:40:45.466  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:40:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 483
2026-08-29 13:40:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:40:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:40:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:40:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5db0a432(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 13:40:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:40:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:40:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:40:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:41:05.493  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:41:05.493  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:41:05.493  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a2dabf3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4bf66372, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@326865cd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cfc57e9, containsSubquery=false)
2026-08-29 13:41:05.493  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:41:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 484
2026-08-29 13:41:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:41:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:41:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:41:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:41:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:41:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:41:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2c670b26(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 13:41:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:41:25.578  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:41:25.578  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:41:25.578  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@67a44506, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ad09825, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@58edd015, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d7b0db0, containsSubquery=false)
2026-08-29 13:41:25.578  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:41:45.466  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:41:45.466  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:41:45.466  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@189bc2e0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3652cbeb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6197f1e5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5477d29e, containsSubquery=false)
2026-08-29 13:41:45.466  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:41:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 485
2026-08-29 13:41:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:41:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:41:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:41:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:41:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4835b605(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 13:41:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:41:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:41:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:42:05.599  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:42:05.600  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:42:05.600  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@51e7f309, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c044909, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5d2c05d6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79320cee, containsSubquery=false)
2026-08-29 13:42:05.600  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:42:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 486
2026-08-29 13:42:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:42:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:42:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:42:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@25f6c117(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 13:42:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:42:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:42:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:42:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:42:25.468  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:42:25.469  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:42:25.469  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@204e654e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1d3f25f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e2f6ed3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58ff120a, containsSubquery=false)
2026-08-29 13:42:25.469  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:42:45.508  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:42:45.508  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:42:45.508  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2af69f4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f55c608, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@290a40c6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1527d117, containsSubquery=false)
2026-08-29 13:42:45.508  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:42:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 487
2026-08-29 13:42:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:42:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@54efa478(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 13:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:42:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:43:05.488  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:43:05.488  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:43:05.488  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7bb6ca3d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@229f3c61, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d9fad4b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@582ce70e, containsSubquery=false)
2026-08-29 13:43:05.488  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:43:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 488
2026-08-29 13:43:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:43:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@16570e32(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 13:43:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:43:25.474  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:43:25.474  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:43:25.474  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b9a6f94, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d0965df, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16ef921c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e3f51c1, containsSubquery=false)
2026-08-29 13:43:25.474  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:43:45.486  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:43:45.487  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:43:45.487  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@777da612, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@877eec7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e9c49e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@67499e9e, containsSubquery=false)
2026-08-29 13:43:45.487  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:43:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 489
2026-08-29 13:43:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:43:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:43:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:43:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:43:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:43:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:43:51.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@40d0f2ea(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 13:43:51.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:44:05.482  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:44:05.482  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:44:05.482  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@784e6405, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@405dd87f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@93167f9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@95ce632, containsSubquery=false)
2026-08-29 13:44:05.482  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:44:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 490
2026-08-29 13:44:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:44:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:44:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7d93d7df(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 13:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:44:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:44:25.475  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:44:25.475  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:44:25.475  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@123bb4fd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6a21b919, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f99adc1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@bbacb7f, containsSubquery=false)
2026-08-29 13:44:25.475  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:44:45.513  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:44:45.513  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:44:45.513  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3f552c11, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11398d9f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63d66fee, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@136c50e0, containsSubquery=false)
2026-08-29 13:44:45.513  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:44:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 491
2026-08-29 13:44:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:44:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@681bb646(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 13:44:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:45:05.497  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:45:05.499  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:45:05.499  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@449de594, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e5883d1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@727aac57, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74c73cde, containsSubquery=false)
2026-08-29 13:45:05.499  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:45:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 492
2026-08-29 13:45:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:45:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:45:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1055b97d(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 13:45:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:45:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:45:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:45:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:45:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:45:25.483  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:45:25.483  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:45:25.483  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@377ea794, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@21422652, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5fb604b5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@205ced89, containsSubquery=false)
2026-08-29 13:45:25.483  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:45:45.542  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:45:45.542  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:45:45.542  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7c6a4411, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1463b0e6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27c4e550, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2734ab87, containsSubquery=false)
2026-08-29 13:45:45.542  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:45:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 493
2026-08-29 13:45:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:45:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@498e9584(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 13:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:45:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:46:05.474  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:46:05.475  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:46:05.475  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1d9580e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b7290e2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@30ee48c0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b4d5a6, containsSubquery=false)
2026-08-29 13:46:05.475  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:46:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 494
2026-08-29 13:46:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:46:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:46:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:46:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:46:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:46:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:46:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:46:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@22ad7dd1(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 13:46:25.474  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:46:25.474  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:46:25.474  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@153af38f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@314eafb8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@600035a9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@29e7ea04, containsSubquery=false)
2026-08-29 13:46:25.474  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:46:45.466  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:46:45.466  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:46:45.466  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@520a88f1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@25e44701, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9582134, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d82530d, containsSubquery=false)
2026-08-29 13:46:45.466  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:46:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 495
2026-08-29 13:46:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:46:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:46:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:46:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:46:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5880a6c0(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 13:46:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:46:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:46:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:47:05.512  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:47:05.512  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:47:05.512  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ca0c10c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a6b915a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b6ea2a0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7791186c, containsSubquery=false)
2026-08-29 13:47:05.512  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:47:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 496
2026-08-29 13:47:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:47:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:47:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@760de390(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 13:47:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:47:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:47:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:47:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:47:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:47:25.502  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:47:25.502  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:47:25.502  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@39ff9ebd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66bf596a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e0a7cde, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36955fa1, containsSubquery=false)
2026-08-29 13:47:25.502  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:47:45.474  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:47:45.474  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:47:45.474  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b6f4ca4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b1088b1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@653fdfbf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@23e95134, containsSubquery=false)
2026-08-29 13:47:45.474  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:47:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 497
2026-08-29 13:47:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:47:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:47:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:47:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5bc7b7c4(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 13:47:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:47:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:47:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:47:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:48:05.491  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:48:05.491  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:48:05.491  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a304004, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@36deff1e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15d218a8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@49feb7a5, containsSubquery=false)
2026-08-29 13:48:05.491  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:48:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 498
2026-08-29 13:48:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:48:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:48:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@20e0e31d(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 13:48:25.501  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:48:25.501  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:48:25.501  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5b7fc82c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@151dad42, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6cfcbd02, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@508b2b07, containsSubquery=false)
2026-08-29 13:48:25.501  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:48:45.469  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:48:45.469  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:48:45.469  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@28d6eeb8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@21d4c3ed, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70becd5c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@172999e8, containsSubquery=false)
2026-08-29 13:48:45.469  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:48:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 499
2026-08-29 13:48:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:48:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:48:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@44ff0663(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 13:48:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:48:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:48:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:48:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:48:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:49:05.483  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:49:05.483  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:49:05.483  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1425c84b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5716bb9f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b633b1b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19cdc182, containsSubquery=false)
2026-08-29 13:49:05.483  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:49:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 500
2026-08-29 13:49:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:49:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@578c413e(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 13:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:49:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:49:25.491  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:49:25.491  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:49:25.491  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5fd475d5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6a8cec59, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6dbfba54, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7dc523ac, containsSubquery=false)
2026-08-29 13:49:25.491  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:49:45.466  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:49:45.466  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:49:45.466  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@dc70e7d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@144c5791, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@741a2a6e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e666bf7, containsSubquery=false)
2026-08-29 13:49:45.466  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:49:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 501
2026-08-29 13:49:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:49:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:49:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:49:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@891d340(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 13:49:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:49:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:49:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:49:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:50:05.494  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:50:05.495  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:50:05.495  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@127806df, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5fa0c33e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@188eb071, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6afcc54e, containsSubquery=false)
2026-08-29 13:50:05.495  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:50:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 502
2026-08-29 13:50:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:50:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:50:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:50:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6c80a2d(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 13:50:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:50:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:50:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:50:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:50:25.569  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:50:25.569  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:50:25.569  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4df81f78, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6dad11f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70e2b815, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5cd0d663, containsSubquery=false)
2026-08-29 13:50:25.569  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:50:45.468  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:50:45.468  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:50:45.468  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13430259, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4487235b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5d5b5ef4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3c945d41, containsSubquery=false)
2026-08-29 13:50:45.469  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:50:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 503
2026-08-29 13:50:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:50:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7e7d55eb(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 13:50:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:50:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:50:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:50:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:50:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:51:05.536  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:51:05.536  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:51:05.536  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@553138bf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f9f7e9b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e812129, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ab19374, containsSubquery=false)
2026-08-29 13:51:05.536  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:51:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 504
2026-08-29 13:51:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:51:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:51:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:51:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:51:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:51:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:51:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@22d39ebe(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 13:51:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:51:25.469  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:51:25.469  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:51:25.469  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a9fe0a3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@558997fc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ad3f793, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32ba589d, containsSubquery=false)
2026-08-29 13:51:25.469  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:51:45.465  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:51:45.465  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:51:45.465  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1c672504, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@617efd71, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4399d93, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d7f1c55, containsSubquery=false)
2026-08-29 13:51:45.465  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:51:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 505
2026-08-29 13:51:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:51:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:51:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@595e17d8(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 13:51:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:51:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:51:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:51:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:51:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:52:05.490  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:52:05.490  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:52:05.490  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@44fe9f2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d77e728, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b09186b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@70dbf8be, containsSubquery=false)
2026-08-29 13:52:05.490  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:52:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 506
2026-08-29 13:52:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:52:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:52:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:52:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:52:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:52:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:52:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6cfba721(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 13:52:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:52:25.467  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:52:25.467  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:52:25.467  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3dd53727, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@23172104, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@221de6fb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@784504d3, containsSubquery=false)
2026-08-29 13:52:25.467  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:52:38.424  INFO 2501436 --- [quartzScheduler_Worker-3] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 13:52:45.475  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:52:45.475  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:52:45.475  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@52fc34c9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28425271, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1f54ac4b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3fd74be6, containsSubquery=false)
2026-08-29 13:52:45.475  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:52:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 507
2026-08-29 13:52:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:52:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:52:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:52:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:52:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:52:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:52:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:52:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@52218fa4(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 13:53:05.518  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:53:05.518  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:53:05.518  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@71905137, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f0e6e6c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3cfe64b8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f366c86, containsSubquery=false)
2026-08-29 13:53:05.518  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:53:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 508
2026-08-29 13:53:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:53:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:53:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:53:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@23be25fd(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 13:53:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:53:25.475  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:53:25.476  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:53:25.476  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@650bb053, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c599742, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@84f61dc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74b01f1b, containsSubquery=false)
2026-08-29 13:53:25.476  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:53:45.463  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:53:45.463  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:53:45.463  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@28039480, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b9cd59a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@dacedfb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@478f72a7, containsSubquery=false)
2026-08-29 13:53:45.463  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:53:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 509
2026-08-29 13:53:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:53:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:53:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5aa35275(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 13:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:53:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:54:05.492  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:54:05.492  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:54:05.492  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2ec51af3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@72a5892c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@551c83e9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@43377ada, containsSubquery=false)
2026-08-29 13:54:05.492  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:54:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 510
2026-08-29 13:54:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:54:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:54:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:54:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:54:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@50efdfa8(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 13:54:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:54:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:54:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:54:25.470  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:54:25.471  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:54:25.471  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e83bf91, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2586433b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a40e7b8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5856c20e, containsSubquery=false)
2026-08-29 13:54:25.471  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:54:45.481  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:54:45.481  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:54:45.481  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@26202a77, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ad18603, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69372a4c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4368dba9, containsSubquery=false)
2026-08-29 13:54:45.481  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:54:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 511
2026-08-29 13:54:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:54:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:54:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:54:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:54:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@10b6ec2e(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 13:54:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:54:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:55:05.479  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:55:05.479  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:55:05.479  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@130c0c27, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@57997164, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2053902c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68831895, containsSubquery=false)
2026-08-29 13:55:05.479  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:55:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 512
2026-08-29 13:55:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:55:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:55:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@347cbdbe(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 13:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:55:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:55:25.467  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:55:25.467  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:55:25.467  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@426b5de5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c46195e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f31cfd7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7cbc648f, containsSubquery=false)
2026-08-29 13:55:25.467  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:55:45.490  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:55:45.490  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:55:45.490  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@10464c41, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1555d574, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a93913d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56ad45a5, containsSubquery=false)
2026-08-29 13:55:45.490  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:55:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 513
2026-08-29 13:55:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:55:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:55:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@aea1c16(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 13:55:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:55:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:55:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:55:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:55:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:56:05.517  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:56:05.517  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:56:05.517  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6cd6cd63, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@65f1145, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@78ad1baa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4adf26c0, containsSubquery=false)
2026-08-29 13:56:05.517  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:56:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 514
2026-08-29 13:56:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:56:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:56:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4e9b58f1(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 13:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:56:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:56:25.479  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:56:25.480  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:56:25.480  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@344e3edb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5df211c0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54e38513, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@51d312a1, containsSubquery=false)
2026-08-29 13:56:25.480  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:56:45.488  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:56:45.488  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:56:45.488  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@379ebdda, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@47637d41, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@532fc93a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5019ee75, containsSubquery=false)
2026-08-29 13:56:45.488  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:56:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 515
2026-08-29 13:56:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:56:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:56:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:56:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@37849b8(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 13:57:05.473  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:57:05.473  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:57:05.473  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66dd6b94, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d59a131, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@56a8489e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1bebf070, containsSubquery=false)
2026-08-29 13:57:05.473  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:57:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 516
2026-08-29 13:57:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:57:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:57:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:57:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:57:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4be7e395(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 13:57:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:57:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:57:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:57:25.594  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:57:25.594  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:57:25.594  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e147a9b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@31bfe8c0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1555397a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@502e7eca, containsSubquery=false)
2026-08-29 13:57:25.594  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:57:45.483  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:57:45.483  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:57:45.483  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a35c4bb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4e503f65, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43c6b867, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@352ef111, containsSubquery=false)
2026-08-29 13:57:45.483  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:57:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 517
2026-08-29 13:57:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:57:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:57:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:57:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:57:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:57:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:57:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:57:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@279060ba(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 13:58:05.472  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:58:05.472  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:58:05.472  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aad11e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e3c025b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24e2a2be, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2fce287a, containsSubquery=false)
2026-08-29 13:58:05.473  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:58:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 518
2026-08-29 13:58:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:58:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:58:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@31ade532(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 13:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:58:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:58:25.470  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:58:25.470  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:58:25.470  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2e05df9f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4006c11b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@cd90f1e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b6de6f6, containsSubquery=false)
2026-08-29 13:58:25.470  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:58:45.472  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:58:45.472  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:58:45.472  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6b44df2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@8352df1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43970407, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@376968b6, containsSubquery=false)
2026-08-29 13:58:45.472  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:58:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 519
2026-08-29 13:58:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:58:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:58:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:58:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@28dd6e53(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 13:58:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:59:05.462  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:59:05.462  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:59:05.463  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@83e4e92, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79a4e425, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2892e2a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@653259bb, containsSubquery=false)
2026-08-29 13:59:05.463  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:59:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 520
2026-08-29 13:59:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:59:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:59:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:59:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:59:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:59:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:59:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6d60ade0(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 13:59:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 13:59:25.506  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:59:25.506  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:59:25.506  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@124e8a5b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5fa27500, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e7a790d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57b7b054, containsSubquery=false)
2026-08-29 13:59:25.506  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:59:45.470  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 13:59:45.471  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 13:59:45.471  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d6043e4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a17d164, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7dacd603, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c34e61e, containsSubquery=false)
2026-08-29 13:59:45.471  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 13:59:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 521
2026-08-29 13:59:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 13:59:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 13:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 13:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 13:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 13:59:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@21bfd84d(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 13:59:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:00:05.509  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:00:05.510  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:00:05.510  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@d3d7d2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b92cdc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a2c68ee, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@609c7f97, containsSubquery=false)
2026-08-29 14:00:05.510  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:00:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 522
2026-08-29 14:00:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:00:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:00:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:00:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6e63bbea(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 14:00:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:00:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:00:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:00:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:00:25.597  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:00:25.597  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:00:25.597  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f67043, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@204f8c1e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5af18815, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c0f139b, containsSubquery=false)
2026-08-29 14:00:25.597  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:00:45.479  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:00:45.479  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:00:45.479  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7abfdfe4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@bdbc34c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b9ccff7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a1640f1, containsSubquery=false)
2026-08-29 14:00:45.479  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:00:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 523
2026-08-29 14:00:51.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:00:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:00:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:00:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:00:51.940  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2f0e580f(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 14:00:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:00:51.941  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:00:51.942  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:01:05.474  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:01:05.474  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:01:05.474  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@448b5c5c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b0e75fb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@187eb2b9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f1d98, containsSubquery=false)
2026-08-29 14:01:05.474  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:01:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 524
2026-08-29 14:01:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:01:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:01:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:01:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4dbdc153(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 14:01:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:01:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:01:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:01:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:01:25.476  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:01:25.477  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:01:25.477  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@75217cec, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a8c485c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2fa3c4b9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@616d59c3, containsSubquery=false)
2026-08-29 14:01:25.477  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:01:45.467  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:01:45.467  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:01:45.467  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@52e33b14, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4e970ebe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6cc28521, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@11b8594f, containsSubquery=false)
2026-08-29 14:01:45.467  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:01:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 525
2026-08-29 14:01:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:01:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:01:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:01:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:01:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3270184(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 14:01:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:02:05.484  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:02:05.484  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:02:05.484  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d19445, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f58055a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5c15cd1b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2505ff7, containsSubquery=false)
2026-08-29 14:02:05.484  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:02:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 526
2026-08-29 14:02:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:02:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:02:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:02:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:02:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:02:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:02:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:02:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@670223eb(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 14:02:25.486  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:02:25.486  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:02:25.486  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25138033, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19ec48ab, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f2bc476, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@61da4113, containsSubquery=false)
2026-08-29 14:02:25.486  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:02:45.473  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:02:45.473  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:02:45.474  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@75bc5ac5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@30807ea3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d35135e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@369a1620, containsSubquery=false)
2026-08-29 14:02:45.474  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:02:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 527
2026-08-29 14:02:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:02:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:02:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:02:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:02:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:02:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:02:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@72d03489(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 14:02:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:03:05.484  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:03:05.485  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:03:05.485  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@98b9f45, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5236a145, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@72b7c456, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36143240, containsSubquery=false)
2026-08-29 14:03:05.485  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:03:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 528
2026-08-29 14:03:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:03:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:03:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:03:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:03:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:03:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:03:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:03:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@24aeb06a(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 14:03:25.466  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:03:25.467  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:03:25.467  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2361f811, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5457ec2e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76ce68e1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7234403e, containsSubquery=false)
2026-08-29 14:03:25.467  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:03:45.503  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:03:45.503  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:03:45.503  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1cdd2783, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4851aff7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55d7468a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5bf37fe0, containsSubquery=false)
2026-08-29 14:03:45.503  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:03:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 529
2026-08-29 14:03:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:03:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:03:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:03:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:03:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:03:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:03:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@d520c2c(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 14:03:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:04:05.490  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:04:05.491  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:04:05.491  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@680d1a1a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5509fd3f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@57296d06, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@12090271, containsSubquery=false)
2026-08-29 14:04:05.491  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:04:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 530
2026-08-29 14:04:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:04:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:04:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:04:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:04:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:04:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:04:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3ef4fc33(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 14:04:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:04:25.506  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:04:25.506  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:04:25.506  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@ce0cc48, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@babe2f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ba067f0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d6f3458, containsSubquery=false)
2026-08-29 14:04:25.506  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:04:45.463  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:04:45.464  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:04:45.464  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2f5b6ed1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@425c66cf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a13f286, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@335323c8, containsSubquery=false)
2026-08-29 14:04:45.464  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:04:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 531
2026-08-29 14:04:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:04:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@24fda728(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 14:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:04:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:05:05.647  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:05:05.647  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:05:05.647  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4d85fa56, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5365d8f2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12e0c71f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2df99a33, containsSubquery=false)
2026-08-29 14:05:05.647  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:05:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 532
2026-08-29 14:05:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:05:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:05:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:05:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:05:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:05:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:05:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:05:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3729bcd4(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 14:05:25.476  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:05:25.476  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:05:25.476  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@759992bd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@33758549, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68c53e3c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@499f317e, containsSubquery=false)
2026-08-29 14:05:25.476  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:05:45.469  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:05:45.469  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:05:45.469  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4b007ed3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b1ea99e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@654109c8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@48b99145, containsSubquery=false)
2026-08-29 14:05:45.469  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:05:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 533
2026-08-29 14:05:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:05:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:05:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:05:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:05:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:05:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:05:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:05:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@45306c97(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 14:06:05.545  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:06:05.545  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:06:05.545  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@768b65a9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3634299, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@14b7791, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@ac12c9f, containsSubquery=false)
2026-08-29 14:06:05.545  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:06:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 534
2026-08-29 14:06:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:06:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:06:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:06:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:06:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:06:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:06:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2111bd42(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 14:06:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:06:25.473  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:06:25.474  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:06:25.474  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a85ead5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b4f933, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a62cf44, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@505af392, containsSubquery=false)
2026-08-29 14:06:25.474  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:06:45.477  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:06:45.477  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:06:45.477  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@623c3572, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17e2516f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@129465a3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2fb70f53, containsSubquery=false)
2026-08-29 14:06:45.477  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:06:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 535
2026-08-29 14:06:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:06:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:06:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@354b1c3c(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 14:06:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:06:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:06:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:06:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:06:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:07:05.470  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:07:05.471  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:07:05.471  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@c59a4f0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@9d446e6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76c08e47, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b0c0942, containsSubquery=false)
2026-08-29 14:07:05.471  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:07:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 536
2026-08-29 14:07:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:07:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:07:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:07:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4d2b49a3(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 14:07:25.485  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:07:25.486  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:07:25.486  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f699e44, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53a78973, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b8efbd0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@496482f, containsSubquery=false)
2026-08-29 14:07:25.486  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:07:45.482  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:07:45.482  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:07:45.482  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6f801e68, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1bbc8c44, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a7b89d5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@502e186c, containsSubquery=false)
2026-08-29 14:07:45.482  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:07:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 537
2026-08-29 14:07:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:07:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:07:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:07:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:07:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@79400c67(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 14:07:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:07:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:08:05.477  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:08:05.477  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:08:05.477  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@49899a6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@38bec9d8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2979c1d4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c3872c7, containsSubquery=false)
2026-08-29 14:08:05.477  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:08:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 538
2026-08-29 14:08:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:08:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:08:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3256287a(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 14:08:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:08:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:08:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:08:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:08:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:08:25.465  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:08:25.465  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:08:25.465  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2aa334fc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@523a6ad8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@855dfc8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c2d3d61, containsSubquery=false)
2026-08-29 14:08:25.465  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:08:45.485  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:08:45.485  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:08:45.485  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@48ed826d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@13d7d709, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31e332f7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@717e4a08, containsSubquery=false)
2026-08-29 14:08:45.485  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:08:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 539
2026-08-29 14:08:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:08:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:08:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:08:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:08:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:08:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:08:51.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5c88776a(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 14:08:51.941  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:09:05.475  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:09:05.475  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:09:05.475  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@722e6a6e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@779e5211, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@72b65bf9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a5cde8d, containsSubquery=false)
2026-08-29 14:09:05.475  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:09:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 540
2026-08-29 14:09:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:09:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:09:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:09:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:09:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:09:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:09:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2218ae65(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 14:09:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:09:25.482  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:09:25.483  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:09:25.483  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3b7d3efe, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4bcadeb4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ac2c2b7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25a83c33, containsSubquery=false)
2026-08-29 14:09:25.483  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:09:45.475  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:09:45.475  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:09:45.475  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@59ded41d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46d95bb5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@264ded3c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@591fffe5, containsSubquery=false)
2026-08-29 14:09:45.475  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:09:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 541
2026-08-29 14:09:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:09:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:09:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:09:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:09:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:09:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:09:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@78715e48(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 14:09:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:10:05.472  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:10:05.472  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:10:05.472  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4972c058, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@754e34be, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@58b3fdf5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6230fda0, containsSubquery=false)
2026-08-29 14:10:05.472  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:10:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 542
2026-08-29 14:10:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:10:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:10:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:10:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@42c226c3(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 14:10:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:10:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:10:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:10:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:10:25.473  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:10:25.473  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:10:25.473  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7ef39f65, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4da95f5d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1f7a68ea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6c50ab4a, containsSubquery=false)
2026-08-29 14:10:25.473  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:10:45.494  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:10:45.494  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:10:45.494  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@10cb9fe5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3004b0b4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@78c634e2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@54ee1daa, containsSubquery=false)
2026-08-29 14:10:45.494  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:10:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 543
2026-08-29 14:10:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:10:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:10:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:10:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@559ac3c0(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 14:10:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:10:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:10:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:10:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:11:05.470  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:11:05.471  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:11:05.471  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6335615c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7cc05109, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3168caa1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f95883b, containsSubquery=false)
2026-08-29 14:11:05.471  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:11:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 544
2026-08-29 14:11:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:11:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:11:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:11:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:11:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:11:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@20a01fab(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 14:11:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:11:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:11:25.480  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:11:25.480  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:11:25.480  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@24f9476, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46e38c3f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d650088, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@45eedcd0, containsSubquery=false)
2026-08-29 14:11:25.480  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:11:45.475  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:11:45.475  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:11:45.475  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f56698b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2cad8e85, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49bc4940, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a18df29, containsSubquery=false)
2026-08-29 14:11:45.475  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:11:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 545
2026-08-29 14:11:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:11:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:11:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@dbf995a(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 14:11:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:11:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:11:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:11:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:11:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:12:05.476  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:12:05.476  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:12:05.476  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@389dcb6a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7af90311, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c7d2d2e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@10152ba6, containsSubquery=false)
2026-08-29 14:12:05.477  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:12:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 546
2026-08-29 14:12:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:12:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:12:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3d29742d(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 14:12:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:12:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:12:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:12:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:12:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:12:25.496  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:12:25.496  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:12:25.496  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@399660d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d4a03fc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@58051c27, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@14bb6008, containsSubquery=false)
2026-08-29 14:12:25.496  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:12:45.497  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:12:45.498  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:12:45.498  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@11a2dc54, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c1e0c2c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@402eeb54, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f843ce7, containsSubquery=false)
2026-08-29 14:12:45.498  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:12:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 547
2026-08-29 14:12:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:12:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:12:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:12:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@aed7525(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 14:12:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:12:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:12:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:12:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:13:05.625  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:13:05.626  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:13:05.626  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@49a11834, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35f1f56e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1584fe6c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b9dbe8b, containsSubquery=false)
2026-08-29 14:13:05.626  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:13:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 548
2026-08-29 14:13:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:13:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:13:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1b17a6b8(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 14:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:13:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:13:25.484  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:13:25.484  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:13:25.484  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@aea1527, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7de27a40, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@74e334e4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79ed726b, containsSubquery=false)
2026-08-29 14:13:25.484  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:13:45.473  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:13:45.473  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:13:45.473  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4084314a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2adb1c1e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@74edcd52, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5528021d, containsSubquery=false)
2026-08-29 14:13:45.473  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:13:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 549
2026-08-29 14:13:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:13:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:13:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:13:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:13:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@629132eb(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 14:13:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:13:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:13:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:14:05.614  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:14:05.614  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:14:05.614  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2cab54cc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@47444351, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@137cbcad, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4004a596, containsSubquery=false)
2026-08-29 14:14:05.614  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:14:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 550
2026-08-29 14:14:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:14:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:14:21.941  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@36a03e29(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 14:14:21.942  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:14:21.942  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:14:21.942  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:14:21.942  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:14:21.942  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:14:25.482  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:14:25.483  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:14:25.483  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c792095, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f9a8c4a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5bb9e179, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34830af7, containsSubquery=false)
2026-08-29 14:14:25.483  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:14:45.467  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:14:45.468  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:14:45.468  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4eb856a1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@581922b8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d7e99a5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@269dbfca, containsSubquery=false)
2026-08-29 14:14:45.468  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:14:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 551
2026-08-29 14:14:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:14:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:14:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:14:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:14:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:14:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:14:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:14:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7145ee16(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 14:15:05.576  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:15:05.576  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:15:05.576  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66381675, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e31d38b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@470f614f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@8eaa6d6, containsSubquery=false)
2026-08-29 14:15:05.576  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:15:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 552
2026-08-29 14:15:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:15:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:15:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@61d17b69(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 14:15:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:15:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:15:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:15:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:15:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:15:25.543  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:15:25.544  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:15:25.544  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5b6750ef, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@23ec65c6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b9fdac0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@43f94c94, containsSubquery=false)
2026-08-29 14:15:25.544  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:15:45.487  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:15:45.488  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:15:45.488  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@46446e4b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4dec9401, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ef2dfdd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16b919f9, containsSubquery=false)
2026-08-29 14:15:45.488  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:15:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 553
2026-08-29 14:15:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:15:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:15:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:15:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:15:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:15:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:15:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@420e6c3d(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 14:15:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:16:05.576  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:16:05.576  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:16:05.576  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@544f8fd9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@76ed63e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a641277, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@51142649, containsSubquery=false)
2026-08-29 14:16:05.576  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:16:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 554
2026-08-29 14:16:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:16:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:16:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:16:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@76720a81(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 14:16:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:16:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:16:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:16:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:16:25.504  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:16:25.504  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:16:25.504  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@557b4a2e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55d41891, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@113b09cf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@177f0fe0, containsSubquery=false)
2026-08-29 14:16:25.504  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:16:45.472  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:16:45.472  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:16:45.472  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@482dbd3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d581b57, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d849149, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@bf3042d, containsSubquery=false)
2026-08-29 14:16:45.472  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:16:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 555
2026-08-29 14:16:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:16:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:16:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@48494f4(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 14:16:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:16:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:16:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:16:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:16:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:17:05.548  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:17:05.548  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:17:05.548  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@27bb5144, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@41f66885, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@584afdc7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@420c4d04, containsSubquery=false)
2026-08-29 14:17:05.548  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:17:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 556
2026-08-29 14:17:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:17:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:17:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:17:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:17:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:17:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:17:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:17:21.941  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5739eed5(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 14:17:25.478  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:17:25.478  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:17:25.478  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@48b2aa65, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f230701, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b645df7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@658f64da, containsSubquery=false)
2026-08-29 14:17:25.478  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:17:45.484  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:17:45.484  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:17:45.484  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30e8c141, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@608d42d2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@725ec89d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66dd0f74, containsSubquery=false)
2026-08-29 14:17:45.484  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:17:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 557
2026-08-29 14:17:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:17:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:17:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:17:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4f7607eb(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 14:17:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:17:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:17:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:17:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:18:05.515  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:18:05.515  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:18:05.515  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4806ef3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@444c1dfc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@576989ed, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58dac9e8, containsSubquery=false)
2026-08-29 14:18:05.515  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:18:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 558
2026-08-29 14:18:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:18:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:18:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:18:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:18:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:18:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:18:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:18:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@326c2e1b(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 14:18:25.477  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:18:25.477  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:18:25.477  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@14f3fdde, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4e336fbb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7cea9a9a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3bfdf77, containsSubquery=false)
2026-08-29 14:18:25.477  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:18:45.508  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:18:45.509  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:18:45.509  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@641b526d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3e22f343, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1f574138, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d6bf469, containsSubquery=false)
2026-08-29 14:18:45.509  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:18:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 559
2026-08-29 14:18:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:18:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:18:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:18:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:18:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@43b2a78b(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 14:18:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:18:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:18:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:19:05.495  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:19:05.495  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:19:05.495  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@43e3db29, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6904fdfe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@796ad80d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@13d4a93f, containsSubquery=false)
2026-08-29 14:19:05.495  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:19:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 560
2026-08-29 14:19:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:19:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:19:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:19:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5a696b7f(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 14:19:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:19:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:19:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:19:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:19:25.470  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:19:25.470  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:19:25.470  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@26df80a1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4796be4b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c65ec3b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4551859d, containsSubquery=false)
2026-08-29 14:19:25.470  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:19:45.492  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:19:45.493  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:19:45.493  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2e9f3504, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e3be568, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3cc7b63b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5045132, containsSubquery=false)
2026-08-29 14:19:45.493  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:19:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 561
2026-08-29 14:19:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:19:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:19:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@189aa849(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 14:19:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:19:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:19:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:19:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:19:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:20:05.525  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:20:05.525  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:20:05.525  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3369cee0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@37de4271, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@ba6205d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@932248a, containsSubquery=false)
2026-08-29 14:20:05.525  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:20:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 562
2026-08-29 14:20:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:20:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:20:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@f9aa67b(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 14:20:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:20:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:20:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:20:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:20:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:20:25.471  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:20:25.471  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:20:25.471  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64094013, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@672f3dd9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@152577d1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@9603b5b, containsSubquery=false)
2026-08-29 14:20:25.472  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:20:45.492  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:20:45.492  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:20:45.492  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3b5f7173, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6bec9957, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c110e39, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@594793b9, containsSubquery=false)
2026-08-29 14:20:45.492  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:20:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 563
2026-08-29 14:20:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:20:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:20:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:20:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:20:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:20:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:20:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3e96e9df(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 14:20:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:21:05.483  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:21:05.483  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:21:05.483  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1847bc57, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f9de59b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a48bca2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68b8f426, containsSubquery=false)
2026-08-29 14:21:05.483  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:21:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 564
2026-08-29 14:21:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:21:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:21:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4f11c72a(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 14:21:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:21:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:21:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:21:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:21:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:21:25.478  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:21:25.478  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:21:25.478  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@733bcaef, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78769bd3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4802b6cc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1757e32b, containsSubquery=false)
2026-08-29 14:21:25.478  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:21:45.511  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:21:45.511  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:21:45.511  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7441b67e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@42204fe9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3630f6bf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32bfcb8d, containsSubquery=false)
2026-08-29 14:21:45.512  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:21:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 565
2026-08-29 14:21:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:21:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:21:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3b1c12bd(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 14:21:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:21:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:21:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:21:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:21:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:22:05.479  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:22:05.479  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:22:05.479  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@46a046b7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66edcb77, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@488bd822, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@12905220, containsSubquery=false)
2026-08-29 14:22:05.479  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:22:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 566
2026-08-29 14:22:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:22:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:22:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:22:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@35bfa389(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 14:22:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:22:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:22:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:22:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:22:25.471  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:22:25.471  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:22:25.471  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@258361ec, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a2291d1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a557c35, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@13e7b943, containsSubquery=false)
2026-08-29 14:22:25.471  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:22:45.493  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:22:45.493  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:22:45.493  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@71e2cd7c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f4a37fc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10621226, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@486b677b, containsSubquery=false)
2026-08-29 14:22:45.493  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:22:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 567
2026-08-29 14:22:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:22:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:22:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5ae459d0(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 14:22:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:22:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:22:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:22:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:22:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:23:05.501  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:23:05.501  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:23:05.501  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@503a5bf3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@531775f6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24419e74, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@693e02c4, containsSubquery=false)
2026-08-29 14:23:05.502  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:23:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 568
2026-08-29 14:23:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:23:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:23:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:23:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@496dda00(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 14:23:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:23:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:23:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:23:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:23:25.499  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:23:25.499  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:23:25.499  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4e8286b2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@22469159, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2cad489b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79bb1b16, containsSubquery=false)
2026-08-29 14:23:25.499  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:23:45.493  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:23:45.493  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:23:45.493  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@46299315, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@22046647, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@56652b7d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2d504c80, containsSubquery=false)
2026-08-29 14:23:45.493  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:23:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 569
2026-08-29 14:23:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:23:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@430210b6(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 14:23:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:24:05.547  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:24:05.547  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:24:05.547  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@33ab7911, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@156d4856, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16972d82, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ee28db7, containsSubquery=false)
2026-08-29 14:24:05.547  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:24:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 570
2026-08-29 14:24:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:24:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:24:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:24:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:24:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:24:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:24:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1ff4cd8d(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 14:24:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:24:25.482  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:24:25.482  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:24:25.482  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7eebb7f9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b538879, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a8068cc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6607596a, containsSubquery=false)
2026-08-29 14:24:25.482  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:24:45.469  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:24:45.469  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:24:45.469  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@119cf4df, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5813aa57, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e6edc85, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e9e2203, containsSubquery=false)
2026-08-29 14:24:45.469  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:24:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 571
2026-08-29 14:24:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:24:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:24:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@353a14a0(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 14:24:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:24:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:24:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:24:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:24:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:25:05.535  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:25:05.535  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:25:05.535  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@442a42a5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@608d14c7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c14011f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@51bd22d0, containsSubquery=false)
2026-08-29 14:25:05.535  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:25:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 572
2026-08-29 14:25:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:25:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:25:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@14708b82(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 14:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:25:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:25:25.477  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:25:25.477  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:25:25.477  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4e1e96a1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d690b09, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b65cb27, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@215cc11d, containsSubquery=false)
2026-08-29 14:25:25.477  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:25:45.461  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:25:45.461  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:25:45.461  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2480c0f7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@173b80eb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c7d6bc7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a771b66, containsSubquery=false)
2026-08-29 14:25:45.461  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:25:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 573
2026-08-29 14:25:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:25:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:25:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:25:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:25:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:25:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3b39722a(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 14:25:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:25:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:26:05.481  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:26:05.481  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:26:05.481  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@dfa37f9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@110740f8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@566d67, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a0a0775, containsSubquery=false)
2026-08-29 14:26:05.482  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:26:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 574
2026-08-29 14:26:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:26:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:26:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:26:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:26:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:26:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:26:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4704c8c9(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 14:26:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:26:25.480  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:26:25.480  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:26:25.480  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@318751f6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@8f6047b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@65bc6efc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@211efaba, containsSubquery=false)
2026-08-29 14:26:25.480  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:26:45.470  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:26:45.470  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:26:45.470  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5989720f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5dd7659e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17206e2a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6bca4d2a, containsSubquery=false)
2026-08-29 14:26:45.470  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:26:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 575
2026-08-29 14:26:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:26:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:26:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:26:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:26:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:26:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:26:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@60f53c11(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 14:26:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:27:05.478  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:27:05.478  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:27:05.478  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@53c330f8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2dde5d63, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d043114, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@97b8cf8, containsSubquery=false)
2026-08-29 14:27:05.478  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:27:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 576
2026-08-29 14:27:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:27:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:27:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@174cffab(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 14:27:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:27:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:27:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:27:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:27:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:27:25.472  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:27:25.473  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:27:25.473  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2195e21, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@24d6c10f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4df84d2e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18ff7728, containsSubquery=false)
2026-08-29 14:27:25.473  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:27:45.469  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:27:45.470  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:27:45.470  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2003045d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@326f441c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31824ffe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e5f16cb, containsSubquery=false)
2026-08-29 14:27:45.470  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:27:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 577
2026-08-29 14:27:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:27:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:27:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:27:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:27:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:27:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:27:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:27:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4da17f67(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 14:28:05.520  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:28:05.520  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:28:05.520  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c137437, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@493ebd42, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@464a2009, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75c0ffd7, containsSubquery=false)
2026-08-29 14:28:05.520  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:28:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 578
2026-08-29 14:28:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:28:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:28:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:28:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:28:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:28:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:28:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1bdecea1(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 14:28:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:28:25.484  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:28:25.485  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:28:25.485  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25ab403a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4066690c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a70c99a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79feea30, containsSubquery=false)
2026-08-29 14:28:25.485  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:28:45.493  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:28:45.493  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:28:45.493  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@455cd9f8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@41cb9903, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e8dc083, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72abde2, containsSubquery=false)
2026-08-29 14:28:45.493  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:28:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 579
2026-08-29 14:28:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:28:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:28:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:28:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:28:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@594cb162(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 14:28:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:28:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:29:05.489  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:29:05.489  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:29:05.489  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@626b169b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@29c396f3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@64d500f5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57f8e97b, containsSubquery=false)
2026-08-29 14:29:05.489  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:29:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 580
2026-08-29 14:29:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:29:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:29:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:29:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:29:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:29:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:29:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:29:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4980a43f(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 14:29:25.468  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:29:25.468  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:29:25.468  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6223a64d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3fa270c9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d6722af, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26f8d23a, containsSubquery=false)
2026-08-29 14:29:25.468  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:29:45.477  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:29:45.477  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:29:45.477  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@673690a5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e22fd3b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8dd853f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3aea0ecb, containsSubquery=false)
2026-08-29 14:29:45.477  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:29:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 581
2026-08-29 14:29:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:29:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:29:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:29:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:29:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:29:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:29:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4853c9e6(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 14:29:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:30:05.577  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:30:05.577  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:30:05.577  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@32ebf518, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6cc3446d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4fd0fa35, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b560ca1, containsSubquery=false)
2026-08-29 14:30:05.577  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:30:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 582
2026-08-29 14:30:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:30:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:30:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:30:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:30:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:30:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:30:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:30:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6a5012e0(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 14:30:25.490  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:30:25.490  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:30:25.490  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@32eef005, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4238ae7f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51f18e3f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@44218d01, containsSubquery=false)
2026-08-29 14:30:25.490  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:30:45.495  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:30:45.496  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:30:45.496  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@323a8dc0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@15b804d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5340063a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ff24731, containsSubquery=false)
2026-08-29 14:30:45.496  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:30:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 583
2026-08-29 14:30:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:30:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:30:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6738837f(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 14:30:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:30:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:30:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:30:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:30:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:31:05.490  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:31:05.490  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:31:05.490  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66fd796b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78ca78da, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5805e334, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f29fb88, containsSubquery=false)
2026-08-29 14:31:05.490  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:31:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 584
2026-08-29 14:31:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:31:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:31:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:31:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@407dba8f(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 14:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:31:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:31:25.466  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:31:25.466  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:31:25.466  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@60905e7b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e0b5e08, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6737955c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@70bd02ae, containsSubquery=false)
2026-08-29 14:31:25.466  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:31:45.498  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:31:45.498  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:31:45.498  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@75a448ac, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@81d6508, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e8c748f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2cc8673, containsSubquery=false)
2026-08-29 14:31:45.498  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:31:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 585
2026-08-29 14:31:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:31:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:31:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:31:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2c740c99(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 14:31:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:31:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:31:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:31:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:32:05.477  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:32:05.478  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:32:05.478  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a5ede7c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1eb7e09b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70b7b4c5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3fb064e1, containsSubquery=false)
2026-08-29 14:32:05.478  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:32:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 586
2026-08-29 14:32:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:32:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:32:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2cbc3a69(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 14:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:32:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:32:25.470  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:32:25.470  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:32:25.470  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f37c0b0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6dddbd83, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@44e5707a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4eb12434, containsSubquery=false)
2026-08-29 14:32:25.470  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:32:45.558  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:32:45.558  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:32:45.558  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2e8073fe, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@67b476de, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@760cfc09, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21eec197, containsSubquery=false)
2026-08-29 14:32:45.559  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:32:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 587
2026-08-29 14:32:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:32:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:32:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:32:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:32:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3bdb66c(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 14:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:32:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:33:05.513  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:33:05.513  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:33:05.513  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@12c2c631, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35e8889a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@44611ddf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79891c0d, containsSubquery=false)
2026-08-29 14:33:05.513  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:33:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 588
2026-08-29 14:33:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:33:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:33:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4a5c5cb3(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 14:33:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:33:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:33:25.470  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:33:25.470  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:33:25.470  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@b47861d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1349f58b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@684f6f95, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@160d2a4b, containsSubquery=false)
2026-08-29 14:33:25.470  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:33:45.477  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:33:45.477  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:33:45.477  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7bdb875, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f8fe13a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@178d716c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68b1abfe, containsSubquery=false)
2026-08-29 14:33:45.477  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:33:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 589
2026-08-29 14:33:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:33:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:33:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@532de220(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 14:33:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:33:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:33:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:33:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:33:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:34:05.465  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:34:05.465  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:34:05.465  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6b5797ac, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c162f37, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5aecf6a3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36244f05, containsSubquery=false)
2026-08-29 14:34:05.465  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:34:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 590
2026-08-29 14:34:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:34:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:34:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6b99b084(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 14:34:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:34:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:34:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:34:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:34:21.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:34:25.478  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:34:25.478  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:34:25.478  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@72fe0567, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17418ada, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@133e8ec4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@500df57d, containsSubquery=false)
2026-08-29 14:34:25.478  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:34:45.486  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:34:45.487  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:34:45.487  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2b9befda, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@37d0f39, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@81cba15, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a14227b, containsSubquery=false)
2026-08-29 14:34:45.487  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:34:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 591
2026-08-29 14:34:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:34:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:34:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@21dcc778(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 14:34:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:34:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:34:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:34:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:34:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:35:05.491  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:35:05.491  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:35:05.491  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a1fa2be, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7630f5d3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e23e99e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c996ac8, containsSubquery=false)
2026-08-29 14:35:05.491  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:35:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 592
2026-08-29 14:35:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:35:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:35:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@48f43b2a(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 14:35:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:35:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:35:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:35:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:35:21.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:35:25.550  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:35:25.550  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:35:25.550  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@48a37dc2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@583227a4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f5c77a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@268c43bf, containsSubquery=false)
2026-08-29 14:35:25.550  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:35:45.470  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:35:45.470  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:35:45.470  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7212e439, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c917699, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@58f6286f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@772bd747, containsSubquery=false)
2026-08-29 14:35:45.470  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:35:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 593
2026-08-29 14:35:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:35:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:35:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@75eadab7(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 14:35:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:35:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:35:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:35:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:35:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:36:05.487  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:36:05.487  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:36:05.487  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@87a1cc4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7dc9fe9f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55d8364, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1257dbd7, containsSubquery=false)
2026-08-29 14:36:05.487  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:36:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 594
2026-08-29 14:36:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:36:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:36:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:36:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:36:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:36:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:36:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:36:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@626a9787(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 14:36:25.481  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:36:25.481  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:36:25.481  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@614d20cf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@720ed322, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@73dbebb6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@651c293c, containsSubquery=false)
2026-08-29 14:36:25.481  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:36:45.470  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:36:45.470  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:36:45.470  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@73235b55, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52e19d8c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@448de0c8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@10721fea, containsSubquery=false)
2026-08-29 14:36:45.470  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:36:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 595
2026-08-29 14:36:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:36:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@16b4a1ae(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 14:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:36:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:37:05.515  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:37:05.515  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:37:05.515  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@599d5695, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7686356a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@f0c2b4d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c6c2663, containsSubquery=false)
2026-08-29 14:37:05.515  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:37:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 596
2026-08-29 14:37:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:37:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:37:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:37:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:37:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:37:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:37:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6f3ae38f(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 14:37:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:37:25.503  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:37:25.503  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:37:25.503  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66ed0a70, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c28ac2f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@521bb86d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@550a31d3, containsSubquery=false)
2026-08-29 14:37:25.503  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:37:45.470  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:37:45.470  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:37:45.470  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bf8f033, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@47e8262f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1afa1f0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7a868d00, containsSubquery=false)
2026-08-29 14:37:45.470  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:37:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 597
2026-08-29 14:37:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:37:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:37:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:37:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:37:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@201cf2d8(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 14:37:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:37:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:37:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:38:05.476  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:38:05.476  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:38:05.476  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@459ff8d0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2cfc01d2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@72d06fc6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@c21ea27, containsSubquery=false)
2026-08-29 14:38:05.476  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:38:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 598
2026-08-29 14:38:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:38:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:38:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:38:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:38:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:38:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:38:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@183e5bff(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 14:38:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:38:25.487  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:38:25.487  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:38:25.487  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65143297, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a758a0c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@72e77e4e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d64c567, containsSubquery=false)
2026-08-29 14:38:25.487  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:38:45.469  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:38:45.469  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:38:45.469  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2bf05935, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ce3317f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18da4942, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a78cb32, containsSubquery=false)
2026-08-29 14:38:45.470  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:38:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 599
2026-08-29 14:38:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:38:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:38:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@425fa504(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 14:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:38:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:39:05.567  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:39:05.567  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:39:05.567  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4421687e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@763ff7b7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@497f5b0a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@235b75f, containsSubquery=false)
2026-08-29 14:39:05.567  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:39:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 600
2026-08-29 14:39:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:39:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:39:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@111b75f3(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 14:39:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:39:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:39:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:39:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:39:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:39:25.561  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:39:25.561  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:39:25.561  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e36531d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@144dc601, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f748894, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63d4eb04, containsSubquery=false)
2026-08-29 14:39:25.562  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:39:45.531  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:39:45.532  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:39:45.532  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@14bd4c56, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@42a0bf51, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c371ec, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@127a81d5, containsSubquery=false)
2026-08-29 14:39:45.532  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:39:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 601
2026-08-29 14:39:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:39:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:39:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:39:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:39:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:39:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:39:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:39:51.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@720fd20b(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 14:40:05.794  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:40:05.794  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:40:05.794  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2116a23b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e622d31, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@649e7344, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@261e15e7, containsSubquery=false)
2026-08-29 14:40:05.794  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:40:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 602
2026-08-29 14:40:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:40:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:40:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:40:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:40:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:40:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:40:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:40:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@29b66b9d(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 14:40:25.466  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:40:25.466  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:40:25.466  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@b995e9a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3203f1de, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@412bdf2b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f9a92f1, containsSubquery=false)
2026-08-29 14:40:25.466  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:40:45.467  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:40:45.467  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:40:45.467  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4d0d13ac, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ea86b12, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@bb94d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f78dafe, containsSubquery=false)
2026-08-29 14:40:45.467  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:40:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 603
2026-08-29 14:40:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:40:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:40:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:40:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:40:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:40:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:40:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:40:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4c1d5f06(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 14:41:05.486  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:41:05.486  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:41:05.486  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d1f6e58, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b20d67e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@bb3b6fd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c9b77f5, containsSubquery=false)
2026-08-29 14:41:05.486  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:41:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 604
2026-08-29 14:41:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:41:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:41:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:41:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:41:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:41:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:41:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:41:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1d1f55d2(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 14:41:25.473  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:41:25.473  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:41:25.473  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1900d387, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b4cb937, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@759bc2e5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@14268873, containsSubquery=false)
2026-08-29 14:41:25.474  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:41:45.476  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:41:45.476  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:41:45.476  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7946d348, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7767193a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2fe9a684, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d1e564c, containsSubquery=false)
2026-08-29 14:41:45.476  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:41:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 605
2026-08-29 14:41:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:41:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:41:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:41:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:41:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:41:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:41:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:41:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@27dc7a1c(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 14:42:05.482  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:42:05.483  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:42:05.483  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ebe57c2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12c62650, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c983d4b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a227d8, containsSubquery=false)
2026-08-29 14:42:05.483  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:42:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 606
2026-08-29 14:42:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:42:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:42:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:42:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@8e4fe12(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 14:42:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:42:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:42:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:42:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:42:25.464  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:42:25.465  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:42:25.465  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19ade78c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4bba8cf6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e6a2770, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@22fdb243, containsSubquery=false)
2026-08-29 14:42:25.465  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:42:45.490  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:42:45.491  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:42:45.491  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@617828f3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f15fe4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68c53b85, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6dab7b8e, containsSubquery=false)
2026-08-29 14:42:45.491  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:42:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 607
2026-08-29 14:42:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:42:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@18d9da04(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 14:42:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:43:05.476  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:43:05.476  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:43:05.476  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@74a87ae1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1edebee9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27f979f3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@701b89f9, containsSubquery=false)
2026-08-29 14:43:05.476  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:43:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 608
2026-08-29 14:43:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:43:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@49a6ba53(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 14:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:43:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:43:25.475  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:43:25.475  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:43:25.475  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38a7f602, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@634fc6b3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@264dda7b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@23fd10a1, containsSubquery=false)
2026-08-29 14:43:25.475  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:43:45.487  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:43:45.488  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:43:45.488  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5b1bc8c1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@131a1f26, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43daeeee, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74596ceb, containsSubquery=false)
2026-08-29 14:43:45.488  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:43:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 609
2026-08-29 14:43:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:43:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:43:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:43:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:43:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:43:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:43:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:43:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4a195638(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 14:44:05.473  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:44:05.473  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:44:05.473  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@24039708, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4bec9c67, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@396f2c4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@12c82bb1, containsSubquery=false)
2026-08-29 14:44:05.473  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:44:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 610
2026-08-29 14:44:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:44:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:44:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4ebbb871(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 14:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:44:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:44:25.468  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:44:25.468  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:44:25.468  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7668e6b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a509a79, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7701ca32, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2284396, containsSubquery=false)
2026-08-29 14:44:25.468  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:44:45.481  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:44:45.481  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:44:45.481  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@422b98ff, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@62ef89d3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5dbb7b6b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17f37a19, containsSubquery=false)
2026-08-29 14:44:45.481  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:44:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 611
2026-08-29 14:44:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:44:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:44:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5c37556c(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 14:44:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:44:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:44:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:44:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:45:05.507  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:45:05.507  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:45:05.507  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e5e1946, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ebb56be, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b55a191, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@8fb361d, containsSubquery=false)
2026-08-29 14:45:05.507  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:45:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 612
2026-08-29 14:45:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:45:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:45:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:45:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4971a67c(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 14:45:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:45:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:45:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:45:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:45:25.467  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:45:25.467  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:45:25.467  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e464ac8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@10ee40db, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49bfcae1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@102701eb, containsSubquery=false)
2026-08-29 14:45:25.467  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:45:45.503  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:45:45.504  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:45:45.504  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7db5f2f2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@65852798, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@108604a5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e3ba396, containsSubquery=false)
2026-08-29 14:45:45.504  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:45:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 613
2026-08-29 14:45:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:45:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:45:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@30440e82(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 14:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:45:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:46:05.494  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:46:05.494  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:46:05.494  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b29776a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7db09562, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a30a245, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ee10d1a, containsSubquery=false)
2026-08-29 14:46:05.494  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:46:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 614
2026-08-29 14:46:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:46:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:46:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:46:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6e8ed6cf(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 14:46:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:46:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:46:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:46:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:46:25.572  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:46:25.573  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:46:25.573  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f9fe28d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@23b41af3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f9b0588, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@163df4f2, containsSubquery=false)
2026-08-29 14:46:25.573  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:46:45.493  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:46:45.494  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:46:45.494  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2f93f775, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19382ee9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f4af3db, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@78052fd5, containsSubquery=false)
2026-08-29 14:46:45.494  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:46:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 615
2026-08-29 14:46:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:46:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:46:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:46:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:46:51.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6eac6854(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 14:46:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:46:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:46:51.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:47:05.505  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:47:05.506  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:47:05.506  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@59678dba, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ed21d78, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@602e6f94, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e4af579, containsSubquery=false)
2026-08-29 14:47:05.506  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:47:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 616
2026-08-29 14:47:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:47:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:47:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:47:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:47:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:47:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:47:21.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:47:21.940  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@f91ead4(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 14:47:25.538  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:47:25.539  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:47:25.539  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40602e90, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71383be5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79bc8f37, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6fa03f0b, containsSubquery=false)
2026-08-29 14:47:25.539  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:47:45.467  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:47:45.467  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:47:45.467  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6e54860a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11f4a6f9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@597e9fd7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7bb4243, containsSubquery=false)
2026-08-29 14:47:45.467  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:47:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 617
2026-08-29 14:47:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:47:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:47:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:47:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@50e6c0e5(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 14:47:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:47:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:47:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:47:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:48:05.491  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:48:05.491  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:48:05.491  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e2966f5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ba2c295, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@476f8edc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e2bc48c, containsSubquery=false)
2026-08-29 14:48:05.492  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:48:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 618
2026-08-29 14:48:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:48:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@56a74da3(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 14:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:48:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:48:25.524  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:48:25.524  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:48:25.524  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@14f00c1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@15072b8a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e918034, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f5b4407, containsSubquery=false)
2026-08-29 14:48:25.524  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:48:45.472  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:48:45.472  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:48:45.472  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@52bbd9c0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d8d0e75, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@72f922fe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@11186b07, containsSubquery=false)
2026-08-29 14:48:45.473  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:48:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 619
2026-08-29 14:48:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:48:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:48:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:48:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:48:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:48:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:48:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@78260b81(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 14:48:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:49:05.467  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:49:05.467  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:49:05.467  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@184be558, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53070bd0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@621dbf69, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46fcd37d, containsSubquery=false)
2026-08-29 14:49:05.467  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:49:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 620
2026-08-29 14:49:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:49:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:49:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:49:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:49:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:49:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@49055630(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 14:49:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:49:25.522  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:49:25.522  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:49:25.522  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7bd5b0a3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c1d5a3b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@56be4f9c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72eae469, containsSubquery=false)
2026-08-29 14:49:25.523  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:49:45.468  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:49:45.468  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:49:45.468  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@15b3bf27, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51668795, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@372c5e17, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@286963c3, containsSubquery=false)
2026-08-29 14:49:45.468  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:49:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 621
2026-08-29 14:49:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:49:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:49:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:49:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:49:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:49:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:49:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@39955110(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 14:49:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:50:05.481  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:50:05.481  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:50:05.481  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c53a251, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ebc973, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@795fef07, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46913654, containsSubquery=false)
2026-08-29 14:50:05.481  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:50:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 622
2026-08-29 14:50:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:50:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:50:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:50:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:50:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:50:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:50:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:50:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1081c27d(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 14:50:25.495  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:50:25.496  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:50:25.496  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1133a16a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d9649f8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c1fd76e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@76c4a078, containsSubquery=false)
2026-08-29 14:50:25.496  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:50:45.543  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:50:45.543  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:50:45.543  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2b13d5a0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3222da24, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1017ea12, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@599bac8a, containsSubquery=false)
2026-08-29 14:50:45.543  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:50:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 623
2026-08-29 14:50:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:50:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6622037b(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 14:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:50:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:50:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:50:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:50:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:51:05.556  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:51:05.556  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:51:05.556  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@c91d781, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c9c04b6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@65ad5a60, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4df4b74a, containsSubquery=false)
2026-08-29 14:51:05.556  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:51:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 624
2026-08-29 14:51:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:51:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:51:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:51:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:51:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:51:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:51:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4c307a43(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 14:51:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:51:25.464  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:51:25.465  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:51:25.465  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5624ad79, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7bd6d6e0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@33ac2bdf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e16d551, containsSubquery=false)
2026-08-29 14:51:25.465  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:51:45.468  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:51:45.468  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:51:45.468  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d4d87fa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39cdad29, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3280a3d7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@54b45eba, containsSubquery=false)
2026-08-29 14:51:45.468  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:51:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 625
2026-08-29 14:51:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:51:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:51:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4d576e32(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 14:51:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:51:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:51:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:51:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:51:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:52:05.525  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:52:05.525  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:52:05.526  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c208570, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1200ed79, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28019fe9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68b80327, containsSubquery=false)
2026-08-29 14:52:05.526  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:52:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 626
2026-08-29 14:52:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:52:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:52:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6886984e(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 14:52:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:52:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:52:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:52:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:52:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:52:25.470  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:52:25.470  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:52:25.470  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@b234156, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@850e2c7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2862e354, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@37fdc9f7, containsSubquery=false)
2026-08-29 14:52:25.470  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:52:38.424  INFO 2501436 --- [quartzScheduler_Worker-4] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 14:52:45.472  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:52:45.472  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:52:45.472  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@23c79e21, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1bd4932b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f4d4044, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b1f13e6, containsSubquery=false)
2026-08-29 14:52:45.472  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:52:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 627
2026-08-29 14:52:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:52:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:52:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:52:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:52:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:52:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:52:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:52:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4adccc76(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 14:53:05.514  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:53:05.514  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:53:05.514  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7caf78a7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50220d5b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@533ccc20, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@48e9af92, containsSubquery=false)
2026-08-29 14:53:05.514  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:53:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 628
2026-08-29 14:53:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:53:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:53:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:53:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:53:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@544e3f5e(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 14:53:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:53:25.474  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:53:25.474  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:53:25.474  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@77873d27, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58a7e3c7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@575faa99, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@fd9c7ff, containsSubquery=false)
2026-08-29 14:53:25.474  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:53:45.475  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:53:45.475  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:53:45.476  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e4a56eb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5a0212ed, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@623a3b47, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d53499d, containsSubquery=false)
2026-08-29 14:53:45.476  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:53:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 629
2026-08-29 14:53:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:53:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:53:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:53:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@63fc07b0(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 14:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:53:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:54:05.510  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:54:05.510  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:54:05.510  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30118848, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7623d3b6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4748b772, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a15d7fe, containsSubquery=false)
2026-08-29 14:54:05.511  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:54:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 630
2026-08-29 14:54:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:54:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:54:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:54:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:54:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:54:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:54:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1e3dd43e(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 14:54:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:54:25.469  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:54:25.469  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:54:25.469  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5a6a9a08, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c0d0d8f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@553a362f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56e5347c, containsSubquery=false)
2026-08-29 14:54:25.469  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:54:45.493  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:54:45.493  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:54:45.493  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@505f5f81, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@516053e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f47ef92, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@9328814, containsSubquery=false)
2026-08-29 14:54:45.493  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:54:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 631
2026-08-29 14:54:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:54:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:54:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:54:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@691f0d65(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 14:54:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:54:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:54:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:54:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:55:05.472  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:55:05.472  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:55:05.472  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4a4c3418, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@537aa885, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4032bb66, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@564716d8, containsSubquery=false)
2026-08-29 14:55:05.472  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:55:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 632
2026-08-29 14:55:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:55:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:55:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:55:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@23e8f16b(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 14:55:25.472  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:55:25.472  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:55:25.472  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@615c45dc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@667fa2dd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@39ac1dad, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e69f9bf, containsSubquery=false)
2026-08-29 14:55:25.472  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:55:45.483  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:55:45.483  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:55:45.483  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2e091e63, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ecc6ec1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2aa103b6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c3f5e0b, containsSubquery=false)
2026-08-29 14:55:45.483  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:55:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 633
2026-08-29 14:55:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:55:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:55:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:55:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:55:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:55:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:55:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@57e0a74a(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 14:55:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:56:05.506  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:56:05.506  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:56:05.506  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f533129, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1060bab9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a062035, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@54d8bc24, containsSubquery=false)
2026-08-29 14:56:05.506  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:56:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 634
2026-08-29 14:56:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:56:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:56:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1803f418(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 14:56:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:56:25.469  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:56:25.469  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:56:25.469  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42e631eb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53eb4288, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c380c84, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4afeca0a, containsSubquery=false)
2026-08-29 14:56:25.469  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:56:45.474  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:56:45.474  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:56:45.474  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1442f4c9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4e1740b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e8152c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3aa41883, containsSubquery=false)
2026-08-29 14:56:45.474  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:56:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 635
2026-08-29 14:56:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:56:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:56:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:56:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:56:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:56:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@14cc8f5c(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 14:56:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:57:05.477  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:57:05.478  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:57:05.478  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7698305, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@31a8ff6d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b3d3f09, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@11cc3612, containsSubquery=false)
2026-08-29 14:57:05.478  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:57:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 636
2026-08-29 14:57:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:57:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3f07d900(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 14:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:57:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:57:25.466  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:57:25.466  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:57:25.466  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40cb8f0c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c3382ad, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@37e84d80, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@11b31b5c, containsSubquery=false)
2026-08-29 14:57:25.466  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:57:45.501  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:57:45.501  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:57:45.501  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@715c5e12, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a6f2080, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@71e056d2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1eafed31, containsSubquery=false)
2026-08-29 14:57:45.501  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:57:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 637
2026-08-29 14:57:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:57:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:57:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@a3f587a(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 14:57:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:57:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:57:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:57:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:57:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:58:05.468  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:58:05.468  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:58:05.468  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2698086c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19191660, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@679d18d5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ced2213, containsSubquery=false)
2026-08-29 14:58:05.468  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:58:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 638
2026-08-29 14:58:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:58:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:58:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:58:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3b8f753c(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 14:58:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:58:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:58:25.473  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:58:25.474  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:58:25.474  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@315f3916, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6219192f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@120b1ab6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@48e7bd49, containsSubquery=false)
2026-08-29 14:58:25.474  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:58:45.468  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:58:45.468  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:58:45.468  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@da5e50e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e645afb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ffea0e6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a09a721, containsSubquery=false)
2026-08-29 14:58:45.468  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:58:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 639
2026-08-29 14:58:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:58:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:58:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:58:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4fb6d64d(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 14:59:05.537  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:59:05.538  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:59:05.538  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@11d81425, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1df797b5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b530257, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e2486b2, containsSubquery=false)
2026-08-29 14:59:05.538  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:59:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 640
2026-08-29 14:59:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:59:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:59:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:59:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:59:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:59:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:59:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@71e60eb5(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 14:59:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 14:59:25.633  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:59:25.633  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:59:25.633  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@44744a54, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@15eed719, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f56e52b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4034262, containsSubquery=false)
2026-08-29 14:59:25.633  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:59:45.480  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 14:59:45.480  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 14:59:45.480  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@694e5f1c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@41ce3387, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25f808f2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@704beca6, containsSubquery=false)
2026-08-29 14:59:45.480  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 14:59:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 641
2026-08-29 14:59:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 14:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 14:59:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@71ca02d7(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 14:59:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:59:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 14:59:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 14:59:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 14:59:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:00:06.150  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:00:06.150  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:00:06.150  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@103d2eb9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@63e9183b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40b71769, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f507c7, containsSubquery=false)
2026-08-29 15:00:06.150  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:00:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 642
2026-08-29 15:00:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:00:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:00:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:00:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:00:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:00:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:00:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:00:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5a215516(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 15:00:25.886  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:00:25.886  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:00:25.886  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@789c849f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5eb3df4b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d1f7ee3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33b5b184, containsSubquery=false)
2026-08-29 15:00:25.886  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:00:45.468  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:00:45.469  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:00:45.469  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@50ca0df8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@171d0351, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3abac47f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b3eeafe, containsSubquery=false)
2026-08-29 15:00:45.469  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:00:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 643
2026-08-29 15:00:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:00:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:00:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@43d9b734(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 15:00:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:00:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:00:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:00:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:00:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:01:05.498  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:01:05.498  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:01:05.498  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8468a82, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@596c67d8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b6c71a5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@389e2054, containsSubquery=false)
2026-08-29 15:01:05.498  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:01:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 644
2026-08-29 15:01:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:01:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:01:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:01:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@52ad9d1a(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 15:01:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:01:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:01:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:01:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:01:25.518  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:01:25.518  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:01:25.518  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16c3c77d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f0b09e1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9724442, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e337900, containsSubquery=false)
2026-08-29 15:01:25.518  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:01:45.485  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:01:45.485  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:01:45.485  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@37a983d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d4cb73e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f7d99d6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@629dc8e1, containsSubquery=false)
2026-08-29 15:01:45.485  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:01:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 645
2026-08-29 15:01:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:01:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7c182ee5(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 15:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:01:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:01:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:01:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:02:05.473  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:02:05.473  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:02:05.473  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@544fec91, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@9bb1501, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b4fa2fe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e4d366, containsSubquery=false)
2026-08-29 15:02:05.473  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:02:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 646
2026-08-29 15:02:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:02:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:02:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@16970c4b(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 15:02:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:02:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:02:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:02:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:02:21.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:02:25.496  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:02:25.497  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:02:25.497  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d19b596, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5de61b1d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36f66a42, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e821827, containsSubquery=false)
2026-08-29 15:02:25.497  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:02:45.490  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:02:45.490  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:02:45.490  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2e79bfad, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11e01102, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1301c73f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@682bac9a, containsSubquery=false)
2026-08-29 15:02:45.490  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:02:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 647
2026-08-29 15:02:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:02:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:02:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:02:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:02:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:02:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:02:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@765ee26c(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 15:02:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:03:05.502  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:03:05.502  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:03:05.502  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@335fa37f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61cdb640, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@72964f69, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e322777, containsSubquery=false)
2026-08-29 15:03:05.502  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:03:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 648
2026-08-29 15:03:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:03:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:03:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@bd00581(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 15:03:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:03:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:03:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:03:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:03:21.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:03:25.472  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:03:25.472  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:03:25.472  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6581416c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4546019a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10b7ca8a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@389ae816, containsSubquery=false)
2026-08-29 15:03:25.472  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:03:45.477  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:03:45.478  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:03:45.478  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1650337e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@333c5471, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7705c5d3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7773bd28, containsSubquery=false)
2026-08-29 15:03:45.478  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:03:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 649
2026-08-29 15:03:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:03:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:03:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@788607a1(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 15:03:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:03:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:03:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:03:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:03:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:04:05.487  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:04:05.488  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:04:05.488  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@101de892, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7389e629, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e84c3fd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d25d2ae, containsSubquery=false)
2026-08-29 15:04:05.488  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:04:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 650
2026-08-29 15:04:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:04:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:04:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:04:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:04:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:04:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:04:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:04:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5269090a(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 15:04:25.470  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:04:25.470  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:04:25.470  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a3b5f60, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6557ffe5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1864801f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6156fa82, containsSubquery=false)
2026-08-29 15:04:25.470  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:04:45.470  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:04:45.470  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:04:45.470  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4566bf86, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@41373bdf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@554caa97, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ff07983, containsSubquery=false)
2026-08-29 15:04:45.470  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:04:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 651
2026-08-29 15:04:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:04:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:04:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@33d33180(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 15:04:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:04:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:04:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:04:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:05:05.508  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:05:05.509  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:05:05.509  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@672ffce0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6354e373, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9c8b579, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7fbdef18, containsSubquery=false)
2026-08-29 15:05:05.509  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:05:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 652
2026-08-29 15:05:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:05:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:05:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@70269369(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 15:05:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:05:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:05:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:05:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:05:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:05:25.485  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:05:25.485  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:05:25.485  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2cff7818, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4459c42a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51726e17, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6f68ba, containsSubquery=false)
2026-08-29 15:05:25.485  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:05:45.479  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:05:45.479  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:05:45.479  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a66d00, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5a429c58, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10b6a305, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72e23129, containsSubquery=false)
2026-08-29 15:05:45.479  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:05:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 653
2026-08-29 15:05:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:05:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:05:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:05:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:05:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:05:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:05:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4359ea1f(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 15:05:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:06:05.488  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:06:05.488  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:06:05.488  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66ceaf1f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@10f97cf2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2e5c9c05, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4654a1f9, containsSubquery=false)
2026-08-29 15:06:05.488  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:06:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 654
2026-08-29 15:06:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:06:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:06:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:06:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:06:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:06:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:06:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@188e84aa(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 15:06:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:06:25.471  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:06:25.471  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:06:25.471  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1cf7598, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@29c6ffbd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41473be8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e1d0eac, containsSubquery=false)
2026-08-29 15:06:25.471  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:06:45.492  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:06:45.492  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:06:45.492  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@46ff02b0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d7ba8f5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22e27dee, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3516221e, containsSubquery=false)
2026-08-29 15:06:45.492  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:06:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 655
2026-08-29 15:06:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:06:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:06:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:06:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:06:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:06:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:06:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@13f5f37b(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 15:06:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:07:05.469  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:07:05.469  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:07:05.469  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3e9e0c18, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d6da80e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c6bb4a3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6617d9ec, containsSubquery=false)
2026-08-29 15:07:05.469  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:07:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 656
2026-08-29 15:07:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:07:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:07:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:07:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@511e3db4(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 15:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:07:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:07:25.468  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:07:25.469  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:07:25.469  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a64881b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f7425fa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54f889a0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b5be781, containsSubquery=false)
2026-08-29 15:07:25.469  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:07:45.479  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:07:45.479  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:07:45.479  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@c06ba3a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4da1727a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41bd7665, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@59ba1e38, containsSubquery=false)
2026-08-29 15:07:45.479  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:07:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 657
2026-08-29 15:07:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:07:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:07:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@137f8ff3(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 15:08:05.471  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:08:05.471  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:08:05.472  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@286ebc4a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f76077b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b1e977e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ab140f0, containsSubquery=false)
2026-08-29 15:08:05.472  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:08:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 658
2026-08-29 15:08:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:08:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:08:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:08:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:08:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:08:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:08:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@ced26d1(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 15:08:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:08:25.467  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:08:25.467  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:08:25.467  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@cdd53a6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7803dfe4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4cf4246f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@268316f1, containsSubquery=false)
2026-08-29 15:08:25.467  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:08:45.501  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:08:45.501  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:08:45.501  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c5bbac1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@27bdb4a1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a767086, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e2c5eda, containsSubquery=false)
2026-08-29 15:08:45.501  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:08:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 659
2026-08-29 15:08:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:08:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:08:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@494b8f0a(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 15:08:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:08:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:08:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:08:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:08:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:09:05.555  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:09:05.555  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:09:05.555  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@46daf573, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5bb5b794, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2319b54b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@38a9f983, containsSubquery=false)
2026-08-29 15:09:05.555  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:09:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 660
2026-08-29 15:09:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:09:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:09:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:09:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:09:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:09:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:09:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@575f2a9a(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 15:09:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:09:25.469  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:09:25.470  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:09:25.470  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2e84c8c3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@401bfa1d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3dc12106, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3edd98a, containsSubquery=false)
2026-08-29 15:09:25.470  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:09:45.514  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:09:45.515  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:09:45.515  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7ff23d2a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e27876a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@728bb7d4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4fe4f4f, containsSubquery=false)
2026-08-29 15:09:45.515  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:09:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 661
2026-08-29 15:09:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:09:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:09:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1b47e9cd(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 15:09:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:09:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:09:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:09:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:09:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:10:05.552  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:10:05.553  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:10:05.553  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@75ea67e1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5383a051, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7448b729, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@586f18, containsSubquery=false)
2026-08-29 15:10:05.553  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:10:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 662
2026-08-29 15:10:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:10:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:10:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:10:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:10:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:10:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:10:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@51ca32b3(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 15:10:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:10:25.483  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:10:25.483  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:10:25.484  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3cd84f2d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2df0fd0e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4fa9ae22, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ebf3a5b, containsSubquery=false)
2026-08-29 15:10:25.484  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:10:45.468  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:10:45.468  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:10:45.468  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2466a4f2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b466597, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6addfae0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6356ce5e, containsSubquery=false)
2026-08-29 15:10:45.468  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:10:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 663
2026-08-29 15:10:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:10:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:10:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7e4bc5d7(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 15:10:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:10:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:10:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:10:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:10:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:11:05.522  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:11:05.523  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:11:05.524  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@700a0f35, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6af071b7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49adc50c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1612f9d1, containsSubquery=false)
2026-08-29 15:11:05.524  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:11:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 664
2026-08-29 15:11:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:11:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:11:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:11:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@13ea6409(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 15:11:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:11:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:11:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:11:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:11:25.522  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:11:25.523  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:11:25.523  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ea486d5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ea84fb5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c71623, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36a86553, containsSubquery=false)
2026-08-29 15:11:25.523  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:11:45.469  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:11:45.470  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:11:45.470  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@83b5e19, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1dbddb9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e046006, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@47a494cb, containsSubquery=false)
2026-08-29 15:11:45.470  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:11:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 665
2026-08-29 15:11:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:11:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:11:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@34f5f672(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 15:11:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:11:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:11:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:11:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:11:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:12:05.481  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:12:05.481  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:12:05.481  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d9d4ff9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c3afb1e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55c2dded, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d434879, containsSubquery=false)
2026-08-29 15:12:05.481  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:12:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 666
2026-08-29 15:12:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:12:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:12:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:12:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@30e3126b(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 15:12:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:12:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:12:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:12:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:12:25.562  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:12:25.562  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:12:25.562  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64ffd7b6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51379c80, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f0dd8e6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d997220, containsSubquery=false)
2026-08-29 15:12:25.562  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:12:45.475  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:12:45.475  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:12:45.475  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@365a44e2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@762e954c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3366f617, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@667bdfe8, containsSubquery=false)
2026-08-29 15:12:45.475  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:12:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 667
2026-08-29 15:12:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:12:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:12:51.941  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:12:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:12:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:12:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:12:51.942  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:12:51.942  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@69a3db85(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 15:13:05.483  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:13:05.483  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:13:05.484  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2e4af565, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@499d6f22, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@74d1f598, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@c54bcae, containsSubquery=false)
2026-08-29 15:13:05.484  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:13:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 668
2026-08-29 15:13:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:13:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6109372a(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 15:13:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:13:25.481  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:13:25.481  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:13:25.481  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@d254625, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@576e4025, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e489113, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2dfc8942, containsSubquery=false)
2026-08-29 15:13:25.481  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:13:45.464  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:13:45.464  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:13:45.464  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@595119ba, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@475f50a0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@39108779, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e09f592, containsSubquery=false)
2026-08-29 15:13:45.465  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:13:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 669
2026-08-29 15:13:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:13:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:13:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:13:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@716a11e4(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 15:13:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:13:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:13:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:13:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:14:05.484  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:14:05.484  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:14:05.484  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3e5e93e6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@115f6657, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4dbdd1fb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33387c6f, containsSubquery=false)
2026-08-29 15:14:05.487  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:14:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 670
2026-08-29 15:14:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:14:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:14:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@48ebc2cd(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 15:14:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:14:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:14:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:14:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:14:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:14:25.484  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:14:25.484  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:14:25.484  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2f33179b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2d5e685, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b01e270, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36d92ab3, containsSubquery=false)
2026-08-29 15:14:25.484  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:14:45.498  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:14:45.498  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:14:45.499  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7286f4e2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b650424, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4acb1d0d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f7c369d, containsSubquery=false)
2026-08-29 15:14:45.499  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:14:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 671
2026-08-29 15:14:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:14:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:14:51.941  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:14:51.941  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:14:51.941  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7deac9f8(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 15:14:51.941  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:14:51.941  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:14:51.942  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:15:05.513  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:15:05.513  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:15:05.513  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@816b7da, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6413d53c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2342aee3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5fad8f28, containsSubquery=false)
2026-08-29 15:15:05.513  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:15:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 672
2026-08-29 15:15:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:15:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:15:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:15:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:15:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:15:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:15:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6a63ebc8(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 15:15:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:15:25.486  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:15:25.486  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:15:25.486  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2621f581, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f74ed91, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e3fed77, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@124e076c, containsSubquery=false)
2026-08-29 15:15:25.486  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:15:45.468  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:15:45.468  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:15:45.468  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6aabf096, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6fd57fba, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@647140d9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@123263f1, containsSubquery=false)
2026-08-29 15:15:45.468  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:15:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 673
2026-08-29 15:15:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:15:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:15:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@676787a7(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 15:15:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:15:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:15:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:15:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:15:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:16:05.523  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:16:05.523  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:16:05.523  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3e3c2676, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32ea2b90, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@f5954d5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57d46bed, containsSubquery=false)
2026-08-29 15:16:05.523  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:16:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 674
2026-08-29 15:16:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:16:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:16:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:16:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:16:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:16:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:16:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@dd39a25(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 15:16:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:16:25.476  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:16:25.476  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:16:25.476  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6ce89207, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a31131f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@453e6e22, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@be90085, containsSubquery=false)
2026-08-29 15:16:25.476  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:16:45.498  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:16:45.498  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:16:45.498  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@383e9b5e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d409b22, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4324b099, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@28830686, containsSubquery=false)
2026-08-29 15:16:45.498  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:16:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 675
2026-08-29 15:16:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:16:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:16:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:16:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:16:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:16:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:16:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@53b4ce5e(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 15:16:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:17:05.519  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:17:05.520  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:17:05.520  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7909ed9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@326abdcd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e5daaaf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@680a3299, containsSubquery=false)
2026-08-29 15:17:05.520  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:17:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 676
2026-08-29 15:17:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:17:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:17:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4c08a445(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 15:17:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:17:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:17:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:17:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:17:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:17:25.470  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:17:25.471  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:17:25.471  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c661f93, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@13508cf7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3225df8d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19e89f5, containsSubquery=false)
2026-08-29 15:17:25.471  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:17:45.471  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:17:45.471  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:17:45.471  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@c8da8b4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@63b82b6b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e48ee50, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a033d40, containsSubquery=false)
2026-08-29 15:17:45.471  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:17:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 677
2026-08-29 15:17:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:17:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:17:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@63463dce(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 15:17:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:17:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:17:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:17:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:17:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:18:05.488  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:18:05.488  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:18:05.488  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@68139461, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e3eeb6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1f8af9e2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@217351bc, containsSubquery=false)
2026-08-29 15:18:05.488  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:18:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 678
2026-08-29 15:18:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:18:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:18:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:18:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:18:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:18:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:18:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4f73013c(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 15:18:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:18:25.468  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:18:25.468  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:18:25.468  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6345f31, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@45475dfb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@48be4f5d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5979523f, containsSubquery=false)
2026-08-29 15:18:25.468  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:18:45.504  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:18:45.505  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:18:45.505  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@67103569, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34049e93, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4d34ee87, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@996892d, containsSubquery=false)
2026-08-29 15:18:45.505  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:18:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 679
2026-08-29 15:18:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:18:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:18:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:18:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:18:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:18:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:18:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5540f299(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 15:18:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:19:05.519  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:19:05.519  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:19:05.519  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@672358ff, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b4309f9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@479ef832, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4a5cafda, containsSubquery=false)
2026-08-29 15:19:05.519  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:19:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 680
2026-08-29 15:19:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:19:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:19:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5634a21(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 15:19:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:19:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:19:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:19:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:19:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:19:25.473  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:19:25.473  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:19:25.473  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6f49f66e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f9c01b0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@765f88ec, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@624ddced, containsSubquery=false)
2026-08-29 15:19:25.473  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:19:45.601  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:19:45.601  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:19:45.601  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1fb5c636, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@64e447c2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@cf3731e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79399c88, containsSubquery=false)
2026-08-29 15:19:45.601  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:19:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 681
2026-08-29 15:19:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:19:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:19:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@dbd752a(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 15:19:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:19:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:19:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:19:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:19:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:20:05.612  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:20:05.612  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:20:05.612  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@28785c5f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b704b00, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6422632a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72845fc1, containsSubquery=false)
2026-08-29 15:20:05.613  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:20:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 682
2026-08-29 15:20:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:20:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:20:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:20:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:20:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:20:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:20:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2465abd9(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 15:20:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:20:25.473  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:20:25.474  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:20:25.474  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@44c2b9bc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@277a93b4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@781735b0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@530ef081, containsSubquery=false)
2026-08-29 15:20:25.474  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:20:45.509  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:20:45.509  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:20:45.509  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16cba15c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4fa06003, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41d66e37, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@c6cdeb8, containsSubquery=false)
2026-08-29 15:20:45.510  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:20:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 683
2026-08-29 15:20:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:20:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:20:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:20:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:20:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:20:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:20:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4cb2e574(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 15:20:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:21:05.492  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:21:05.492  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:21:05.492  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a126a85, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e90a30b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@772f346b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f21f5e4, containsSubquery=false)
2026-08-29 15:21:05.492  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:21:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 684
2026-08-29 15:21:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:21:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:21:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:21:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:21:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:21:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:21:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:21:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7943dfc8(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 15:21:25.471  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:21:25.471  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:21:25.471  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@39d56422, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6155024d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76dab1ba, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e91eb0e, containsSubquery=false)
2026-08-29 15:21:25.472  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:21:45.497  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:21:45.497  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:21:45.497  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2b01054f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4f829841, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@666fc98c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ca13f6d, containsSubquery=false)
2026-08-29 15:21:45.497  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:21:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 685
2026-08-29 15:21:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:21:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:21:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:21:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:21:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:21:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:21:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:21:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5a0916a(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 15:22:05.468  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:22:05.468  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:22:05.468  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@c847062, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@546f414, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@409532b3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@67b6f2f0, containsSubquery=false)
2026-08-29 15:22:05.469  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:22:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 686
2026-08-29 15:22:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:22:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:22:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:22:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:22:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3059f59e(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 15:22:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:22:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:22:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:22:25.482  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:22:25.482  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:22:25.482  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47086047, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@572e0e96, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@11105f50, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c25dcc3, containsSubquery=false)
2026-08-29 15:22:25.482  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:22:45.463  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:22:45.463  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:22:45.463  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@385b9379, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@476216da, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1512628a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@bd4e9fb, containsSubquery=false)
2026-08-29 15:22:45.463  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:22:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 687
2026-08-29 15:22:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:22:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:22:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:22:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:22:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:22:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:22:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@70879561(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 15:22:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:23:05.483  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:23:05.484  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:23:05.484  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@cc97fed, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60ff2a20, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7cd01543, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3fcdaba1, containsSubquery=false)
2026-08-29 15:23:05.484  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:23:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 688
2026-08-29 15:23:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:23:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:23:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:23:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@34bd1eff(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 15:23:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:23:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:23:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:23:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:23:25.487  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:23:25.487  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:23:25.487  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@31ebac62, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46f93e3d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@204259c8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@48d55b9b, containsSubquery=false)
2026-08-29 15:23:25.488  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:23:45.477  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:23:45.477  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:23:45.477  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@208ed906, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d427514, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@780fefa3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74ec64c6, containsSubquery=false)
2026-08-29 15:23:45.477  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:23:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 689
2026-08-29 15:23:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:23:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4becc546(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 15:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:23:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:24:05.499  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:24:05.499  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:24:05.499  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@773fc6bc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14d6b23, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3239ad1c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@45105207, containsSubquery=false)
2026-08-29 15:24:05.499  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:24:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 690
2026-08-29 15:24:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:24:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:24:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@40add46e(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 15:24:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:24:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:24:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:24:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:24:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:24:25.488  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:24:25.488  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:24:25.488  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@59a47bfb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ac7ef78, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62b85690, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@29d68f06, containsSubquery=false)
2026-08-29 15:24:25.488  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:24:45.509  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:24:45.510  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:24:45.510  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1c625fdb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@207068c7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3f95fd65, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1eed82c7, containsSubquery=false)
2026-08-29 15:24:45.510  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:24:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 691
2026-08-29 15:24:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:24:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:24:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:24:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5824bab7(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 15:24:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:24:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:24:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:24:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:25:05.525  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:25:05.525  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:25:05.525  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2fbbfba4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a4af433, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3db465af, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@377def2f, containsSubquery=false)
2026-08-29 15:25:05.525  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:25:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 692
2026-08-29 15:25:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:25:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:25:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:25:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:25:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4ab0ce19(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 15:25:25.478  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:25:25.478  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:25:25.478  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7877a664, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@792a14ca, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@46288149, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35e7101e, containsSubquery=false)
2026-08-29 15:25:25.478  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:25:45.475  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:25:45.475  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:25:45.475  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bb4808d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e43fc55, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@64b2bdd7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b41b9fa, containsSubquery=false)
2026-08-29 15:25:45.475  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:25:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 693
2026-08-29 15:25:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:25:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:25:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:25:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7d5930bd(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 15:25:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:25:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:25:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:25:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:26:05.474  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:26:05.474  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:26:05.475  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@79dadb7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@64fc7343, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1f371e2d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@728bf448, containsSubquery=false)
2026-08-29 15:26:05.475  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:26:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 694
2026-08-29 15:26:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:26:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:26:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2b14ca6f(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 15:26:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:26:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:26:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:26:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:26:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:26:25.479  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:26:25.479  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:26:25.479  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4271569f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@536de28, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e4e437f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@41d9d2bc, containsSubquery=false)
2026-08-29 15:26:25.479  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:26:45.470  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:26:45.471  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:26:45.471  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@60566ad7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@15ae8e61, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@500588f4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6aa11f74, containsSubquery=false)
2026-08-29 15:26:45.471  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:26:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 695
2026-08-29 15:26:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:26:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:26:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@264185c5(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 15:26:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:26:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:26:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:26:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:26:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:27:05.521  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:27:05.521  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:27:05.521  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4b61331, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c0a08d0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29a95ba2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@db2da58, containsSubquery=false)
2026-08-29 15:27:05.521  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:27:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 696
2026-08-29 15:27:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:27:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:27:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:27:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:27:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:27:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2cf5952b(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 15:27:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:27:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:27:25.490  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:27:25.490  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:27:25.490  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c8c4634, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5143ec7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@14c50f88, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@13eb60bc, containsSubquery=false)
2026-08-29 15:27:25.490  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:27:45.473  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:27:45.473  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:27:45.473  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@751f3c48, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c601d30, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@496f364c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@496fcf23, containsSubquery=false)
2026-08-29 15:27:45.473  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:27:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 697
2026-08-29 15:27:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:27:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:27:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:27:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:27:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@aae776d(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 15:27:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:27:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:27:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:28:05.490  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:28:05.491  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:28:05.491  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5f35584a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ed1935b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@64667c00, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1fbf3244, containsSubquery=false)
2026-08-29 15:28:05.491  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:28:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 698
2026-08-29 15:28:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:28:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:28:21.943  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:28:21.943  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:28:21.943  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:28:21.943  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@10fa3c71(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 15:28:21.944  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:28:21.944  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:28:25.486  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:28:25.486  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:28:25.486  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30a58d66, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@408e5419, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@211ecd35, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17bb6e50, containsSubquery=false)
2026-08-29 15:28:25.487  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:28:45.475  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:28:45.476  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:28:45.476  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@29b63b59, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3711967a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@133c7272, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@39cf69ea, containsSubquery=false)
2026-08-29 15:28:45.476  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:28:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 699
2026-08-29 15:28:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:28:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:28:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:28:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:28:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:28:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7d49b9da(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 15:28:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:29:05.502  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:29:05.502  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:29:05.502  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7bcec060, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@15e8c95a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18ee12c1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@ddd84c8, containsSubquery=false)
2026-08-29 15:29:05.503  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:29:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 700
2026-08-29 15:29:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:29:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:29:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2be068de(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 15:29:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:29:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:29:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:29:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:29:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:29:25.471  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:29:25.471  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:29:25.471  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2efb4864, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1d1c565c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ddf7dd4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63b86bf9, containsSubquery=false)
2026-08-29 15:29:25.471  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:29:45.490  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:29:45.490  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:29:45.490  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@62ff0085, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e81ed1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68c0e328, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ba7a56f, containsSubquery=false)
2026-08-29 15:29:45.490  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:29:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 701
2026-08-29 15:29:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:29:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:29:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:29:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:29:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@34bce4e1(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 15:29:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:29:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:29:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:30:06.015  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:30:06.033  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:30:06.033  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@ddd7ea8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c71a909, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b4df5e0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c22d51d, containsSubquery=false)
2026-08-29 15:30:06.033  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:30:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 702
2026-08-29 15:30:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:30:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:30:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:30:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:30:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:30:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:30:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6f9adfe6(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 15:30:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:30:25.467  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:30:25.467  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:30:25.467  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2e6bea8f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5a9467ac, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@75f8ff59, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@11eb123e, containsSubquery=false)
2026-08-29 15:30:25.467  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:30:45.491  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:30:45.491  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:30:45.491  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7625a908, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1808d4cb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3bc7ac29, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b598cf8, containsSubquery=false)
2026-08-29 15:30:45.491  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:30:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 703
2026-08-29 15:30:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:30:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:30:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@59e34778(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 15:30:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:30:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:30:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:30:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:30:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:31:05.486  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:31:05.487  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:31:05.487  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bcd41df, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b4ad716, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@333c9c48, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32a2ffca, containsSubquery=false)
2026-08-29 15:31:05.487  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:31:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 704
2026-08-29 15:31:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:31:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:31:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2263f529(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 15:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:31:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:31:25.473  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:31:25.473  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:31:25.473  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3fb7888e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@610eb1b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15144b79, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b6d1dfa, containsSubquery=false)
2026-08-29 15:31:25.473  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:31:45.515  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:31:45.515  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:31:45.515  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16fdebdf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@63d919d4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3abebf79, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74eda198, containsSubquery=false)
2026-08-29 15:31:45.515  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:31:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 705
2026-08-29 15:31:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:31:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:31:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:31:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:31:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:31:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@500126e1(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 15:31:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:31:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:32:05.487  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:32:05.487  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:32:05.487  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@20d830c2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5342f0a4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@f31d560, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d2648be, containsSubquery=false)
2026-08-29 15:32:05.487  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:32:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 706
2026-08-29 15:32:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:32:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:32:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6a9c7df3(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 15:32:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:32:25.471  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:32:25.471  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:32:25.471  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@311e2d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3bf44126, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5566bb26, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@78aef788, containsSubquery=false)
2026-08-29 15:32:25.471  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:32:45.489  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:32:45.489  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:32:45.489  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@774c119c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2198671d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3109878, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68cbf45f, containsSubquery=false)
2026-08-29 15:32:45.489  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:32:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 707
2026-08-29 15:32:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:32:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:32:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:32:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:32:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:32:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:32:51.941  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:32:51.943  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@50c28ee4(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 15:33:05.513  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:33:05.513  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:33:05.513  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@15012cc3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28e310af, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ded28be, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3fcf36f9, containsSubquery=false)
2026-08-29 15:33:05.513  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:33:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 708
2026-08-29 15:33:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:33:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:33:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:33:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:33:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:33:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@14c02a99(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 15:33:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:33:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:33:25.474  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:33:25.474  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:33:25.474  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@24850cc9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b8845fc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@134385c1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56247cfe, containsSubquery=false)
2026-08-29 15:33:25.474  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:33:45.481  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:33:45.481  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:33:45.481  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@578b4f88, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b2d4b20, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2427e9c5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@348f1922, containsSubquery=false)
2026-08-29 15:33:45.481  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:33:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 709
2026-08-29 15:33:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:33:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:33:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:33:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:33:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:33:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:33:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@391a09de(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 15:33:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:34:05.489  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:34:05.490  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:34:05.490  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19ec0c24, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c040e4d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ac012b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e9e1708, containsSubquery=false)
2026-08-29 15:34:05.490  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:34:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 710
2026-08-29 15:34:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:34:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:34:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:34:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:34:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:34:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:34:21.940  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@63a7f01(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 15:34:21.946  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:34:25.466  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:34:25.466  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:34:25.466  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@26590d04, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@76f33459, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4d471ac2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34d208b2, containsSubquery=false)
2026-08-29 15:34:25.466  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:34:45.470  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:34:45.470  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:34:45.470  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@568d6c47, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@77e52403, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7061974b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4f068db8, containsSubquery=false)
2026-08-29 15:34:45.470  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:34:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 711
2026-08-29 15:34:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:34:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:34:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:34:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:34:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:34:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@24134e7a(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 15:34:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:34:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:35:05.491  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:35:05.491  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:35:05.491  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1c09375c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@692629e7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7dad1536, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ce11229, containsSubquery=false)
2026-08-29 15:35:05.491  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:35:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 712
2026-08-29 15:35:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:35:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:35:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:35:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:35:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@42cef6e2(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 15:35:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:35:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:35:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:35:25.476  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:35:25.476  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:35:25.476  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4b05a51f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@758f0610, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ccc3344, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@43fb3ad4, containsSubquery=false)
2026-08-29 15:35:25.476  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:35:45.465  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:35:45.466  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:35:45.466  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ef34fe7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12c4e2f3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ec57663, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5df78c0e, containsSubquery=false)
2026-08-29 15:35:45.466  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:35:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 713
2026-08-29 15:35:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:35:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:35:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@272a771d(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 15:35:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:35:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:35:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:35:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:35:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:36:05.475  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:36:05.475  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:36:05.475  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1d0d6dd0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4f4f4d73, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@530298b5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a855294, containsSubquery=false)
2026-08-29 15:36:05.475  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:36:21.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 714
2026-08-29 15:36:21.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:36:21.943  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:36:21.944  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:36:21.944  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:36:21.944  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:36:21.944  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:36:21.944  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:36:21.944  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@37a97992(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 15:36:25.493  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:36:25.493  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:36:25.493  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19882c85, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b63a5ac, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54cfa701, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4a06d606, containsSubquery=false)
2026-08-29 15:36:25.493  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:36:45.477  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:36:45.477  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:36:45.477  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@59c31071, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e04f124, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49714e45, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7159df6, containsSubquery=false)
2026-08-29 15:36:45.477  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:36:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 715
2026-08-29 15:36:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:36:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@486d6f0a(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 15:36:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:36:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:36:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:36:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:36:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:37:05.490  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:37:05.491  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:37:05.491  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56e20fd6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4bd104b3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@227cbbdf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@22e838da, containsSubquery=false)
2026-08-29 15:37:05.491  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:37:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 716
2026-08-29 15:37:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:37:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:37:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:37:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3179b824(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 15:37:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:37:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:37:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:37:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:37:25.503  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:37:25.503  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:37:25.503  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@68085ddf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f22df67, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6adb7d9e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@11c26ca2, containsSubquery=false)
2026-08-29 15:37:25.503  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:37:45.474  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:37:45.475  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:37:45.475  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@23044303, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@510d161e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d4c8bc3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@59341eba, containsSubquery=false)
2026-08-29 15:37:45.475  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:37:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 717
2026-08-29 15:37:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:37:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:37:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:37:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:37:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:37:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:37:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2eb24b75(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 15:37:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:38:05.506  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:38:05.506  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:38:05.506  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@74aa42ea, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2cf6dfc7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3125285a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35d4f8c0, containsSubquery=false)
2026-08-29 15:38:05.506  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:38:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 718
2026-08-29 15:38:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:38:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:38:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@648d69b7(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 15:38:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:38:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:38:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:38:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:38:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:38:25.507  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:38:25.507  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:38:25.507  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5be3f27a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56896ef8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@108be4bd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@511fa1fc, containsSubquery=false)
2026-08-29 15:38:25.507  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:38:45.466  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:38:45.466  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:38:45.466  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3811a224, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@151528da, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5691104, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a0a74a1, containsSubquery=false)
2026-08-29 15:38:45.466  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:38:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 719
2026-08-29 15:38:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:38:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:38:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:38:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3636c3a8(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 15:39:05.498  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:39:05.498  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:39:05.498  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@763910aa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79fa70e3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@558f276b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68db6dc9, containsSubquery=false)
2026-08-29 15:39:05.498  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:39:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 720
2026-08-29 15:39:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:39:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:39:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:39:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:39:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:39:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:39:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@601bf776(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 15:39:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:39:25.482  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:39:25.482  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:39:25.482  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2b342cf7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3daa43c3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70c4ab78, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@22342c6d, containsSubquery=false)
2026-08-29 15:39:25.482  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:39:45.472  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:39:45.472  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:39:45.472  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2470fd29, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46481c6c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69140f68, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4591c7ca, containsSubquery=false)
2026-08-29 15:39:45.472  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:39:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 721
2026-08-29 15:39:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:39:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:39:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@d08c516(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 15:39:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:39:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:39:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:39:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:39:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:40:05.483  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:40:05.483  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:40:05.483  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@369e8971, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2de5e5e0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f447c47, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@47b4fbe2, containsSubquery=false)
2026-08-29 15:40:05.483  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:40:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 722
2026-08-29 15:40:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:40:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:40:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@37308c54(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 15:40:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:40:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:40:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:40:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:40:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:40:25.467  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:40:25.467  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:40:25.467  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@455b3f9d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@dfd590a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@11b12907, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e53881e, containsSubquery=false)
2026-08-29 15:40:25.467  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:40:45.470  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:40:45.470  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:40:45.470  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2f3536c6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@497e0c76, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4db019fe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@13979a9d, containsSubquery=false)
2026-08-29 15:40:45.470  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:40:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 723
2026-08-29 15:40:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:40:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:40:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:40:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:40:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:40:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:40:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5ac88c79(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 15:40:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:41:05.476  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:41:05.476  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:41:05.476  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6ed5a9fa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@22d0939e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6101fa47, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75846bff, containsSubquery=false)
2026-08-29 15:41:05.476  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:41:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 724
2026-08-29 15:41:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:41:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:41:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:41:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@629a22f1(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 15:41:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:41:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:41:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:41:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:41:25.467  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:41:25.467  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:41:25.467  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@78eb36cc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71817d0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@d129b93, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4be3b671, containsSubquery=false)
2026-08-29 15:41:25.467  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:41:45.473  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:41:45.473  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:41:45.473  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a7d4fa6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@283ffb3a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@56f1f76d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c5245c0, containsSubquery=false)
2026-08-29 15:41:45.473  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:41:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 725
2026-08-29 15:41:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:41:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:41:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:41:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:41:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:41:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:41:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@61c84803(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 15:41:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:42:05.482  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:42:05.483  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:42:05.483  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bfc5b35, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ae66346, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3651b3d9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@493eeab, containsSubquery=false)
2026-08-29 15:42:05.483  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:42:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 726
2026-08-29 15:42:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:42:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:42:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:42:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:42:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5e10ecb4(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 15:42:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:42:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:42:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:42:25.466  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:42:25.466  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:42:25.466  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2ed25c8b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e951d0b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3cefe3fc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79e3b0fa, containsSubquery=false)
2026-08-29 15:42:25.466  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:42:45.503  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:42:45.504  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:42:45.504  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f3219c5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7582b703, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@59f24b02, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32f07ed1, containsSubquery=false)
2026-08-29 15:42:45.504  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:42:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 727
2026-08-29 15:42:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:42:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:42:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:42:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7797553c(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 15:43:05.514  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:43:05.515  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:43:05.515  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2bc539f1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@62f6b455, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ff6a858, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ecfa210, containsSubquery=false)
2026-08-29 15:43:05.515  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:43:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 728
2026-08-29 15:43:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:43:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:43:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2f7b56f6(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 15:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:43:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:43:25.468  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:43:25.468  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:43:25.468  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@572ba8b0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@140577f8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79cb3d46, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cc2eb0c, containsSubquery=false)
2026-08-29 15:43:25.468  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:43:45.481  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:43:45.481  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:43:45.481  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@68bf6e36, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4fa61195, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7aad996, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@10abbe3a, containsSubquery=false)
2026-08-29 15:43:45.481  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:43:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 729
2026-08-29 15:43:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:43:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:43:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:43:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:43:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:43:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:43:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@707bcfb6(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 15:43:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:44:05.534  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:44:05.534  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:44:05.534  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@69961fb8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c6fe1ef, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ba784c9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d29bbb0, containsSubquery=false)
2026-08-29 15:44:05.534  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:44:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 730
2026-08-29 15:44:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:44:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:44:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@b36c95d(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 15:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:44:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:44:25.477  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:44:25.477  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:44:25.477  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4e2cbe0a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5dbde8f8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4d7f30bf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@179f3ef7, containsSubquery=false)
2026-08-29 15:44:25.477  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:44:45.489  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:44:45.490  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:44:45.490  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@598169b9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@162db98f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@432e145b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ad52b64, containsSubquery=false)
2026-08-29 15:44:45.490  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:44:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 731
2026-08-29 15:44:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:44:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:44:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@41b1ecd7(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 15:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:44:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:45:05.530  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:45:05.530  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:45:05.530  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@9ddf500, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c04104, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@44923f64, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b0be54f, containsSubquery=false)
2026-08-29 15:45:05.531  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:45:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 732
2026-08-29 15:45:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:45:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:45:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3478b5c(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 15:45:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:45:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:45:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:45:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:45:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:45:25.490  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:45:25.490  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:45:25.490  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38391288, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2bc2571a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54b2be77, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d454b6a, containsSubquery=false)
2026-08-29 15:45:25.490  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:45:45.476  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:45:45.476  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:45:45.476  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a0a60c1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2d5406d3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@34904ec2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5e667cb2, containsSubquery=false)
2026-08-29 15:45:45.476  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:45:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 733
2026-08-29 15:45:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:45:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:45:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@143cfb15(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 15:45:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:46:05.526  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:46:05.526  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:46:05.526  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@673e0a5c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@218090bc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@21a37db1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2183819b, containsSubquery=false)
2026-08-29 15:46:05.526  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:46:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 734
2026-08-29 15:46:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:46:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:46:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@79aa223a(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 15:46:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:46:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:46:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:46:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:46:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:46:25.463  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:46:25.463  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:46:25.463  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1c473a8f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69716675, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d335495, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50eec964, containsSubquery=false)
2026-08-29 15:46:25.463  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:46:45.467  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:46:45.468  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:46:45.468  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1c525a05, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@628a38d0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@407ccf7d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3eda9e66, containsSubquery=false)
2026-08-29 15:46:45.468  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:46:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 735
2026-08-29 15:46:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:46:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:46:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:46:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:46:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:46:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:46:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@664cad4(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 15:46:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:47:05.469  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:47:05.469  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:47:05.469  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4057299b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@64e43ebb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@56cbb52c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ef7371c, containsSubquery=false)
2026-08-29 15:47:05.469  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:47:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 736
2026-08-29 15:47:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:47:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:47:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:47:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:47:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:47:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:47:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:47:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@135c64b9(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 15:47:25.486  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:47:25.486  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:47:25.486  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30bf69e5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14110d8b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@13a62b88, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4176138c, containsSubquery=false)
2026-08-29 15:47:25.486  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:47:45.468  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:47:45.468  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:47:45.468  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@748f0135, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6613c027, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@434c0db6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@193a4c85, containsSubquery=false)
2026-08-29 15:47:45.469  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:47:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 737
2026-08-29 15:47:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:47:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:47:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:47:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:47:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:47:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:47:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@18ae67f6(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 15:47:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:48:05.489  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:48:05.489  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:48:05.489  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@795fef3f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@13ac77b2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@66c665f0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@39ee7970, containsSubquery=false)
2026-08-29 15:48:05.489  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:48:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 738
2026-08-29 15:48:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:48:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@25740b3f(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 15:48:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:48:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:48:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:48:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:48:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:48:25.480  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:48:25.481  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:48:25.481  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@43ff645c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@13a13712, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42b8bf73, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@630b98fd, containsSubquery=false)
2026-08-29 15:48:25.481  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:48:45.466  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:48:45.466  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:48:45.466  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7427b94d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@10339dba, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12ef4a09, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@43af1d78, containsSubquery=false)
2026-08-29 15:48:45.466  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:48:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 739
2026-08-29 15:48:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:48:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:48:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:48:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@77b913f7(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 15:48:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:48:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:48:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:48:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:49:05.476  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:49:05.476  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:49:05.476  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13238707, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43d2d6e1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f38a126, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@54cbec8c, containsSubquery=false)
2026-08-29 15:49:05.476  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:49:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 740
2026-08-29 15:49:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:49:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4a55b8f5(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 15:49:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:49:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:49:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:49:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:49:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:49:25.504  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:49:25.504  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:49:25.504  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6caf5010, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e1e5a82, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a1b9d5c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5652d928, containsSubquery=false)
2026-08-29 15:49:25.504  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:49:45.465  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:49:45.465  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:49:45.465  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@55292f8e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4f9e9265, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@689e2675, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53596098, containsSubquery=false)
2026-08-29 15:49:45.465  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:49:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 741
2026-08-29 15:49:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:49:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:49:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3156b19a(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 15:49:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:49:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:49:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:49:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:49:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:50:05.506  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:50:05.506  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:50:05.506  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@199adb08, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78ecb3c9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ad0ee88, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@78bf461a, containsSubquery=false)
2026-08-29 15:50:05.506  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:50:21.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 742
2026-08-29 15:50:21.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:50:21.945  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:50:21.945  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:50:21.945  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:50:21.945  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:50:21.945  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:50:21.945  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@33a34096(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 15:50:21.945  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:50:25.530  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:50:25.530  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:50:25.530  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6e81c178, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e502fce, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@34d52cf4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@146a6e68, containsSubquery=false)
2026-08-29 15:50:25.530  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:50:45.475  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:50:45.475  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:50:45.475  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b3d64e7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ce0f512, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28f54c5f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1377cec5, containsSubquery=false)
2026-08-29 15:50:45.475  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:50:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 743
2026-08-29 15:50:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:50:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:50:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5b86eeff(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 15:50:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:50:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:50:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:50:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:51:05.495  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:51:05.495  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:51:05.495  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3c606b1d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17b1bb4a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@736ebffc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cbfde1a, containsSubquery=false)
2026-08-29 15:51:05.496  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:51:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 744
2026-08-29 15:51:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:51:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:51:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:51:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:51:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:51:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:51:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@da0d47d(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 15:51:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:51:25.497  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:51:25.497  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:51:25.497  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@60e08e3b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ad5415, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@779466e1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b477497, containsSubquery=false)
2026-08-29 15:51:25.497  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:51:45.502  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:51:45.502  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:51:45.502  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@33e8be4f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@31cd73ec, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7be6a908, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@95ae469, containsSubquery=false)
2026-08-29 15:51:45.503  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:51:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 745
2026-08-29 15:51:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:51:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:51:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@54b6dc7e(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 15:51:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:51:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:51:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:51:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:51:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:52:05.482  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:52:05.482  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:52:05.482  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38669f5c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@41de9724, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@537342b9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ac6aea4, containsSubquery=false)
2026-08-29 15:52:05.482  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:52:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 746
2026-08-29 15:52:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:52:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:52:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:52:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2faf40d0(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 15:52:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:52:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:52:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:52:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:52:25.463  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:52:25.463  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:52:25.463  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@11223252, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a2da4e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a0848f9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e578a97, containsSubquery=false)
2026-08-29 15:52:25.463  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:52:38.425  INFO 2501436 --- [quartzScheduler_Worker-5] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 15:52:45.475  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:52:45.476  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:52:45.476  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@34b3421e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@323bb31b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@71b1b4f3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4401c441, containsSubquery=false)
2026-08-29 15:52:45.476  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:52:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 747
2026-08-29 15:52:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:52:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:52:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@613f9f34(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 15:52:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:52:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:52:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:52:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:52:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:53:05.644  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:53:05.644  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:53:05.644  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5efc99dc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@179a51de, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47df93be, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56425485, containsSubquery=false)
2026-08-29 15:53:05.644  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:53:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 748
2026-08-29 15:53:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:53:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@42336ea5(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 15:53:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:53:25.467  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:53:25.467  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:53:25.467  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@501657fd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6310dd13, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79323515, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@712ffc08, containsSubquery=false)
2026-08-29 15:53:25.467  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:53:45.481  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:53:45.481  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:53:45.481  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@12fcf938, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1128f84e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5678428c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21173d73, containsSubquery=false)
2026-08-29 15:53:45.481  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:53:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 749
2026-08-29 15:53:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:53:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6c678755(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 15:53:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:53:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:53:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:53:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:53:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:54:05.502  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:54:05.502  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:54:05.502  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@29200406, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@62c4397f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5bc9d210, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@adfbe68, containsSubquery=false)
2026-08-29 15:54:05.502  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:54:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 750
2026-08-29 15:54:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:54:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:54:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:54:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:54:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:54:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:54:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5df8eb5d(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 15:54:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:54:25.495  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:54:25.495  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:54:25.495  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b31ea2b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b3a7544, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@73ee950, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@584ce452, containsSubquery=false)
2026-08-29 15:54:25.495  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:54:45.517  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:54:45.517  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:54:45.517  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4946df0b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ee717d7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49f728b6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a26b857, containsSubquery=false)
2026-08-29 15:54:45.517  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:54:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 751
2026-08-29 15:54:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:54:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:54:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7070eab5(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 15:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:54:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:55:05.546  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:55:05.546  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:55:05.546  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@61043dc6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ee80009, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b96079e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@524b4cad, containsSubquery=false)
2026-08-29 15:55:05.546  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:55:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 752
2026-08-29 15:55:21.940  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:55:21.945  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:55:21.946  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:55:21.946  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:55:21.946  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5cb08d11(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 15:55:21.946  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:55:21.946  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:55:21.946  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:55:25.504  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:55:25.504  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:55:25.504  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e0aac69, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2887fbc4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@723663fe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5fd3da3d, containsSubquery=false)
2026-08-29 15:55:25.504  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:55:45.500  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:55:45.500  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:55:45.500  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@342940bc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@622f3876, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@758393a8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ce0b78b, containsSubquery=false)
2026-08-29 15:55:45.500  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:55:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 753
2026-08-29 15:55:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:55:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:55:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:55:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:55:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:55:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@ff2664c(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 15:55:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:55:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:56:05.523  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:56:05.523  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:56:05.523  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@52f02386, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c42105d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5151f4ef, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@459e92fa, containsSubquery=false)
2026-08-29 15:56:05.523  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:56:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 754
2026-08-29 15:56:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:56:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:56:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@712b2e7(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 15:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:56:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:56:25.478  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:56:25.478  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:56:25.478  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f8e3e6a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14f36f86, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@30ff1527, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5007bfcb, containsSubquery=false)
2026-08-29 15:56:25.478  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:56:45.496  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:56:45.496  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:56:45.496  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e2e9571, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@854cb06, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a8dbe65, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3cadf058, containsSubquery=false)
2026-08-29 15:56:45.496  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:56:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 755
2026-08-29 15:56:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:56:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:56:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@b9cd406(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 15:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:56:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:57:05.551  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:57:05.552  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:57:05.552  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4668dd95, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@775f257f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7572e92, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@43f109c0, containsSubquery=false)
2026-08-29 15:57:05.552  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:57:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 756
2026-08-29 15:57:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:57:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:57:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7673c6cb(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 15:57:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:57:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:57:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:57:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:57:25.520  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:57:25.520  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:57:25.520  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@51ea9410, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32d6631f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16e1248e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7fc6791b, containsSubquery=false)
2026-08-29 15:57:25.520  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:57:45.513  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:57:45.513  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:57:45.513  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19229af8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@223985b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31d682cf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15dd22fb, containsSubquery=false)
2026-08-29 15:57:45.513  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:57:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 757
2026-08-29 15:57:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:57:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:57:51.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@54f2e405(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 15:57:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:57:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:57:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:57:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:57:51.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:58:05.473  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:58:05.473  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:58:05.474  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d943ffe, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60831e18, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5625065b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@331f448d, containsSubquery=false)
2026-08-29 15:58:05.475  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:58:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 758
2026-08-29 15:58:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:58:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:58:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:58:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:58:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:58:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:58:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1975593f(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 15:58:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:58:25.477  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:58:25.477  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:58:25.477  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@10dea07b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@300a6deb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5cee710a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c8a0b55, containsSubquery=false)
2026-08-29 15:58:25.477  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:58:45.526  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:58:45.526  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:58:45.526  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@690186cd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@70f90b14, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45851b95, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ef5a807, containsSubquery=false)
2026-08-29 15:58:45.526  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:58:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 759
2026-08-29 15:58:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:58:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:58:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:58:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:58:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@25670a80(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 15:58:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:58:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:58:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:59:05.506  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:59:05.508  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:59:05.508  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@506e309c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3303bffe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7173e4c7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1929acec, containsSubquery=false)
2026-08-29 15:59:05.508  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:59:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 760
2026-08-29 15:59:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:59:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:59:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:59:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:59:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:59:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:59:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7642d1e5(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 15:59:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 15:59:25.507  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:59:25.507  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:59:25.507  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@c68bd4c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@68ad0013, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@763d3977, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@9965b85, containsSubquery=false)
2026-08-29 15:59:25.508  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:59:45.482  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 15:59:45.482  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 15:59:45.482  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65db14dc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@22020d16, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a8a3027, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@496aa37, containsSubquery=false)
2026-08-29 15:59:45.482  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 15:59:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 761
2026-08-29 15:59:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 15:59:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 15:59:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@455c2ebe(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 15:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 15:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 15:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 15:59:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:00:05.504  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:00:05.505  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:00:05.505  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c9c46bb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@41722c76, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ec03224, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@339a819f, containsSubquery=false)
2026-08-29 16:00:05.505  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:00:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 762
2026-08-29 16:00:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:00:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:00:21.943  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:00:21.944  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:00:21.944  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:00:21.944  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:00:21.944  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:00:21.946  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@68c57144(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 16:00:25.517  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:00:25.517  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:00:25.518  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@29acd931, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@149e1ac6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@628883b3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3280d7ec, containsSubquery=false)
2026-08-29 16:00:25.518  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:00:45.489  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:00:45.490  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:00:45.490  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13c27663, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f483b30, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49923bba, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@47d7be2e, containsSubquery=false)
2026-08-29 16:00:45.490  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:00:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 763
2026-08-29 16:00:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:00:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:00:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:00:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:00:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:00:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:00:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@68276e69(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 16:00:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:01:05.530  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:01:05.531  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:01:05.531  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2588ab97, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4fcb28ee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c5090f4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36bb60d, containsSubquery=false)
2026-08-29 16:01:05.531  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:01:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 764
2026-08-29 16:01:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:01:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:01:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:01:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:01:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:01:21.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@63b9d4c3(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 16:01:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:01:21.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:01:25.503  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:01:25.503  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:01:25.503  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@49289ab6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e200b58, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@278908b6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6cab785d, containsSubquery=false)
2026-08-29 16:01:25.503  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:01:45.469  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:01:45.469  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:01:45.469  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@34f400b7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@456f9fd6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@229500f7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50d72faf, containsSubquery=false)
2026-08-29 16:01:45.470  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:01:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 765
2026-08-29 16:01:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:01:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7719abb0(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 16:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:01:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:02:05.509  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:02:05.509  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:02:05.509  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ed809e7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5cd2add, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@13ea8bda, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a4b31c0, containsSubquery=false)
2026-08-29 16:02:05.509  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:02:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 766
2026-08-29 16:02:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:02:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:02:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2936fbc0(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 16:02:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:02:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:02:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:02:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:02:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:02:25.546  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:02:25.546  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:02:25.546  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a13ab39, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@507c74f2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d84acff, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2fef8070, containsSubquery=false)
2026-08-29 16:02:25.546  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:02:45.540  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:02:45.540  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:02:45.540  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5068c923, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2bf8e5db, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7805a998, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a59808e, containsSubquery=false)
2026-08-29 16:02:45.540  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:02:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 767
2026-08-29 16:02:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:02:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:02:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:02:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:02:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:02:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:02:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@32435be2(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 16:02:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:03:05.484  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:03:05.484  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:03:05.484  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6e0e16e7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55718283, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6656e1d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4dae6d75, containsSubquery=false)
2026-08-29 16:03:05.484  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:03:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 768
2026-08-29 16:03:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:03:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:03:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:03:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:03:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6d813445(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 16:03:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:03:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:03:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:03:25.469  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:03:25.469  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:03:25.469  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@34e45383, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f40761f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e2b9170, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6f2240e6, containsSubquery=false)
2026-08-29 16:03:25.469  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:03:45.482  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:03:45.482  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:03:45.482  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6afa2d4f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a2122a1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@333281eb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@721961f6, containsSubquery=false)
2026-08-29 16:03:45.482  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:03:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 769
2026-08-29 16:03:51.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:03:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:03:51.941  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@33ab3929(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 16:03:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:03:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:03:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:03:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:03:51.942  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:04:05.518  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:04:05.518  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:04:05.518  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d12e360, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@755713fa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@398aec12, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b9e1b1a, containsSubquery=false)
2026-08-29 16:04:05.518  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:04:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 770
2026-08-29 16:04:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:04:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:04:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:04:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:04:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@696a3236(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 16:04:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:04:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:04:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:04:25.475  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:04:25.475  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:04:25.475  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@57040037, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5509135b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@769cdf04, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34f939c2, containsSubquery=false)
2026-08-29 16:04:25.475  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:04:45.472  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:04:45.472  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:04:45.472  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5d44e8d5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@210ea39d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22813464, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3cda3b2, containsSubquery=false)
2026-08-29 16:04:45.472  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:04:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 771
2026-08-29 16:04:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:04:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:04:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7d6a1bc(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 16:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:04:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:05:05.509  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:05:05.509  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:05:05.509  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a4b89e8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@47e77382, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2825dc64, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@355ec80f, containsSubquery=false)
2026-08-29 16:05:05.509  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:05:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 772
2026-08-29 16:05:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:05:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:05:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:05:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:05:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:05:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:05:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:05:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@56057f2d(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 16:05:25.465  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:05:25.466  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:05:25.466  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2fde294f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5de36da0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d8b92e3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4bb2025d, containsSubquery=false)
2026-08-29 16:05:25.466  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:05:45.471  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:05:45.471  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:05:45.471  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22218dc8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6202b6d7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68ded039, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2cb85909, containsSubquery=false)
2026-08-29 16:05:45.471  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:05:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 773
2026-08-29 16:05:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:05:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:05:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:05:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:05:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:05:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6761f836(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 16:05:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:05:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:06:05.483  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:06:05.484  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:06:05.484  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6bde3494, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3579ec2a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b4fe32f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2d990bf3, containsSubquery=false)
2026-08-29 16:06:05.484  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:06:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 774
2026-08-29 16:06:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:06:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:06:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@139bc31b(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 16:06:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:06:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:06:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:06:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:06:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:06:25.485  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:06:25.486  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:06:25.486  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a2b6cc5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@45f754aa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@21738275, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66d45a71, containsSubquery=false)
2026-08-29 16:06:25.486  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:06:45.481  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:06:45.481  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:06:45.481  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47a908cc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b955184, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@21386aa0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ce6e678, containsSubquery=false)
2026-08-29 16:06:45.481  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:06:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 775
2026-08-29 16:06:51.941  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:06:51.941  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:06:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:06:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:06:51.942  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@433d1c15(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 16:06:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:06:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:06:51.942  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:07:05.500  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:07:05.500  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:07:05.500  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@79aa223b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@33c3d283, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3fa81623, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3a2ffbe2, containsSubquery=false)
2026-08-29 16:07:05.500  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:07:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 776
2026-08-29 16:07:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:07:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:07:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3c384e1f(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 16:07:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:07:25.474  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:07:25.474  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:07:25.474  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@126299f0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56c00145, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a19bb20, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e9e1820, containsSubquery=false)
2026-08-29 16:07:25.475  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:07:45.508  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:07:45.508  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:07:45.508  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e0b4212, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@10ca2267, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24396b8d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18262f3c, containsSubquery=false)
2026-08-29 16:07:45.508  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:07:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 777
2026-08-29 16:07:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:07:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3903caa3(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 16:07:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:07:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:07:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:07:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:07:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:08:05.496  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:08:05.496  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:08:05.496  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@161303ef, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ef758fb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63e781d0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b3c330d, containsSubquery=false)
2026-08-29 16:08:05.496  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:08:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 778
2026-08-29 16:08:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:08:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:08:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:08:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@45417f4e(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 16:08:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:08:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:08:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:08:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:08:25.476  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:08:25.476  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:08:25.476  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@75f64694, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@22d9abc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1514a77b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@27125851, containsSubquery=false)
2026-08-29 16:08:25.476  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:08:45.476  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:08:45.476  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:08:45.476  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d5b2371, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f4a57bc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a3b67d0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@90c2310, containsSubquery=false)
2026-08-29 16:08:45.477  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:08:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 779
2026-08-29 16:08:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:08:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:08:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:08:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4d4fb97f(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 16:08:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:08:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:08:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:08:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:09:05.474  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:09:05.475  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:09:05.475  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@233a581a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c01a82a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55abc051, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4581c01f, containsSubquery=false)
2026-08-29 16:09:05.475  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:09:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 780
2026-08-29 16:09:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:09:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:09:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:09:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:09:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:09:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:09:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7b18f98a(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 16:09:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:09:25.469  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:09:25.469  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:09:25.469  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@67564dcb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f705ba8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@708777b0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@54bd6401, containsSubquery=false)
2026-08-29 16:09:25.469  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:09:45.489  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:09:45.489  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:09:45.489  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@223776c1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@63f45288, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d79a1b0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3d03b0, containsSubquery=false)
2026-08-29 16:09:45.489  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:09:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 781
2026-08-29 16:09:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:09:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:09:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:09:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:09:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6172f2aa(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 16:09:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:09:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:09:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:10:05.484  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:10:05.485  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:10:05.485  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@20b294e0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@9472392, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ac606c7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@296597f4, containsSubquery=false)
2026-08-29 16:10:05.485  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:10:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 782
2026-08-29 16:10:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:10:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:10:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@67b7ca71(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 16:10:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:10:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:10:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:10:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:10:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:10:25.471  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:10:25.472  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:10:25.472  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@44453693, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@75fd75a3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68ef6145, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@180fdbd2, containsSubquery=false)
2026-08-29 16:10:25.473  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:10:45.466  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:10:45.466  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:10:45.466  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@20015233, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@448142a9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4d0b1ca5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ba2b753, containsSubquery=false)
2026-08-29 16:10:45.466  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:10:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 783
2026-08-29 16:10:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:10:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:10:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:10:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:10:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:10:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:10:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:10:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7ac2578b(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 16:11:05.469  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:11:05.470  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:11:05.470  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ff9756b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c8579fc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69ff58aa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7517ef53, containsSubquery=false)
2026-08-29 16:11:05.470  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:11:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 784
2026-08-29 16:11:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:11:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:11:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5b787b15(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 16:11:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:11:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:11:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:11:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:11:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:11:25.477  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:11:25.477  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:11:25.477  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7312d50f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@38666da4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@547d8df6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63c9452a, containsSubquery=false)
2026-08-29 16:11:25.477  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:11:45.467  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:11:45.467  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:11:45.467  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@641cfc80, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28de5fb9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b230445, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@533c32f1, containsSubquery=false)
2026-08-29 16:11:45.467  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:11:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 785
2026-08-29 16:11:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:11:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:11:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:11:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:11:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:11:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@680230f2(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 16:11:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:11:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:12:05.481  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:12:05.481  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:12:05.481  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@31f1713, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f292771, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b477de9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ca59439, containsSubquery=false)
2026-08-29 16:12:05.481  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:12:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 786
2026-08-29 16:12:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:12:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:12:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@f92f9db(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 16:12:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:12:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:12:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:12:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:12:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:12:25.521  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:12:25.521  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:12:25.521  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@391a9d8d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@70e88d0f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@85ec3d3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5597aad2, containsSubquery=false)
2026-08-29 16:12:25.521  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:12:45.476  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:12:45.476  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:12:45.476  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3aeee81e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@54681132, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@280b8a51, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@20fe415e, containsSubquery=false)
2026-08-29 16:12:45.476  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:12:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 787
2026-08-29 16:12:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:12:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:12:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@25efd570(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 16:12:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:12:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:12:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:12:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:12:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:13:05.538  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:13:05.538  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:13:05.538  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e8a9160, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1d2cb526, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d5c90cf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6dcb77aa, containsSubquery=false)
2026-08-29 16:13:05.538  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:13:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 788
2026-08-29 16:13:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:13:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@56f11ea3(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 16:13:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:13:25.518  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:13:25.518  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:13:25.518  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@788baae5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c1127d4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@73517e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@175d8939, containsSubquery=false)
2026-08-29 16:13:25.518  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:13:45.465  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:13:45.465  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:13:45.465  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5f99575e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6468755b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4cb438c5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d409cfd, containsSubquery=false)
2026-08-29 16:13:45.465  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:13:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 789
2026-08-29 16:13:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:13:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:13:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:13:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:13:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:13:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:13:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:13:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@21f9fdc9(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 16:14:05.492  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:14:05.492  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:14:05.492  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@202ef142, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11583062, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@191ab38f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6570a5a3, containsSubquery=false)
2026-08-29 16:14:05.492  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:14:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 790
2026-08-29 16:14:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:14:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:14:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:14:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@49431d45(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 16:14:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:14:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:14:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:14:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:14:25.499  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:14:25.499  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:14:25.499  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6222740d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d387af, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15b88434, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@59dc6cdd, containsSubquery=false)
2026-08-29 16:14:25.499  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:14:45.470  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:14:45.470  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:14:45.470  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6018f932, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@461bb9bc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7363ce69, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@204d9d91, containsSubquery=false)
2026-08-29 16:14:45.470  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:14:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 791
2026-08-29 16:14:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:14:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:14:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@124526bd(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 16:14:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:14:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:14:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:14:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:14:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:15:05.603  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:15:05.603  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:15:05.603  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13e34c2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7be2dc05, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9784ac1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c1914f3, containsSubquery=false)
2026-08-29 16:15:05.603  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:15:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 792
2026-08-29 16:15:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:15:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:15:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:15:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:15:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:15:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:15:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:15:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6b7aef3b(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 16:15:25.473  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:15:25.473  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:15:25.473  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d5a5045, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@635f523d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b97dff3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@23432d49, containsSubquery=false)
2026-08-29 16:15:25.473  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:15:45.473  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:15:45.473  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:15:45.473  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8c6607, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@37d29fdb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b27d277, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ce06c80, containsSubquery=false)
2026-08-29 16:15:45.473  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:15:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 793
2026-08-29 16:15:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:15:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:15:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:15:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@63183f59(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 16:15:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:15:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:15:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:15:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:16:05.479  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:16:05.479  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:16:05.479  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7782ff39, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ec11c31, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@494174ef, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@62265370, containsSubquery=false)
2026-08-29 16:16:05.479  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:16:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 794
2026-08-29 16:16:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:16:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:16:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4e79280f(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 16:16:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:16:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:16:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:16:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:16:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:16:25.543  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:16:25.544  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:16:25.544  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@fd6294f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ce0cc44, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c1079fd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2aadb4ba, containsSubquery=false)
2026-08-29 16:16:25.544  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:16:45.486  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:16:45.487  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:16:45.487  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@46a904f5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@795ab0ad, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54f3562f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e706da5, containsSubquery=false)
2026-08-29 16:16:45.487  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:16:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 795
2026-08-29 16:16:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:16:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:16:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:16:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:16:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:16:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:16:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:16:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6745d8a1(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 16:17:05.555  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:17:05.555  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:17:05.555  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c8b3b7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@63731e70, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2cfb08e4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58117a5e, containsSubquery=false)
2026-08-29 16:17:05.556  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:17:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 796
2026-08-29 16:17:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:17:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:17:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:17:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:17:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:17:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:17:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:17:21.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4a88f423(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 16:17:25.500  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:17:25.500  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:17:25.500  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@278d84bc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@197690fd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5fba961, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@275fb121, containsSubquery=false)
2026-08-29 16:17:25.500  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:17:45.470  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:17:45.470  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:17:45.470  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e2a6a3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a3af3c9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@609ae87a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25a48084, containsSubquery=false)
2026-08-29 16:17:45.470  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:17:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 797
2026-08-29 16:17:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:17:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:17:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:17:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:17:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:17:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5834fee9(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 16:17:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:17:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:18:05.514  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:18:05.514  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:18:05.514  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4d3f4474, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@74108af4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@282ba11b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6f2144a1, containsSubquery=false)
2026-08-29 16:18:05.514  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:18:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 798
2026-08-29 16:18:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:18:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:18:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:18:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:18:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:18:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:18:21.942  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1c046a81(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 16:18:21.942  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:18:25.465  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:18:25.465  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:18:25.465  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22ec6a1d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@29a1f391, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47d542f1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c1908e0, containsSubquery=false)
2026-08-29 16:18:25.465  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:18:45.485  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:18:45.485  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:18:45.485  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@46aead95, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f08206, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@723f29a3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@252d0209, containsSubquery=false)
2026-08-29 16:18:45.485  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:18:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 799
2026-08-29 16:18:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:18:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:18:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@519d27e4(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 16:18:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:18:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:18:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:18:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:18:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:19:05.533  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:19:05.534  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:19:05.534  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@67a9470, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6844773e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e2dd469, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@ed34ad5, containsSubquery=false)
2026-08-29 16:19:05.534  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:19:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 800
2026-08-29 16:19:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:19:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:19:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:19:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@17a53029(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 16:19:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:19:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:19:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:19:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:19:25.502  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:19:25.503  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:19:25.503  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@792b2e7c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3af69fe6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@59e54316, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ef128f0, containsSubquery=false)
2026-08-29 16:19:25.503  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:19:45.477  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:19:45.477  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:19:45.477  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@225db348, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7926edb4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2afc0dc3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7864c5dc, containsSubquery=false)
2026-08-29 16:19:45.477  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:19:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 801
2026-08-29 16:19:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:19:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:19:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@457771c7(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 16:19:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:19:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:19:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:19:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:19:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:20:05.471  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:20:05.471  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:20:05.471  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6bdb3d9b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c551f8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49246acd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6fb875dc, containsSubquery=false)
2026-08-29 16:20:05.471  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:20:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 802
2026-08-29 16:20:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:20:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:20:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:20:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:20:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:20:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:20:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@28c0007f(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 16:20:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:20:25.483  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:20:25.484  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:20:25.484  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@49c9962e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c6ada77, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5469c44a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4374de64, containsSubquery=false)
2026-08-29 16:20:25.484  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:20:45.475  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:20:45.476  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:20:45.476  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@33e58e8c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1d4a955, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@33ccf223, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ad30825, containsSubquery=false)
2026-08-29 16:20:45.476  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:20:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 803
2026-08-29 16:20:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:20:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:20:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:20:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:20:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:20:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:20:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:20:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2e1b5d59(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 16:21:05.467  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:21:05.467  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:21:05.467  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40510b44, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b5fe010, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b6b7b47, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19215a5f, containsSubquery=false)
2026-08-29 16:21:05.467  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:21:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 804
2026-08-29 16:21:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:21:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:21:21.941  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@255d736b(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 16:21:21.942  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:21:21.942  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:21:21.942  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:21:21.942  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:21:21.942  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:21:25.476  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:21:25.476  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:21:25.476  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@402032bd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51521b0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@72b5fbe9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c6ed2a5, containsSubquery=false)
2026-08-29 16:21:25.476  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:21:45.485  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:21:45.485  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:21:45.485  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@69ce3d3e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@77f673f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@328755b5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36515e5a, containsSubquery=false)
2026-08-29 16:21:45.485  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:21:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 805
2026-08-29 16:21:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:21:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:21:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:21:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:21:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:21:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:21:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2206fb3e(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 16:21:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:22:05.476  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:22:05.476  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:22:05.476  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@72eb4828, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b1dc686, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@48d8ae28, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c4553c4, containsSubquery=false)
2026-08-29 16:22:05.476  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:22:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 806
2026-08-29 16:22:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:22:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:22:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2403128(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 16:22:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:22:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:22:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:22:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:22:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:22:25.551  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:22:25.551  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:22:25.551  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e8c1dc4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@472f943, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43946b90, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15d105a5, containsSubquery=false)
2026-08-29 16:22:25.551  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:22:45.472  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:22:45.472  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:22:45.472  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1404ecf1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b55e457, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@460e6ad2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25073576, containsSubquery=false)
2026-08-29 16:22:45.472  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:22:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 807
2026-08-29 16:22:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:22:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:22:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:22:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:22:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:22:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@f348ef5(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 16:22:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:22:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:23:05.480  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:23:05.480  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:23:05.480  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4e19edd0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d34d34, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6469d4e1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79eca476, containsSubquery=false)
2026-08-29 16:23:05.480  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:23:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 808
2026-08-29 16:23:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:23:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:23:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:23:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:23:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:23:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:23:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:23:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@b83d26c(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 16:23:25.480  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:23:25.480  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:23:25.480  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@27e13504, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@18c3d095, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b8a1ac6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@70df4a8b, containsSubquery=false)
2026-08-29 16:23:25.481  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:23:45.474  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:23:45.474  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:23:45.474  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8a0d337, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60e86110, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@569b14a9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a8eca61, containsSubquery=false)
2026-08-29 16:23:45.474  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:23:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 809
2026-08-29 16:23:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:23:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@67a8e92b(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 16:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:23:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:23:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:24:05.494  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:24:05.495  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:24:05.495  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@57a53369, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52fac45e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f1e74ce, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3da25758, containsSubquery=false)
2026-08-29 16:24:05.495  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:24:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 810
2026-08-29 16:24:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:24:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:24:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:24:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4699efa3(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 16:24:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:24:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:24:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:24:21.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:24:25.576  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:24:25.576  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:24:25.576  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@782b15e5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e9c8079, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@77d9d8b3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@71269bfe, containsSubquery=false)
2026-08-29 16:24:25.577  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:24:45.485  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:24:45.485  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:24:45.485  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ab9b737, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@640f891c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3297d149, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7eabb143, containsSubquery=false)
2026-08-29 16:24:45.485  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:24:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 811
2026-08-29 16:24:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:24:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:24:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:24:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1feb4392(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 16:24:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:24:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:24:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:24:51.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:25:05.531  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:25:05.532  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:25:05.532  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@55957385, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1fb26313, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@32fb3264, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16ac0e02, containsSubquery=false)
2026-08-29 16:25:05.532  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:25:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 812
2026-08-29 16:25:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:25:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:25:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:25:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:25:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:25:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:25:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@640d90f1(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 16:25:25.490  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:25:25.490  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:25:25.490  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@35bc36a3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1cf5c52b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28a0f182, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15cdfc04, containsSubquery=false)
2026-08-29 16:25:25.490  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:25:45.475  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:25:45.475  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:25:45.475  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@93cbee2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ba5ae8e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52ecf56c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2cbaa50f, containsSubquery=false)
2026-08-29 16:25:45.475  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:25:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 813
2026-08-29 16:25:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:25:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:25:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:25:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:25:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:25:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:25:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@266a9411(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 16:25:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:26:05.487  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:26:05.487  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:26:05.487  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@218589e7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11b1d5b2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b9be082, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@28fd47f, containsSubquery=false)
2026-08-29 16:26:05.487  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:26:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 814
2026-08-29 16:26:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:26:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:26:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:26:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:26:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:26:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:26:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:26:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@56af8e8e(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 16:26:25.513  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:26:25.513  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:26:25.513  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7206dbec, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1a2f3e44, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4766ca7a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d1b3c3c, containsSubquery=false)
2026-08-29 16:26:25.513  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:26:45.474  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:26:45.474  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:26:45.474  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@dc5ca39, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5fe38e6e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5de6591e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6041ee53, containsSubquery=false)
2026-08-29 16:26:45.474  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:26:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 815
2026-08-29 16:26:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:26:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:26:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6ea11863(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 16:26:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:26:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:26:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:26:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:26:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:27:05.488  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:27:05.488  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:27:05.488  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56aed779, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60ee8c21, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5099bd24, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@70b1dbf0, containsSubquery=false)
2026-08-29 16:27:05.488  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:27:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 816
2026-08-29 16:27:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:27:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:27:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:27:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:27:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:27:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:27:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:27:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@142fa336(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 16:27:25.463  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:27:25.464  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:27:25.464  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@dcc3098, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@76a36459, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62be8e55, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6290a5b, containsSubquery=false)
2026-08-29 16:27:25.464  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:27:45.469  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:27:45.469  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:27:45.469  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@528c0073, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ba2c9ab, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@73b1901a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57ac72ed, containsSubquery=false)
2026-08-29 16:27:45.469  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:27:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 817
2026-08-29 16:27:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:27:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:27:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:27:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:27:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@370c26d3(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 16:27:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:27:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:27:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:28:05.497  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:28:05.497  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:28:05.498  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2ec250a9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4effa56f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6334d692, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4193ae39, containsSubquery=false)
2026-08-29 16:28:05.498  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:28:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 818
2026-08-29 16:28:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:28:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:28:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:28:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@11b070e(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 16:28:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:28:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:28:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:28:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:28:25.482  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:28:25.482  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:28:25.482  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@60105689, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5a1064d2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@da75e26, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b64874d, containsSubquery=false)
2026-08-29 16:28:25.482  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:28:45.466  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:28:45.466  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:28:45.466  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@718b3bb0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d669105, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@630d8a53, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4a242045, containsSubquery=false)
2026-08-29 16:28:45.466  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:28:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 819
2026-08-29 16:28:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:28:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@34e7ddeb(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 16:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:28:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:29:05.481  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:29:05.481  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:29:05.481  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4afb2c59, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e911779, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7fdd3226, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cb7bc3c, containsSubquery=false)
2026-08-29 16:29:05.481  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:29:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 820
2026-08-29 16:29:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:29:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:29:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:29:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:29:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:29:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:29:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@45ea31c6(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 16:29:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:29:25.478  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:29:25.479  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:29:25.479  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@108ed115, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a9d8f28, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42c9cf0e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@880180e, containsSubquery=false)
2026-08-29 16:29:25.479  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:29:45.469  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:29:45.469  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:29:45.469  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@69b13cb5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@76aac96f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@757ca74a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e5e49c2, containsSubquery=false)
2026-08-29 16:29:45.469  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:29:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 821
2026-08-29 16:29:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:29:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:29:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:29:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:29:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:29:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:29:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:29:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@13294aaa(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 16:30:05.729  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:30:05.729  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:30:05.729  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@562f4fba, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c23bdc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c8cccfd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25701353, containsSubquery=false)
2026-08-29 16:30:05.729  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:30:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 822
2026-08-29 16:30:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:30:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:30:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:30:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:30:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:30:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:30:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:30:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2604b33f(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 16:30:25.554  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:30:25.554  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:30:25.554  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@21e7536a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66a82b88, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@92f2b58, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f889b75, containsSubquery=false)
2026-08-29 16:30:25.555  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:30:45.513  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:30:45.513  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:30:45.513  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@128f2ec8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6fef7479, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1decc876, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5b638313, containsSubquery=false)
2026-08-29 16:30:45.514  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:30:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 823
2026-08-29 16:30:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:30:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:30:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:30:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:30:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:30:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:30:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@67dce926(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 16:30:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:31:05.502  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:31:05.503  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:31:05.503  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1737aabd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4427e18f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d65adc4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@67909f24, containsSubquery=false)
2026-08-29 16:31:05.503  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:31:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 824
2026-08-29 16:31:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:31:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:31:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@549185c8(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 16:31:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:31:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:31:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:31:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:31:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:31:25.470  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:31:25.470  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:31:25.470  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1908f4ec, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43849855, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c7f1dce, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@ab1e13c, containsSubquery=false)
2026-08-29 16:31:25.470  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:31:45.488  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:31:45.488  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:31:45.488  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d8606ac, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ca70338, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@14970b14, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@49072859, containsSubquery=false)
2026-08-29 16:31:45.488  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:31:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 825
2026-08-29 16:31:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:31:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:31:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:31:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:31:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:31:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@71081a90(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 16:31:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:31:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:32:05.744  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:32:05.745  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:32:05.745  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5deb887f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@380acb2f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@358351f2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73c0554f, containsSubquery=false)
2026-08-29 16:32:05.745  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:32:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 826
2026-08-29 16:32:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:32:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:32:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@d93169d(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 16:32:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:32:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:32:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:32:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:32:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:32:25.477  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:32:25.477  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:32:25.477  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@465065fe, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@428a3bdc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ebd67ae, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ed7687b, containsSubquery=false)
2026-08-29 16:32:25.477  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:32:45.501  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:32:45.501  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:32:45.501  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@18c0c0a6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5530b4fd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25154a56, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7a79642e, containsSubquery=false)
2026-08-29 16:32:45.501  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:32:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 827
2026-08-29 16:32:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:32:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:32:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1103e4e0(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 16:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:32:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:33:05.512  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:33:05.512  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:33:05.512  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4730e741, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53a19890, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b522741, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2b6655cd, containsSubquery=false)
2026-08-29 16:33:05.512  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:33:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 828
2026-08-29 16:33:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:33:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:33:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:33:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@127208a2(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 16:33:25.502  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:33:25.502  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:33:25.502  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@238008e0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@54c102c8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47d7dc9d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@671986df, containsSubquery=false)
2026-08-29 16:33:25.502  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:33:45.484  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:33:45.484  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:33:45.484  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@33b17684, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6da50f0b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3deaab72, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@bc62026, containsSubquery=false)
2026-08-29 16:33:45.485  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:33:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 829
2026-08-29 16:33:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:33:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:33:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:33:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:33:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:33:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1e95ca44(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 16:33:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:33:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:34:05.504  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:34:05.504  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:34:05.504  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@18c0041f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@347a844e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@425ff96, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3518513b, containsSubquery=false)
2026-08-29 16:34:05.504  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:34:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 830
2026-08-29 16:34:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:34:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:34:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:34:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:34:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:34:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:34:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1a27ec69(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 16:34:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:34:25.511  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:34:25.511  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:34:25.511  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@269b4341, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43792e08, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f3a31ed, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@274001b7, containsSubquery=false)
2026-08-29 16:34:25.511  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:34:45.465  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:34:45.465  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:34:45.465  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@556e5c17, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@775ef4bf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@394d3fd1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74beb61, containsSubquery=false)
2026-08-29 16:34:45.465  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:34:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 831
2026-08-29 16:34:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:34:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:34:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5c4405b2(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 16:34:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:34:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:34:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:34:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:34:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:35:05.475  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:35:05.475  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:35:05.475  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25f8a8f7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3618fdb5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@74f088bb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b343161, containsSubquery=false)
2026-08-29 16:35:05.475  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:35:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 832
2026-08-29 16:35:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:35:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:35:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:35:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:35:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:35:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:35:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@36777408(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 16:35:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:35:25.498  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:35:25.498  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:35:25.498  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c19c782, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4668cf5e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2e888506, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4fa03d5e, containsSubquery=false)
2026-08-29 16:35:25.498  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:35:45.581  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:35:45.581  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:35:45.581  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5af6b31c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66699596, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3dcfde82, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c1af3ab, containsSubquery=false)
2026-08-29 16:35:45.582  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:35:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 833
2026-08-29 16:35:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:35:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:35:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:35:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:35:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:35:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:35:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@266d8ea5(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 16:35:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:36:05.481  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:36:05.481  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:36:05.481  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3e9ea7c1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b7ba093, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@50f1905d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@51417588, containsSubquery=false)
2026-08-29 16:36:05.481  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:36:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 834
2026-08-29 16:36:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:36:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:36:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:36:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:36:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:36:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:36:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:36:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@59aefc95(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 16:36:25.523  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:36:25.523  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:36:25.523  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@27c9bfee, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b7982e4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1433dee6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26598b6d, containsSubquery=false)
2026-08-29 16:36:25.523  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:36:45.507  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:36:45.507  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:36:45.507  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4d5bf7e6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5188352f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7c303be9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64de4b5a, containsSubquery=false)
2026-08-29 16:36:45.507  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:36:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 835
2026-08-29 16:36:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:36:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@11852e31(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 16:36:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:37:05.473  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:37:05.473  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:37:05.473  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13ee5148, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19efcaac, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70d3500, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1680dd2e, containsSubquery=false)
2026-08-29 16:37:05.473  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:37:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 836
2026-08-29 16:37:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:37:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:37:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:37:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@46c2403c(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 16:37:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:37:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:37:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:37:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:37:25.642  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:37:25.642  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:37:25.642  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@9caea00, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@554be49a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3df1d1a2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e18a45e, containsSubquery=false)
2026-08-29 16:37:25.642  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:37:45.489  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:37:45.489  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:37:45.489  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5b1a45d5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@74adc179, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27b367e7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17b263c8, containsSubquery=false)
2026-08-29 16:37:45.489  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:37:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 837
2026-08-29 16:37:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:37:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:37:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:37:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:37:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:37:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:37:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@880e322(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 16:37:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:38:05.472  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:38:05.473  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:38:05.473  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@12c2b88c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@577e3841, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17dcfc90, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3276881, containsSubquery=false)
2026-08-29 16:38:05.473  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:38:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 838
2026-08-29 16:38:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:38:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:38:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@64bfd215(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 16:38:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:38:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:38:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:38:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:38:21.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:38:25.501  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:38:25.501  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:38:25.501  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@691a1cec, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@40e0fe3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@f376363, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@dafbb90, containsSubquery=false)
2026-08-29 16:38:25.501  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:38:45.466  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:38:45.467  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:38:45.467  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@ffe7413, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79d4b7f0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b4d85c5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@47ab2404, containsSubquery=false)
2026-08-29 16:38:45.467  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:38:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 839
2026-08-29 16:38:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:38:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:38:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:38:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:38:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:38:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:38:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7fcd94e3(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 16:38:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:39:05.563  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:39:05.564  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:39:05.564  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5cfd53b8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@26aab9ff, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61342d43, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66c86a61, containsSubquery=false)
2026-08-29 16:39:05.564  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:39:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 840
2026-08-29 16:39:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:39:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:39:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:39:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:39:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:39:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:39:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5600a72c(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 16:39:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:39:25.513  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:39:25.514  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:39:25.514  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@63280aa5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ac34912, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@345e0ceb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3410be9d, containsSubquery=false)
2026-08-29 16:39:25.514  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:39:45.479  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:39:45.480  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:39:45.480  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@74b09a0d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@86084c8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@421949c3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d26e621, containsSubquery=false)
2026-08-29 16:39:45.480  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:39:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 841
2026-08-29 16:39:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:39:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:39:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@ac5878d(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 16:39:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:39:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:39:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:39:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:39:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:40:05.776  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:40:05.776  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:40:05.776  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5b7cbf85, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f52920a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@74516437, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1aaaea1a, containsSubquery=false)
2026-08-29 16:40:05.776  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:40:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 842
2026-08-29 16:40:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:40:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:40:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@39caf9f2(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 16:40:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:40:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:40:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:40:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:40:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:40:25.479  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:40:25.479  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:40:25.479  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@35fdb652, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7961d31b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15d18565, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2849a86a, containsSubquery=false)
2026-08-29 16:40:25.479  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:40:45.466  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:40:45.466  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:40:45.466  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@59722b0f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2762058a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@516c2629, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6bb8b447, containsSubquery=false)
2026-08-29 16:40:45.467  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:40:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 843
2026-08-29 16:40:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:40:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:40:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@438c6c40(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 16:40:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:40:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:40:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:40:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:40:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:41:05.499  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:41:05.499  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:41:05.499  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@113b78cd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f0ed363, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@58934076, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53ebbaa4, containsSubquery=false)
2026-08-29 16:41:05.499  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:41:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 844
2026-08-29 16:41:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:41:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:41:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:41:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6c403d37(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 16:41:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:41:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:41:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:41:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:41:25.465  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:41:25.465  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:41:25.465  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@57fd6927, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@63f2422f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@d725755, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3d1adb55, containsSubquery=false)
2026-08-29 16:41:25.465  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:41:45.483  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:41:45.483  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:41:45.483  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@b4a30a0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5774a596, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d6b23eb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c280b24, containsSubquery=false)
2026-08-29 16:41:45.483  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:41:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 845
2026-08-29 16:41:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:41:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:41:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:41:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:41:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:41:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7b7420dd(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 16:41:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:41:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:42:05.750  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:42:05.751  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:42:05.751  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@772cc3f5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@282d6cb2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20124c83, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@fed5b76, containsSubquery=false)
2026-08-29 16:42:05.751  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:42:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 846
2026-08-29 16:42:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:42:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:42:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3c3643bd(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 16:42:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:42:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:42:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:42:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:42:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:42:25.484  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:42:25.484  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:42:25.484  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3f35150d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b3e9ab0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@21909a0e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cfffc99, containsSubquery=false)
2026-08-29 16:42:25.484  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:42:45.491  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:42:45.491  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:42:45.491  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1fdb7952, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e3c60c9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ff0a061, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5fc30ecf, containsSubquery=false)
2026-08-29 16:42:45.491  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:42:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 847
2026-08-29 16:42:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:42:51.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@460e96dc(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 16:42:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:42:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:42:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:42:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:42:51.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:43:05.471  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:43:05.471  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:43:05.471  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@24ff4bf0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2cb76709, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4109c71b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7bf307fb, containsSubquery=false)
2026-08-29 16:43:05.471  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:43:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 848
2026-08-29 16:43:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:43:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:43:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2b082b9a(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 16:43:25.493  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:43:25.493  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:43:25.493  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e7d7953, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@22313f07, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@38206cb5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@8927487, containsSubquery=false)
2026-08-29 16:43:25.494  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:43:45.486  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:43:45.486  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:43:45.486  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1464c0f7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@312bb3a3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e8cf744, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@78d8f007, containsSubquery=false)
2026-08-29 16:43:45.486  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:43:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 849
2026-08-29 16:43:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:43:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:43:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7fdf99bd(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 16:43:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:43:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:43:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:43:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:43:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:44:05.489  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:44:05.489  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:44:05.489  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13b9fa57, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@8f18866, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@335a0e12, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33a2008a, containsSubquery=false)
2026-08-29 16:44:05.489  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:44:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 850
2026-08-29 16:44:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:44:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:44:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:44:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:44:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5d11766d(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 16:44:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:44:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:44:25.468  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:44:25.469  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:44:25.469  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@23912207, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@70aeda05, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4d5714c3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e4cf02, containsSubquery=false)
2026-08-29 16:44:25.469  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:44:45.479  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:44:45.479  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:44:45.479  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6653980c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d9525d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@d106834, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b2a9dba, containsSubquery=false)
2026-08-29 16:44:45.479  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:44:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 851
2026-08-29 16:44:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:44:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:44:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@272385d2(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 16:45:05.480  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:45:05.480  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:45:05.480  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7c44d30, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@279e4f5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@50b3b7f3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e53bc45, containsSubquery=false)
2026-08-29 16:45:05.480  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:45:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 852
2026-08-29 16:45:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:45:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:45:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4c4987f4(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 16:45:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:45:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:45:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:45:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:45:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:45:25.524  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:45:25.524  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:45:25.524  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6ce0ef72, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c555757, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@742a412, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5b83424c, containsSubquery=false)
2026-08-29 16:45:25.525  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:45:45.481  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:45:45.481  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:45:45.481  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3377a340, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@42ecf24c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ca2597a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@43a6d822, containsSubquery=false)
2026-08-29 16:45:45.481  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:45:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 853
2026-08-29 16:45:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:45:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:45:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5a3df08b(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 16:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:45:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:46:05.474  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:46:05.474  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:46:05.474  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6daf9f0c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@683eb672, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7feabd7a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4755a032, containsSubquery=false)
2026-08-29 16:46:05.474  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:46:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 854
2026-08-29 16:46:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:46:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:46:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:46:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:46:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3f6e3596(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 16:46:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:46:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:46:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:46:25.492  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:46:25.492  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:46:25.492  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ef15218, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@333b552d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2cb9dc8a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c5d8764, containsSubquery=false)
2026-08-29 16:46:25.492  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:46:45.479  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:46:45.479  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:46:45.479  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6e24841e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@77756c2a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79ffbb16, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7bc4c81e, containsSubquery=false)
2026-08-29 16:46:45.479  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:46:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 855
2026-08-29 16:46:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:46:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:46:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@91de0a1(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 16:46:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:46:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:46:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:46:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:46:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:47:05.467  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:47:05.467  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:47:05.467  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@61bccc66, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ab891f0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@64c5be86, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4adb528f, containsSubquery=false)
2026-08-29 16:47:05.467  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:47:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 856
2026-08-29 16:47:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:47:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:47:21.943  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@22a8b9ac(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 16:47:21.952  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:47:21.956  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:47:21.960  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:47:21.960  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:47:21.962  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:47:25.506  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:47:25.506  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:47:25.506  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1eba7a3a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@24c7bedb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c4057cd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@253fce6c, containsSubquery=false)
2026-08-29 16:47:25.507  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:47:45.477  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:47:45.478  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:47:45.478  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66aa6d1f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@114c7978, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ed8c3a9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34191505, containsSubquery=false)
2026-08-29 16:47:45.478  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:47:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 857
2026-08-29 16:47:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:47:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:47:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:47:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:47:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@472c66ef(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 16:47:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:47:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:47:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:48:05.586  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:48:05.587  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:48:05.587  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f1545c7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@687fb82b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5d0d1516, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@790d2970, containsSubquery=false)
2026-08-29 16:48:05.587  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:48:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 858
2026-08-29 16:48:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:48:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@12ea8138(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 16:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:48:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:48:25.515  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:48:25.515  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:48:25.515  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@55185c2e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11db932e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@449f8f30, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4415a19, containsSubquery=false)
2026-08-29 16:48:25.515  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:48:45.468  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:48:45.468  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:48:45.468  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a2ac4cb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@403f5fd6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@771c5cae, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1403746a, containsSubquery=false)
2026-08-29 16:48:45.468  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:48:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 859
2026-08-29 16:48:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:48:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:48:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:48:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:48:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:48:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:48:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2f12f013(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 16:48:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:49:05.499  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:49:05.499  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:49:05.499  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@27dfee3f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69db7d57, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a186ead, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@78fe6bd2, containsSubquery=false)
2026-08-29 16:49:05.499  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:49:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 860
2026-08-29 16:49:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:49:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:49:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@675eda31(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 16:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:49:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:49:25.508  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:49:25.509  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:49:25.509  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4a0cd7c5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5110e284, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ccdb73e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40c500b, containsSubquery=false)
2026-08-29 16:49:25.509  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:49:45.475  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:49:45.475  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:49:45.475  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56dab738, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@94b5b07, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31ff573f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@47fda9c6, containsSubquery=false)
2026-08-29 16:49:45.475  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:49:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 861
2026-08-29 16:49:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:49:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:49:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:49:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:49:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1b1fe3b4(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 16:49:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:49:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:49:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:50:05.498  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:50:05.499  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:50:05.499  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f4dd9da, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39887993, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6eef9d94, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f46fe9d, containsSubquery=false)
2026-08-29 16:50:05.499  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:50:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 862
2026-08-29 16:50:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:50:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:50:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:50:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:50:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:50:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:50:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1d75ce07(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 16:50:21.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:50:25.507  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:50:25.507  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:50:25.507  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@10ac2695, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a1bfc3d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@37e59b0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5689cfdb, containsSubquery=false)
2026-08-29 16:50:25.507  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:50:45.470  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:50:45.470  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:50:45.470  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@61566e7c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@9aad5e5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62e6e2ba, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@76225a4f, containsSubquery=false)
2026-08-29 16:50:45.470  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:50:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 863
2026-08-29 16:50:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:50:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:50:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:50:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:50:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7edd49ea(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 16:50:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:50:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:51:05.532  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:51:05.532  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:51:05.532  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b8b960e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d199abe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@38237089, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1626e2f4, containsSubquery=false)
2026-08-29 16:51:05.532  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:51:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 864
2026-08-29 16:51:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:51:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:51:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:51:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:51:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:51:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:51:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3108104f(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 16:51:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:51:25.466  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:51:25.467  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:51:25.467  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e93267f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e6afd2e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@34e022c6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@614f7237, containsSubquery=false)
2026-08-29 16:51:25.467  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:51:45.467  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:51:45.468  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:51:45.468  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@9f62ee6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@226741d2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@74a6a388, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@24fa6ca, containsSubquery=false)
2026-08-29 16:51:45.468  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:51:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 865
2026-08-29 16:51:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:51:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:51:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@64ffd3e4(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 16:51:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:51:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:51:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:51:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:51:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:52:05.537  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:52:05.537  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:52:05.537  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3883c789, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c2b5f72, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f079f69, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@430d2e82, containsSubquery=false)
2026-08-29 16:52:05.537  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:52:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 866
2026-08-29 16:52:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:52:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:52:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:52:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:52:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:52:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:52:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2e4c007a(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 16:52:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:52:25.481  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:52:25.481  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:52:25.481  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@52747aff, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6a2f6350, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b8d539a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18a0bc35, containsSubquery=false)
2026-08-29 16:52:25.481  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:52:38.448  INFO 2501436 --- [quartzScheduler_Worker-6] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 16:52:45.471  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:52:45.472  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:52:45.472  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d620810, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4e609d56, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@525de4f5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f546a30, containsSubquery=false)
2026-08-29 16:52:45.472  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:52:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 867
2026-08-29 16:52:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:52:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:52:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7962dca2(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 16:52:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:52:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:52:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:52:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:52:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:53:05.483  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:53:05.483  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:53:05.483  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@407a0727, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5eef9028, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29e19c15, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@38639f14, containsSubquery=false)
2026-08-29 16:53:05.483  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:53:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 868
2026-08-29 16:53:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:53:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:53:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@56f0233e(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 16:53:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:53:25.530  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:53:25.530  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:53:25.530  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6316d429, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46282148, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62be9603, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4091021, containsSubquery=false)
2026-08-29 16:53:25.530  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:53:45.473  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:53:45.474  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:53:45.474  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@53b8d8fd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@62ed6041, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ff29a3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@38bd2621, containsSubquery=false)
2026-08-29 16:53:45.474  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:53:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 869
2026-08-29 16:53:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:53:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:53:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:53:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:53:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:53:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:53:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@201d3816(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 16:54:05.497  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:54:05.497  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:54:05.497  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7923e06d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@438e0686, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@ddda638, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b71652b, containsSubquery=false)
2026-08-29 16:54:05.498  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:54:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 870
2026-08-29 16:54:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:54:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:54:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:54:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:54:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:54:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:54:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:54:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@25954c6c(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 16:54:25.468  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:54:25.469  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:54:25.469  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40c25105, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d75993d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e10e8d8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5edd26cf, containsSubquery=false)
2026-08-29 16:54:25.469  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:54:45.515  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:54:45.515  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:54:45.515  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6f64852d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@38cde4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@709decf7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5804a108, containsSubquery=false)
2026-08-29 16:54:45.515  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:54:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 871
2026-08-29 16:54:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:54:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:54:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:54:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:54:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:54:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:54:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@22bab587(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 16:55:05.502  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:55:05.502  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:55:05.502  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@244efe0b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@afa7c49, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7fd604da, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75815977, containsSubquery=false)
2026-08-29 16:55:05.502  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:55:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 872
2026-08-29 16:55:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:55:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:55:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@18f05e80(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 16:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:55:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:55:25.475  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:55:25.475  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:55:25.475  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7232661d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c02cc65, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@74d8a9c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3719c64a, containsSubquery=false)
2026-08-29 16:55:25.475  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:55:45.492  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:55:45.492  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:55:45.492  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6f57c91d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@47c67d1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@14b280e7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63404f8e, containsSubquery=false)
2026-08-29 16:55:45.492  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:55:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 873
2026-08-29 16:55:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:55:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:55:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@749a1b6f(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 16:55:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:55:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:55:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:55:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:55:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:56:05.507  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:56:05.507  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:56:05.507  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4057a377, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c3ae172, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@359749b3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7cdad17e, containsSubquery=false)
2026-08-29 16:56:05.507  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:56:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 874
2026-08-29 16:56:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:56:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:56:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:56:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:56:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:56:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@139c9732(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 16:56:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:56:25.465  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:56:25.465  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:56:25.465  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6f009cfd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ad34c80, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c6a3875, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@147af85f, containsSubquery=false)
2026-08-29 16:56:25.465  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:56:45.488  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:56:45.488  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:56:45.488  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@646ddfdb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@fa0fd1b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b6e1261, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3cab3006, containsSubquery=false)
2026-08-29 16:56:45.488  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:56:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 875
2026-08-29 16:56:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:56:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:56:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:56:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:56:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:56:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:56:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@700b55a7(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 16:56:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:57:05.499  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:57:05.500  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:57:05.500  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@c48bd1a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b3a6f2a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@67ec114c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3eb408ba, containsSubquery=false)
2026-08-29 16:57:05.500  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:57:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 876
2026-08-29 16:57:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:57:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:57:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:57:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:57:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:57:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:57:21.940  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4289c7f2(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 16:57:21.941  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:57:25.469  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:57:25.469  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:57:25.469  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d2bff7f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5e04fbfe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@105af313, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cea52ae, containsSubquery=false)
2026-08-29 16:57:25.469  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:57:45.490  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:57:45.491  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:57:45.491  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@d2c793a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@16811254, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a34a2b8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2bb3f319, containsSubquery=false)
2026-08-29 16:57:45.491  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:57:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 877
2026-08-29 16:57:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:57:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:57:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:57:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:57:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:57:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:57:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:57:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5a6d83cf(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 16:58:05.499  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:58:05.499  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:58:05.499  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f4c0593, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@302b84b5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3583534f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cefa015, containsSubquery=false)
2026-08-29 16:58:05.499  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:58:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 878
2026-08-29 16:58:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:58:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:58:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@55c61a20(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 16:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:58:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:58:25.471  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:58:25.471  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:58:25.471  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8ea812f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2bef76e8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6dc36e19, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f540676, containsSubquery=false)
2026-08-29 16:58:25.471  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:58:45.473  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:58:45.474  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:58:45.474  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5f7d3a99, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1841517e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20f68a78, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b7c869d, containsSubquery=false)
2026-08-29 16:58:45.474  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:58:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 879
2026-08-29 16:58:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:58:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:58:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1415ece5(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 16:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:58:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:59:05.546  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:59:05.546  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:59:05.546  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@409888c0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f700a24, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7164ac40, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7920a30, containsSubquery=false)
2026-08-29 16:59:05.546  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:59:21.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 880
2026-08-29 16:59:21.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:59:21.946  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:59:21.947  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6fbe4cf(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 16:59:21.948  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:59:21.949  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:59:21.949  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:59:21.949  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:59:21.950  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 16:59:25.556  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:59:25.556  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:59:25.556  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4b89f9b5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@384bc515, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d8ed33f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d5391f4, containsSubquery=false)
2026-08-29 16:59:25.556  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:59:45.475  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 16:59:45.475  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 16:59:45.475  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@145afd64, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@550a4c81, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@78bd7924, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2b1803a7, containsSubquery=false)
2026-08-29 16:59:45.475  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 16:59:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 881
2026-08-29 16:59:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 16:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 16:59:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@f3a11ef(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 16:59:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:59:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 16:59:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 16:59:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 16:59:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:00:05.588  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:00:05.589  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:00:05.589  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6191633, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@730ba91a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@165e3178, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@9810003, containsSubquery=false)
2026-08-29 17:00:05.589  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:00:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 882
2026-08-29 17:00:21.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:00:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:00:21.943  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:00:21.943  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@753093b(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 17:00:21.943  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:00:21.943  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:00:21.943  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:00:21.943  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:00:25.664  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:00:25.664  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:00:25.664  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6128c4ca, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b16aced, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45ca77ec, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@139238a1, containsSubquery=false)
2026-08-29 17:00:25.664  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:00:45.496  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:00:45.496  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:00:45.496  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bad3222, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ac4796d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ce15df4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64d466e3, containsSubquery=false)
2026-08-29 17:00:45.496  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:00:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 883
2026-08-29 17:00:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:00:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:00:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1064477a(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 17:00:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:00:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:00:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:00:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:00:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:01:05.509  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:01:05.516  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:01:05.516  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@69e1a89e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34381984, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@506e7ad8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@299cbabf, containsSubquery=false)
2026-08-29 17:01:05.517  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:01:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 884
2026-08-29 17:01:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:01:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:01:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2e662497(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 17:01:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:01:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:01:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:01:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:01:21.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:01:25.485  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:01:25.485  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:01:25.485  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@ac2f070, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1a1d848d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c8ace88, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d196ab9, containsSubquery=false)
2026-08-29 17:01:25.485  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:01:45.488  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:01:45.488  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:01:45.488  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3f819e31, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@64167b03, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@44f5f709, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3fb0380b, containsSubquery=false)
2026-08-29 17:01:45.488  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:01:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 885
2026-08-29 17:01:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:01:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:01:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@214ddd5d(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 17:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:01:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:02:05.471  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:02:05.471  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:02:05.471  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@ba62ab1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@776bb7fd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4d6d328, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c32e5b8, containsSubquery=false)
2026-08-29 17:02:05.471  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:02:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 886
2026-08-29 17:02:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:02:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:02:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:02:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:02:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:02:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:02:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@e752a8c(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 17:02:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:02:25.502  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:02:25.502  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:02:25.502  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ce82c36, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2cbed472, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2b6d2d36, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6330501c, containsSubquery=false)
2026-08-29 17:02:25.502  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:02:45.470  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:02:45.470  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:02:45.470  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70fa72a1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28329f3c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1cef3a08, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@778b7413, containsSubquery=false)
2026-08-29 17:02:45.470  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:02:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 887
2026-08-29 17:02:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:02:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:02:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2eb68a25(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 17:02:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:02:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:02:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:02:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:02:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:03:05.570  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:03:05.570  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:03:05.570  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7241a49, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@80b8ee3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3fba9741, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b4ae969, containsSubquery=false)
2026-08-29 17:03:05.570  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:03:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 888
2026-08-29 17:03:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:03:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:03:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:03:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:03:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:03:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:03:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1950454d(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 17:03:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:03:25.473  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:03:25.473  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:03:25.473  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4bbf559d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@401407c3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@269d8cc9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d3e64f9, containsSubquery=false)
2026-08-29 17:03:25.474  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:03:45.467  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:03:45.467  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:03:45.467  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ff5f255, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@591f71a8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61d818a6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1917cd07, containsSubquery=false)
2026-08-29 17:03:45.467  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:03:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 889
2026-08-29 17:03:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:03:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:03:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6e5f89c2(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 17:03:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:03:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:03:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:03:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:03:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:04:05.492  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:04:05.492  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:04:05.492  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5cd0b6fa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7649973f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5fd6ba95, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@221a452b, containsSubquery=false)
2026-08-29 17:04:05.493  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:04:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 890
2026-08-29 17:04:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:04:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:04:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:04:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5b99423(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 17:04:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:04:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:04:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:04:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:04:25.471  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:04:25.471  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:04:25.471  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@261be73a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ea15772, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43652843, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21759de2, containsSubquery=false)
2026-08-29 17:04:25.471  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:04:45.465  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:04:45.465  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:04:45.465  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@31529e2a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5bba698e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c6c1d30, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@62b4a7c7, containsSubquery=false)
2026-08-29 17:04:45.465  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:04:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 891
2026-08-29 17:04:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:04:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:04:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:04:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@35bb2070(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 17:05:05.514  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:05:05.515  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:05:05.515  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2ea9cd12, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4abd0aaa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41988aa3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@428bc9a0, containsSubquery=false)
2026-08-29 17:05:05.515  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:05:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 892
2026-08-29 17:05:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:05:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:05:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4a1a789a(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 17:05:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:05:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:05:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:05:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:05:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:05:25.470  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:05:25.471  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:05:25.471  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@33d31c8c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12436940, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1277223d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e85477d, containsSubquery=false)
2026-08-29 17:05:25.471  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:05:45.474  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:05:45.474  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:05:45.474  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a71edff, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@10b5e84c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@567e8f1d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7995b779, containsSubquery=false)
2026-08-29 17:05:45.474  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:05:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 893
2026-08-29 17:05:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:05:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:05:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@38f2d912(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 17:05:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:05:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:05:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:05:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:05:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:06:05.479  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:06:05.480  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:06:05.480  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@63fccb0d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1cfa584e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@174c174b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@96415b2, containsSubquery=false)
2026-08-29 17:06:05.480  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:06:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 894
2026-08-29 17:06:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:06:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:06:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:06:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@cb20fd0(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 17:06:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:06:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:06:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:06:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:06:25.503  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:06:25.503  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:06:25.503  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@603d2e20, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4aee659b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@f08710d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c1638d3, containsSubquery=false)
2026-08-29 17:06:25.503  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:06:30.200  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:06:30.200  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?)
2026-08-29 17:06:30.200  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:06:30.200  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 17:06:30.200  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@628d93c7, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=50, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(flow_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2fd87b80, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b67ca50, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@24d82fd8, containsSubquery=false)
2026-08-29 17:06:30.200  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(flow_price) AS price , COUNT(0) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2045578454602321921]
2026-08-29 17:06:30.200  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42d3c7e3, tablesContext=TablesContext(tables=[Table(name=li_member, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=353, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=username, alias=Optional.absent()), ColumnProjection(owner=null, name=level, alias=Optional.absent()), ColumnProjection(owner=null, name=password, alias=Optional.absent()), ColumnProjection(owner=null, name=nick_name, alias=Optional.absent()), ColumnProjection(owner=null, name=sex, alias=Optional.absent()), ColumnProjection(owner=null, name=birthday, alias=Optional.absent()), ColumnProjection(owner=null, name=region_id, alias=Optional.absent()), ColumnProjection(owner=null, name=region, alias=Optional.absent()), ColumnProjection(owner=null, name=invited, alias=Optional.absent()), ColumnProjection(owner=null, name=invite_code, alias=Optional.absent()), ColumnProjection(owner=null, name=downline_count, alias=Optional.absent()), ColumnProjection(owner=null, name=mobile, alias=Optional.absent()), ColumnProjection(owner=null, name=point, alias=Optional.absent()), ColumnProjection(owner=null, name=flow_point, alias=Optional.absent()), ColumnProjection(owner=null, name=earn_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume_point, alias=Optional.absent()), ColumnProjection(owner=null, name=frozen_point, alias=Optional.absent()), ColumnProjection(owner=null, name=consume, alias=Optional.absent()), ColumnProjection(owner=null, name=total_point, alias=Optional.absent()), ColumnProjection(owner=null, name=face, alias=Optional.absent()), ColumnProjection(owner=null, name=disabled, alias=Optional.absent()), ColumnProjection(owner=null, name=have_store, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=client_enum, alias=Optional.absent()), ColumnProjection(owner=null, name=last_login_date, alias=Optional.absent()), ColumnProjection(owner=null, name=grade_id, alias=Optional.absent()), ColumnProjection(owner=null, name=guo_id, alias=Optional.absent()), ColumnProjection(owner=null, name=openid, alias=Optional.absent()), ColumnProjection(owner=null, name=cancel_day, alias=Optional.absent()), ColumnProjection(owner=null, name=experience, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, username, level, password, nick_name, sex, birthday, region_id, region, invited, invite_code, downline_count, mobile, point, flow_point, earn_point, consume_point, frozen_point, consume, total_point, face, disabled, have_store, store_id, client_enum, last_login_date, grade_id, guo_id, openid, cancel_day, experience, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@74f604c9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47542fc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@69ae6744, containsSubquery=false)
2026-08-29 17:06:30.200  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,username,level,password,nick_name,sex,birthday,region_id,region,invited,invite_code,downline_count,mobile,point,flow_point,earn_point,consume_point,frozen_point,consume,total_point,face,disabled,have_store,store_id,client_enum,last_login_date,grade_id,guo_id,openid,cancel_day,experience,create_by,create_time,update_by,update_time,delete_flag  FROM li_member      WHERE  (username = ?) ::: [13250820823]
2026-08-29 17:06:30.202  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:06:30.203  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?)
2026-08-29 17:06:30.203  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f8431b3, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=40, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(DISTINCT member_id), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@155b8a7e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7018d1e2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@204343e4, containsSubquery=false)
2026-08-29 17:06:30.203  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   count(DISTINCT member_id) AS num   FROM li_order      WHERE  (create_time BETWEEN ? AND ? AND store_id = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2045578454602321921]
2026-08-29 17:06:30.203  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:06:30.203  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 17:06:30.203  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@250c5dc8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2905b6b3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25285714, containsSubquery=false)
2026-08-29 17:06:30.204  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, UPPER, 2045578454602321921]
2026-08-29 17:06:30.205  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:06:30.205  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 17:06:30.205  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@208c2395, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a6a0803, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25cd4d0a, containsSubquery=false)
2026-08-29 17:06:30.205  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2045578454602321921, PAY]
2026-08-29 17:06:30.210  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:06:30.210  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t
2026-08-29 17:06:30.210  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bd627aa, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=36, stopIndex=43, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.absent(), derivedAggregationProjections=[], index=-1), DerivedProjection(expression=member_id, alias=Optional.of(GROUP_BY_DERIVED_0))], columnLabels=[COUNT(0)]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53970998, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c7dabfd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75375305, containsSubquery=true)
2026-08-29 17:06:30.210  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT count(0) AS num FROM (SELECT count(0) FROM li_store_flow  where store_id = ? and flow_type='PAY' and create_time >=? and create_time < ? GROUP BY member_id) t ::: [2045578454602321921, 2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999]
2026-08-29 17:06:30.212  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:06:30.212  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?)
2026-08-29 17:06:30.212  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3537d503, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@42057900, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3f04f6ca, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ad07002, containsSubquery=false)
2026-08-29 17:06:30.212  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (flow_type = ? AND store_id = ? AND create_time >= ?) ::: [PAY, 2045578454602321921, 2026-08-29 00:00:00.0]
2026-08-29 17:06:30.216  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:06:30.216  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?)
2026-08-29 17:06:30.216  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25e58ceb, tablesContext=TablesContext(tables=[Table(name=li_store_flow, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=9, stopIndex=51, distinctRow=false, projections=[AggregationProjection(type=SUM, innerExpression=(final_price), alias=Optional.of(price), derivedAggregationProjections=[], index=-1), AggregationProjection(type=COUNT, innerExpression=(0), alias=Optional.of(num), derivedAggregationProjections=[], index=-1)], columnLabels=[price, num]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4f064907, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e68499, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c430adc, containsSubquery=false)
2026-08-29 17:06:30.216  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT   SUM(final_price) AS price , COUNT(0) AS num   FROM li_store_flow      WHERE  (create_time BETWEEN ? AND ? AND store_id = ? AND flow_type = ?) ::: [2026-08-29 00:00:00.0, 2026-08-29 23:59:59.999, 2045578454602321921, REFUND]
2026-08-29 17:06:30.222  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:06:30.222  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?)
2026-08-29 17:06:30.222  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6291c8e4, tablesContext=TablesContext(tables=[Table(name=li_goods_sku, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ecb9ad6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47b2a76d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@717eca63, containsSubquery=false)
2026-08-29 17:06:30.222  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods_sku      WHERE  (store_id = ? AND market_enable = ? AND quantity < alert_quantity AND alert_quantity > ?) ::: [2045578454602321921, UPPER, 0]
2026-08-29 17:06:30.233  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:06:30.233  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 17:06:30.233  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b12f111, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c3803c2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53d18e99, containsSubquery=false)
2026-08-29 17:06:30.233  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNPAID, 2045578454602321921]
2026-08-29 17:06:30.239  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:06:30.239  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 17:06:30.239  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7784603c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@287e8d13, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4a3c49f4, containsSubquery=false)
2026-08-29 17:06:30.239  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [UNDELIVERED, 2045578454602321921]
2026-08-29 17:06:30.249  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:06:30.249  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 17:06:30.249  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6bf41831, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@432f8f52, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58fb44ba, containsSubquery=false)
2026-08-29 17:06:30.249  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [DELIVERED, 2045578454602321921]
2026-08-29 17:06:30.255  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:06:30.255  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?)
2026-08-29 17:06:30.255  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45613ca, tablesContext=TablesContext(tables=[Table(name=li_order, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6bf8646b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69a4233a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@12a417a4, containsSubquery=false)
2026-08-29 17:06:30.255  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order      WHERE  (order_status = ? AND store_id = ?) ::: [STAY_PICKED_UP, 2045578454602321921]
2026-08-29 17:06:30.261  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:06:30.261  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 17:06:30.261  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@37501ad0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5fb22a9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@67fde0f0, containsSubquery=false)
2026-08-29 17:06:30.261  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_GOODS, 2045578454602321921]
2026-08-29 17:06:30.270  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:06:30.270  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?)
2026-08-29 17:06:30.270  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aba9ad0, tablesContext=TablesContext(tables=[Table(name=li_after_sale, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@59d13b3e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51a3ba94, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@767c654c, containsSubquery=false)
2026-08-29 17:06:30.271  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_after_sale      WHERE  (service_status = ? AND service_type = ? AND store_id = ?) ::: [APPLY, RETURN_MONEY, 2045578454602321921]
2026-08-29 17:06:30.279  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:06:30.279  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?)
2026-08-29 17:06:30.279  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a86c529, tablesContext=TablesContext(tables=[Table(name=li_member_evaluation, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@721e7105, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@675d3c0f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@678b8bec, containsSubquery=false)
2026-08-29 17:06:30.279  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_member_evaluation      WHERE  (store_id = ? AND reply_status = ?) ::: [2045578454602321921, false]
2026-08-29 17:06:30.287  INFO 2501436 --- [http-nio-8804-exec-32] c.l.m.w.s.PaymentMerchantsServiceImpl    : 通过店铺 ID 查询支付配置：storeId=2045578454602321921
2026-08-29 17:06:30.287  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:06:30.287  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1
2026-08-29 17:06:30.287  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ed715fa, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b7a6072, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@176290ca, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4bb15b86, containsSubquery=false)
2026-08-29 17:06:30.287  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 ORDER BY created_time DESC LIMIT 1 ::: [2045578454602321921]
2026-08-29 17:06:30.291  INFO 2501436 --- [http-nio-8804-exec-32] c.l.m.w.s.PaymentMerchantsServiceImpl    : 找到支付配置：mchId=M1784646891, appId=6a5f8cebe4b0dfa55a9303b9, name=微信支付
2026-08-29 17:06:30.295  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:06:30.296  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?)
2026-08-29 17:06:30.296  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6727a79f, tablesContext=TablesContext(tables=[Table(name=li_order_complaint, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e46ad04, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45299dcb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@20f7addc, containsSubquery=false)
2026-08-29 17:06:30.296  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_order_complaint      WHERE  (complain_status <> ? AND store_id = ?) ::: [COMPLETE, 2045578454602321921]
2026-08-29 17:06:30.308  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:06:30.308  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?)
2026-08-29 17:06:30.308  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@263fb14d, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3821e4aa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25a5273f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@de51f8e, containsSubquery=false)
2026-08-29 17:06:30.309  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND market_enable = ? AND store_id = ?) ::: [false, DOWN, 2045578454602321921]
2026-08-29 17:06:30.315  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:06:30.315  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?)
2026-08-29 17:06:30.315  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16e1f5ae, tablesContext=TablesContext(tables=[Table(name=li_goods, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7863281b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ddf41f6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18b2b70b, containsSubquery=false)
2026-08-29 17:06:30.315  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_goods      WHERE  (delete_flag = ? AND auth_flag = ? AND store_id = ?) ::: [false, TOBEAUDITED, 2045578454602321921]
2026-08-29 17:06:30.317  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:06:30.317  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?)))
2026-08-29 17:06:30.318  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56661c9a, tablesContext=TablesContext(tables=[Table(name=li_seckill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@31b0df71, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3cb73ca3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6261aa89, containsSubquery=false)
2026-08-29 17:06:30.318  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_seckill      WHERE  (apply_end_time >= ? AND ((start_time <= ? AND end_time >= ?))) ::: [2026-08-29 17:06:30.317, 2026-08-29 17:06:30.317, 2026-08-29 17:06:30.317]
2026-08-29 17:06:30.326  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:06:30.326  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?)
2026-08-29 17:06:30.326  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a6b00c9, tablesContext=TablesContext(tables=[Table(name=li_bill, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=25, distinctRow=false, projections=[AggregationProjection(type=COUNT, innerExpression=( * ), alias=Optional.of(total), derivedAggregationProjections=[], index=-1)], columnLabels=[total]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7941e4a9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@161b2cea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@929b3fe, containsSubquery=false)
2026-08-29 17:06:30.327  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT COUNT( * ) AS total FROM li_bill      WHERE  (bill_status = ? AND store_id = ?) ::: [OUT, 2045578454602321921]
2026-08-29 17:06:30.331  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:06:30.331  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 17:06:30.331  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6376b137, tablesContext=TablesContext(tables=[Table(name=li_store_jinjian, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=251, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=mcc, alias=Optional.absent()), ColumnProjection(owner=null, name=basic_info, alias=Optional.absent()), ColumnProjection(owner=null, name=functional_info, alias=Optional.absent()), ColumnProjection(owner=null, name=qualification_info, alias=Optional.absent()), ColumnProjection(owner=null, name=settlement, alias=Optional.absent()), ColumnProjection(owner=null, name=picture_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, payment_channel, audit_status, mcc, basic_info, functional_info, qualification_info, settlement, picture_info, channel_order_no, channel_response, remark, audit_time, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@783b625b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3cc998e1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@28e7c106, containsSubquery=false)
2026-08-29 17:06:30.331  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,payment_channel,audit_status,mcc,basic_info,functional_info,qualification_info,settlement,picture_info,channel_order_no,channel_response,remark,audit_time,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_jinjian      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2045578454602321921, TIANQUE, false]
2026-08-29 17:06:30.336  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:06:30.336  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1
2026-08-29 17:06:30.336  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@357e25f4, tablesContext=TablesContext(tables=[Table(name=li_store_profit_sharing, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=8, stopIndex=218, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=member_id, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_id, alias=Optional.absent()), ColumnProjection(owner=null, name=jinjian_id, alias=Optional.absent()), ColumnProjection(owner=null, name=payment_channel, alias=Optional.absent()), ColumnProjection(owner=null, name=audit_status, alias=Optional.absent()), ColumnProjection(owner=null, name=merchant_no, alias=Optional.absent()), ColumnProjection(owner=null, name=apply_info, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_order_no, alias=Optional.absent()), ColumnProjection(owner=null, name=channel_response, alias=Optional.absent()), ColumnProjection(owner=null, name=sign_url, alias=Optional.absent()), ColumnProjection(owner=null, name=remark, alias=Optional.absent()), ColumnProjection(owner=null, name=submit_time, alias=Optional.absent()), ColumnProjection(owner=null, name=create_by, alias=Optional.absent()), ColumnProjection(owner=null, name=create_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_by, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent()), ColumnProjection(owner=null, name=delete_flag, alias=Optional.absent())], columnLabels=[id, store_id, member_id, apply_id, jinjian_id, payment_channel, audit_status, merchant_no, apply_info, channel_order_no, channel_response, sign_url, remark, submit_time, create_by, create_time, update_by, update_time, delete_flag]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f4ef0d3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@19b7ffcd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@12cf66b0, containsSubquery=false)
2026-08-29 17:06:30.336  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT  id,store_id,member_id,apply_id,jinjian_id,payment_channel,audit_status,merchant_no,apply_info,channel_order_no,channel_response,sign_url,remark,submit_time,create_by,create_time,update_by,update_time,delete_flag  FROM li_store_profit_sharing      WHERE  (store_id = ? AND payment_channel = ? AND delete_flag = ?) ORDER BY create_time DESC LIMIT 1 ::: [2045578454602321921, TIANQUE, false]
2026-08-29 17:06:30.339  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:06:30.339  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1
2026-08-29 17:06:30.339  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7167c66, tablesContext=TablesContext(tables=[Table(name=li_payment_merchants, alias=Optional.absent())], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=148, distinctRow=false, projections=[ColumnProjection(owner=null, name=id, alias=Optional.absent()), ColumnProjection(owner=null, name=mch_id, alias=Optional.absent()), ColumnProjection(owner=null, name=app, alias=Optional.absent()), ColumnProjection(owner=null, name=app_secret, alias=Optional.absent()), ColumnProjection(owner=null, name=store_id, alias=Optional.absent()), ColumnProjection(owner=null, name=name, alias=Optional.absent()), ColumnProjection(owner=null, name=status, alias=Optional.absent()), ColumnProjection(owner=null, name=is_alipay, alias=Optional.absent()), ColumnProjection(owner=null, name=is_weixin, alias=Optional.absent()), ColumnProjection(owner=null, name=is_fenzhang, alias=Optional.absent()), ColumnProjection(owner=null, name=mno, alias=Optional.absent()), ColumnProjection(owner=null, name=created_by, alias=Optional.absent()), ColumnProjection(owner=null, name=updated_by, alias=Optional.absent()), ColumnProjection(owner=null, name=created_time, alias=Optional.absent()), ColumnProjection(owner=null, name=update_time, alias=Optional.absent())], columnLabels=[id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3056ee1b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@59c5e447, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b91e6ec, containsSubquery=false)
2026-08-29 17:06:30.339  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: SELECT id, mch_id, app, app_secret, store_id, name, status, is_alipay, is_weixin, is_fenzhang, mno, created_by, updated_by, created_time, update_time FROM li_payment_merchants WHERE store_id = ? AND status = 1 AND is_fenzhang = 1 AND mno IS NOT NULL AND mno <> '' ORDER BY created_time DESC LIMIT 1 ::: [2045578454602321921]
2026-08-29 17:06:30.342  WARN 2501436 --- [http-nio-8804-exec-33] c.l.m.w.s.PaymentMerchantsServiceImpl    : 分账取 mno 失败：storeId=2045578454602321921 无 is_fenzhang=1 且 mno 非空的支付商户配置
2026-08-29 17:06:45.489  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:06:45.489  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:06:45.489  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40d6f845, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c927066, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a9c162, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21d2f50c, containsSubquery=false)
2026-08-29 17:06:45.490  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:06:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 895
2026-08-29 17:06:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:06:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:06:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6e21644f(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 17:06:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:06:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:06:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:06:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:06:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:07:05.497  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:07:05.497  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:07:05.497  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5ff86b6c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e25d29c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1813c505, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33ea2843, containsSubquery=false)
2026-08-29 17:07:05.497  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:07:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 896
2026-08-29 17:07:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:07:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:07:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:07:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3f05a9e5(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 17:07:25.500  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:07:25.500  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:07:25.500  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2e32ce3f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3efaaeef, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d7bb55e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4194143a, containsSubquery=false)
2026-08-29 17:07:25.501  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:07:45.511  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:07:45.511  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:07:45.511  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2407a9f7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@13db08e6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@37c9e2bb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c6f9bcc, containsSubquery=false)
2026-08-29 17:07:45.512  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:07:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 897
2026-08-29 17:07:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:07:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:07:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@31793a9e(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 17:08:05.473  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:08:05.473  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:08:05.473  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1eb36f2e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b5c9e6a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7da4137a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7bb2c49a, containsSubquery=false)
2026-08-29 17:08:05.473  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:08:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 898
2026-08-29 17:08:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:08:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:08:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3dd33514(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 17:08:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:08:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:08:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:08:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:08:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:08:25.473  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:08:25.473  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:08:25.473  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4a7606b0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3707f217, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3450fa75, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c1e50e4, containsSubquery=false)
2026-08-29 17:08:25.473  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:08:45.484  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:08:45.484  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:08:45.484  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5783a70c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ed11020, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a4e824c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18960e92, containsSubquery=false)
2026-08-29 17:08:45.484  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:08:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 899
2026-08-29 17:08:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:08:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:08:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:08:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:08:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:08:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:08:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7579fb2b(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 17:08:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:09:05.469  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:09:05.469  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:09:05.469  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@559ec14f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34c3c84d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@756283a2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ef76d55, containsSubquery=false)
2026-08-29 17:09:05.469  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:09:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 900
2026-08-29 17:09:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:09:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:09:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:09:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@67e2ef4c(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 17:09:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:09:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:09:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:09:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:09:25.490  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:09:25.491  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:09:25.491  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@504c38f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2fffb370, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7205c0c7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@761d3341, containsSubquery=false)
2026-08-29 17:09:25.491  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:09:45.491  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:09:45.491  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:09:45.491  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5245a964, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@113e0b73, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5d4e14ac, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e1770ab, containsSubquery=false)
2026-08-29 17:09:45.491  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:09:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 901
2026-08-29 17:09:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:09:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:09:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:09:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5f96febe(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 17:09:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:09:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:09:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:09:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:10:05.547  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:10:05.547  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:10:05.547  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@418449da, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32ec7e47, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c14bd1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a36b8a4, containsSubquery=false)
2026-08-29 17:10:05.547  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:10:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 902
2026-08-29 17:10:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:10:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:10:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:10:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@30ca44c4(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 17:10:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:10:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:10:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:10:21.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:10:25.476  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:10:25.477  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:10:25.477  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@75443812, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@100a0dbc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3381ec29, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b1e2d9e, containsSubquery=false)
2026-08-29 17:10:25.477  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:10:45.530  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:10:45.530  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:10:45.530  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@50fff2f2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@edeb561, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@240e822d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@617ac6a8, containsSubquery=false)
2026-08-29 17:10:45.530  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:10:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 903
2026-08-29 17:10:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:10:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:10:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:10:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:10:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:10:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:10:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@58c5c468(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 17:10:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:11:05.469  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:11:05.469  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:11:05.469  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@743b4b01, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@402445a4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@404bf816, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@331033d9, containsSubquery=false)
2026-08-29 17:11:05.469  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:11:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 904
2026-08-29 17:11:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:11:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:11:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:11:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:11:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:11:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:11:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:11:21.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@75ee24e3(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 17:11:25.527  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:11:25.527  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:11:25.527  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@203451e7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51aaa2fc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@30cf5023, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c423db3, containsSubquery=false)
2026-08-29 17:11:25.527  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:11:45.497  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:11:45.498  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:11:45.498  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65267e3a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5afea35e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41f4e604, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@49d063e2, containsSubquery=false)
2026-08-29 17:11:45.498  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:11:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 905
2026-08-29 17:11:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:11:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:11:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:11:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:11:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:11:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:11:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@d480e21(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 17:11:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:12:05.511  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:12:05.511  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:12:05.512  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5b3335b4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f0b7d0f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2db453f1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3d7eb9cf, containsSubquery=false)
2026-08-29 17:12:05.512  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:12:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 906
2026-08-29 17:12:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:12:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:12:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:12:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:12:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:12:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:12:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:12:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@44ce1064(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 17:12:25.512  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:12:25.513  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:12:25.513  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b0a422f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@546d6bbd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@37492aa5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5476056, containsSubquery=false)
2026-08-29 17:12:25.513  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:12:45.476  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:12:45.476  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:12:45.476  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@545aa706, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@25774048, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@50dcd305, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ba612f4, containsSubquery=false)
2026-08-29 17:12:45.476  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:12:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 907
2026-08-29 17:12:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:12:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:12:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:12:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:12:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:12:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:12:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2b40c9ec(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 17:12:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:13:05.511  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:13:05.511  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:13:05.511  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7c646d38, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@170a5c28, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c887526, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5913ebf7, containsSubquery=false)
2026-08-29 17:13:05.511  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:13:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 908
2026-08-29 17:13:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:13:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@35c3fe7d(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 17:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:13:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:13:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:13:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:13:25.518  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:13:25.518  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:13:25.518  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e382cb9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@fb8a465, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@719db94b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@48069864, containsSubquery=false)
2026-08-29 17:13:25.518  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:13:45.469  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:13:45.469  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:13:45.469  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1c176086, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ec21495, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@77946008, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d531842, containsSubquery=false)
2026-08-29 17:13:45.469  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:13:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 909
2026-08-29 17:13:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:13:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:13:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:13:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:13:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:13:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:13:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2784aeb6(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 17:13:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:14:05.498  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:14:05.498  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:14:05.498  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13bc0c5c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@23eadfe8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@78b28fb7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17450bd8, containsSubquery=false)
2026-08-29 17:14:05.498  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:14:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 910
2026-08-29 17:14:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:14:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:14:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@77aea96d(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 17:14:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:14:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:14:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:14:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:14:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:14:25.511  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:14:25.511  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:14:25.511  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@69649c28, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e401c99, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4bbcbc94, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@37baa3cd, containsSubquery=false)
2026-08-29 17:14:25.511  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:14:45.540  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:14:45.540  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:14:45.540  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c6eeba4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ab41032, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@501bd2fe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3298ac1b, containsSubquery=false)
2026-08-29 17:14:45.540  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:14:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 911
2026-08-29 17:14:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:14:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:14:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:14:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:14:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:14:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5d21b14f(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 17:14:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:14:51.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:15:05.535  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:15:05.535  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:15:05.535  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30cc1cff, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e820a8d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18292f1e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@14663aea, containsSubquery=false)
2026-08-29 17:15:05.535  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:15:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 912
2026-08-29 17:15:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:15:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:15:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:15:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:15:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:15:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:15:21.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:15:21.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@16a225d0(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 17:15:25.506  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:15:25.506  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:15:25.506  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@ef8f37b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@355cd839, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ee5f566, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6bb795d2, containsSubquery=false)
2026-08-29 17:15:25.506  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:15:45.489  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:15:45.489  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:15:45.489  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6c58205, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@67948271, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b225d9a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e43fa3, containsSubquery=false)
2026-08-29 17:15:45.489  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:15:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 913
2026-08-29 17:15:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:15:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:15:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:15:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:15:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:15:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4327eca6(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 17:15:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:15:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:16:05.490  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:16:05.490  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:16:05.490  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@667eced0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6861d194, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7dd880c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58c3ada8, containsSubquery=false)
2026-08-29 17:16:05.490  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:16:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 914
2026-08-29 17:16:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:16:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:16:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:16:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:16:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:16:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:16:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:16:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@57311848(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 17:16:25.470  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:16:25.470  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:16:25.470  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@dea8986, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@21ed5fc4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e3c5267, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@206db583, containsSubquery=false)
2026-08-29 17:16:25.470  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:16:45.493  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:16:45.493  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:16:45.493  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76e7d1b6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@68606a3f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52fde77a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@59698375, containsSubquery=false)
2026-08-29 17:16:45.493  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:16:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 915
2026-08-29 17:16:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:16:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:16:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:16:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:16:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6a751b62(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 17:16:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:16:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:16:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:17:05.539  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:17:05.539  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:17:05.539  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a6c717b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2db4eac4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@234335fb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a36c425, containsSubquery=false)
2026-08-29 17:17:05.539  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:17:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 916
2026-08-29 17:17:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:17:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:17:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@e8c7041(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 17:17:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:17:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:17:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:17:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:17:21.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:17:25.477  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:17:25.477  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:17:25.477  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2b06c87a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5bc5f32c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2bfbb40, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35608387, containsSubquery=false)
2026-08-29 17:17:25.477  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:17:45.473  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:17:45.473  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:17:45.473  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16dd5290, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1bca5724, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@37ae9818, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@49930f4e, containsSubquery=false)
2026-08-29 17:17:45.473  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:17:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 917
2026-08-29 17:17:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:17:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:17:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:17:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:17:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:17:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:17:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:17:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@69e12468(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 17:18:05.507  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:18:05.508  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:18:05.508  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@43cd55fc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ba2bd49, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a7b9567, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31f1c265, containsSubquery=false)
2026-08-29 17:18:05.508  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:18:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 918
2026-08-29 17:18:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:18:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:18:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:18:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3bd235dd(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 17:18:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:18:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:18:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:18:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:18:25.477  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:18:25.477  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:18:25.477  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13153040, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@54d8377a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@508d2ea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2b62874e, containsSubquery=false)
2026-08-29 17:18:25.477  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:18:45.523  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:18:45.523  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:18:45.523  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3754c6b3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@237ed18b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e60f54a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@29606c90, containsSubquery=false)
2026-08-29 17:18:45.523  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:18:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 919
2026-08-29 17:18:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:18:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:18:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7f022370(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 17:18:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:18:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:18:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:18:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:18:51.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:19:05.518  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:19:05.518  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:19:05.518  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6162aae6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3598f7cc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c824965, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@49ae6462, containsSubquery=false)
2026-08-29 17:19:05.518  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:19:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 920
2026-08-29 17:19:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:19:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:19:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:19:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:19:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:19:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:19:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3d7a2530(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 17:19:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:19:25.466  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:19:25.466  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:19:25.466  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@35b2a39c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1cd2e91d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@38aaa534, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6255759d, containsSubquery=false)
2026-08-29 17:19:25.466  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:19:45.481  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:19:45.481  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:19:45.481  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6064b842, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d99d43d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@428fe560, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f6ccfde, containsSubquery=false)
2026-08-29 17:19:45.481  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:19:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 921
2026-08-29 17:19:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:19:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:19:51.942  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5c966943(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 17:19:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:19:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:19:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:19:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:19:51.943  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:20:05.525  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:20:05.528  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:20:05.528  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@49f6c8c2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@54aa84dd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29d7606a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6365d0dc, containsSubquery=false)
2026-08-29 17:20:05.528  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:20:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 922
2026-08-29 17:20:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:20:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:20:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@8a7fa89(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 17:20:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:20:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:20:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:20:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:20:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:20:25.526  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:20:25.526  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:20:25.526  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@223fa295, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@464e59e4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d6bc3a1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@220917f3, containsSubquery=false)
2026-08-29 17:20:25.526  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:20:45.485  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:20:45.485  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:20:45.485  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@55d3ed58, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2101c788, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b688634, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e0a58f8, containsSubquery=false)
2026-08-29 17:20:45.485  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:20:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 923
2026-08-29 17:20:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:20:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:20:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:20:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:20:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:20:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:20:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5d539db9(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 17:20:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:21:05.485  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:21:05.486  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:21:05.486  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d714c7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@359bfb24, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a585c09, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58a7eae7, containsSubquery=false)
2026-08-29 17:21:05.486  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:21:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 924
2026-08-29 17:21:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:21:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:21:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2bb90325(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 17:21:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:21:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:21:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:21:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:21:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:21:25.483  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:21:25.484  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:21:25.484  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@9f9c71d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b335e51, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68d77a20, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@473ccbcf, containsSubquery=false)
2026-08-29 17:21:25.484  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:21:45.489  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:21:45.489  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:21:45.489  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3278bb5f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@532c4cee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@518990fb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a33fe5a, containsSubquery=false)
2026-08-29 17:21:45.489  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:21:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 925
2026-08-29 17:21:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:21:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:21:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@b550fe8(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 17:21:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:21:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:21:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:21:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:21:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:22:05.528  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:22:05.528  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:22:05.528  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76cd9282, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56dcd66c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@651c5ef1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@209e9099, containsSubquery=false)
2026-08-29 17:22:05.528  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:22:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 926
2026-08-29 17:22:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:22:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:22:21.944  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@49eadf59(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 17:22:21.947  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:22:21.947  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:22:21.947  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:22:21.947  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:22:21.948  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:22:25.582  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:22:25.582  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:22:25.582  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3caf8036, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51d4052d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47c9e23c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4d0be233, containsSubquery=false)
2026-08-29 17:22:25.582  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:22:45.474  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:22:45.474  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:22:45.474  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30925c21, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4fa7f1a5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@bf47024, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f73d5b7, containsSubquery=false)
2026-08-29 17:22:45.474  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:22:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 927
2026-08-29 17:22:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:22:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:22:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:22:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:22:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:22:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:22:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:22:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@220304d(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 17:23:05.479  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:23:05.479  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:23:05.479  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a139b0b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@259e245, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6bdd366c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16e8e0a3, containsSubquery=false)
2026-08-29 17:23:05.479  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:23:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 928
2026-08-29 17:23:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:23:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:23:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:23:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:23:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7732a469(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 17:23:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:23:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:23:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:23:25.497  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:23:25.497  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:23:25.497  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@167597f4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53adcdaa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@cc94b15, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2027bd91, containsSubquery=false)
2026-08-29 17:23:25.497  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:23:45.479  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:23:45.480  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:23:45.480  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5bcf388c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@44d79f8f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25656a8d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@24ee2f3b, containsSubquery=false)
2026-08-29 17:23:45.480  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:23:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 929
2026-08-29 17:23:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:23:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@519255e4(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 17:23:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:23:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:23:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:23:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:23:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:24:05.628  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:24:05.628  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:24:05.628  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@d24858c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@8332eab, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ea79df9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e07ccab, containsSubquery=false)
2026-08-29 17:24:05.628  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:24:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 930
2026-08-29 17:24:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:24:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:24:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:24:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:24:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:24:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:24:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:24:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5f5aac82(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 17:24:25.495  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:24:25.496  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:24:25.496  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5344e88b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ce899df, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ab4dc1d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2745c87f, containsSubquery=false)
2026-08-29 17:24:25.496  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:24:45.476  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:24:45.477  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:24:45.477  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6867ba28, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@76089e46, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6fdc5786, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35874380, containsSubquery=false)
2026-08-29 17:24:45.477  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:24:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 931
2026-08-29 17:24:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:24:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:24:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:24:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:24:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3e74bb76(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 17:24:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:24:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:24:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:25:05.534  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:25:05.534  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:25:05.534  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65fce26d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@528427fc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7219f8d3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f0facfd, containsSubquery=false)
2026-08-29 17:25:05.534  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:25:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 932
2026-08-29 17:25:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:25:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:25:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@600e01b5(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 17:25:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:25:25.555  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:25:25.555  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:25:25.556  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6022b63b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@529ecf1d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27997a7a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b37fef8, containsSubquery=false)
2026-08-29 17:25:25.556  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:25:45.468  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:25:45.468  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:25:45.468  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@60c603e7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d5415e9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c0be2b4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16f51351, containsSubquery=false)
2026-08-29 17:25:45.468  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:25:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 933
2026-08-29 17:25:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:25:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:25:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:25:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:25:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:25:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:25:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@47f4c7bc(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 17:25:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:26:05.483  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:26:05.483  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:26:05.483  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5638a37a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c3d152c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b61be94, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e23e7ac, containsSubquery=false)
2026-08-29 17:26:05.483  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:26:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 934
2026-08-29 17:26:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:26:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:26:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6bf59327(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 17:26:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:26:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:26:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:26:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:26:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:26:25.513  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:26:25.513  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:26:25.513  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@54c1b7e9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1cb9dc7f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76dbea14, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7aac054, containsSubquery=false)
2026-08-29 17:26:25.513  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:26:45.479  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:26:45.479  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:26:45.479  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3854f091, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f80ae21, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e6d0b47, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@308a80d8, containsSubquery=false)
2026-08-29 17:26:45.479  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:26:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 935
2026-08-29 17:26:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:26:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:26:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:26:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:26:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7407e62d(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 17:26:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:26:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:26:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:27:05.538  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:27:05.538  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:27:05.538  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@435d234a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1837b867, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5de7dc12, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5451e2b5, containsSubquery=false)
2026-08-29 17:27:05.538  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:27:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 936
2026-08-29 17:27:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:27:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:27:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:27:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@51a397df(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 17:27:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:27:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:27:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:27:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:27:25.470  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:27:25.470  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:27:25.470  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2ca1cba2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6aabc192, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@66e44fd7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@580846e0, containsSubquery=false)
2026-08-29 17:27:25.471  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:27:45.474  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:27:45.474  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:27:45.474  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@518e8020, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2d37f7cd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@bc447b2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6f9cc557, containsSubquery=false)
2026-08-29 17:27:45.475  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:27:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 937
2026-08-29 17:27:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:27:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:27:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:27:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:27:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:27:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:27:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:27:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2ebe7eca(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 17:28:05.499  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:28:05.499  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:28:05.499  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@20cf2ff2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@651ba2a1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25bd688c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2d10143d, containsSubquery=false)
2026-08-29 17:28:05.499  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:28:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 938
2026-08-29 17:28:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:28:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:28:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@e8e808a(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 17:28:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:28:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:28:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:28:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:28:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:28:25.473  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:28:25.473  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:28:25.473  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7dab47cb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@420f986d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@671e1f87, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33a91de3, containsSubquery=false)
2026-08-29 17:28:25.473  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:28:45.470  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:28:45.470  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:28:45.470  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a468315, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56439ba0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@71ab4c20, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@24115b2f, containsSubquery=false)
2026-08-29 17:28:45.470  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:28:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 939
2026-08-29 17:28:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:28:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:28:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@44f91d84(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 17:29:05.494  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:29:05.494  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:29:05.494  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d5d4a1c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ad2d9d8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6158d3df, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d5ef76d, containsSubquery=false)
2026-08-29 17:29:05.494  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:29:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 940
2026-08-29 17:29:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:29:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:29:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2be91bdb(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 17:29:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:29:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:29:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:29:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:29:21.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:29:25.469  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:29:25.469  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:29:25.469  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@bd5de8a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ec11470, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5cc38da, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@753176b1, containsSubquery=false)
2026-08-29 17:29:25.469  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:29:45.466  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:29:45.467  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:29:45.467  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@20cccc17, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7702c4d9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3bd4a0bd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50a08160, containsSubquery=false)
2026-08-29 17:29:45.467  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:29:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 941
2026-08-29 17:29:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:29:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:29:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:29:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7e704748(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 17:29:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:29:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:29:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:29:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:30:05.655  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:30:05.655  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:30:05.655  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@275896e4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e7bc8b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@760cf097, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6682e8f6, containsSubquery=false)
2026-08-29 17:30:05.655  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:30:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 942
2026-08-29 17:30:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:30:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:30:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:30:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@54ed584a(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 17:30:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:30:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:30:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:30:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:30:25.475  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:30:25.475  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:30:25.475  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45a615fe, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@cd4e0f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@178094b8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3a539d6d, containsSubquery=false)
2026-08-29 17:30:25.475  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:30:45.491  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:30:45.495  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:30:45.495  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@73583f35, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4f658196, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@59681bf9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5cc177e2, containsSubquery=false)
2026-08-29 17:30:45.495  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:30:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 943
2026-08-29 17:30:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:30:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:30:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3ec02057(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 17:30:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:30:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:30:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:30:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:30:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:31:05.495  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:31:05.495  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:31:05.495  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@476acc14, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@520d8da7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1f173b92, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ce5d301, containsSubquery=false)
2026-08-29 17:31:05.495  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:31:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 944
2026-08-29 17:31:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:31:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:31:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:31:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7c1be94f(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 17:31:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:31:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:31:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:31:25.474  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:31:25.475  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:31:25.475  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5306b3e4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6fad524d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@48ef390a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@24ade1b0, containsSubquery=false)
2026-08-29 17:31:25.475  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:31:45.496  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:31:45.497  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:31:45.497  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@238ac788, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12c714c5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7cd3ec44, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@20087e35, containsSubquery=false)
2026-08-29 17:31:45.497  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:31:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 945
2026-08-29 17:31:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:31:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:31:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:31:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:31:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:31:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:31:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@cbcb845(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 17:31:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:32:05.491  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:32:05.491  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:32:05.491  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3fb1a60a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e8937cd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6fc7084f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@773d2039, containsSubquery=false)
2026-08-29 17:32:05.491  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:32:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 946
2026-08-29 17:32:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:32:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:32:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5e5e69e4(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 17:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:32:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:32:25.473  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:32:25.474  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:32:25.474  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@704acab4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4f17cc32, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7fd7441, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@349f4062, containsSubquery=false)
2026-08-29 17:32:25.474  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:32:45.489  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:32:45.489  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:32:45.489  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@528a436, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19f2abfa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@694542d7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e7a44c7, containsSubquery=false)
2026-08-29 17:32:45.489  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:32:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 947
2026-08-29 17:32:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:32:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:32:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@44f09af8(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 17:32:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:32:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:33:05.481  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:33:05.481  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:33:05.481  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@14844808, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3eaab2e4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b259be, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50039e5b, containsSubquery=false)
2026-08-29 17:33:05.481  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:33:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 948
2026-08-29 17:33:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:33:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:33:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@615129a4(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 17:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:33:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:33:25.484  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:33:25.484  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:33:25.484  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@61dcc53e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5beb3013, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1856dfcf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@c5fdd14, containsSubquery=false)
2026-08-29 17:33:25.484  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:33:45.503  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:33:45.503  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:33:45.503  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@24248857, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d14f8d3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@73f1daad, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a184b63, containsSubquery=false)
2026-08-29 17:33:45.503  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:33:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 949
2026-08-29 17:33:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:33:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:33:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:33:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:33:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@75cbe7c6(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 17:33:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:33:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:33:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:34:05.480  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:34:05.480  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:34:05.480  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@54ad913a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1d76b64e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9cb1025, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46dccc90, containsSubquery=false)
2026-08-29 17:34:05.480  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:34:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 950
2026-08-29 17:34:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:34:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:34:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:34:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:34:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:34:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3e6aec25(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 17:34:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:34:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:34:25.470  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:34:25.471  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:34:25.471  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@ee0a040, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@434e7270, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a089157, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@24bcadbf, containsSubquery=false)
2026-08-29 17:34:25.471  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:34:45.468  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:34:45.468  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:34:45.468  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@60c04881, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@115719bd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a9a3e4e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30c9cd58, containsSubquery=false)
2026-08-29 17:34:45.468  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:34:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 951
2026-08-29 17:34:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:34:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:34:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:34:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@21811059(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 17:34:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:34:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:34:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:34:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:35:05.493  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:35:05.493  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:35:05.493  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@14ed09b3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@685c5e4e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4245c9a0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@52c0db2b, containsSubquery=false)
2026-08-29 17:35:05.493  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:35:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 952
2026-08-29 17:35:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:35:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:35:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:35:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:35:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:35:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:35:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:35:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@73daa99f(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 17:35:25.486  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:35:25.486  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:35:25.486  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@21d584af, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46c2a2a0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@48c1db0c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6868a2f7, containsSubquery=false)
2026-08-29 17:35:25.486  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:35:45.472  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:35:45.472  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:35:45.472  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@225f58e1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39c8dd6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@529f3242, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72e18c71, containsSubquery=false)
2026-08-29 17:35:45.472  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:35:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 953
2026-08-29 17:35:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:35:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:35:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:35:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@679ae38e(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 17:35:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:35:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:35:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:35:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:36:05.523  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:36:05.523  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:36:05.523  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@510f294e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@445bdc1b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9005c8e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26806456, containsSubquery=false)
2026-08-29 17:36:05.523  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:36:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 954
2026-08-29 17:36:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:36:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:36:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:36:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:36:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:36:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:36:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:36:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5e26e790(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 17:36:25.528  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:36:25.528  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:36:25.528  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@deead7c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5920fe00, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9514bb1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17459959, containsSubquery=false)
2026-08-29 17:36:25.528  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:36:45.463  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:36:45.463  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:36:45.463  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d889728, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@331f790d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9d0083d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@451a18c8, containsSubquery=false)
2026-08-29 17:36:45.463  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:36:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 955
2026-08-29 17:36:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:36:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:36:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:36:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@65a9362d(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 17:37:05.546  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:37:05.546  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:37:05.546  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65a5392f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@647a8641, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4efba063, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4321cb6d, containsSubquery=false)
2026-08-29 17:37:05.546  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:37:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 956
2026-08-29 17:37:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:37:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:37:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:37:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:37:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:37:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@66d969d2(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 17:37:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:37:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:37:25.494  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:37:25.495  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:37:25.495  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6fff4aa3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ec35207, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@310c4f23, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4790040e, containsSubquery=false)
2026-08-29 17:37:25.495  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:37:45.472  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:37:45.472  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:37:45.472  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@617d6c28, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7cab8ea3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5cfe1094, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2bf2a272, containsSubquery=false)
2026-08-29 17:37:45.472  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:37:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 957
2026-08-29 17:37:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:37:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:37:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:37:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3c7bba3c(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 17:37:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:37:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:37:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:37:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:38:05.474  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:38:05.474  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:38:05.474  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70ab888f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@25e9f656, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18d00e61, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@43398b9d, containsSubquery=false)
2026-08-29 17:38:05.474  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:38:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 958
2026-08-29 17:38:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:38:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:38:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3562ffc0(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 17:38:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:38:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:38:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:38:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:38:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:38:25.504  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:38:25.504  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:38:25.504  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@34fb0749, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4469f7e9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1259a14e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6c77bf72, containsSubquery=false)
2026-08-29 17:38:25.504  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:38:45.467  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:38:45.467  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:38:45.467  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3335d48f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@59ad7daa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@664e00e2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@256b03bd, containsSubquery=false)
2026-08-29 17:38:45.467  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:38:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 959
2026-08-29 17:38:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:38:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:38:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5fca6d5c(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 17:38:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:38:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:38:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:38:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:39:05.505  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:39:05.505  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:39:05.505  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5f415ca2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50558f89, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@103e3768, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@20aaf008, containsSubquery=false)
2026-08-29 17:39:05.505  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:39:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 960
2026-08-29 17:39:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:39:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:39:21.940  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@709b403f(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 17:39:21.941  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:39:21.941  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:39:21.941  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:39:21.941  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:39:21.941  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:39:25.498  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:39:25.498  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:39:25.498  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13c80f0a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@318221ca, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a3c481b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@14613f5, containsSubquery=false)
2026-08-29 17:39:25.498  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:39:45.478  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:39:45.478  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:39:45.478  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56352ba9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a1cfa9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1490be70, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30c6ca5d, containsSubquery=false)
2026-08-29 17:39:45.478  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:39:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 961
2026-08-29 17:39:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:39:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:39:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@d84f5ff(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 17:39:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:39:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:39:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:39:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:39:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:40:05.484  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:40:05.484  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:40:05.484  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@481716a1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7646eb69, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@57017889, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3efbfcdc, containsSubquery=false)
2026-08-29 17:40:05.484  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:40:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 962
2026-08-29 17:40:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:40:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:40:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@56d68736(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 17:40:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:40:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:40:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:40:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:40:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:40:25.479  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:40:25.480  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:40:25.480  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@fe0ce2e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e0f56f9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e2f2bfb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@deb6ba0, containsSubquery=false)
2026-08-29 17:40:25.480  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:40:45.466  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:40:45.467  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:40:45.467  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d18fb93, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53e373b6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@551f8a28, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@119b6fff, containsSubquery=false)
2026-08-29 17:40:45.467  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:40:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 963
2026-08-29 17:40:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:40:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:40:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:40:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:40:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@42bacf89(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 17:40:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:40:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:40:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:41:05.493  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:41:05.493  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:41:05.493  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3af6898, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6747a475, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6175b293, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17ff46f6, containsSubquery=false)
2026-08-29 17:41:05.493  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:41:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 964
2026-08-29 17:41:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:41:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:41:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3d776189(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 17:41:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:41:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:41:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:41:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:41:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:41:25.570  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:41:25.570  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:41:25.570  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3889f705, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6396eeeb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7bd25263, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4db00ea8, containsSubquery=false)
2026-08-29 17:41:25.570  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:41:45.480  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:41:45.480  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:41:45.481  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a9bf7f9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@103e9f0c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5975a529, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3bcae81d, containsSubquery=false)
2026-08-29 17:41:45.481  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:41:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 965
2026-08-29 17:41:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:41:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:41:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:41:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1ede2028(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 17:41:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:41:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:41:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:41:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:42:05.562  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:42:05.562  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:42:05.562  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@717dfd70, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78c22875, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4304e9e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32ebeb50, containsSubquery=false)
2026-08-29 17:42:05.562  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:42:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 966
2026-08-29 17:42:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:42:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:42:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:42:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@d3f2317(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 17:42:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:42:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:42:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:42:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:42:25.537  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:42:25.538  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:42:25.538  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2785c5b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2fe401d5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@13578565, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@220bfe4d, containsSubquery=false)
2026-08-29 17:42:25.538  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:42:45.534  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:42:45.534  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:42:45.534  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a0ecdda, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1848bd9d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@753126d6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@65c7b5d6, containsSubquery=false)
2026-08-29 17:42:45.534  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:42:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 967
2026-08-29 17:42:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:42:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@576733f(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 17:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:42:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:43:05.482  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:43:05.482  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:43:05.482  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6bd4b08e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@45b246f8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4684496f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f2f8dd5, containsSubquery=false)
2026-08-29 17:43:05.482  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:43:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 968
2026-08-29 17:43:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:43:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@20b995ad(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 17:43:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:43:25.474  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:43:25.474  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:43:25.474  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4125b6c5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b5ad413, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3adadd5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4712c9c6, containsSubquery=false)
2026-08-29 17:43:25.474  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:43:45.507  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:43:45.507  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:43:45.507  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@121fc70d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c65bf01, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@121660d1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6dc7efc1, containsSubquery=false)
2026-08-29 17:43:45.507  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:43:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 969
2026-08-29 17:43:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:43:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:43:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:43:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:43:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:43:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:43:51.941  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:43:51.944  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@796db7c4(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 17:44:05.493  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:44:05.493  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:44:05.493  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6940fe1f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d3fd9d6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79a9e79d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75628e02, containsSubquery=false)
2026-08-29 17:44:05.493  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:44:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 970
2026-08-29 17:44:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:44:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:44:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@599cce2c(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 17:44:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:44:25.466  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:44:25.466  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:44:25.466  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@28a89d43, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@591c05f8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2989f6b2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ade9db3, containsSubquery=false)
2026-08-29 17:44:25.466  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:44:45.502  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:44:45.502  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:44:45.502  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e490e7c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5345719b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3f4eaa74, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5b890328, containsSubquery=false)
2026-08-29 17:44:45.502  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:44:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 971
2026-08-29 17:44:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:44:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:44:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:44:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:44:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1224a186(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 17:44:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:44:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:45:05.660  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:45:05.660  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:45:05.660  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@14f67a24, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@435f713f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3fa76716, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@724ff2e0, containsSubquery=false)
2026-08-29 17:45:05.660  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:45:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 972
2026-08-29 17:45:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:45:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:45:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:45:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:45:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:45:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:45:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:45:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2a92c1a3(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 17:45:25.522  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:45:25.523  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:45:25.523  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@654d0a15, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@27f2b066, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f430dfd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6fb198ff, containsSubquery=false)
2026-08-29 17:45:25.523  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:45:45.491  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:45:45.491  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:45:45.491  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76feb4e1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d957bef, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68682b60, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68135718, containsSubquery=false)
2026-08-29 17:45:45.491  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:45:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 973
2026-08-29 17:45:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:45:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:45:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@9f12b15(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 17:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:45:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:46:05.476  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:46:05.477  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:46:05.477  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1c526e13, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f48527a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70d54c2b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@fc9f50e, containsSubquery=false)
2026-08-29 17:46:05.477  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:46:21.957  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 974
2026-08-29 17:46:21.957  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:46:21.958  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:46:21.960  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:46:21.960  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:46:21.961  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:46:21.961  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:46:21.960  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5b6abb9d(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 17:46:21.961  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:46:25.492  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:46:25.492  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:46:25.492  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@35ccd07d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b6e1215, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c1e9913, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f5bfd20, containsSubquery=false)
2026-08-29 17:46:25.492  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:46:45.486  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:46:45.486  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:46:45.486  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47e5ae09, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7802094c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@108fd6bb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5960614f, containsSubquery=false)
2026-08-29 17:46:45.486  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:46:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 975
2026-08-29 17:46:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:46:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:46:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@c487304(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 17:46:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:46:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:46:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:46:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:46:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:47:05.470  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:47:05.470  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:47:05.471  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@61822a02, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5de21689, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69c40b0b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f5bd0b1, containsSubquery=false)
2026-08-29 17:47:05.471  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:47:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 976
2026-08-29 17:47:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:47:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:47:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:47:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:47:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:47:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:47:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:47:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@12084053(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 17:47:25.481  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:47:25.481  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:47:25.481  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bce2c40, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@57f38824, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b2c2111, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@9663d64, containsSubquery=false)
2026-08-29 17:47:25.481  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:47:45.467  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:47:45.467  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:47:45.467  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@27c2c01a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55871e8b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36ad6113, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19345f12, containsSubquery=false)
2026-08-29 17:47:45.467  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:47:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 977
2026-08-29 17:47:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:47:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:47:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:47:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@27eee834(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 17:47:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:47:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:47:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:47:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:48:05.469  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:48:05.469  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:48:05.469  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5d3f3da8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7554263f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f32ecea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7abc0d40, containsSubquery=false)
2026-08-29 17:48:05.469  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:48:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 978
2026-08-29 17:48:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:48:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:48:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:48:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:48:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:48:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:48:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@136fa3fd(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 17:48:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:48:25.479  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:48:25.479  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:48:25.479  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b7d4b8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@27af3092, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5c1ddc76, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6f613439, containsSubquery=false)
2026-08-29 17:48:25.479  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:48:45.469  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:48:45.469  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:48:45.469  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a9d714c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@414563, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1439731c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b563c39, containsSubquery=false)
2026-08-29 17:48:45.469  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:48:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 979
2026-08-29 17:48:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:48:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:48:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:48:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:48:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@532ccade(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 17:48:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:48:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:48:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:49:05.487  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:49:05.487  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:49:05.487  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@707f47fa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ea2f7a0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24db3afb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3c2b604f, containsSubquery=false)
2026-08-29 17:49:05.487  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:49:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 980
2026-08-29 17:49:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:49:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:49:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@68f7e3af(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 17:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:49:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:49:25.484  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:49:25.484  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:49:25.484  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@485ca01c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c9133bf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5546c604, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32b63eab, containsSubquery=false)
2026-08-29 17:49:25.485  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:49:45.465  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:49:45.465  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:49:45.465  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70ce6e7c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d9c1588, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15dced79, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2d253c49, containsSubquery=false)
2026-08-29 17:49:45.465  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:49:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 981
2026-08-29 17:49:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:49:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:49:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:49:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:49:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2c9c1807(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 17:49:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:49:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:49:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:50:05.538  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:50:05.538  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:50:05.538  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6612b6e5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@186e3c52, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@383be079, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5167cad5, containsSubquery=false)
2026-08-29 17:50:05.538  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:50:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 982
2026-08-29 17:50:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:50:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:50:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:50:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@565d8429(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 17:50:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:50:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:50:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:50:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:50:25.472  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:50:25.472  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:50:25.472  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f230868, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a247d0e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f48873f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2d64885f, containsSubquery=false)
2026-08-29 17:50:25.472  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:50:45.491  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:50:45.491  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:50:45.491  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@743931db, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66314f15, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@405ecf92, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73273955, containsSubquery=false)
2026-08-29 17:50:45.491  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:50:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 983
2026-08-29 17:50:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:50:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:50:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1408dc0f(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 17:51:05.637  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:51:05.637  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:51:05.637  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7dd55856, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@689cc37c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43d17ead, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5eb9b4f2, containsSubquery=false)
2026-08-29 17:51:05.637  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:51:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 984
2026-08-29 17:51:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:51:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:51:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:51:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:51:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7ff71bd8(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 17:51:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:51:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:51:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:51:25.491  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:51:25.492  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:51:25.492  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c926e6c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6125a230, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61579ab5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17125cbe, containsSubquery=false)
2026-08-29 17:51:25.492  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:51:45.468  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:51:45.469  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:51:45.469  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@257eeb8a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@62893b5f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f2b248f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ffaa320, containsSubquery=false)
2026-08-29 17:51:45.469  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:51:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 985
2026-08-29 17:51:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:51:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:51:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:51:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:51:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:51:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:51:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:51:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2cc47f53(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 17:52:05.554  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:52:05.554  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:52:05.554  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2dcc0116, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1393c7ef, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16ca4e42, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@41dfdd49, containsSubquery=false)
2026-08-29 17:52:05.554  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:52:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 986
2026-08-29 17:52:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:52:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:52:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:52:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:52:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:52:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:52:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:52:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3660b97b(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 17:52:25.471  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:52:25.471  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:52:25.471  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1d7029b4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@129a2ce4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@293f1486, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@704ee597, containsSubquery=false)
2026-08-29 17:52:25.472  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:52:38.427  INFO 2501436 --- [quartzScheduler_Worker-7] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 17:52:45.467  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:52:45.467  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:52:45.467  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47d74226, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ed86c93, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16d43df8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74627a47, containsSubquery=false)
2026-08-29 17:52:45.467  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:52:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 987
2026-08-29 17:52:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:52:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:52:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:52:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:52:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:52:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:52:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:52:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@b8b7d55(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 17:53:05.484  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:53:05.484  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:53:05.484  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1cca1818, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61c186d7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@60f69e7e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40c69258, containsSubquery=false)
2026-08-29 17:53:05.484  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:53:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 988
2026-08-29 17:53:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:53:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1afb09ad(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 17:53:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:53:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:53:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:53:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:53:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:53:25.465  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:53:25.465  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:53:25.465  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@686a0f28, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f37889d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3226a30c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4cb60712, containsSubquery=false)
2026-08-29 17:53:25.465  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:53:45.479  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:53:45.479  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:53:45.479  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a6de9ad, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b8586ae, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26b970ea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1cd11569, containsSubquery=false)
2026-08-29 17:53:45.479  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:53:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 989
2026-08-29 17:53:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:53:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:53:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:53:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:53:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:53:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@60f05a4d(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 17:53:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:54:05.469  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:54:05.470  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:54:05.470  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@52f3d065, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@54617c44, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@154d34f8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5aa95047, containsSubquery=false)
2026-08-29 17:54:05.470  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:54:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 990
2026-08-29 17:54:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:54:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:54:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3cf4192f(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 17:54:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:54:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:54:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:54:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:54:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:54:25.548  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:54:25.548  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:54:25.548  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@53ec04e4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32100f59, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36002a00, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16d0249b, containsSubquery=false)
2026-08-29 17:54:25.548  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:54:45.481  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:54:45.481  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:54:45.481  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2527f4e3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@745e2873, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40ea4fa6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@65ebafda, containsSubquery=false)
2026-08-29 17:54:45.481  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:54:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 991
2026-08-29 17:54:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:54:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:54:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@75a143f0(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 17:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:54:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:55:05.525  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:55:05.525  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:55:05.525  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aa4faad, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@108a9291, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@53b9e96, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d91045e, containsSubquery=false)
2026-08-29 17:55:05.525  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:55:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 992
2026-08-29 17:55:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:55:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:55:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@18ae3b17(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 17:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:55:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:55:25.477  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:55:25.477  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:55:25.478  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@797fafbe, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@145a8e91, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b0016ec, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3de1582b, containsSubquery=false)
2026-08-29 17:55:25.478  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:55:45.487  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:55:45.487  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:55:45.487  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7ebbf26, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ae3243d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47d6dc6c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34a84850, containsSubquery=false)
2026-08-29 17:55:45.487  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:55:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 993
2026-08-29 17:55:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:55:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:55:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:55:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@78c0c92c(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 17:55:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:55:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:55:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:55:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:56:05.495  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:56:05.496  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:56:05.496  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7eb16011, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1257f5da, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@23f81dd6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@672174df, containsSubquery=false)
2026-08-29 17:56:05.496  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:56:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 994
2026-08-29 17:56:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:56:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:56:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@72f089c8(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 17:56:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:56:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:56:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:56:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:56:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:56:25.466  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:56:25.466  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:56:25.466  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4349f0f8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e1522aa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a72f27e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7772383, containsSubquery=false)
2026-08-29 17:56:25.466  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:56:45.495  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:56:45.495  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:56:45.495  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d1c7fb1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46213bf4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e7823f3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@698c6e2f, containsSubquery=false)
2026-08-29 17:56:45.495  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:56:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 995
2026-08-29 17:56:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:56:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:56:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:56:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:56:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@49579ef0(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 17:56:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:57:05.501  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:57:05.513  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:57:05.514  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4829af9e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1018ca48, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27a14a6e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@214c6d6, containsSubquery=false)
2026-08-29 17:57:05.514  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:57:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 996
2026-08-29 17:57:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:57:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@a3491(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 17:57:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:57:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:57:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:57:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:57:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:57:25.477  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:57:25.477  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:57:25.477  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5248ffb4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@15a910d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68418bb0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46356bb9, containsSubquery=false)
2026-08-29 17:57:25.477  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:57:45.477  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:57:45.477  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:57:45.477  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@48b7ad5e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@193a0177, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5cf1281b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@296444cf, containsSubquery=false)
2026-08-29 17:57:45.477  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:57:51.940  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 997
2026-08-29 17:57:51.940  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:57:51.943  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:57:51.944  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:57:51.944  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:57:51.944  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:57:51.944  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:57:51.944  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:57:51.951  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@302a5d45(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 17:58:05.485  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:58:05.485  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:58:05.485  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@61e1b07f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@338ae265, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51328c6d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@13a27437, containsSubquery=false)
2026-08-29 17:58:05.485  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:58:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 998
2026-08-29 17:58:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:58:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:58:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:58:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@68ff046a(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 17:58:25.468  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:58:25.469  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:58:25.469  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6e2d2cec, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@fdeadb5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@752dab67, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58e585e8, containsSubquery=false)
2026-08-29 17:58:25.469  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:58:45.467  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:58:45.467  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:58:45.468  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@364e81b3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1050dae2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24fa5042, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46c77f49, containsSubquery=false)
2026-08-29 17:58:45.468  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:58:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 999
2026-08-29 17:58:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:58:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:58:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:58:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@28abeb9b(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 17:58:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:58:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:58:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:58:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:59:05.465  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:59:05.465  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:59:05.465  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3f03a491, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c80701a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@fa072c5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f4ed861, containsSubquery=false)
2026-08-29 17:59:05.465  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:59:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1000
2026-08-29 17:59:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:59:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:59:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:59:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:59:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:59:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:59:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5aa0d95a(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 17:59:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 17:59:25.477  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:59:25.477  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:59:25.477  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@69ba91ad, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@64efb688, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4d8742eb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e635807, containsSubquery=false)
2026-08-29 17:59:25.477  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:59:45.468  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 17:59:45.468  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 17:59:45.468  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@67790418, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ec0e68, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f73a091, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@29ef4044, containsSubquery=false)
2026-08-29 17:59:45.469  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 17:59:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1001
2026-08-29 17:59:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 17:59:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 17:59:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@bb8ec55(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 17:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 17:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 17:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 17:59:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:00:05.603  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:00:05.603  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:00:05.603  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@548fec2b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@26d6ca35, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@437a2f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@52dada8e, containsSubquery=false)
2026-08-29 18:00:05.603  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:00:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1002
2026-08-29 18:00:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:00:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:00:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:00:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:00:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:00:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:00:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5d5af495(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 18:00:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:00:25.508  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:00:25.508  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:00:25.508  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@676cce69, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@27cd260f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@608f644, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@286bf2ba, containsSubquery=false)
2026-08-29 18:00:25.508  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:00:45.495  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:00:45.495  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:00:45.495  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f12345c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4140e98c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@625c95c0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@94e532d, containsSubquery=false)
2026-08-29 18:00:45.495  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:00:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1003
2026-08-29 18:00:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:00:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:00:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:00:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@79d72714(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 18:00:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:00:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:00:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:00:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:01:05.505  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:01:05.505  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:01:05.505  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@356b1108, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f5b74f3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24c343ed, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6286041, containsSubquery=false)
2026-08-29 18:01:05.505  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:01:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1004
2026-08-29 18:01:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:01:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:01:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:01:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:01:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:01:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:01:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:01:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@27e319f6(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 18:01:25.500  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:01:25.500  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:01:25.500  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2bb7ed5e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ae87ec1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c6cbadd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3f8fddf4, containsSubquery=false)
2026-08-29 18:01:25.501  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:01:45.474  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:01:45.474  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:01:45.474  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@72a7327f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a12bc52, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c35f8a8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@495fa838, containsSubquery=false)
2026-08-29 18:01:45.475  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:01:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1005
2026-08-29 18:01:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:01:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:01:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2f219f6a(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 18:02:05.496  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:02:05.496  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:02:05.496  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1821faba, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@23d6ea63, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@37742649, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3fd2682a, containsSubquery=false)
2026-08-29 18:02:05.496  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:02:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1006
2026-08-29 18:02:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:02:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:02:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@25c9ebdb(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 18:02:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:02:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:02:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:02:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:02:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:02:25.466  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:02:25.466  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:02:25.466  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7256e5e3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@681a30e4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63353498, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31f3f1d9, containsSubquery=false)
2026-08-29 18:02:25.467  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:02:45.473  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:02:45.473  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:02:45.473  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@51747929, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@10e4e7ed, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@106fc582, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4983a3ee, containsSubquery=false)
2026-08-29 18:02:45.473  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:02:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1007
2026-08-29 18:02:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:02:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:02:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:02:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:02:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:02:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@248fa833(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 18:02:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:02:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:03:05.458  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:03:05.458  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:03:05.458  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4fde2df3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@654377c5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ed0ba3a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e8bb3d5, containsSubquery=false)
2026-08-29 18:03:05.458  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:03:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1008
2026-08-29 18:03:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:03:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:03:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:03:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:03:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:03:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:03:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2884d32d(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 18:03:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:03:25.453  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:03:25.453  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:03:25.453  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5216a5d9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35589ecc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e87f448, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b045d1a, containsSubquery=false)
2026-08-29 18:03:25.453  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:03:45.449  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:03:45.449  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:03:45.449  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@69cb7194, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6a0b5960, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ccf0aac, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@316dc410, containsSubquery=false)
2026-08-29 18:03:45.449  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:03:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1009
2026-08-29 18:03:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:03:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:03:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@49a2df4d(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 18:03:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:03:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:03:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:03:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:03:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:04:05.451  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:04:05.452  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:04:05.452  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@61d3fa3f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@65105538, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@132df077, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33cb5661, containsSubquery=false)
2026-08-29 18:04:05.452  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:04:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1010
2026-08-29 18:04:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:04:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:04:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6ac3442e(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 18:04:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:04:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:04:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:04:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:04:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:04:25.450  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:04:25.450  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:04:25.450  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c0bd601, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43558037, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e958e34, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@355b1c3, containsSubquery=false)
2026-08-29 18:04:25.450  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:04:45.452  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:04:45.452  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:04:45.452  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@32b9a9dd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@98d7182, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24040770, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@263419c1, containsSubquery=false)
2026-08-29 18:04:45.452  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:04:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1011
2026-08-29 18:04:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:04:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:04:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@dd68781(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 18:04:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:04:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:04:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:04:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:05:05.451  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:05:05.451  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:05:05.451  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@149ca7b8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ebbc9ef, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b7bc65a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f66ceff, containsSubquery=false)
2026-08-29 18:05:05.451  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:05:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1012
2026-08-29 18:05:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:05:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:05:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:05:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:05:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:05:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:05:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@60612ab2(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 18:05:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:05:25.454  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:05:25.454  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:05:25.454  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f9cc7be, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c11e49b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1f2f8a1a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ff07b39, containsSubquery=false)
2026-08-29 18:05:25.454  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:05:45.451  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:05:45.451  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:05:45.451  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@396b1e24, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c19421b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@711151e7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3075e0fa, containsSubquery=false)
2026-08-29 18:05:45.451  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:05:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1013
2026-08-29 18:05:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:05:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:05:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:05:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:05:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:05:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4c88ce08(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 18:05:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:05:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:06:05.452  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:06:05.452  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:06:05.452  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@10ebf3de, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a22a140, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@467b46bf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@559c820b, containsSubquery=false)
2026-08-29 18:06:05.452  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:06:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1014
2026-08-29 18:06:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:06:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:06:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:06:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:06:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:06:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:06:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2a72864c(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 18:06:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:06:25.451  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:06:25.451  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:06:25.451  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@450b443d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a81ec40, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43682bcd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7f338ee5, containsSubquery=false)
2026-08-29 18:06:25.451  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:06:45.450  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:06:45.450  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:06:45.450  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@540bd658, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d66f84, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@543abe38, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@65a1e365, containsSubquery=false)
2026-08-29 18:06:45.450  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:06:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1015
2026-08-29 18:06:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:06:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:06:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@484a769f(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 18:06:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:06:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:06:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:06:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:06:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:07:05.455  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:07:05.455  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:07:05.455  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@33644f4b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@54b3bb22, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@13a95413, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53cff134, containsSubquery=false)
2026-08-29 18:07:05.456  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:07:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1016
2026-08-29 18:07:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:07:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:07:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:07:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:07:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:07:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:07:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:07:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4b7d65c1(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 18:07:25.457  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:07:25.457  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:07:25.457  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@354be7ca, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@416be769, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4fa1638c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7a093fc9, containsSubquery=false)
2026-08-29 18:07:25.457  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:07:45.450  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:07:45.450  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:07:45.450  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5074b8bb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c06bb30, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@32927e19, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f9e7e61, containsSubquery=false)
2026-08-29 18:07:45.450  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:07:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1017
2026-08-29 18:07:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:07:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:07:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2c536e62(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 18:07:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:07:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:07:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:08:05.451  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:08:05.451  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:08:05.451  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3e0e1b5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@170ed6fd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2bf8d18c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5aaf5870, containsSubquery=false)
2026-08-29 18:08:05.451  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:08:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1018
2026-08-29 18:08:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:08:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:08:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@36c764a1(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 18:08:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:08:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:08:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:08:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:08:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:08:25.451  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:08:25.451  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:08:25.451  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@355f1970, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@25e45cf4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d557a7c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ceff4b5, containsSubquery=false)
2026-08-29 18:08:25.451  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:08:45.450  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:08:45.450  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:08:45.450  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6758e065, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@31383145, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ff9c5d2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@54d6c70a, containsSubquery=false)
2026-08-29 18:08:45.450  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:08:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1019
2026-08-29 18:08:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:08:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:08:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:08:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7983e60a(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 18:08:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:08:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:08:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:08:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:09:05.455  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:09:05.455  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:09:05.455  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@68ec8ac1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50c17d79, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@213ae296, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1008a031, containsSubquery=false)
2026-08-29 18:09:05.455  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:09:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1020
2026-08-29 18:09:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:09:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:09:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:09:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5db9bccd(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 18:09:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:09:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:09:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:09:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:09:25.469  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:09:25.469  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:09:25.469  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@dd1176b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6807517b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1733f5ca, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7cfd6653, containsSubquery=false)
2026-08-29 18:09:25.469  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:09:45.458  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:09:45.458  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:09:45.458  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@62a5e366, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5532cf19, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54c7036b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6490abeb, containsSubquery=false)
2026-08-29 18:09:45.458  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:09:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1021
2026-08-29 18:09:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:09:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:09:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:09:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:09:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:09:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:09:51.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@260d958b(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 18:09:51.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:10:05.786  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:10:05.786  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:10:05.786  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c354e3f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a297521, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@523aaaab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@617a1bf5, containsSubquery=false)
2026-08-29 18:10:05.786  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:10:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1022
2026-08-29 18:10:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:10:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:10:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:10:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@16bacf1(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 18:10:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:10:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:10:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:10:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:10:25.504  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:10:25.504  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:10:25.504  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5cc443fc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@302f5337, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@bff9fc1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b85b328, containsSubquery=false)
2026-08-29 18:10:25.504  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:10:45.489  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:10:45.489  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:10:45.489  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4267678b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3fe3001c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52f98c4f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a5a7ee6, containsSubquery=false)
2026-08-29 18:10:45.490  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:10:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1023
2026-08-29 18:10:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:10:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:10:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:10:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@362d1a4e(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 18:10:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:10:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:10:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:10:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:11:05.483  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:11:05.483  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:11:05.483  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@372ac589, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ddd3855, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@11e88303, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7934abf1, containsSubquery=false)
2026-08-29 18:11:05.483  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:11:21.939  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1024
2026-08-29 18:11:21.940  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:11:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:11:21.941  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:11:21.941  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:11:21.941  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:11:21.941  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:11:21.941  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:11:21.941  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7804c5d5(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 18:11:25.469  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:11:25.470  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:11:25.470  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7c87ce10, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58818520, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79864c11, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68ac0caa, containsSubquery=false)
2026-08-29 18:11:25.470  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:11:45.476  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:11:45.476  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:11:45.476  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@626aaf7b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@fef682c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70c9896c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63086d5f, containsSubquery=false)
2026-08-29 18:11:45.476  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:11:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1025
2026-08-29 18:11:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:11:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:11:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:11:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:11:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:11:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:11:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:11:51.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2327e97e(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 18:12:05.546  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:12:05.547  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:12:05.547  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@405011ea, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b997713, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@71606c51, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4676a9b0, containsSubquery=false)
2026-08-29 18:12:05.547  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:12:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1026
2026-08-29 18:12:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:12:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:12:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1a126299(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 18:12:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:12:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:12:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:12:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:12:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:12:25.514  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:12:25.514  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:12:25.515  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5ec5b6dd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5e4672fe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43144aae, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5057e292, containsSubquery=false)
2026-08-29 18:12:25.515  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:12:45.472  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:12:45.473  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:12:45.473  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2920f2f6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@477dc164, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@33b0499c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@295ef2ee, containsSubquery=false)
2026-08-29 18:12:45.473  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:12:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1027
2026-08-29 18:12:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:12:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:12:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3e9828de(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 18:12:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:12:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:12:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:12:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:12:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:13:05.720  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:13:05.720  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:13:05.720  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64595ad3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19994c26, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c0305cb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f97b78, containsSubquery=false)
2026-08-29 18:13:05.720  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:13:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1028
2026-08-29 18:13:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:13:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:13:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@62c21d3c(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 18:13:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:13:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:13:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:13:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:13:25.516  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:13:25.516  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:13:25.516  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5ede01f5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@77fa579f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54532335, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@257fb3de, containsSubquery=false)
2026-08-29 18:13:25.516  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:13:45.506  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:13:45.506  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:13:45.506  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7dcca728, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@495b6bf6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16f17c29, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@45ededa7, containsSubquery=false)
2026-08-29 18:13:45.507  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:13:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1029
2026-08-29 18:13:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:13:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:13:51.944  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:13:51.944  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:13:51.944  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:13:51.944  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:13:51.945  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:13:51.944  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2800fcd(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 18:14:05.710  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:14:05.711  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:14:05.711  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@10674aa5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4359d58d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@bcde1a3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79174103, containsSubquery=false)
2026-08-29 18:14:05.711  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:14:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1030
2026-08-29 18:14:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:14:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:14:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@508b5df0(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 18:14:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:14:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:14:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:14:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:14:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:14:25.513  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:14:25.513  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:14:25.513  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7281fd32, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@768b5746, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7343de17, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@59e0c951, containsSubquery=false)
2026-08-29 18:14:25.513  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:14:45.470  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:14:45.470  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:14:45.470  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6fdc1347, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3fbe4161, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5fc526e3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e93e6be, containsSubquery=false)
2026-08-29 18:14:45.470  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:14:51.948  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1031
2026-08-29 18:14:51.949  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:14:51.949  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:14:51.951  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@39ca3ed1(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 18:14:51.955  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:14:51.955  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:14:51.955  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:14:51.955  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:14:51.960  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:15:05.516  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:15:05.516  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:15:05.516  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@57dedc15, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c722af8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a303dac, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e151286, containsSubquery=false)
2026-08-29 18:15:05.516  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:15:21.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1032
2026-08-29 18:15:21.939  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:15:21.948  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:15:21.956  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:15:21.958  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:15:21.958  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:15:21.958  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:15:21.958  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:15:21.956  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@605b499b(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 18:15:25.490  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:15:25.490  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:15:25.490  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@610c339d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@24636d95, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@790ef3fe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50b40096, containsSubquery=false)
2026-08-29 18:15:25.491  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:15:45.770  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:15:45.770  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:15:45.770  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6ba29750, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a8387ad, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@310c3c91, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@78480896, containsSubquery=false)
2026-08-29 18:15:45.770  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:15:51.941  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1033
2026-08-29 18:15:51.969  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:15:51.963  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:15:51.984  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@28ebc465(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 18:15:51.989  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:15:51.992  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:15:51.992  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:15:51.992  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:15:51.993  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:16:05.474  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:16:05.474  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:16:05.474  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e7cd03d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6a56bda2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a8b0231, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b397f1f, containsSubquery=false)
2026-08-29 18:16:05.474  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:16:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1034
2026-08-29 18:16:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:16:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:16:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:16:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:16:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:16:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:16:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2d17dcb5(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 18:16:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:16:25.499  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:16:25.499  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:16:25.499  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a70ec64, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@64f5238, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2351d800, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19558946, containsSubquery=false)
2026-08-29 18:16:25.499  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:16:45.503  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:16:45.503  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:16:45.503  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a732d9f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5cd50614, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b635b00, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e5d2540, containsSubquery=false)
2026-08-29 18:16:45.503  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:16:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1035
2026-08-29 18:16:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:16:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:16:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@19c39498(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 18:16:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:16:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:16:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:16:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:16:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:17:05.617  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:17:05.617  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:17:05.617  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@628de21e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@36c5b172, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ce54b6a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6364c526, containsSubquery=false)
2026-08-29 18:17:05.617  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:17:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1036
2026-08-29 18:17:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:17:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:17:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:17:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:17:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:17:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@473cf11a(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 18:17:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:17:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:17:25.482  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:17:25.483  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:17:25.483  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@557d7c48, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66db7829, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1378880a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ffc96f, containsSubquery=false)
2026-08-29 18:17:25.483  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:17:45.479  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:17:45.479  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:17:45.479  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3c90c42b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c5b22e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2164dc33, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e6c1304, containsSubquery=false)
2026-08-29 18:17:45.479  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:17:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1037
2026-08-29 18:17:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:17:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:17:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5c5fa7d1(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 18:17:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:17:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:17:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:17:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:17:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:18:05.496  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:18:05.497  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:18:05.497  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7c62b89, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58d43225, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@19ae06d3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6c5ad919, containsSubquery=false)
2026-08-29 18:18:05.497  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:18:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1038
2026-08-29 18:18:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:18:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:18:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:18:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7bbe6de5(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 18:18:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:18:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:18:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:18:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:18:25.477  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:18:25.477  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:18:25.477  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@563b864c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3faaaab4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@486b630c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@294a3fba, containsSubquery=false)
2026-08-29 18:18:25.477  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:18:45.492  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:18:45.492  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:18:45.492  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@28bc79ba, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@21932a82, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16893e5e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16d387fe, containsSubquery=false)
2026-08-29 18:18:45.492  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:18:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1039
2026-08-29 18:18:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:18:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:18:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@30b81630(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 18:18:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:18:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:18:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:18:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:18:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:19:05.478  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:19:05.478  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:19:05.478  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3fe47fd3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@391883ff, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5441724, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@405c62fb, containsSubquery=false)
2026-08-29 18:19:05.478  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:19:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1040
2026-08-29 18:19:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:19:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:19:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:19:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:19:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:19:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:19:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:19:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@301ca6ac(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 18:19:25.484  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:19:25.484  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:19:25.484  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4bae01d0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@62963f6c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ca0a099, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40841c2a, containsSubquery=false)
2026-08-29 18:19:25.484  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:19:45.471  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:19:45.471  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:19:45.471  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@602c8d5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1a37429f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6bcc5519, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79c90e97, containsSubquery=false)
2026-08-29 18:19:45.471  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:19:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1041
2026-08-29 18:19:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:19:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:19:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:19:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:19:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:19:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:19:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@597b881d(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 18:19:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:20:05.529  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:20:05.529  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:20:05.529  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c14282e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43f96166, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6043d2c5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@49c1ceb8, containsSubquery=false)
2026-08-29 18:20:05.529  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:20:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1042
2026-08-29 18:20:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:20:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:20:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:20:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:20:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:20:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:20:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@33c05018(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 18:20:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:20:25.525  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:20:25.526  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:20:25.526  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@29738275, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@18ced18a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35b64130, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b8fa422, containsSubquery=false)
2026-08-29 18:20:25.526  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:20:45.471  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:20:45.471  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:20:45.471  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e9b199e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79fe3987, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f7a735c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4d97b266, containsSubquery=false)
2026-08-29 18:20:45.471  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:20:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1043
2026-08-29 18:20:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:20:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:20:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:20:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:20:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:20:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7c1f2b12(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 18:20:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:20:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:21:05.480  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:21:05.480  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:21:05.480  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@584406c1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32146c67, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4fffd412, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63188ec3, containsSubquery=false)
2026-08-29 18:21:05.480  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:21:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1044
2026-08-29 18:21:21.942  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:21:21.945  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:21:21.962  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:21:21.962  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:21:21.962  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:21:21.962  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:21:21.962  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@68e0507f(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 18:21:21.968  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:21:25.496  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:21:25.496  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:21:25.496  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@52b3ff73, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e59f240, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b4c47f0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@29e3d662, containsSubquery=false)
2026-08-29 18:21:25.496  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:21:45.506  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:21:45.506  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:21:45.506  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4aa1a075, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79e5399f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ec37d1c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@10acd072, containsSubquery=false)
2026-08-29 18:21:45.506  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:21:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1045
2026-08-29 18:21:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:21:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:21:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@28e5f613(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 18:21:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:21:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:21:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:21:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:21:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:22:05.517  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:22:05.517  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:22:05.517  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@425f8dd5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3e4e9e89, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@11c9c7ff, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@107c7cc2, containsSubquery=false)
2026-08-29 18:22:05.517  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:22:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1046
2026-08-29 18:22:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:22:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:22:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:22:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:22:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:22:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:22:21.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5b7d4834(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 18:22:21.962  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:22:25.597  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:22:25.597  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:22:25.597  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5207b91c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@724b17f4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1bda4e5b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57d67699, containsSubquery=false)
2026-08-29 18:22:25.597  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:22:45.471  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:22:45.471  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:22:45.471  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2017187e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3774141b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5473a7b5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40927831, containsSubquery=false)
2026-08-29 18:22:45.471  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:22:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1047
2026-08-29 18:22:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:22:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:22:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:22:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:22:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:22:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:22:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@68a6644(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 18:22:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:23:05.485  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:23:05.486  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:23:05.486  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@655969fe, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d51cc8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1997e6a9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@625c9eb4, containsSubquery=false)
2026-08-29 18:23:05.486  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:23:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1048
2026-08-29 18:23:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:23:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:23:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:23:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:23:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5e2a8374(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 18:23:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:23:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:23:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:23:25.503  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:23:25.503  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:23:25.503  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@31177215, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@644b452e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@cceb6d6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@338f8fa1, containsSubquery=false)
2026-08-29 18:23:25.503  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:23:45.465  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:23:45.465  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:23:45.465  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@23596b2e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34815ee8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f9fb18c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16ab41d1, containsSubquery=false)
2026-08-29 18:23:45.466  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:23:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1049
2026-08-29 18:23:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:23:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@65646a3e(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 18:23:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:24:05.515  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:24:05.515  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:24:05.515  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6da0883, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@67f43440, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@50f6b7d8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6eb5a24a, containsSubquery=false)
2026-08-29 18:24:05.515  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:24:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1050
2026-08-29 18:24:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:24:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:24:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:24:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1ac32da0(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 18:24:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:24:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:24:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:24:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:24:25.468  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:24:25.468  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:24:25.468  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@71419b68, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@40d58306, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@671422, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3eb742f2, containsSubquery=false)
2026-08-29 18:24:25.468  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:24:45.465  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:24:45.465  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:24:45.465  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1de4ce1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f0b0c62, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1af6a6d3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ad8170, containsSubquery=false)
2026-08-29 18:24:45.465  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:24:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1051
2026-08-29 18:24:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:24:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:24:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:24:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:24:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:24:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:24:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7cdfedc6(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 18:24:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:25:05.506  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:25:05.506  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:25:05.506  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5a3961a6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@13dd9949, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@30ce7aea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@14e2223f, containsSubquery=false)
2026-08-29 18:25:05.506  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:25:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1052
2026-08-29 18:25:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:25:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:25:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2122185(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 18:25:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:25:25.468  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:25:25.468  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:25:25.468  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19bdc107, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@450a8ae2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@44a68827, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4daf436c, containsSubquery=false)
2026-08-29 18:25:25.469  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:25:45.471  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:25:45.471  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:25:45.471  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3548bd1e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d093e41, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a3047a1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@80781c8, containsSubquery=false)
2026-08-29 18:25:45.471  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:25:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1053
2026-08-29 18:25:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:25:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:25:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:25:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:25:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:25:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:25:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4f2a48c1(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 18:25:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:26:05.623  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:26:05.623  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:26:05.623  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ccad418, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c88304b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18bba77f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d96afc8, containsSubquery=false)
2026-08-29 18:26:05.623  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:26:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1054
2026-08-29 18:26:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:26:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:26:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:26:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:26:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:26:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:26:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:26:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@30b38b71(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 18:26:25.509  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:26:25.509  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:26:25.509  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@74381788, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7700b96, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@48281b2a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@9ae948a, containsSubquery=false)
2026-08-29 18:26:25.510  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:26:45.477  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:26:45.478  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:26:45.478  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d8fd449, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4931ccd5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52c0178f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e25797b, containsSubquery=false)
2026-08-29 18:26:45.478  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:26:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1055
2026-08-29 18:26:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:26:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:26:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4124670d(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 18:26:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:26:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:26:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:26:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:26:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:27:05.468  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:27:05.468  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:27:05.468  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f55c5fa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@41c29d7c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e294baf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@14730193, containsSubquery=false)
2026-08-29 18:27:05.468  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:27:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1056
2026-08-29 18:27:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:27:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:27:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:27:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:27:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2f5e4ee2(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 18:27:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:27:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:27:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:27:25.476  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:27:25.476  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:27:25.476  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c6ad87f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2865831, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68823031, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d2b6e49, containsSubquery=false)
2026-08-29 18:27:25.476  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:27:45.477  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:27:45.477  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:27:45.477  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@63e4f30f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b5d4dee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36a9141f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1460568, containsSubquery=false)
2026-08-29 18:27:45.477  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:27:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1057
2026-08-29 18:27:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:27:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:27:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5bcda7fc(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 18:27:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:27:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:27:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:27:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:27:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:28:05.482  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:28:05.482  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:28:05.482  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@529b0eb7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78b15196, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22553f1a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c2754eb, containsSubquery=false)
2026-08-29 18:28:05.482  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:28:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1058
2026-08-29 18:28:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:28:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:28:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@331adbf0(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 18:28:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:28:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:28:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:28:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:28:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:28:25.479  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:28:25.479  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:28:25.479  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a536e23, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@790f3f33, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52dce6ca, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@362a1a42, containsSubquery=false)
2026-08-29 18:28:25.479  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:28:45.485  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:28:45.485  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:28:45.485  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@26bda85d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51b47012, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@533153c2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@267be73, containsSubquery=false)
2026-08-29 18:28:45.485  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:28:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1059
2026-08-29 18:28:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:28:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:28:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3143d8f1(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 18:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:28:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:29:05.471  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:29:05.471  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:29:05.471  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7aa6ab5a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2bd114a6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e8e495e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2103b272, containsSubquery=false)
2026-08-29 18:29:05.471  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:29:21.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1060
2026-08-29 18:29:21.939  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:29:21.958  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:29:21.989  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5b589145(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 18:29:21.991  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:29:21.991  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:29:21.991  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:29:21.991  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:29:21.991  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:29:25.548  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:29:25.549  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:29:25.549  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19f40765, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f63b7ff, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42ddb251, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@746715ff, containsSubquery=false)
2026-08-29 18:29:25.549  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:29:45.636  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:29:45.636  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:29:45.636  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@618b1e9d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@114b028a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63135b04, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@28c05e65, containsSubquery=false)
2026-08-29 18:29:45.636  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:29:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1061
2026-08-29 18:29:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:29:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:29:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4f4d1f0b(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 18:29:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:29:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:29:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:29:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:29:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:30:05.536  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:30:05.537  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:30:05.537  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@611f136e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@59abbb63, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26bd8156, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2d5a585f, containsSubquery=false)
2026-08-29 18:30:05.540  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:30:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1062
2026-08-29 18:30:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:30:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:30:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:30:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:30:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:30:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:30:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:30:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6be4e1a1(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 18:30:25.466  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:30:25.467  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:30:25.467  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e30ae35, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ef1eb6b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8004483, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6129c64d, containsSubquery=false)
2026-08-29 18:30:25.467  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:30:45.492  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:30:45.493  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:30:45.493  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b08c55, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@29e3d843, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26bc362d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34410dbe, containsSubquery=false)
2026-08-29 18:30:45.493  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:30:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1063
2026-08-29 18:30:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:30:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:30:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:30:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:30:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:30:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6fe1c33c(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 18:30:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:30:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:31:05.487  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:31:05.487  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:31:05.487  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@388a47ba, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f3a02ce, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d0fd80a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1453124, containsSubquery=false)
2026-08-29 18:31:05.487  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:31:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1064
2026-08-29 18:31:21.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:31:21.961  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:31:21.962  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:31:21.962  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:31:21.962  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:31:21.962  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:31:21.963  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:31:21.963  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2b171e9e(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 18:31:25.540  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:31:25.541  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:31:25.541  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@33599f0e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@76d131b6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3adb9f4c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4620e320, containsSubquery=false)
2026-08-29 18:31:25.541  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:31:45.505  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:31:45.505  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:31:45.505  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5116a7cb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a59a837, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@629a7c92, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e914060, containsSubquery=false)
2026-08-29 18:31:45.505  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:31:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1065
2026-08-29 18:31:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:31:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:31:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@42fbd5c2(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 18:31:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:31:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:31:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:31:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:31:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:32:05.478  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:32:05.478  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:32:05.478  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b996dea, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7503b9ae, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@781274bf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3930576c, containsSubquery=false)
2026-08-29 18:32:05.478  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:32:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1066
2026-08-29 18:32:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:32:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:32:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@79ac4723(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 18:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:32:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:32:25.509  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:32:25.510  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:32:25.510  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4abb6b2d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7013e172, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b658ff5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b17bfb1, containsSubquery=false)
2026-08-29 18:32:25.510  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:32:45.466  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:32:45.466  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:32:45.466  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c017f94, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@72f4167e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@655cc322, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46eaac25, containsSubquery=false)
2026-08-29 18:32:45.466  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:32:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1067
2026-08-29 18:32:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:32:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:32:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:32:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:32:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@731eafe0(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 18:32:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:33:05.478  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:33:05.479  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:33:05.479  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a320210, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@30549edf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2743ed07, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@775c8d66, containsSubquery=false)
2026-08-29 18:33:05.479  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:33:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1068
2026-08-29 18:33:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:33:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:33:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7e42c69b(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 18:33:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:33:25.489  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:33:25.489  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:33:25.489  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4782efc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2790cf32, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ffc18b3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@97c13bf, containsSubquery=false)
2026-08-29 18:33:25.489  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:33:45.500  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:33:45.500  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:33:45.500  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@113cd1ce, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71b9fa8f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@738f2dae, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53cf03b4, containsSubquery=false)
2026-08-29 18:33:45.500  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:33:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1069
2026-08-29 18:33:51.943  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:33:51.945  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:33:51.946  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@44b5d64b(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 18:33:51.948  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:33:51.948  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:33:51.948  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:33:51.948  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:33:51.949  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:34:05.502  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:34:05.502  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:34:05.502  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40f341ba, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@717f4285, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@714a844c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4d60d531, containsSubquery=false)
2026-08-29 18:34:05.502  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:34:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1070
2026-08-29 18:34:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:34:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:34:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:34:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@61d9003a(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 18:34:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:34:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:34:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:34:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:34:25.495  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:34:25.495  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:34:25.495  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42b847e1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@54bf500, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f8fb125, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58c1d887, containsSubquery=false)
2026-08-29 18:34:25.495  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:34:45.470  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:34:45.470  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:34:45.470  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@17a46312, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@740383a5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24693020, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@314de167, containsSubquery=false)
2026-08-29 18:34:45.471  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:34:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1071
2026-08-29 18:34:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:34:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:34:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@34bd2218(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 18:34:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:34:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:34:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:34:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:34:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:35:05.551  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:35:05.551  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:35:05.551  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5f8044ed, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f74d9f9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@74e40aa9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7660f19f, containsSubquery=false)
2026-08-29 18:35:05.551  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:35:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1072
2026-08-29 18:35:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:35:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:35:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:35:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:35:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:35:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:35:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:35:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2f649df5(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 18:35:25.469  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:35:25.469  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:35:25.469  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3b1ac436, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c532b00, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@103e4f73, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3c17f6e4, containsSubquery=false)
2026-08-29 18:35:25.469  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:35:45.472  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:35:45.472  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:35:45.472  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@c3677e0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3bd1f0c2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6886cf4e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5be2ecd3, containsSubquery=false)
2026-08-29 18:35:45.472  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:35:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1073
2026-08-29 18:35:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:35:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:35:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7441675d(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 18:35:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:35:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:35:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:35:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:35:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:36:05.479  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:36:05.479  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:36:05.479  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42de2cca, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34875ba3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2812ec81, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2bf46e5c, containsSubquery=false)
2026-08-29 18:36:05.479  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:36:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1074
2026-08-29 18:36:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:36:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:36:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:36:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:36:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:36:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:36:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1e5a0a14(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 18:36:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:36:25.487  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:36:25.487  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:36:25.487  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3baac6fc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@48c32727, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d540e80, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1366c65, containsSubquery=false)
2026-08-29 18:36:25.487  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:36:45.471  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:36:45.471  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:36:45.471  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@608219df, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32b1326, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@652d1160, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@23a627dd, containsSubquery=false)
2026-08-29 18:36:45.471  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:36:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1075
2026-08-29 18:36:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:36:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4ad419b3(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 18:36:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:37:05.504  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:37:05.504  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:37:05.504  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@61a1720, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@559aa422, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f0bf1c0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a481fdf, containsSubquery=false)
2026-08-29 18:37:05.504  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:37:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1076
2026-08-29 18:37:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:37:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:37:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:37:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:37:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:37:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:37:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:37:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@31ffea40(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 18:37:25.467  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:37:25.467  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:37:25.467  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@457c6bf8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4353e4dd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2fb739f2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f33e37f, containsSubquery=false)
2026-08-29 18:37:25.467  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:37:45.479  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:37:45.479  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:37:45.479  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e5fea0f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@31e290e2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e6f18ed, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6de340a0, containsSubquery=false)
2026-08-29 18:37:45.479  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:37:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1077
2026-08-29 18:37:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:37:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:37:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@48a73f16(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 18:37:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:37:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:37:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:37:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:37:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:38:05.517  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:38:05.518  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:38:05.518  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@623ae553, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e53850c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a355237, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@535f6f29, containsSubquery=false)
2026-08-29 18:38:05.518  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:38:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1078
2026-08-29 18:38:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:38:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:38:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:38:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1bc39de5(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 18:38:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:38:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:38:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:38:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:38:25.489  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:38:25.489  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:38:25.489  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bc06416, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@582432d6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9800594, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1dda2eb4, containsSubquery=false)
2026-08-29 18:38:25.489  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:38:45.477  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:38:45.477  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:38:45.477  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@78aa1ec2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ea0fe0c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2da3c72b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46dfb401, containsSubquery=false)
2026-08-29 18:38:45.477  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:38:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1079
2026-08-29 18:38:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:38:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:38:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6366325a(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 18:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:38:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:39:05.470  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:39:05.470  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:39:05.470  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3887fad2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@574e5ab3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c87ae86, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b8e6552, containsSubquery=false)
2026-08-29 18:39:05.470  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:39:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1080
2026-08-29 18:39:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:39:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:39:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@22c9a0e4(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 18:39:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:39:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:39:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:39:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:39:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:39:25.469  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:39:25.470  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:39:25.470  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3975afe1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c03812a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d10e0b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5e39926, containsSubquery=false)
2026-08-29 18:39:25.470  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:39:45.480  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:39:45.480  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:39:45.480  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5b3694f1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c3508d8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e3b6757, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b0f2754, containsSubquery=false)
2026-08-29 18:39:45.480  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:39:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1081
2026-08-29 18:39:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:39:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:39:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:39:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:39:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1fe2b63e(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 18:39:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:39:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:39:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:40:05.517  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:40:05.517  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:40:05.517  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@548dec93, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60b03e0b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@23c8ac33, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6aa61023, containsSubquery=false)
2026-08-29 18:40:05.517  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:40:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1082
2026-08-29 18:40:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:40:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:40:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:40:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:40:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:40:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:40:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@231656b(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 18:40:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:40:25.469  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:40:25.469  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:40:25.469  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6f0460cb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@47c47a0c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@260035f0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@13397b1, containsSubquery=false)
2026-08-29 18:40:25.469  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:40:45.481  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:40:45.481  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:40:45.481  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2fcbe054, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@40e7c44d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5d052e47, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4fec3410, containsSubquery=false)
2026-08-29 18:40:45.481  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:40:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1083
2026-08-29 18:40:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:40:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:40:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:40:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:40:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:40:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:40:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:40:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@12dc806f(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 18:41:05.468  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:41:05.469  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:41:05.469  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2875ffd9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d4ea50d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e5d5d49, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b386d13, containsSubquery=false)
2026-08-29 18:41:05.469  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:41:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1084
2026-08-29 18:41:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:41:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:41:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:41:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:41:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:41:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:41:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7ef8aa22(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 18:41:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:41:25.467  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:41:25.467  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:41:25.467  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@448475d0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@48f79b4a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2e4ea14a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7f391e4b, containsSubquery=false)
2026-08-29 18:41:25.467  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:41:45.482  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:41:45.482  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:41:45.482  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e95dcd5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@81ab868, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@58677ab6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@449f8e0, containsSubquery=false)
2026-08-29 18:41:45.482  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:41:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1085
2026-08-29 18:41:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:41:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:41:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4a3d315f(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 18:41:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:41:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:41:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:41:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:41:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:42:05.475  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:42:05.475  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:42:05.475  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a6a02c8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5bb637a8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69ec16d8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@12a71ee8, containsSubquery=false)
2026-08-29 18:42:05.476  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:42:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1086
2026-08-29 18:42:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:42:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:42:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:42:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@15b177d(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 18:42:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:42:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:42:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:42:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:42:25.471  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:42:25.471  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:42:25.471  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2f2a87a5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@494c1ea7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7fa8887, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@45bac3e0, containsSubquery=false)
2026-08-29 18:42:25.471  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:42:45.472  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:42:45.472  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:42:45.472  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65b641e1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a43b647, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@30053a6a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c0d851a, containsSubquery=false)
2026-08-29 18:42:45.472  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:42:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1087
2026-08-29 18:42:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:42:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@16c9bcb4(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 18:42:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:43:05.474  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:43:05.475  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:43:05.475  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@62e32719, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5dc89910, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@cc3598a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@192436f4, containsSubquery=false)
2026-08-29 18:43:05.475  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:43:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1088
2026-08-29 18:43:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:43:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:43:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@19ba7afa(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 18:43:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:43:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:43:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:43:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:43:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:43:25.497  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:43:25.497  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:43:25.497  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16f087c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d43aa01, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5297af63, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@24e77742, containsSubquery=false)
2026-08-29 18:43:25.497  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:43:45.495  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:43:45.495  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:43:45.495  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@703f0fab, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3cbb24be, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e315823, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ac32867, containsSubquery=false)
2026-08-29 18:43:45.495  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:43:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1089
2026-08-29 18:43:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:43:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:43:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:43:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:43:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:43:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:43:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@58854bbd(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 18:43:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:44:05.518  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:44:05.518  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:44:05.518  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@21226683, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@bbb37b4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c8a52a7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@722b1565, containsSubquery=false)
2026-08-29 18:44:05.518  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:44:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1090
2026-08-29 18:44:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:44:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:44:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:44:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:44:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@710712d1(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 18:44:25.486  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:44:25.486  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:44:25.486  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a4eefd0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@529d866, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c30aa48, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@27551208, containsSubquery=false)
2026-08-29 18:44:25.486  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:44:45.491  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:44:45.491  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:44:45.491  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65f54f22, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50dfe563, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e74cfd9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ec2e9f3, containsSubquery=false)
2026-08-29 18:44:45.491  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:44:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1091
2026-08-29 18:44:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:44:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:44:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:44:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:44:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:44:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:44:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@58729619(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 18:45:05.861  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:45:05.861  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:45:05.861  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@474c4945, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7bdc90ef, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b16a006, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7bf1c4f8, containsSubquery=false)
2026-08-29 18:45:05.861  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:45:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1092
2026-08-29 18:45:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:45:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:45:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:45:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:45:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:45:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:45:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@487fdd7e(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 18:45:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:45:25.531  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:45:25.532  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:45:25.532  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47570def, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f33c830, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4489ddfe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a9b6b33, containsSubquery=false)
2026-08-29 18:45:25.532  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:45:45.473  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:45:45.473  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:45:45.473  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@201aa975, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61e277b5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2df8a011, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f007b4, containsSubquery=false)
2026-08-29 18:45:45.473  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:45:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1093
2026-08-29 18:45:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:45:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3849e3ef(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 18:45:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:45:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:45:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:45:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:46:05.533  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:46:05.533  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:46:05.533  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1c6d1430, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@38dbc59d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e3439b2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2730c44d, containsSubquery=false)
2026-08-29 18:46:05.533  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:46:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1094
2026-08-29 18:46:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:46:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:46:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:46:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@206d3a98(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 18:46:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:46:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:46:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:46:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:46:25.521  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:46:25.521  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:46:25.521  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a6cbacd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@515c1bdb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@ccb281e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@9f0d69e, containsSubquery=false)
2026-08-29 18:46:25.521  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:46:45.481  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:46:45.482  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:46:45.482  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5a3c4dca, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@22f30ed8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f7e67a2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@67add177, containsSubquery=false)
2026-08-29 18:46:45.482  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:46:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1095
2026-08-29 18:46:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:46:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:46:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:46:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:46:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:46:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:46:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:46:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2f42dea9(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 18:47:05.484  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:47:05.484  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:47:05.484  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4093ab98, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@538bac2b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@46ebcde7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c7c0584, containsSubquery=false)
2026-08-29 18:47:05.484  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:47:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1096
2026-08-29 18:47:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:47:21.944  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:47:21.952  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:47:21.952  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:47:21.952  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@25ee3037(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 18:47:21.952  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:47:21.952  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:47:21.952  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:47:25.479  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:47:25.479  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:47:25.479  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@71710be2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@62558f17, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ee50489, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40398955, containsSubquery=false)
2026-08-29 18:47:25.480  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:47:45.717  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:47:45.717  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:47:45.717  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2288d8d5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b00c6d0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@315127c1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2fd30986, containsSubquery=false)
2026-08-29 18:47:45.717  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:47:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1097
2026-08-29 18:47:51.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:47:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:47:51.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@31081aed(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 18:47:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:47:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:47:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:47:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:47:51.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:48:05.523  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:48:05.524  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:48:05.524  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@10314d96, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3bc82e87, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f636c56, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ae6a495, containsSubquery=false)
2026-08-29 18:48:05.524  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:48:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1098
2026-08-29 18:48:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:48:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:48:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1c4ae0ce(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 18:48:25.467  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:48:25.467  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:48:25.467  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@39e92f8d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@726bbcdc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40006824, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7998f9bd, containsSubquery=false)
2026-08-29 18:48:25.467  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:48:45.477  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:48:45.477  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:48:45.477  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@574e4f33, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@21164f4c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@485d76fd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@29149c61, containsSubquery=false)
2026-08-29 18:48:45.477  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:48:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1099
2026-08-29 18:48:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:48:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:48:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:48:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:48:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:48:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7a47f928(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 18:48:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:48:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:49:05.552  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:49:05.552  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:49:05.552  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@36c8af, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5eae4717, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76068cad, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3289ca1, containsSubquery=false)
2026-08-29 18:49:05.555  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:49:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1100
2026-08-29 18:49:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:49:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5b8de21f(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 18:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:49:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:49:25.467  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:49:25.467  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:49:25.467  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76cd2cb7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d0d7f8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f161d64, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b82719c, containsSubquery=false)
2026-08-29 18:49:25.467  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:49:45.535  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:49:45.535  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:49:45.535  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@36e80c0a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35cb6ce5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@692744e6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@41e10b49, containsSubquery=false)
2026-08-29 18:49:45.535  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:49:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1101
2026-08-29 18:49:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:49:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:49:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@39efbc7f(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 18:49:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:49:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:49:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:49:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:49:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:50:05.520  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:50:05.520  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:50:05.520  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e95fb77, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@425d0a02, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@60446a8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6bcad7da, containsSubquery=false)
2026-08-29 18:50:05.520  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:50:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1102
2026-08-29 18:50:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:50:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:50:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:50:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:50:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:50:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@331871c0(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 18:50:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:50:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:50:25.496  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:50:25.496  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:50:25.496  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@296235cb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@216c3835, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@448a2083, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f414504, containsSubquery=false)
2026-08-29 18:50:25.496  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:50:45.478  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:50:45.479  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:50:45.479  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5bc982e3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f4f45bd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@30e73fa8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@67eb04a9, containsSubquery=false)
2026-08-29 18:50:45.479  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:50:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1103
2026-08-29 18:50:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:50:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:50:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@139e9c74(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 18:50:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:50:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:50:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:50:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:51:05.477  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:51:05.477  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:51:05.477  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5d8b39e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17d2f437, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10bb3e7c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f77d17, containsSubquery=false)
2026-08-29 18:51:05.477  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:51:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1104
2026-08-29 18:51:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:51:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:51:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:51:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:51:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:51:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:51:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:51:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1aec7c32(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 18:51:25.472  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:51:25.472  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:51:25.472  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c23cb01, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@368f8fbd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@57d68965, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e9cde91, containsSubquery=false)
2026-08-29 18:51:25.472  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:51:45.506  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:51:45.506  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:51:45.506  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@63f1d9d5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7349f6cf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69b3a256, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64906fa3, containsSubquery=false)
2026-08-29 18:51:45.506  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:51:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1105
2026-08-29 18:51:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:51:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:51:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5df41732(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 18:51:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:51:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:51:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:51:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:51:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:52:05.531  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:52:05.531  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:52:05.531  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2fe3e9d6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58725aca, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a19709d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ad74de8, containsSubquery=false)
2026-08-29 18:52:05.531  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:52:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1106
2026-08-29 18:52:21.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:52:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:52:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:52:21.940  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2b049471(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 18:52:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:52:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:52:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:52:21.942  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:52:25.483  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:52:25.483  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:52:25.483  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3477ce11, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c79c991, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2af68b0a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@62df2554, containsSubquery=false)
2026-08-29 18:52:25.483  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:52:38.464  INFO 2501436 --- [quartzScheduler_Worker-8] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 18:52:45.460  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:52:45.460  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:52:45.460  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@178fb580, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@132bc551, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@509c9f0f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74db4466, containsSubquery=false)
2026-08-29 18:52:45.460  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:52:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1107
2026-08-29 18:52:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:52:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:52:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:52:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:52:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:52:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4642a471(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 18:52:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:52:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:53:05.495  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:53:05.495  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:53:05.495  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@34bb2817, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f7ffd3d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e95799a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@28fb23bc, containsSubquery=false)
2026-08-29 18:53:05.495  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:53:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1108
2026-08-29 18:53:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:53:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:53:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@22276afb(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 18:53:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:53:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:53:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:53:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:53:25.483  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:53:25.484  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:53:25.484  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@48b46745, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@70283ff4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ec2dae5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@27c617c3, containsSubquery=false)
2026-08-29 18:53:25.484  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:53:45.476  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:53:45.476  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:53:45.476  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3afd1c6f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@234e98bf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5bed13ce, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55dc9a06, containsSubquery=false)
2026-08-29 18:53:45.476  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:53:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1109
2026-08-29 18:53:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:53:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:53:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:53:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@69cf69a2(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 18:53:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:54:05.567  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:54:05.567  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:54:05.567  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5522c4c6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@37756cb1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e332cee, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e972d52, containsSubquery=false)
2026-08-29 18:54:05.567  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:54:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1110
2026-08-29 18:54:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:54:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:54:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:54:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2736ffc(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 18:54:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:54:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:54:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:54:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:54:25.479  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:54:25.479  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:54:25.479  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@569a27de, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c671226, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79e2732a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@644cfb71, containsSubquery=false)
2026-08-29 18:54:25.479  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:54:45.475  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:54:45.475  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:54:45.475  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@324c6bd9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4fbba3de, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@59c11f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@144ff5dc, containsSubquery=false)
2026-08-29 18:54:45.475  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:54:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1111
2026-08-29 18:54:51.944  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:54:51.946  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:54:51.949  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5d42ef99(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 18:54:51.950  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:54:51.950  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:54:51.950  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:54:51.950  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:54:51.952  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:55:05.710  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:55:05.710  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:55:05.710  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@356db38e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b8f4d87, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9efc063, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ee1a266, containsSubquery=false)
2026-08-29 18:55:05.710  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:55:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1112
2026-08-29 18:55:21.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:55:21.941  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:55:21.954  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2ccd7047(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 18:55:21.954  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:55:21.954  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:55:21.954  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:55:21.954  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:55:21.957  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:55:25.536  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:55:25.537  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:55:25.537  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4099ce0b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@38b163fe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@222bf264, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4540e0f7, containsSubquery=false)
2026-08-29 18:55:25.537  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:55:45.471  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:55:45.471  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:55:45.471  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@37b28328, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ce18d3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e709ec5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b006716, containsSubquery=false)
2026-08-29 18:55:45.471  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:55:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1113
2026-08-29 18:55:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:55:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:55:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@ebc6251(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 18:55:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:55:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:55:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:55:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:55:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:56:05.471  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:56:05.471  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:56:05.471  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4a1fad84, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@15ac2df, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22cd5993, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d5add43, containsSubquery=false)
2026-08-29 18:56:05.471  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:56:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1114
2026-08-29 18:56:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:56:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:56:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@227ad243(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 18:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:56:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:56:25.486  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:56:25.486  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:56:25.486  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4b53cfbb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6129d867, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40f826e6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@67927f, containsSubquery=false)
2026-08-29 18:56:25.486  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:56:45.471  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:56:45.471  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:56:45.471  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22804534, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@449eb32c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@19ac8ca5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@76c10e30, containsSubquery=false)
2026-08-29 18:56:45.471  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:56:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1115
2026-08-29 18:56:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:56:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:56:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:56:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5b236e3d(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 18:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:56:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:57:05.564  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:57:05.564  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:57:05.564  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@157aad10, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@54fcff0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@354d0f88, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@11d89897, containsSubquery=false)
2026-08-29 18:57:05.564  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:57:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1116
2026-08-29 18:57:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:57:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:57:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@14d422d2(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 18:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:57:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:57:25.472  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:57:25.472  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:57:25.472  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d041d9f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@552f155d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17e023ff, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4cd7390, containsSubquery=false)
2026-08-29 18:57:25.472  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:57:45.483  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:57:45.483  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:57:45.483  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1202493b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@dc0615e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45009f5b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@309e09d1, containsSubquery=false)
2026-08-29 18:57:45.483  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:57:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1117
2026-08-29 18:57:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:57:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:57:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2f0999f0(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 18:57:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:57:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:57:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:57:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:57:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:58:05.634  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:58:05.634  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:58:05.634  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@43f6c065, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b5486c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b914987, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ff0293b, containsSubquery=false)
2026-08-29 18:58:05.634  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:58:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1118
2026-08-29 18:58:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:58:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:58:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6d3964ba(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 18:58:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:58:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:58:25.473  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:58:25.473  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:58:25.473  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6c3a8d69, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46903db6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d3abf22, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@307baee8, containsSubquery=false)
2026-08-29 18:58:25.473  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:58:45.467  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:58:45.467  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:58:45.467  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@61e6fe7b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ed247a4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@282d8270, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79472cb, containsSubquery=false)
2026-08-29 18:58:45.467  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:58:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1119
2026-08-29 18:58:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:58:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:58:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7d1b5104(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 18:58:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:59:05.492  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:59:05.492  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:59:05.492  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@46c82cfd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f6cd8a6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17ff3390, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18fd467d, containsSubquery=false)
2026-08-29 18:59:05.493  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:59:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1120
2026-08-29 18:59:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:59:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:59:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:59:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@35f9854f(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 18:59:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:59:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:59:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:59:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:59:25.474  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:59:25.475  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:59:25.475  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ffe8adb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a5d4fd8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@121cd9d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7065042a, containsSubquery=false)
2026-08-29 18:59:25.475  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:59:45.467  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 18:59:45.468  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 18:59:45.468  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5eb35261, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f707877, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b07bd8e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@376db30c, containsSubquery=false)
2026-08-29 18:59:45.468  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 18:59:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1121
2026-08-29 18:59:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 18:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 18:59:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:59:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 18:59:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 18:59:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 18:59:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 18:59:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@78d3191d(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 19:00:05.647  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:00:05.647  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:00:05.648  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6f6919d8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f247e26, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@38992ebb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@71e1b18f, containsSubquery=false)
2026-08-29 19:00:05.648  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:00:21.971  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1122
2026-08-29 19:00:21.972  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:00:21.978  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:00:21.981  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@54aefd84(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 19:00:21.982  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:00:21.982  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:00:21.982  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:00:21.982  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:00:21.983  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:00:25.479  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:00:25.479  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:00:25.479  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a5f1e66, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b6ca1cc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c339c5e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@43136c2e, containsSubquery=false)
2026-08-29 19:00:25.479  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:00:45.476  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:00:45.477  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:00:45.477  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@223e0ad2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7482d313, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ca10dd5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@20130346, containsSubquery=false)
2026-08-29 19:00:45.477  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:00:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1123
2026-08-29 19:00:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:00:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:00:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:00:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:00:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:00:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:00:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@d13eb90(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 19:00:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:01:05.450  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:01:05.450  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:01:05.450  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5987fac1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5028beef, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@331e5b95, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@10d0ba47, containsSubquery=false)
2026-08-29 19:01:05.450  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:01:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1124
2026-08-29 19:01:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:01:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:01:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:01:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:01:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:01:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@433e8582(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 19:01:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:01:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:01:25.451  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:01:25.451  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:01:25.451  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6716daf9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b8ab3ba, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f479b57, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5475041, containsSubquery=false)
2026-08-29 19:01:25.451  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:01:45.451  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:01:45.451  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:01:45.451  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@417a2a92, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d0570c9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1824e3e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1bd887b1, containsSubquery=false)
2026-08-29 19:01:45.451  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:01:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1125
2026-08-29 19:01:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:01:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:01:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:01:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:01:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:01:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7f3d240e(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 19:01:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:02:05.451  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:02:05.451  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:02:05.451  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ed51b1e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@9fdba7b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b10be67, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f5faf7e, containsSubquery=false)
2026-08-29 19:02:05.451  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:02:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1126
2026-08-29 19:02:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:02:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:02:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@56910cb6(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 19:02:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:02:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:02:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:02:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:02:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:02:25.451  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:02:25.451  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:02:25.451  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2eb26ff1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@15fb4be, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9cb2f20, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e8225ab, containsSubquery=false)
2026-08-29 19:02:25.451  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:02:45.450  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:02:45.450  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:02:45.450  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@fb892f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56287c57, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3edf6a20, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@44ec52d1, containsSubquery=false)
2026-08-29 19:02:45.450  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:02:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1127
2026-08-29 19:02:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:02:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:02:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:02:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@33d4b88f(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 19:02:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:02:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:02:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:02:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:03:05.472  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:03:05.472  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:03:05.472  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3cb05cd8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@31ca38bb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e3e2464, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58cb8d7c, containsSubquery=false)
2026-08-29 19:03:05.472  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:03:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1128
2026-08-29 19:03:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:03:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:03:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:03:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@71cde823(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 19:03:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:03:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:03:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:03:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:03:25.452  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:03:25.452  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:03:25.452  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5b76b4ed, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1cfcf6b6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4330f175, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63c37a4d, containsSubquery=false)
2026-08-29 19:03:25.452  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:03:45.478  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:03:45.478  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:03:45.478  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ae9e644, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@42ef7014, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c028db0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30b07810, containsSubquery=false)
2026-08-29 19:03:45.478  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:03:51.946  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1129
2026-08-29 19:03:51.946  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:03:51.948  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:03:51.965  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:03:51.965  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:03:51.965  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:03:51.965  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:03:51.965  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:03:52.005  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7f2b7c80(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 19:04:05.453  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:04:05.453  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:04:05.453  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a0e46c8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43fcaf83, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a935e10, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ab5f892, containsSubquery=false)
2026-08-29 19:04:05.453  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:04:21.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1130
2026-08-29 19:04:21.939  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:04:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:04:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:04:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:04:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:04:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:04:21.940  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6536987d(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 19:04:21.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:04:25.453  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:04:25.453  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:04:25.453  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4417f275, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79de892a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1da3f0f9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b192e07, containsSubquery=false)
2026-08-29 19:04:25.453  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:04:45.448  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:04:45.448  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:04:45.448  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6010061a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52770b39, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@85764e1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c9786a5, containsSubquery=false)
2026-08-29 19:04:45.448  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:04:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1131
2026-08-29 19:04:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:04:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:04:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@40c421fd(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 19:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:04:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:05:05.452  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:05:05.453  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:05:05.453  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3c96ee4e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3677b39, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61468c5c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@78b33988, containsSubquery=false)
2026-08-29 19:05:05.453  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:05:21.942  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1132
2026-08-29 19:05:21.946  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:05:21.946  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:05:21.947  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@53d6ae30(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 19:05:21.947  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:05:21.947  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:05:21.948  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:05:21.948  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:05:21.948  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:05:25.472  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:05:25.472  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:05:25.472  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@901c313, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32a508e1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@695bf1bb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2bf444e4, containsSubquery=false)
2026-08-29 19:05:25.472  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:05:45.453  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:05:45.453  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:05:45.453  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7513cbd9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d73fbbc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a0d06e9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73b7311d, containsSubquery=false)
2026-08-29 19:05:45.453  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:05:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1133
2026-08-29 19:05:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:05:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:05:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:05:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:05:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:05:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:05:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7db77931(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 19:05:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:06:05.467  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:06:05.467  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:06:05.467  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@41d4f808, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@265e7ae6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ee8d52d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b90121, containsSubquery=false)
2026-08-29 19:06:05.467  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:06:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1134
2026-08-29 19:06:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:06:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:06:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:06:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:06:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:06:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:06:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:06:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1480b914(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 19:06:25.450  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:06:25.450  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:06:25.450  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@112804a5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51d0a365, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e340c2c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e3d1d6f, containsSubquery=false)
2026-08-29 19:06:25.450  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:06:45.449  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:06:45.450  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:06:45.450  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@75cc3f91, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@392f1012, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2cd61a9b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19c36efd, containsSubquery=false)
2026-08-29 19:06:45.450  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:06:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1135
2026-08-29 19:06:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:06:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:06:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:06:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:06:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:06:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:06:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:06:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@45e5c13c(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 19:07:05.457  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:07:05.457  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:07:05.457  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@670e0a95, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49d88a66, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4124fb19, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66451698, containsSubquery=false)
2026-08-29 19:07:05.458  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:07:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1136
2026-08-29 19:07:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:07:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:07:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:07:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:07:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:07:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:07:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:07:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4d3c7cfa(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 19:07:25.517  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:07:25.517  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:07:25.517  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@20c73033, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51500154, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e7be227, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@152e1d87, containsSubquery=false)
2026-08-29 19:07:25.517  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:07:45.464  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:07:45.464  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:07:45.464  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@15b86b71, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2570e0a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@50b7f63b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1bd5410, containsSubquery=false)
2026-08-29 19:07:45.465  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:07:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1137
2026-08-29 19:07:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:07:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:07:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7dcf2da2(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 19:07:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:07:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:07:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:07:51.941  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:08:05.477  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:08:05.477  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:08:05.477  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@630c0b2f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52b1a1e2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52f4a458, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@620437c4, containsSubquery=false)
2026-08-29 19:08:05.477  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:08:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1138
2026-08-29 19:08:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:08:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:08:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:08:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:08:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:08:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:08:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:08:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@27e3bb5b(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 19:08:25.448  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:08:25.448  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:08:25.448  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@465f2bd4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@315573f0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3aabc42c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4a0d4c6d, containsSubquery=false)
2026-08-29 19:08:25.448  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:08:45.451  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:08:45.451  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:08:45.451  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e85b5a9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@131635d7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@33a0ac4c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77bfa327, containsSubquery=false)
2026-08-29 19:08:45.451  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:08:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1139
2026-08-29 19:08:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:08:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:08:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4a725db6(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 19:08:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:08:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:08:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:08:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:08:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:09:05.523  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:09:05.523  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:09:05.523  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1924dad2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@72ae3d3f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55b4207b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f45e16e, containsSubquery=false)
2026-08-29 19:09:05.523  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:09:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1140
2026-08-29 19:09:21.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:09:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:09:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7c24afe8(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 19:09:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:09:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:09:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:09:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:09:21.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:09:25.464  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:09:25.464  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:09:25.464  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70d1399e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43905770, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@614507ca, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36364243, containsSubquery=false)
2026-08-29 19:09:25.464  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:09:45.469  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:09:45.470  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:09:45.470  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5ffd67a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@47fac96a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3094dfd0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d9d86e2, containsSubquery=false)
2026-08-29 19:09:45.470  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:09:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1141
2026-08-29 19:09:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:09:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:09:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:09:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:09:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:09:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:09:51.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5f80df74(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 19:09:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:10:05.451  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:10:05.451  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:10:05.451  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@524cbeb2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6a4c5b3a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@32d87a0e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5edae9f1, containsSubquery=false)
2026-08-29 19:10:05.452  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:10:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1142
2026-08-29 19:10:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:10:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:10:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6976f85(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 19:10:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:10:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:10:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:10:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:10:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:10:25.448  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:10:25.448  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:10:25.448  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@554c90a5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ed7ff8a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45152d85, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@723d410b, containsSubquery=false)
2026-08-29 19:10:25.448  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:10:45.449  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:10:45.449  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:10:45.449  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@44abe7d9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@579d896f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a5cc45a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ae28a4c, containsSubquery=false)
2026-08-29 19:10:45.449  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:10:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1143
2026-08-29 19:10:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:10:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:10:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@25430503(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 19:10:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:10:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:10:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:10:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:10:51.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:11:05.487  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:11:05.487  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:11:05.487  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1acae3e1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6484ce06, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70b9ff3b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6344e5c9, containsSubquery=false)
2026-08-29 19:11:05.487  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:11:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1144
2026-08-29 19:11:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:11:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:11:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:11:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:11:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:11:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:11:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@162005ea(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 19:11:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:11:25.449  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:11:25.449  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:11:25.449  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@77adab90, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@22e489d2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26468622, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a36bdd, containsSubquery=false)
2026-08-29 19:11:25.449  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:11:45.461  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:11:45.461  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:11:45.461  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@72a92752, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1d178b64, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17867543, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73ddb7b2, containsSubquery=false)
2026-08-29 19:11:45.461  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:11:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1145
2026-08-29 19:11:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:11:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:11:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:11:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:11:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:11:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:11:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4fc1d93(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 19:11:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:12:05.450  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:12:05.450  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:12:05.450  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7faa2263, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f3a6cc6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@21da80cc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@133c20aa, containsSubquery=false)
2026-08-29 19:12:05.451  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:12:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1146
2026-08-29 19:12:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:12:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:12:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7fb4e653(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 19:12:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:12:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:12:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:12:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:12:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:12:25.449  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:12:25.449  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:12:25.449  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@716054b1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4f671257, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4469280, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3cf68be, containsSubquery=false)
2026-08-29 19:12:25.449  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:12:45.452  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:12:45.452  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:12:45.452  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6822da15, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6768504b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@f22df5a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@24b45d9e, containsSubquery=false)
2026-08-29 19:12:45.452  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:12:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1147
2026-08-29 19:12:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:12:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:12:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:12:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3be38cd6(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 19:12:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:12:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:12:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:12:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:13:05.538  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:13:05.538  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:13:05.538  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@499eee53, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d38df81, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@60f6f23, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2d5cac54, containsSubquery=false)
2026-08-29 19:13:05.539  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:13:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1148
2026-08-29 19:13:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:13:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:13:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5bc584a0(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 19:13:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:13:25.448  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:13:25.448  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:13:25.448  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@78f8be02, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ac4d1ce, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c55113b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17a10da, containsSubquery=false)
2026-08-29 19:13:25.448  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:13:45.449  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:13:45.449  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:13:45.449  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@14472040, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4cdb32b6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40d4301a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@713c7a93, containsSubquery=false)
2026-08-29 19:13:45.449  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:13:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1149
2026-08-29 19:13:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:13:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:13:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:13:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:13:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:13:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:13:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@a45beda(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 19:13:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:14:05.467  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:14:05.468  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:14:05.468  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@9ab91b3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5304a659, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e4ed4fc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74226deb, containsSubquery=false)
2026-08-29 19:14:05.468  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:14:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1150
2026-08-29 19:14:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:14:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:14:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:14:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3e923531(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 19:14:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:14:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:14:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:14:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:14:25.448  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:14:25.448  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:14:25.448  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6be55914, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17f4e02e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4fc0cf33, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1760ce3d, containsSubquery=false)
2026-08-29 19:14:25.448  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:14:45.449  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:14:45.450  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:14:45.450  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@62a8ab47, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6de3c5aa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@467027fe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46f5bc59, containsSubquery=false)
2026-08-29 19:14:45.450  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:14:51.942  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1151
2026-08-29 19:14:51.943  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:14:51.943  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:14:51.944  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:14:51.944  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:14:51.944  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:14:51.944  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:14:51.944  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@47b2071a(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 19:14:51.944  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:15:06.298  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:15:06.298  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:15:06.298  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@343ac26b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c8bee99, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31377b91, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c2bde04, containsSubquery=false)
2026-08-29 19:15:06.298  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:15:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1152
2026-08-29 19:15:21.939  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:15:21.945  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:15:21.946  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2035c8d8(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 19:15:21.947  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:15:21.947  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:15:21.947  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:15:21.947  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:15:21.947  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:15:25.545  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:15:25.545  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:15:25.545  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22ae2188, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3739a518, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@794be4fa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7209e69c, containsSubquery=false)
2026-08-29 19:15:25.545  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:15:45.499  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:15:45.499  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:15:45.499  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@39b05662, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6cacc4d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6eed1015, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33e4ac7c, containsSubquery=false)
2026-08-29 19:15:45.499  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:15:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1153
2026-08-29 19:15:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:15:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:15:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:15:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4cb1fe17(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 19:15:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:15:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:15:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:15:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:16:05.484  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:16:05.484  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:16:05.484  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5ccc2481, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50569e8f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b9f2373, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@777813ec, containsSubquery=false)
2026-08-29 19:16:05.484  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:16:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1154
2026-08-29 19:16:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:16:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:16:21.951  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:16:21.951  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:16:21.951  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:16:21.951  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:16:21.951  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:16:21.954  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@117e31e5(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 19:16:25.584  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:16:25.584  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:16:25.584  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@63637f11, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@125085c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a194542, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@37306b5f, containsSubquery=false)
2026-08-29 19:16:25.584  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:16:45.518  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:16:45.519  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:16:45.519  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@655de95c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b36a15b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b89616d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@62a8b25b, containsSubquery=false)
2026-08-29 19:16:45.519  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:16:51.939  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1155
2026-08-29 19:16:51.939  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:16:51.941  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:16:51.950  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7e091060(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 19:16:51.951  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:16:51.952  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:16:51.952  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:16:51.952  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:16:51.952  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:17:05.546  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:17:05.562  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:17:05.573  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4896e1f0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e4a48e9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@668c822b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@394efe7, containsSubquery=false)
2026-08-29 19:17:05.573  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:17:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1156
2026-08-29 19:17:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:17:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:17:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7d7309da(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 19:17:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:17:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:17:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:17:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:17:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:17:25.487  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:17:25.488  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:17:25.488  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@792eb607, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d0a7433, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b4fde7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@62669320, containsSubquery=false)
2026-08-29 19:17:25.488  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:17:45.498  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:17:45.498  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:17:45.498  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@32b199be, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ad89cb7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24926ab3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@217337d7, containsSubquery=false)
2026-08-29 19:17:45.498  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:17:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1157
2026-08-29 19:17:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:17:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:17:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@21735608(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 19:17:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:17:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:17:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:17:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:17:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:18:05.503  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:18:05.503  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:18:05.503  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@742fa9d7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@476c3fba, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1588680, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4bfddbf4, containsSubquery=false)
2026-08-29 19:18:05.503  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:18:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1158
2026-08-29 19:18:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:18:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:18:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:18:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@40750681(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 19:18:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:18:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:18:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:18:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:18:25.512  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:18:25.512  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:18:25.512  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@74a05f24, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61c4484a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@dd538f9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@768ee75d, containsSubquery=false)
2026-08-29 19:18:25.512  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:18:45.513  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:18:45.514  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:18:45.514  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@62436659, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@67af6670, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7fa8c06a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e31e190, containsSubquery=false)
2026-08-29 19:18:45.514  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:18:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1159
2026-08-29 19:18:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:18:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:18:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:18:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:18:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:18:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:18:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@c3beaef(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 19:18:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:19:05.534  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:19:05.535  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:19:05.535  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65d097c4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5128775, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29dac9f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@48c8ea1e, containsSubquery=false)
2026-08-29 19:19:05.535  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:19:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1160
2026-08-29 19:19:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:19:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:19:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:19:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:19:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@65cea04e(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 19:19:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:19:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:19:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:19:25.468  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:19:25.469  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:19:25.469  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e2b0ef4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f350bc0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e9a9644, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77248b0f, containsSubquery=false)
2026-08-29 19:19:25.469  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:19:45.476  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:19:45.476  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:19:45.476  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@721dfe, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@928ba70, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@75a05c14, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@54b6711a, containsSubquery=false)
2026-08-29 19:19:45.476  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:19:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1161
2026-08-29 19:19:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:19:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:19:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:19:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:19:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:19:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:19:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:19:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3f2647c(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 19:20:05.509  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:20:05.509  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:20:05.509  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1885acf8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5270592c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41ff362a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@558eac76, containsSubquery=false)
2026-08-29 19:20:05.509  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:20:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1162
2026-08-29 19:20:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:20:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:20:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:20:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@47c341a5(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 19:20:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:20:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:20:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:20:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:20:25.528  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:20:25.528  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:20:25.528  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4a2e8821, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d7284c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@394b931d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30426e3d, containsSubquery=false)
2026-08-29 19:20:25.528  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:20:45.484  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:20:45.484  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:20:45.484  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@24057305, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f6b0754, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4400a849, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@562b185a, containsSubquery=false)
2026-08-29 19:20:45.484  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:20:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1163
2026-08-29 19:20:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:20:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:20:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:20:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:20:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:20:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:20:51.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2487ebc4(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 19:20:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:21:05.504  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:21:05.504  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:21:05.504  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@50170d15, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52a1356c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@60237d29, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@620ef24c, containsSubquery=false)
2026-08-29 19:21:05.504  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:21:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1164
2026-08-29 19:21:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:21:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:21:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:21:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:21:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:21:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:21:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:21:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4e6ed5d0(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 19:21:25.517  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:21:25.518  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:21:25.518  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a940d31, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@542b392d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6206e215, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@686e11c2, containsSubquery=false)
2026-08-29 19:21:25.518  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:21:45.528  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:21:45.528  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:21:45.528  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7c31b090, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@199658b4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ae91e06, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17c0b202, containsSubquery=false)
2026-08-29 19:21:45.528  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:21:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1165
2026-08-29 19:21:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:21:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:21:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:21:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@14a85484(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 19:21:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:21:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:21:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:21:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:22:05.484  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:22:05.484  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:22:05.484  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@27c12a7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@698adb2c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7c329754, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@38db02f5, containsSubquery=false)
2026-08-29 19:22:05.484  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:22:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1166
2026-08-29 19:22:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:22:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:22:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:22:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:22:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:22:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:22:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:22:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2d4fa136(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 19:22:25.485  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:22:25.485  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:22:25.485  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4912bb4b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a6b0fba, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b26ffe2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d46a031, containsSubquery=false)
2026-08-29 19:22:25.485  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:22:45.484  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:22:45.484  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:22:45.484  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3dbc0e64, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3e28fdd1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@21ff2ee9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c0bef42, containsSubquery=false)
2026-08-29 19:22:45.485  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:22:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1167
2026-08-29 19:22:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:22:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:22:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@300fbfd2(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 19:22:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:22:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:22:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:22:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:22:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:23:05.582  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:23:05.582  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:23:05.582  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@405a570d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4af662ba, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d715328, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3961c749, containsSubquery=false)
2026-08-29 19:23:05.582  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:23:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1168
2026-08-29 19:23:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:23:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:23:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:23:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:23:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:23:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:23:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:23:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7fe49edd(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 19:23:25.467  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:23:25.467  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:23:25.467  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@170f8f1f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@67315201, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@450b645b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40a533fb, containsSubquery=false)
2026-08-29 19:23:25.467  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:23:45.575  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:23:45.575  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:23:45.575  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@478a48c5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@432a2e2d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1825729a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@557c681c, containsSubquery=false)
2026-08-29 19:23:45.575  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:23:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1169
2026-08-29 19:23:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:23:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7d4201e2(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 19:23:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:24:05.495  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:24:05.495  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:24:05.495  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6176c075, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@102df02f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20ce16a0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ce381, containsSubquery=false)
2026-08-29 19:24:05.495  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:24:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1170
2026-08-29 19:24:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:24:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:24:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5b3ca4(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 19:24:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:24:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:24:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:24:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:24:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:24:25.471  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:24:25.471  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:24:25.471  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@10307810, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19ac8e86, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@539f21d0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79cddd80, containsSubquery=false)
2026-08-29 19:24:25.471  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:24:45.483  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:24:45.483  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:24:45.483  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b176d40, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@47dffc37, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@772de540, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@401c8e2d, containsSubquery=false)
2026-08-29 19:24:45.483  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:24:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1171
2026-08-29 19:24:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:24:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:24:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:24:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:24:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:24:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:24:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:24:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2d0059d7(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 19:25:05.467  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:25:05.467  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:25:05.467  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66c3754b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@81d2335, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@88ebedf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5aff2027, containsSubquery=false)
2026-08-29 19:25:05.467  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:25:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1172
2026-08-29 19:25:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:25:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:25:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@ab8379(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 19:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:25:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:25:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:25:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:25:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:25:25.469  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:25:25.469  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:25:25.469  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5395a219, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@173b6f0f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f9283dc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@65062ebe, containsSubquery=false)
2026-08-29 19:25:25.469  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:25:45.527  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:25:45.527  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:25:45.527  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@c81f388, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@15658c46, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@48f9eef9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@76ac8d17, containsSubquery=false)
2026-08-29 19:25:45.528  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:25:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1173
2026-08-29 19:25:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:25:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:25:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@62f2b786(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 19:25:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:25:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:25:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:25:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:25:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:26:05.480  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:26:05.480  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:26:05.480  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4d103fe0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53ee71d7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@37960a7b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1dbb907f, containsSubquery=false)
2026-08-29 19:26:05.480  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:26:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1174
2026-08-29 19:26:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:26:21.942  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:26:21.961  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:26:21.962  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:26:21.962  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:26:21.962  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:26:21.962  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:26:21.962  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@214e1292(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 19:26:25.468  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:26:25.468  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:26:25.468  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@243280a4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5679ddf8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36be71b2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3a9c2720, containsSubquery=false)
2026-08-29 19:26:25.469  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:26:45.476  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:26:45.476  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:26:45.476  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@67c3b80a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a2256f4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@134b539f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a814f59, containsSubquery=false)
2026-08-29 19:26:45.476  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:26:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1175
2026-08-29 19:26:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:26:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:26:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:26:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:26:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:26:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:26:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3ed260be(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 19:26:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:27:05.479  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:27:05.479  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:27:05.479  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66b6f8c0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60e80125, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7c874fe6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3a35dcf5, containsSubquery=false)
2026-08-29 19:27:05.479  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:27:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1176
2026-08-29 19:27:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:27:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:27:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:27:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:27:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:27:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:27:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@b71dd7f(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 19:27:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:27:25.555  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:27:25.555  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:27:25.556  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@456a34b5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d9c0e40, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6feeecca, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ea9cd00, containsSubquery=false)
2026-08-29 19:27:25.556  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:27:45.515  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:27:45.515  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:27:45.515  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4614d58, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55cc71ce, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1470e840, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ed6a453, containsSubquery=false)
2026-08-29 19:27:45.515  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:27:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1177
2026-08-29 19:27:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:27:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:27:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:27:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:27:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:27:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:27:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5ad747c9(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 19:27:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:28:05.472  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:28:05.472  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:28:05.472  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@28ba7bb1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a4074d7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@466688ea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@716dbaca, containsSubquery=false)
2026-08-29 19:28:05.472  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:28:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1178
2026-08-29 19:28:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:28:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:28:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:28:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5802d8df(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 19:28:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:28:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:28:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:28:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:28:25.490  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:28:25.491  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:28:25.491  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f60c7f2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28cab6c0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35660f8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c1eb78a, containsSubquery=false)
2026-08-29 19:28:25.491  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:28:45.465  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:28:45.465  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:28:45.465  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5f90f1fe, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@73a843e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@59993f1b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c948f5b, containsSubquery=false)
2026-08-29 19:28:45.465  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:28:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1179
2026-08-29 19:28:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:28:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@34dc9b7(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 19:28:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:29:05.489  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:29:05.489  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:29:05.489  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@55151832, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ee961bd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5904a17e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2775e7d4, containsSubquery=false)
2026-08-29 19:29:05.489  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:29:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1180
2026-08-29 19:29:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:29:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:29:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:29:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:29:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:29:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:29:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@26b14e88(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 19:29:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:29:25.482  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:29:25.482  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:29:25.482  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@172db3d8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@650484c7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@286ad3ef, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@509e6a41, containsSubquery=false)
2026-08-29 19:29:25.482  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:29:45.492  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:29:45.492  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:29:45.492  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d5908ca, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@40592cfb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@20181e4f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6191b9d1, containsSubquery=false)
2026-08-29 19:29:45.492  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:29:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1181
2026-08-29 19:29:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:29:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:29:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:29:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:29:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:29:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:29:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:29:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@38d7eaf8(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 19:30:05.546  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:30:05.546  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:30:05.546  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5ecf3c6f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@48defc86, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27949f66, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58d9eb90, containsSubquery=false)
2026-08-29 19:30:05.546  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:30:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1182
2026-08-29 19:30:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:30:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:30:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@34d79034(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 19:30:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:30:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:30:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:30:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:30:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:30:25.555  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:30:25.555  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:30:25.555  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5f962a08, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66e32c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63c4dc23, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@492deddc, containsSubquery=false)
2026-08-29 19:30:25.555  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:30:45.477  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:30:45.477  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:30:45.477  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42dc4a8a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66937ee1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@ab51f00, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5285fbb8, containsSubquery=false)
2026-08-29 19:30:45.477  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:30:51.939  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1183
2026-08-29 19:30:51.940  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:30:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:30:51.941  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:30:51.941  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:30:51.941  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:30:51.941  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:30:51.942  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:30:51.942  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4a4c1cfc(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 19:31:05.498  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:31:05.499  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:31:05.499  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@668c43d8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@302533ba, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a6409fc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34f43db1, containsSubquery=false)
2026-08-29 19:31:05.499  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:31:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1184
2026-08-29 19:31:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:31:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:31:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@63b338b4(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 19:31:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:31:25.473  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:31:25.474  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:31:25.474  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@26f20b2a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e075dac, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8910804, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@8711d29, containsSubquery=false)
2026-08-29 19:31:25.474  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:31:45.478  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:31:45.478  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:31:45.478  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@218b22d8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@40c6f66, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b64a260, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1916bb42, containsSubquery=false)
2026-08-29 19:31:45.478  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:31:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1185
2026-08-29 19:31:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:31:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:31:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:31:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:31:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:31:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:31:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@74b1306c(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 19:31:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:32:05.597  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:32:05.597  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:32:05.597  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6752bbf4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66e70c4c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6836a830, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@9bf947e, containsSubquery=false)
2026-08-29 19:32:05.597  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:32:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1186
2026-08-29 19:32:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:32:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:32:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:32:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:32:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:32:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2caa63f9(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 19:32:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:32:25.503  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:32:25.503  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:32:25.503  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f5aaeca, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d91d230, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1abaec6c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@62331f8e, containsSubquery=false)
2026-08-29 19:32:25.503  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:32:45.471  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:32:45.472  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:32:45.472  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@576983c2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@587e1b2b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@487a0eda, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@90ca94a, containsSubquery=false)
2026-08-29 19:32:45.472  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:32:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1187
2026-08-29 19:32:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:32:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:32:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3d0c7353(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 19:32:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:33:05.506  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:33:05.506  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:33:05.506  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c10837f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@fbf1701, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4dfefaa8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b8002b3, containsSubquery=false)
2026-08-29 19:33:05.506  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:33:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1188
2026-08-29 19:33:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:33:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:33:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:33:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@782b339c(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 19:33:25.543  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:33:25.543  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:33:25.543  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7f3b6fab, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1862fff7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@499f887, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ae93414, containsSubquery=false)
2026-08-29 19:33:25.543  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:33:45.466  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:33:45.466  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:33:45.466  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@8468a07, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@280b7a65, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b9d497, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@349e9aa1, containsSubquery=false)
2026-08-29 19:33:45.466  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:33:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1189
2026-08-29 19:33:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:33:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:33:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:33:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:33:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2d8a16aa(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 19:33:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:33:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:33:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:34:05.463  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:34:05.463  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:34:05.463  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@518af5a3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@729a5a29, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6027ccc9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3617edd4, containsSubquery=false)
2026-08-29 19:34:05.463  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:34:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1190
2026-08-29 19:34:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:34:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:34:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:34:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6ef43705(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 19:34:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:34:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:34:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:34:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:34:25.491  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:34:25.491  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:34:25.491  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@545521c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@395e1be, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@354b20c4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2d9c97a0, containsSubquery=false)
2026-08-29 19:34:25.491  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:34:45.535  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:34:45.535  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:34:45.535  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a798ff2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ff09463, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7c0ff3ec, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e03a068, containsSubquery=false)
2026-08-29 19:34:45.535  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:34:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1191
2026-08-29 19:34:51.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:34:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:34:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:34:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:34:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:34:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:34:51.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:34:51.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1afee5df(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 19:35:05.577  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:35:05.578  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:35:05.578  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a059af5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12fd7a76, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b6e4eee, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@62ab2e9c, containsSubquery=false)
2026-08-29 19:35:05.578  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:35:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1192
2026-08-29 19:35:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:35:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:35:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:35:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:35:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:35:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@710f2c85(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 19:35:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:35:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:35:25.596  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:35:25.596  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:35:25.596  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f37bc41, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d754d07, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a9c8716, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@635f4631, containsSubquery=false)
2026-08-29 19:35:25.596  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:35:45.499  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:35:45.499  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:35:45.499  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@ddc966a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d70e18e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31cf518d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@355a835f, containsSubquery=false)
2026-08-29 19:35:45.499  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:35:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1193
2026-08-29 19:35:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:35:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:35:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4f9c535e(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 19:35:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:35:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:35:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:35:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:35:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:36:05.493  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:36:05.493  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:36:05.493  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f037511, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@772c19e8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@626acc34, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@356342e, containsSubquery=false)
2026-08-29 19:36:05.493  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:36:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1194
2026-08-29 19:36:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:36:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:36:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:36:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@32588952(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 19:36:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:36:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:36:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:36:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:36:25.459  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:36:25.459  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:36:25.459  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@b8dcbb2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2bc3908a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40609ad6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30357f44, containsSubquery=false)
2026-08-29 19:36:25.459  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:36:45.494  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:36:45.494  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:36:45.494  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65d4b847, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5238703b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@71e0b49e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79aad92e, containsSubquery=false)
2026-08-29 19:36:45.494  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:36:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1195
2026-08-29 19:36:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:36:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4d83341(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 19:36:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:36:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:36:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:36:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:36:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:37:05.467  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:37:05.468  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:37:05.468  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@58425892, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3191928a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5316622c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b262d78, containsSubquery=false)
2026-08-29 19:37:05.468  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:37:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1196
2026-08-29 19:37:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:37:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:37:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:37:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:37:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:37:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:37:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@82a6c7a(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 19:37:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:37:25.482  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:37:25.482  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:37:25.482  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@61eec20c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@57646aa5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@39df4b21, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d5c6860, containsSubquery=false)
2026-08-29 19:37:25.482  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:37:45.463  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:37:45.463  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:37:45.463  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@78e6a860, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f216c16, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3f6b334f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79e657d5, containsSubquery=false)
2026-08-29 19:37:45.463  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:37:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1197
2026-08-29 19:37:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:37:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:37:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:37:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:37:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5e99d929(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 19:37:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:37:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:37:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:38:05.468  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:38:05.468  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:38:05.468  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d3093ac, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a867857, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3666c314, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c2e86a5, containsSubquery=false)
2026-08-29 19:38:05.468  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:38:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1198
2026-08-29 19:38:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:38:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:38:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:38:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:38:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:38:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4821356c(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 19:38:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:38:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:38:25.471  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:38:25.471  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:38:25.471  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6e3aded9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7617ff0c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c4a6039, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@630a1eee, containsSubquery=false)
2026-08-29 19:38:25.471  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:38:45.461  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:38:45.462  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:38:45.462  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3b0bc205, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1856335b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@64b93cd0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55241016, containsSubquery=false)
2026-08-29 19:38:45.462  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:38:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1199
2026-08-29 19:38:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:38:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:38:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3c2123a4(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 19:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:38:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:39:05.458  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:39:05.458  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:39:05.458  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1c357f4b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4812d1ad, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d716b67, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e101489, containsSubquery=false)
2026-08-29 19:39:05.458  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:39:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1200
2026-08-29 19:39:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:39:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:39:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:39:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@56d8aed3(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 19:39:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:39:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:39:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:39:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:39:25.482  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:39:25.482  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:39:25.482  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4b0529fb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5953c1b9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d6a629f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@158b1cb7, containsSubquery=false)
2026-08-29 19:39:25.482  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:39:45.463  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:39:45.463  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:39:45.463  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@761af9b8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3763a76c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24f04a7c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@121fa7f8, containsSubquery=false)
2026-08-29 19:39:45.463  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:39:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1201
2026-08-29 19:39:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:39:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:39:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:39:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:39:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@73715391(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 19:39:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:39:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:39:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:40:05.478  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:40:05.478  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:40:05.478  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5763edd0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c1d653b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5bea5bc0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60aa9e49, containsSubquery=false)
2026-08-29 19:40:05.478  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:40:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1202
2026-08-29 19:40:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:40:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:40:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:40:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@e50b7bb(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 19:40:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:40:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:40:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:40:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:40:25.737  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:40:25.738  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:40:25.738  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@379960a5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4feb7470, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@74a42816, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a03af3a, containsSubquery=false)
2026-08-29 19:40:25.738  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:40:45.475  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:40:45.475  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:40:45.475  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@d6b1806, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@192dbf2a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@506caf8f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3769f959, containsSubquery=false)
2026-08-29 19:40:45.475  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:40:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1203
2026-08-29 19:40:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:40:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:40:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:40:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:40:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:40:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:40:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@349a2f9(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 19:40:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:41:05.468  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:41:05.468  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:41:05.468  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3fe14c74, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f305745, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7133ea2a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d896e6c, containsSubquery=false)
2026-08-29 19:41:05.468  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:41:18.854  INFO 2501436 --- [http-nio-8804-exec-28] o.apache.coyote.http11.Http11Processor   : Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.

java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x030x02a0x010x000x02]0x030x030xf30x8c0x0a0xf30xbcA0xd40xd40xbe>0x080xaf0xf10xcd0xa60xd30xfb?l0xf20x170xd70x9a0xcd0x020x860x170xdf0xa80xaa0xba0xfb ]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:419)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:269)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Thread.java:840)

2026-08-29 19:41:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1204
2026-08-29 19:41:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:41:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:41:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:41:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:41:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:41:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:41:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:41:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1d277096(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 19:41:25.476  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:41:25.476  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:41:25.476  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@58689032, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7163de52, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@219eb906, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25763ea, containsSubquery=false)
2026-08-29 19:41:25.476  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:41:45.478  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:41:45.478  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:41:45.478  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2f3985fe, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3eb9a702, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8428501, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@251c08a5, containsSubquery=false)
2026-08-29 19:41:45.478  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:41:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1205
2026-08-29 19:41:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:41:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:41:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:41:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@34251040(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 19:41:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:41:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:41:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:41:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:42:05.527  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:42:05.527  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:42:05.527  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@376a67f9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f0cc818, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@579699eb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f5af23a, containsSubquery=false)
2026-08-29 19:42:05.527  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:42:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1206
2026-08-29 19:42:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:42:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:42:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:42:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6d1ba2b(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 19:42:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:42:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:42:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:42:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:42:25.467  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:42:25.467  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:42:25.467  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@533e9229, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b7d84dd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@64e2909d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25a1af4f, containsSubquery=false)
2026-08-29 19:42:25.467  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:42:45.477  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:42:45.477  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:42:45.478  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d86a571, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51b5cc21, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a16040c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66b16edd, containsSubquery=false)
2026-08-29 19:42:45.478  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:42:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1207
2026-08-29 19:42:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:42:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:42:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6dc3d62f(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 19:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:42:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:43:05.531  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:43:05.532  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:43:05.532  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@433ba9c3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@54a94f5f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3fd5caf2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@44f163e9, containsSubquery=false)
2026-08-29 19:43:05.532  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:43:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1208
2026-08-29 19:43:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:43:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:43:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1c7ec697(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 19:43:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:43:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:43:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:43:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:43:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:43:25.518  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:43:25.518  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:43:25.518  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2f86afd0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@15311ff0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@165f65ce, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@ed47387, containsSubquery=false)
2026-08-29 19:43:25.518  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:43:45.480  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:43:45.480  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:43:45.480  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64eedd5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@329004d0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@659e2224, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6fb19489, containsSubquery=false)
2026-08-29 19:43:45.480  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:43:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1209
2026-08-29 19:43:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:43:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:43:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:43:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:43:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:43:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:43:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:43:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4de3d566(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 19:44:05.722  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:44:05.723  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:44:05.723  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@552d532a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@73c8175e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e04c83c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b29ca8, containsSubquery=false)
2026-08-29 19:44:05.723  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:44:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1210
2026-08-29 19:44:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:44:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:44:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2ad8fa39(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 19:44:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:44:25.466  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:44:25.466  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:44:25.466  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@761573c7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51082d34, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@147a6836, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2d674ec6, containsSubquery=false)
2026-08-29 19:44:25.466  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:44:45.478  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:44:45.478  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:44:45.478  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@73b2a01c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@663e026e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@472e2557, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75e6386c, containsSubquery=false)
2026-08-29 19:44:45.478  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:44:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1211
2026-08-29 19:44:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:44:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:44:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4962b2b0(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 19:45:05.532  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:45:05.532  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:45:05.532  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1af3c662, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1a6b1840, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43bc4917, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@48f5ef96, containsSubquery=false)
2026-08-29 19:45:05.532  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:45:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1212
2026-08-29 19:45:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:45:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:45:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4fbc782f(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 19:45:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:45:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:45:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:45:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:45:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:45:25.466  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:45:25.467  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:45:25.467  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@485a3643, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@643a48a1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b0c1a6b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26c7bdc, containsSubquery=false)
2026-08-29 19:45:25.467  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:45:45.480  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:45:45.480  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:45:45.480  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@78b1be45, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d58c949, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@767e3677, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cb08943, containsSubquery=false)
2026-08-29 19:45:45.480  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:45:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1213
2026-08-29 19:45:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:45:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:45:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4cae02a1(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 19:46:05.466  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:46:05.466  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:46:05.466  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56f2c018, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2cc76a27, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a1b8462, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@566e503, containsSubquery=false)
2026-08-29 19:46:05.466  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:46:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1214
2026-08-29 19:46:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:46:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:46:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:46:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:46:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:46:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:46:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@612ae745(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 19:46:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:46:25.476  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:46:25.476  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:46:25.476  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@122b654d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53d73bf9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2dad9a1d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4cab33b3, containsSubquery=false)
2026-08-29 19:46:25.476  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:46:45.479  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:46:45.479  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:46:45.479  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2eb2e235, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@151ce8ca, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d99dae3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6238908a, containsSubquery=false)
2026-08-29 19:46:45.479  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:46:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1215
2026-08-29 19:46:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:46:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:46:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:46:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:46:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@292b7e55(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 19:46:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:46:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:46:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:47:05.494  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:47:05.494  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:47:05.494  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a0f1ed0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@29e5d211, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d3cea08, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@307582a0, containsSubquery=false)
2026-08-29 19:47:05.494  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:47:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1216
2026-08-29 19:47:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:47:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:47:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:47:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:47:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:47:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:47:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@23b54ce9(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 19:47:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:47:25.467  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:47:25.467  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:47:25.467  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@344ddd2e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@74c60294, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5d1f6c8b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5b1be60d, containsSubquery=false)
2026-08-29 19:47:25.467  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:47:45.499  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:47:45.499  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:47:45.499  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4e42a923, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@47328472, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@468f513d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3dda315f, containsSubquery=false)
2026-08-29 19:47:45.499  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:47:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1217
2026-08-29 19:47:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:47:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:47:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:47:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:47:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:47:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:47:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:47:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5d77e55(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 19:48:05.487  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:48:05.487  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:48:05.487  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42733450, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b1b8a29, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ee5cdfa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e8e6f4, containsSubquery=false)
2026-08-29 19:48:05.487  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:48:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1218
2026-08-29 19:48:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:48:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:48:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3cc17de3(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 19:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:48:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:48:25.474  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:48:25.474  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:48:25.474  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7f8c9c6d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@716bb20e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@66e37f3e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@216325e6, containsSubquery=false)
2026-08-29 19:48:25.474  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:48:45.463  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:48:45.463  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:48:45.463  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@44e80e58, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f8c1797, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@457965ca, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@39fc62ba, containsSubquery=false)
2026-08-29 19:48:45.463  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:48:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1219
2026-08-29 19:48:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:48:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:48:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@95540a6(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 19:48:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:48:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:48:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:48:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:48:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:49:05.502  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:49:05.502  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:49:05.502  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4818c40b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51ef6df7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@511a5136, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25a38d76, containsSubquery=false)
2026-08-29 19:49:05.502  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:49:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1220
2026-08-29 19:49:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:49:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:49:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7808ee4f(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 19:49:25.473  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:49:25.473  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:49:25.473  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d42b6b1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ce3823d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@21604315, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@411cf15f, containsSubquery=false)
2026-08-29 19:49:25.473  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:49:45.483  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:49:45.483  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:49:45.483  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@60765f85, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@23c4dd36, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ab8e992, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@27a3ac9d, containsSubquery=false)
2026-08-29 19:49:45.483  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:49:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1221
2026-08-29 19:49:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:49:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:49:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:49:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@172f59a3(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 19:49:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:49:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:49:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:49:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:50:05.482  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:50:05.482  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:50:05.482  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c6443b0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@732882bb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2809d6a2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@22647205, containsSubquery=false)
2026-08-29 19:50:05.482  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:50:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1222
2026-08-29 19:50:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:50:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:50:21.943  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@648d292b(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 19:50:21.944  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:50:21.944  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:50:21.944  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:50:21.944  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:50:21.946  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:50:25.496  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:50:25.496  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:50:25.496  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c35a197, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@26f20484, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4189c58, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d7a125d, containsSubquery=false)
2026-08-29 19:50:25.497  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:50:45.466  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:50:45.466  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:50:45.466  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@46cc7075, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d5fcf86, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4bbea441, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35e88bc2, containsSubquery=false)
2026-08-29 19:50:45.466  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:50:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1223
2026-08-29 19:50:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:50:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:50:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1f7a34aa(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 19:51:05.559  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:51:05.560  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:51:05.560  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c994db4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@548af32c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4718d7ed, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@214351f2, containsSubquery=false)
2026-08-29 19:51:05.560  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:51:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1224
2026-08-29 19:51:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:51:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:51:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:51:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:51:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:51:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:51:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@33fef552(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 19:51:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:51:25.479  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:51:25.479  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:51:25.479  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5d5c4266, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e92da4d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43832317, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@14112d98, containsSubquery=false)
2026-08-29 19:51:25.479  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:51:45.470  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:51:45.471  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:51:45.471  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@20b809c5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4f18619, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@86c891a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f2f90af, containsSubquery=false)
2026-08-29 19:51:45.471  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:51:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1225
2026-08-29 19:51:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:51:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:51:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:51:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@b16e25a(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 19:51:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:51:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:51:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:51:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:52:05.488  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:52:05.489  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:52:05.489  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@344d2aad, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@411c2892, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26fb23ff, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@41f425bc, containsSubquery=false)
2026-08-29 19:52:05.489  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:52:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1226
2026-08-29 19:52:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:52:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:52:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:52:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2f7dcf34(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 19:52:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:52:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:52:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:52:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:52:25.509  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:52:25.509  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:52:25.509  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@21b5b7cf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5fff4b2c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51807a3f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@890152d, containsSubquery=false)
2026-08-29 19:52:25.509  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:52:38.425  INFO 2501436 --- [quartzScheduler_Worker-9] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 19:52:45.465  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:52:45.465  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:52:45.465  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3f9ec809, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50d18865, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2918b9ce, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ed39233, containsSubquery=false)
2026-08-29 19:52:45.465  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:52:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1227
2026-08-29 19:52:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:52:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:52:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6b18af24(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 19:52:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:52:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:52:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:52:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:52:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:53:05.473  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:53:05.473  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:53:05.473  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@46810816, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@726d9e59, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2542821f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@9217763, containsSubquery=false)
2026-08-29 19:53:05.473  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:53:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1228
2026-08-29 19:53:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:53:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:53:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:53:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:53:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2a441184(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 19:53:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:53:25.473  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:53:25.473  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:53:25.473  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@178eac06, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20c3bbb2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d99fefb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@515caab7, containsSubquery=false)
2026-08-29 19:53:25.473  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:53:45.465  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:53:45.465  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:53:45.465  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@31ebbbdc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2180d13f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e27d0b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5286b719, containsSubquery=false)
2026-08-29 19:53:45.465  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:53:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1229
2026-08-29 19:53:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:53:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:53:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5ac5c340(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 19:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:53:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:53:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:53:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:54:05.526  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:54:05.527  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:54:05.527  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@23128e83, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b490889, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2e34cc6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ea080b4, containsSubquery=false)
2026-08-29 19:54:05.527  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:54:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1230
2026-08-29 19:54:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:54:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:54:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1dfe8275(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 19:54:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:54:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:54:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:54:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:54:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:54:25.470  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:54:25.470  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:54:25.470  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2b95335b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3df9d24b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25058282, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f8d37e9, containsSubquery=false)
2026-08-29 19:54:25.470  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:54:45.467  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:54:45.467  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:54:45.467  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@417de4b7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d5abdb8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5eadcaae, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d1f2b80, containsSubquery=false)
2026-08-29 19:54:45.468  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:54:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1231
2026-08-29 19:54:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:54:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2e94be78(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 19:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:54:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:55:05.496  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:55:05.496  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:55:05.496  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25de97ee, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c2ff88c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16d31781, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5aefd87, containsSubquery=false)
2026-08-29 19:55:05.497  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:55:21.941  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1232
2026-08-29 19:55:21.941  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:55:21.968  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:55:21.971  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@34765f3a(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 19:55:21.972  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:55:21.972  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:55:21.972  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:55:21.972  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:55:21.972  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:55:25.479  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:55:25.479  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:55:25.480  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@296da0da, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6cf1cc72, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61e9d366, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e12b257, containsSubquery=false)
2026-08-29 19:55:25.480  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:55:45.506  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:55:45.506  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:55:45.506  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@71c4ca9f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@9772dbf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a630e33, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7afa7495, containsSubquery=false)
2026-08-29 19:55:45.506  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:55:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1233
2026-08-29 19:55:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:55:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:55:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:55:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:55:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:55:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@29653348(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 19:55:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:55:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:56:05.505  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:56:05.505  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:56:05.505  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45d3f1b1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d20e593, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@21b5bfa1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ba5a862, containsSubquery=false)
2026-08-29 19:56:05.505  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:56:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1234
2026-08-29 19:56:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:56:21.953  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:56:21.954  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:56:21.954  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:56:21.954  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:56:21.955  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:56:21.955  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@76209a99(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 19:56:21.955  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:56:25.587  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:56:25.587  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:56:25.587  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@15bf68ea, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@36d0c47e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@21176a35, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6bb77f24, containsSubquery=false)
2026-08-29 19:56:25.587  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:56:45.484  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:56:45.484  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:56:45.484  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@55c4109c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ae5dfe6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15882938, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6fa0c987, containsSubquery=false)
2026-08-29 19:56:45.484  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:56:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1235
2026-08-29 19:56:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:56:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:56:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:56:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@d828589(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 19:57:05.475  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:57:05.475  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:57:05.475  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@64f993ac, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@491c9cff, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68a6abcb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e57dfba, containsSubquery=false)
2026-08-29 19:57:05.475  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:57:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1236
2026-08-29 19:57:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:57:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1228b85e(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 19:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:57:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:57:25.471  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:57:25.471  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:57:25.471  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38ff55dd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b099b97, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4217839d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@489261cd, containsSubquery=false)
2026-08-29 19:57:25.471  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:57:45.492  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:57:45.492  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:57:45.492  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@57e5c522, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@402554aa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35b6a9ca, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7fca7844, containsSubquery=false)
2026-08-29 19:57:45.493  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:57:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1237
2026-08-29 19:57:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:57:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:57:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:57:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:57:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:57:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:57:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@14cfd673(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 19:57:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:58:05.566  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:58:05.566  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:58:05.566  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@27bc86bf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@30baedf0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ca83eba, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2fc10cc7, containsSubquery=false)
2026-08-29 19:58:05.566  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:58:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1238
2026-08-29 19:58:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:58:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:58:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@700d1c43(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 19:58:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:58:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:58:25.471  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:58:25.471  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:58:25.471  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2ddb3c53, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@507e5a6b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4951c5af, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6534aa80, containsSubquery=false)
2026-08-29 19:58:25.471  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:58:45.485  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:58:45.486  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:58:45.486  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2f0f5ccf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@48618fe7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b1236c7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5753721f, containsSubquery=false)
2026-08-29 19:58:45.486  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:58:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1239
2026-08-29 19:58:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:58:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:58:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6cad8691(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 19:58:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:58:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:58:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:58:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:58:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:59:05.478  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:59:05.478  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:59:05.478  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56f019ed, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@37a33a74, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41279331, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@48f1258a, containsSubquery=false)
2026-08-29 19:59:05.478  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:59:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1240
2026-08-29 19:59:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:59:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:59:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:59:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:59:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:59:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:59:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@eb4e409(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 19:59:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 19:59:25.466  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:59:25.467  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:59:25.467  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3515845c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d67e92c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76427deb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ade026c, containsSubquery=false)
2026-08-29 19:59:25.467  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:59:45.502  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 19:59:45.502  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 19:59:45.502  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@241b6dd4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1667daa9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@73eb9e7d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f1915e3, containsSubquery=false)
2026-08-29 19:59:45.502  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 19:59:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1241
2026-08-29 19:59:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 19:59:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 19:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:59:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@139af22d(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 19:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 19:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 19:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 19:59:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:00:05.516  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:00:05.517  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:00:05.517  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2ebdcf4f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b9e5780, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27d20693, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@465ca0f4, containsSubquery=false)
2026-08-29 20:00:05.517  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:00:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1242
2026-08-29 20:00:21.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:00:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:00:21.942  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:00:21.942  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:00:21.942  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@608df5ff(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 20:00:21.943  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:00:21.943  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:00:21.943  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:00:25.493  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:00:25.493  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:00:25.493  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22fb7f57, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4e51d4bb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e4050c7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19b8aecb, containsSubquery=false)
2026-08-29 20:00:25.493  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:00:45.495  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:00:45.495  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:00:45.495  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1fba1ae7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c6eb32, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3692e959, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@151ab09b, containsSubquery=false)
2026-08-29 20:00:45.495  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:00:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1243
2026-08-29 20:00:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:00:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:00:51.948  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@17f89b59(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 20:00:51.951  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:00:51.952  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:00:51.957  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:00:51.957  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:00:51.957  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:01:05.471  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:01:05.471  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:01:05.471  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@632ec3e6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@67816a00, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@496d3891, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1060d9f7, containsSubquery=false)
2026-08-29 20:01:05.471  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:01:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1244
2026-08-29 20:01:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:01:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:01:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:01:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:01:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:01:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:01:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:01:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3fb50bad(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 20:01:25.541  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:01:25.541  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:01:25.541  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@9722cfc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@654eb444, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@57957db7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26028c89, containsSubquery=false)
2026-08-29 20:01:25.541  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:01:45.519  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:01:45.519  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:01:45.519  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f658692, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5bfe0ccc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17cb0535, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60c73c96, containsSubquery=false)
2026-08-29 20:01:45.519  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:01:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1245
2026-08-29 20:01:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:01:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:01:51.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@62626823(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 20:01:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:01:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:01:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:01:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:01:51.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:02:05.468  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:02:05.468  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:02:05.468  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6b2713b4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53535723, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5411aa38, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46e52a0b, containsSubquery=false)
2026-08-29 20:02:05.468  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:02:21.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1246
2026-08-29 20:02:21.947  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:02:21.952  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:02:21.953  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:02:21.953  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:02:21.953  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:02:21.953  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:02:21.953  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:02:21.956  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@538f7ebb(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 20:02:25.560  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:02:25.560  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:02:25.560  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30186fb8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@436b9933, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@56bfdc87, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e89c2ac, containsSubquery=false)
2026-08-29 20:02:25.560  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:02:45.500  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:02:45.500  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:02:45.500  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22f0fe5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b5efaeb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@39238740, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@430e12b4, containsSubquery=false)
2026-08-29 20:02:45.500  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:02:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1247
2026-08-29 20:02:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:02:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:02:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@63d5103c(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 20:02:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:02:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:02:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:02:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:02:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:03:05.488  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:03:05.488  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:03:05.488  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@aaa2b54, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c9aa557, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1cae0c9f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@38179f93, containsSubquery=false)
2026-08-29 20:03:05.488  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:03:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1248
2026-08-29 20:03:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:03:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:03:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1af50c8(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 20:03:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:03:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:03:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:03:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:03:21.941  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:03:25.483  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:03:25.483  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:03:25.483  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@24b2bdbf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@16f71a43, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ad7d617, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2463ef43, containsSubquery=false)
2026-08-29 20:03:25.483  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:03:45.472  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:03:45.472  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:03:45.472  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2602efe3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3dd66b38, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f91d393, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e7a2347, containsSubquery=false)
2026-08-29 20:03:45.472  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:03:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1249
2026-08-29 20:03:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:03:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:03:51.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@553dcf2e(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 20:03:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:03:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:03:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:03:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:03:51.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:04:05.779  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:04:05.779  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:04:05.779  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1dca989e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@27b708fe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8cf460e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60afac9b, containsSubquery=false)
2026-08-29 20:04:05.779  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:04:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1250
2026-08-29 20:04:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:04:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:04:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5bca89d3(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 20:04:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:04:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:04:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:04:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:04:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:04:25.526  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:04:25.526  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:04:25.526  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2db58d68, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4344efd6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70e964c6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c5bc16a, containsSubquery=false)
2026-08-29 20:04:25.526  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:04:45.511  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:04:45.511  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:04:45.511  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3597c40c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ee0cf8d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@33185f96, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@945b437, containsSubquery=false)
2026-08-29 20:04:45.511  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:04:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1251
2026-08-29 20:04:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:04:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:04:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:04:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:04:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:04:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:04:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:04:51.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4a079378(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 20:05:05.545  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:05:05.545  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:05:05.545  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@998ef6a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14f86e2c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@372affcf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2bc3813a, containsSubquery=false)
2026-08-29 20:05:05.545  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:05:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1252
2026-08-29 20:05:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:05:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:05:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:05:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:05:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:05:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@73cf0e52(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 20:05:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:05:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:05:25.485  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:05:25.485  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:05:25.485  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@b38b5b3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7861e693, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5d484317, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3cf9ac84, containsSubquery=false)
2026-08-29 20:05:25.486  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:05:45.513  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:05:45.513  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:05:45.513  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@43d2ac6c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@23eba86f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3476b960, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4469dc23, containsSubquery=false)
2026-08-29 20:05:45.513  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:05:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1253
2026-08-29 20:05:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:05:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:05:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:05:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:05:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:05:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:05:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:05:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@704ed80c(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 20:06:05.551  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:06:05.551  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:06:05.551  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@73178a25, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b26d017, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@418a6174, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@42700de2, containsSubquery=false)
2026-08-29 20:06:05.551  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:06:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1254
2026-08-29 20:06:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:06:21.943  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:06:21.946  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6b5ae682(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 20:06:21.946  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:06:21.946  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:06:21.946  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:06:21.947  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:06:21.947  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:06:25.472  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:06:25.472  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:06:25.472  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5eaa1e4a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1309cf8c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79e89334, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e57687d, containsSubquery=false)
2026-08-29 20:06:25.472  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:06:45.467  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:06:45.467  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:06:45.467  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@684cfd53, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6a541556, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5db29ea2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7aca0cd1, containsSubquery=false)
2026-08-29 20:06:45.467  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:06:51.945  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1255
2026-08-29 20:06:51.945  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:06:51.952  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:06:51.972  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:06:51.972  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:06:51.972  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:06:51.972  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:06:51.973  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@76525cfd(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 20:06:51.973  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:07:05.673  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:07:05.673  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:07:05.673  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c3fa8f6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1802b6d4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2df70720, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3c9a3732, containsSubquery=false)
2026-08-29 20:07:05.673  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:07:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1256
2026-08-29 20:07:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:07:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:07:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@25338ff3(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 20:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:07:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:07:25.468  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:07:25.468  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:07:25.468  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e6cc813, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69b588b8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@293467f3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ff34fba, containsSubquery=false)
2026-08-29 20:07:25.468  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:07:45.480  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:07:45.481  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:07:45.481  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1272d365, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@387d44bf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ab55408, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@597549f7, containsSubquery=false)
2026-08-29 20:07:45.481  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:07:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1257
2026-08-29 20:07:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:07:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@22e33573(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 20:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:07:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:07:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:07:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:07:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:08:05.562  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:08:05.562  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:08:05.562  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5780aa0a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11f4ed6c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3aea4c6c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@257b3f12, containsSubquery=false)
2026-08-29 20:08:05.562  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:08:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1258
2026-08-29 20:08:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:08:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:08:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:08:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:08:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:08:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:08:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2375dbba(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 20:08:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:08:25.527  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:08:25.527  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:08:25.527  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c8e699c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@aa97633, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@128a4b64, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@140284ff, containsSubquery=false)
2026-08-29 20:08:25.527  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:08:45.537  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:08:45.538  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:08:45.538  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@39f774c0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4bc7e4bc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c27195c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ba3f586, containsSubquery=false)
2026-08-29 20:08:45.538  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:08:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1259
2026-08-29 20:08:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:08:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:08:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:08:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:08:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@77566bf8(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 20:08:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:08:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:08:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:09:05.482  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:09:05.482  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:09:05.482  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@790ebda, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c8b6175, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b50de8b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7824b1e8, containsSubquery=false)
2026-08-29 20:09:05.482  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:09:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1260
2026-08-29 20:09:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:09:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:09:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:09:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:09:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:09:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:09:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@11ff8ddc(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 20:09:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:09:25.470  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:09:25.470  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:09:25.470  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f8794bd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@36f01504, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@75c5944c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@506ad31d, containsSubquery=false)
2026-08-29 20:09:25.470  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:09:45.527  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:09:45.527  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:09:45.527  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7030b7a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@11735540, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7cf948d8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@48227d96, containsSubquery=false)
2026-08-29 20:09:45.527  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:09:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1261
2026-08-29 20:09:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:09:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:09:51.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@10094d9(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 20:09:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:09:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:09:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:09:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:09:51.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:10:05.678  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:10:05.678  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:10:05.678  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2f3ee725, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f20f3b9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@779deb7f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@51f23967, containsSubquery=false)
2026-08-29 20:10:05.678  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:10:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1262
2026-08-29 20:10:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:10:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:10:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@18bc8eca(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 20:10:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:10:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:10:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:10:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:10:21.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:10:25.487  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:10:25.487  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:10:25.488  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7be3af3f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1649f118, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f862fcc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31ac8f33, containsSubquery=false)
2026-08-29 20:10:25.488  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:10:45.533  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:10:45.533  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:10:45.533  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1668d036, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6632774e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5a9cc09e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7f677f50, containsSubquery=false)
2026-08-29 20:10:45.534  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:10:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1263
2026-08-29 20:10:51.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:10:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:10:51.940  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2677ec3(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 20:10:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:10:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:10:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:10:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:10:51.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:11:05.490  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:11:05.490  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:11:05.497  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@63b60015, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@38f189a7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e53d67a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@380ca3c0, containsSubquery=false)
2026-08-29 20:11:05.497  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:11:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1264
2026-08-29 20:11:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:11:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:11:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:11:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:11:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:11:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:11:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7dcdf40d(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 20:11:21.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:11:25.580  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:11:25.581  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:11:25.581  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6cedf68a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4049ab0b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3db99066, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ebe71c8, containsSubquery=false)
2026-08-29 20:11:25.581  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:11:45.584  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:11:45.584  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:11:45.584  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6e9f9d1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@21e97aff, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12269c22, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5301335f, containsSubquery=false)
2026-08-29 20:11:45.584  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:11:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1265
2026-08-29 20:11:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:11:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:11:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:11:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:11:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:11:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3ab11dbf(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 20:11:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:11:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:12:05.500  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:12:05.500  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:12:05.500  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@744d51fb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34ed8558, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c9217a7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6bd7e60c, containsSubquery=false)
2026-08-29 20:12:05.500  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:12:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1266
2026-08-29 20:12:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:12:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:12:21.946  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5c376c47(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 20:12:21.948  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:12:21.948  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:12:21.948  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:12:21.948  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:12:21.949  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:12:25.526  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:12:25.526  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:12:25.526  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c0bae1c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1004ec08, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f3cfc53, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@187b023, containsSubquery=false)
2026-08-29 20:12:25.527  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:12:45.503  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:12:45.503  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:12:45.503  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@44146931, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e13cebd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ff2315e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@69c613a1, containsSubquery=false)
2026-08-29 20:12:45.503  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:12:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1267
2026-08-29 20:12:51.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:12:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:12:51.943  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:12:51.943  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:12:51.943  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:12:51.943  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:12:51.943  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4eb4ec1a(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 20:12:51.943  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:13:05.540  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:13:05.540  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:13:05.540  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@773ef73a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@30cf4233, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5d514347, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@49ddd2cf, containsSubquery=false)
2026-08-29 20:13:05.540  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:13:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1268
2026-08-29 20:13:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:13:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:13:21.941  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@275ed525(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 20:13:21.942  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:13:21.942  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:13:21.942  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:13:21.942  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:13:21.944  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:13:25.567  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:13:25.567  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:13:25.567  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@78e1cc20, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b1988c8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3dcfe8c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4948c549, containsSubquery=false)
2026-08-29 20:13:25.567  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:13:45.471  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:13:45.471  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:13:45.471  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7c6e3572, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20fc02c2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@430406aa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@478a938e, containsSubquery=false)
2026-08-29 20:13:45.471  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:13:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1269
2026-08-29 20:13:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:13:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:13:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:13:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:13:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:13:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:13:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7d29444(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 20:13:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:14:05.479  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:14:05.479  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:14:05.479  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@ae705b4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2cfd78a2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@64ba076a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@192848f5, containsSubquery=false)
2026-08-29 20:14:05.479  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:14:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1270
2026-08-29 20:14:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:14:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:14:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@390d5fdb(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 20:14:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:14:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:14:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:14:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:14:21.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:14:25.530  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:14:25.530  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:14:25.530  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f6af649, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f340957, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@127eda59, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@648cd66f, containsSubquery=false)
2026-08-29 20:14:25.530  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:14:45.495  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:14:45.495  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:14:45.495  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@52f796c4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60a33ed7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2463af23, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@13d4c529, containsSubquery=false)
2026-08-29 20:14:45.495  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:14:51.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1271
2026-08-29 20:14:51.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:14:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:14:51.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2762b43c(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 20:14:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:14:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:14:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:14:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:14:51.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:15:05.485  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:15:05.485  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:15:05.485  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@373bd944, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ec170b9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16a4475c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a30e4af, containsSubquery=false)
2026-08-29 20:15:05.485  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:15:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1272
2026-08-29 20:15:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:15:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:15:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:15:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:15:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:15:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:15:21.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:15:21.942  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2b8ccac7(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 20:15:25.502  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:15:25.502  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:15:25.502  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5b6adda, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6a6c6a15, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e4a1e23, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e253613, containsSubquery=false)
2026-08-29 20:15:25.502  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:15:45.477  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:15:45.477  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:15:45.477  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7ad110dc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@abd2188, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3fec1bfa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@78267c11, containsSubquery=false)
2026-08-29 20:15:45.477  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:15:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1273
2026-08-29 20:15:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:15:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:15:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:15:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:15:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:15:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:15:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4513da7c(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 20:15:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:16:05.493  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:16:05.493  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:16:05.493  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c94cf21, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@762791bb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ae14cd5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@152f479f, containsSubquery=false)
2026-08-29 20:16:05.493  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:16:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1274
2026-08-29 20:16:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:16:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:16:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:16:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@484891ec(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 20:16:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:16:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:16:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:16:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:16:25.497  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:16:25.497  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:16:25.497  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@50ddd101, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6375f21c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@792367b0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b6137f, containsSubquery=false)
2026-08-29 20:16:25.497  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:16:45.469  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:16:45.469  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:16:45.469  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5f85dadc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@64273f98, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ed96e60, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@13f43112, containsSubquery=false)
2026-08-29 20:16:45.469  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:16:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1275
2026-08-29 20:16:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:16:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:16:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@203b0e18(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 20:16:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:16:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:16:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:16:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:16:51.941  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:17:05.661  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:17:05.672  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:17:05.673  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@505bdb07, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f64aa50, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@59c8178, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@8f92a61, containsSubquery=false)
2026-08-29 20:17:05.673  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:17:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1276
2026-08-29 20:17:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:17:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:17:21.946  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:17:21.946  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:17:21.946  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:17:21.946  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:17:21.947  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@645da3d3(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 20:17:21.947  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:17:25.559  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:17:25.559  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:17:25.559  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@440a04ab, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@595cb3c5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36e86580, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ebded4d, containsSubquery=false)
2026-08-29 20:17:25.559  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:17:45.644  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:17:45.644  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:17:45.644  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@d33c75e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c4668a7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e06f719, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68cb8d96, containsSubquery=false)
2026-08-29 20:17:45.644  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:17:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1277
2026-08-29 20:17:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:17:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:17:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:17:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:17:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:17:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:17:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:17:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6197baef(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 20:18:05.516  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:18:05.517  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:18:05.517  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a987b04, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@277d6cf0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ab928aa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16657549, containsSubquery=false)
2026-08-29 20:18:05.517  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:18:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1278
2026-08-29 20:18:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:18:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:18:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@285d241b(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 20:18:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:18:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:18:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:18:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:18:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:18:25.588  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:18:25.588  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:18:25.588  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@422e23d4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@bcea6a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b8905c8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17442c9b, containsSubquery=false)
2026-08-29 20:18:25.588  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:18:45.646  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:18:45.646  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:18:45.646  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7bf887e6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f3860a2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@103b39ec, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@765e2524, containsSubquery=false)
2026-08-29 20:18:45.646  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:18:51.939  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1279
2026-08-29 20:18:51.940  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:18:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:18:51.941  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:18:51.941  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:18:51.941  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@22ae0fb2(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 20:18:51.941  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:18:51.941  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:18:51.941  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:19:06.382  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:19:06.382  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:19:06.382  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@52841606, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@65f9873d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7640c165, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46587426, containsSubquery=false)
2026-08-29 20:19:06.382  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:19:21.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1280
2026-08-29 20:19:21.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:19:21.960  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:19:22.019  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:19:22.019  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:19:22.019  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:19:22.019  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:19:22.019  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@334e0573(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 20:19:22.045  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:19:25.571  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:19:25.571  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:19:25.571  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1acf8d60, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b239f31, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9ff87fb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@dca71be, containsSubquery=false)
2026-08-29 20:19:25.571  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:19:45.476  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:19:45.477  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:19:45.477  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6de4cab2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@67e69be9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4718d2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2aaa1ce9, containsSubquery=false)
2026-08-29 20:19:45.477  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:19:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1281
2026-08-29 20:19:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:19:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:19:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:19:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@146337ea(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 20:19:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:19:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:19:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:19:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:20:05.577  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:20:05.577  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:20:05.577  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5201764c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@10dc7ef3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@526ea57a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35a3c3a, containsSubquery=false)
2026-08-29 20:20:05.577  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:20:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1282
2026-08-29 20:20:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:20:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:20:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:20:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:20:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:20:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:20:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@a088282(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 20:20:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:20:25.536  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:20:25.536  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:20:25.536  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70e5ee32, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@555464d3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ea3e72f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e264ece, containsSubquery=false)
2026-08-29 20:20:25.536  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:20:45.598  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:20:45.598  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:20:45.598  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76594b27, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5cdf7db9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@37d2b0ac, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34a943aa, containsSubquery=false)
2026-08-29 20:20:45.598  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:20:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1283
2026-08-29 20:20:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:20:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:20:51.941  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@72d848c7(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 20:20:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:20:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:20:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:20:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:20:51.942  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:21:05.714  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:21:05.714  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:21:05.714  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@75512a1d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@181fa022, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6fd9aa56, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@581df331, containsSubquery=false)
2026-08-29 20:21:05.714  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:21:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1284
2026-08-29 20:21:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:21:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:21:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:21:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:21:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:21:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:21:21.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:21:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4485f26c(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 20:21:25.483  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:21:25.483  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:21:25.483  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1883604d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d287278, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@53d1fec6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55654833, containsSubquery=false)
2026-08-29 20:21:25.483  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:21:45.506  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:21:45.506  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:21:45.506  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f87bf09, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7cce65ff, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@634b9859, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@793c6ec0, containsSubquery=false)
2026-08-29 20:21:45.506  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:21:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1285
2026-08-29 20:21:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:21:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:21:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:21:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:21:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:21:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:21:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:21:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@143a04e4(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 20:22:05.493  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:22:05.493  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:22:05.493  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2931b029, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@554e89b2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a82892f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2b79bbb9, containsSubquery=false)
2026-08-29 20:22:05.493  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:22:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1286
2026-08-29 20:22:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:22:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:22:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@32eb16d8(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 20:22:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:22:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:22:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:22:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:22:21.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:22:25.473  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:22:25.473  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:22:25.473  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3aa79983, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a82d754, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f4359f3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34587a3d, containsSubquery=false)
2026-08-29 20:22:25.473  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:22:45.604  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:22:45.604  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:22:45.604  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@495f21d9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3da4e2b1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@525192be, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e2dee02, containsSubquery=false)
2026-08-29 20:22:45.604  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:22:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1287
2026-08-29 20:22:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:22:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:22:51.941  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@74c2e16a(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 20:22:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:22:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:22:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:22:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:22:51.944  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:23:05.561  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:23:05.561  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:23:05.561  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2b42854, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5fc2621b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@755ae8dd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@224ddb37, containsSubquery=false)
2026-08-29 20:23:05.561  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:23:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1288
2026-08-29 20:23:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:23:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:23:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5c1e6e91(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 20:23:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:23:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:23:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:23:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:23:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:23:25.505  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:23:25.505  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:23:25.505  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1cbb7f85, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1acfb534, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35b56ca3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f7e4714, containsSubquery=false)
2026-08-29 20:23:25.505  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:23:45.511  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:23:45.511  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:23:45.511  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6abe4d0c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@312b5300, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@498ff679, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e51f7a3, containsSubquery=false)
2026-08-29 20:23:45.511  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:23:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1289
2026-08-29 20:23:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:23:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:23:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:23:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:23:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:23:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:23:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@23e3ea45(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 20:23:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:24:05.475  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:24:05.475  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:24:05.475  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@69b6a745, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@294f9215, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f5914ec, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d6359df, containsSubquery=false)
2026-08-29 20:24:05.475  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:24:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1290
2026-08-29 20:24:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:24:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:24:21.943  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:24:21.944  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:24:21.944  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:24:21.944  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:24:21.944  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:24:21.944  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3423b09(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 20:24:25.542  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:24:25.542  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:24:25.542  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@60de18e7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@355ec6d8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@60f81729, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2b0ef0cd, containsSubquery=false)
2026-08-29 20:24:25.542  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:24:45.472  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:24:45.472  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:24:45.472  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6687d0b2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@225ebecd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a9702c5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b6f177c, containsSubquery=false)
2026-08-29 20:24:45.472  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:24:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1291
2026-08-29 20:24:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:24:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:24:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:24:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:24:51.940  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@84d24c1(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 20:24:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:24:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:24:51.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:25:05.482  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:25:05.482  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:25:05.482  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7f215797, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@22eee910, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f20d7b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56913ef0, containsSubquery=false)
2026-08-29 20:25:05.482  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:25:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1292
2026-08-29 20:25:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:25:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:25:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:25:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:25:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:25:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:25:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7ca55ba7(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 20:25:21.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:25:25.517  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:25:25.517  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:25:25.517  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b3f8be, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c8ee971, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@553a9cda, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@669259de, containsSubquery=false)
2026-08-29 20:25:25.517  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:25:45.470  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:25:45.470  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:25:45.470  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@565a9506, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c9bdf59, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6de9cac2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@437941f8, containsSubquery=false)
2026-08-29 20:25:45.470  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:25:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1293
2026-08-29 20:25:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:25:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:25:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@335215c9(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 20:25:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:25:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:25:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:25:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:25:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:26:05.512  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:26:05.512  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:26:05.512  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@51c72982, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f44230, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2dd7590a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@212ad164, containsSubquery=false)
2026-08-29 20:26:05.512  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:26:21.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1294
2026-08-29 20:26:21.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:26:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:26:21.941  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7681cda1(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 20:26:21.944  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:26:21.944  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:26:21.944  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:26:21.944  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:26:21.944  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:26:25.494  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:26:25.495  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:26:25.495  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@33bb009d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@77da6bde, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7249470d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b46261b, containsSubquery=false)
2026-08-29 20:26:25.495  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:26:45.478  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:26:45.479  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:26:45.479  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4d853817, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c998958, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51cca2e1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55d7044e, containsSubquery=false)
2026-08-29 20:26:45.479  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:26:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1295
2026-08-29 20:26:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:26:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:26:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@12390c0e(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 20:26:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:26:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:26:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:26:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:26:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:27:05.612  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:27:05.613  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:27:05.613  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@204c5943, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@794e0df0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@124b967a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5b100d35, containsSubquery=false)
2026-08-29 20:27:05.613  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:27:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1296
2026-08-29 20:27:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:27:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:27:21.969  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:27:21.969  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3b69d3e9(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 20:27:21.969  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:27:21.969  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:27:21.969  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:27:21.969  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:27:25.542  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:27:25.542  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:27:25.542  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5452566e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@733ebd81, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6921152c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@192ec98d, containsSubquery=false)
2026-08-29 20:27:25.542  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:27:45.548  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:27:45.548  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:27:45.548  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c3aa367, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43d74524, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8a61722, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@104bbb05, containsSubquery=false)
2026-08-29 20:27:45.548  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:27:51.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1297
2026-08-29 20:27:51.942  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:27:51.943  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:27:51.943  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3b28b730(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 20:27:51.944  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:27:51.944  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:27:51.944  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:27:51.944  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:27:51.944  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:28:05.511  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:28:05.512  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:28:05.512  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@69ba7c81, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7abf84db, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@277daf9f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d8e18ca, containsSubquery=false)
2026-08-29 20:28:05.512  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:28:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1298
2026-08-29 20:28:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:28:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:28:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:28:21.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@773fc91d(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 20:28:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:28:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:28:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:28:21.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:28:25.586  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:28:25.586  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:28:25.586  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@589aaad9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ae3edf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29f2f447, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ec12cf1, containsSubquery=false)
2026-08-29 20:28:25.586  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:28:45.481  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:28:45.481  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:28:45.481  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4970b622, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f49619a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ae718e4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5e2bad56, containsSubquery=false)
2026-08-29 20:28:45.482  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:28:51.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1299
2026-08-29 20:28:51.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:28:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:28:51.941  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@22c36628(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 20:28:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:28:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:28:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:28:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:28:51.943  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:29:05.497  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:29:05.497  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:29:05.497  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3df451c1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@83c36db, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ce275d5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17e8c592, containsSubquery=false)
2026-08-29 20:29:05.497  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:29:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1300
2026-08-29 20:29:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:29:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:29:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:29:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:29:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:29:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:29:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2edd3698(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 20:29:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:29:25.584  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:29:25.584  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:29:25.584  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@62a33e1a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f6bab7d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4b8df983, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55738d4f, containsSubquery=false)
2026-08-29 20:29:25.584  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:29:45.506  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:29:45.506  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:29:45.506  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@490dd6a4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5e8fe438, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c83158d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7864aa78, containsSubquery=false)
2026-08-29 20:29:45.506  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:29:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1301
2026-08-29 20:29:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:29:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:29:51.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@377be9ce(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 20:29:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:29:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:29:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:29:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:29:51.946  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:30:05.653  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:30:05.654  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:30:05.654  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@36bde09b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7db0c4a9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6906652a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@81a809f, containsSubquery=false)
2026-08-29 20:30:05.654  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:30:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1302
2026-08-29 20:30:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:30:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:30:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@586fff2d(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 20:30:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:30:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:30:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:30:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:30:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:30:25.478  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:30:25.478  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:30:25.478  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5fff643, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6a034adc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36e96edf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@27ae9962, containsSubquery=false)
2026-08-29 20:30:25.479  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:30:45.674  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:30:45.675  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:30:45.675  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76d36f46, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@72bc8d08, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@769e2682, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46c89478, containsSubquery=false)
2026-08-29 20:30:45.675  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:30:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1303
2026-08-29 20:30:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:30:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:30:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:30:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:30:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:30:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@75155cb3(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 20:30:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:30:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:31:05.507  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:31:05.507  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:31:05.507  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6aafa143, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@586171a5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8b36229, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34caec42, containsSubquery=false)
2026-08-29 20:31:05.507  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:31:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1304
2026-08-29 20:31:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:31:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:31:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6f5f50f1(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 20:31:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:31:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:31:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:31:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:31:25.730  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:31:25.731  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:31:25.731  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4d1e849a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c75157a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28f927f5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@46c64463, containsSubquery=false)
2026-08-29 20:31:25.731  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:31:45.472  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:31:45.472  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:31:45.472  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@63496649, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@324f28e8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c1c923d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c9f1900, containsSubquery=false)
2026-08-29 20:31:45.472  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:31:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1305
2026-08-29 20:31:51.939  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:31:51.946  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:31:51.948  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:31:51.948  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:31:51.948  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@e437924(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 20:31:51.948  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:31:51.948  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:31:51.949  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:32:05.460  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:32:05.460  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:32:05.460  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d2a6bc0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@939e6ce, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7fe95f91, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@543c143d, containsSubquery=false)
2026-08-29 20:32:05.460  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:32:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1306
2026-08-29 20:32:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:32:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:32:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@225bd64e(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 20:32:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:32:25.461  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:32:25.461  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:32:25.461  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1045078e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2db7e7f2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3181e422, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5655ac50, containsSubquery=false)
2026-08-29 20:32:25.461  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:32:45.476  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:32:45.476  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:32:45.476  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5d70e83c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2cb7cecb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ce39505, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@59617bbe, containsSubquery=false)
2026-08-29 20:32:45.476  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:32:51.943  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1307
2026-08-29 20:32:51.943  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:32:51.953  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:32:51.969  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:32:51.970  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:32:51.970  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@41721da0(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 20:32:51.970  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:32:51.973  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:32:51.974  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:33:05.452  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:33:05.453  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:33:05.453  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1cbaa84d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b4ac9fb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@604a9a87, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@dda3489, containsSubquery=false)
2026-08-29 20:33:05.453  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:33:15.571  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:33:15.571  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:33:15.571  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6dcc662e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@68b0d6f5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f1fa528, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@c7348f0, containsSubquery=false)
2026-08-29 20:33:15.572  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:33:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1308
2026-08-29 20:33:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:33:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:33:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5158fd16(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 20:33:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:33:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:33:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:33:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:33:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:33:35.648  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:33:35.648  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:33:35.648  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6910059d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3709ce80, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ee70682, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ebf9c02, containsSubquery=false)
2026-08-29 20:33:35.648  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:33:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1309
2026-08-29 20:33:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:33:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:33:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@57d154d2(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 20:33:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:33:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:33:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:33:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:33:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:33:55.518  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:33:55.520  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:33:55.520  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a830b59, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@703403b4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16108da4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@746aa396, containsSubquery=false)
2026-08-29 20:33:55.520  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:34:15.468  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:34:15.469  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:34:15.469  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e8a6a7a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ce33c7d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2459e2b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@693c9334, containsSubquery=false)
2026-08-29 20:34:15.469  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:34:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1310
2026-08-29 20:34:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:34:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:34:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@58ad58b2(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 20:34:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:34:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:34:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:34:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:34:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:34:35.498  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:34:35.498  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:34:35.499  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@17b0e72b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6580ade4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@64ce3fe5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@48d28c2e, containsSubquery=false)
2026-08-29 20:34:35.499  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:34:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1311
2026-08-29 20:34:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:34:51.946  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:34:51.950  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7cc957f7(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 20:34:51.954  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:34:51.954  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:34:51.954  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:34:51.954  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:34:51.955  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:34:55.640  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:34:55.640  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:34:55.640  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@d7522f9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@733f84ee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52b8429c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@781143a6, containsSubquery=false)
2026-08-29 20:34:55.640  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:35:15.490  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:35:15.490  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:35:15.490  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@63b2088c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5401ebb0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@719b0d9e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6c929ed7, containsSubquery=false)
2026-08-29 20:35:15.491  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:35:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1312
2026-08-29 20:35:21.940  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:35:21.941  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:35:21.941  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:35:21.941  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:35:21.941  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:35:21.942  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:35:21.942  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:35:21.947  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@304247ac(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 20:35:35.592  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:35:35.593  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:35:35.593  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@74d934c0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b02ceb8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63d3ed09, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d092d17, containsSubquery=false)
2026-08-29 20:35:35.593  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:35:51.952  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1313
2026-08-29 20:35:51.953  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:35:51.986  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:35:51.987  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:35:51.987  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:35:51.987  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:35:51.987  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:35:52.073  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:35:52.078  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7b5f492c(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 20:35:55.517  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:35:55.518  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:35:55.518  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7ba95d9f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61796644, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2584f253, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1dc3ad42, containsSubquery=false)
2026-08-29 20:35:55.518  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:36:15.484  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:36:15.484  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:36:15.484  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@50fac256, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@36381f83, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@56051a9d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@771c069, containsSubquery=false)
2026-08-29 20:36:15.484  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:36:21.949  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1314
2026-08-29 20:36:21.957  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:36:21.961  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:36:21.969  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1c99a9a1(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 20:36:21.969  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:36:21.969  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:36:21.970  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:36:21.970  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:36:21.970  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:36:35.523  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:36:35.523  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:36:35.523  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@b9ea50e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f39dcd6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@154c3295, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1995853c, containsSubquery=false)
2026-08-29 20:36:35.523  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:36:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1315
2026-08-29 20:36:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:36:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:36:51.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@32d3aa60(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 20:36:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:36:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:36:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:36:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:36:51.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:36:55.535  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:36:55.535  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:36:55.535  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a7d27b5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1bb19506, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@371ee476, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5fcee953, containsSubquery=false)
2026-08-29 20:36:55.535  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:37:15.721  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:37:15.721  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:37:15.721  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6fb8cc4d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@23e036ee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@67b19691, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c058c1e, containsSubquery=false)
2026-08-29 20:37:15.721  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:37:21.939  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1316
2026-08-29 20:37:21.940  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:37:21.945  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:37:21.946  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:37:21.946  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:37:21.946  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:37:21.946  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:37:21.946  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:37:21.950  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4606b001(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 20:37:35.484  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:37:35.484  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:37:35.484  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6131972f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4cda2afa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26af285c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@20b6371a, containsSubquery=false)
2026-08-29 20:37:35.485  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:37:51.939  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1317
2026-08-29 20:37:51.939  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:37:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:37:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:37:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:37:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:37:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:37:51.943  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@70cde3c4(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 20:37:51.943  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:37:55.545  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:37:55.545  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:37:55.545  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6b4df637, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a00f812, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41b7d53, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66406bb7, containsSubquery=false)
2026-08-29 20:37:55.545  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:38:15.595  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:38:15.595  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:38:15.595  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@734030af, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@140a32b9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2fafb30c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@168a8e6d, containsSubquery=false)
2026-08-29 20:38:15.595  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:38:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1318
2026-08-29 20:38:21.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:38:21.945  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:38:21.947  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2ab6efa(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 20:38:21.951  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:38:21.952  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:38:21.952  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:38:21.952  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:38:21.954  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:38:35.465  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:38:35.465  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:38:35.465  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a2eaf52, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@132bad61, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22af8687, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@50740934, containsSubquery=false)
2026-08-29 20:38:35.465  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:38:51.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1319
2026-08-29 20:38:51.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:38:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:38:51.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5ba024f1(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 20:38:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:38:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:38:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:38:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:38:51.942  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:38:55.609  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:38:55.609  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:38:55.612  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76898df8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@359ea0a2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7cf5cea8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19de4f78, containsSubquery=false)
2026-08-29 20:38:55.612  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:39:15.570  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:39:15.570  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:39:15.570  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6207df23, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3dbe0b2d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@541cc156, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@76de4674, containsSubquery=false)
2026-08-29 20:39:15.570  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:39:21.941  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1320
2026-08-29 20:39:21.941  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:39:21.954  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:39:21.955  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@752dadb7(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 20:39:21.960  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:39:21.961  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:39:21.965  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:39:21.965  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:39:21.969  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:39:35.502  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:39:35.502  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:39:35.502  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@299105b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@76b1f57f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5fbf27f8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7859d592, containsSubquery=false)
2026-08-29 20:39:35.502  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:39:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1321
2026-08-29 20:39:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:39:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:39:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:39:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:39:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:39:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:39:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:39:51.940  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2ca173ad(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 20:39:55.607  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:39:55.607  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:39:55.607  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30260724, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39d9f659, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@30a827e8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@70d0b18e, containsSubquery=false)
2026-08-29 20:39:55.607  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:40:15.624  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:40:15.625  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:40:15.625  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@798352f3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e551d56, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@ca14dd1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@38d7dfb5, containsSubquery=false)
2026-08-29 20:40:15.625  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:40:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1322
2026-08-29 20:40:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:40:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:40:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:40:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:40:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:40:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:40:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7545d9(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 20:40:21.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:40:35.563  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:40:35.563  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:40:35.563  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ff8f128, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@342585c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f7982e8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a7d4360, containsSubquery=false)
2026-08-29 20:40:35.563  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:40:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1323
2026-08-29 20:40:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:40:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:40:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:40:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@463781b6(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 20:40:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:40:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:40:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:40:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:40:55.513  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:40:55.514  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:40:55.514  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@458a383b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2892b1b0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2fb85a12, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74bcb71e, containsSubquery=false)
2026-08-29 20:40:55.514  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:41:15.645  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:41:15.649  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:41:15.649  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5ecac221, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5680568, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a0932f9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@49f657d4, containsSubquery=false)
2026-08-29 20:41:15.649  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:41:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1324
2026-08-29 20:41:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:41:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:41:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:41:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@55b36bde(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 20:41:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:41:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:41:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:41:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:41:35.541  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:41:35.542  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:41:35.542  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38349747, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@57b9536d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4048b267, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72aea782, containsSubquery=false)
2026-08-29 20:41:35.542  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:41:51.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1325
2026-08-29 20:41:51.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:41:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:41:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:41:51.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@37968ea2(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 20:41:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:41:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:41:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:41:51.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:41:55.512  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:41:55.512  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:41:55.512  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@48538fa4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58d9638, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1470e9fa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@401c320a, containsSubquery=false)
2026-08-29 20:41:55.512  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:42:15.526  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:42:15.526  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:42:15.526  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1bbeac02, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66baff7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7bf6eb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e7754c0, containsSubquery=false)
2026-08-29 20:42:15.526  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:42:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1326
2026-08-29 20:42:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:42:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:42:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@29a9594f(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 20:42:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:42:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:42:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:42:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:42:21.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:42:35.471  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:42:35.471  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:42:35.471  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3755c84e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35684f65, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2cdd0135, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@149ba684, containsSubquery=false)
2026-08-29 20:42:35.471  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:42:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1327
2026-08-29 20:42:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:42:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:42:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1f22143e(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 20:42:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:42:55.503  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:42:55.504  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:42:55.504  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@44152f6a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@47576ba3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63dda427, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c2e8343, containsSubquery=false)
2026-08-29 20:42:55.504  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:43:15.466  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:43:15.467  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:43:15.467  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e1d0cf6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f0886f2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68c5e1a8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d30857a, containsSubquery=false)
2026-08-29 20:43:15.467  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:43:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1328
2026-08-29 20:43:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:43:21.941  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:43:21.942  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:43:21.942  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:43:21.942  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:43:21.942  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:43:21.942  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:43:21.942  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@364b3c9c(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 20:43:35.549  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:43:35.549  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:43:35.549  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@686cf503, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@213c04b4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@56401904, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5028a1e0, containsSubquery=false)
2026-08-29 20:43:35.549  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:43:51.940  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1329
2026-08-29 20:43:51.943  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:43:51.945  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:43:51.948  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5cecdbc5(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 20:43:51.949  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:43:51.949  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:43:51.949  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:43:51.949  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:43:51.950  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:43:55.514  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:43:55.514  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:43:55.514  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5aff27fb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71571b6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@73788b9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a48f8d8, containsSubquery=false)
2026-08-29 20:43:55.514  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:44:15.538  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:44:15.538  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:44:15.538  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70e10c68, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ca36493, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2dd9f2d0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@275ec175, containsSubquery=false)
2026-08-29 20:44:15.538  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:44:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1330
2026-08-29 20:44:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:44:21.942  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@56430cb1(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 20:44:21.948  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:44:21.948  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:44:21.948  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:44:21.948  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:44:21.950  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:44:35.525  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:44:35.525  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:44:35.525  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@160888ad, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20934cf8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7461e98c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2339a7ab, containsSubquery=false)
2026-08-29 20:44:35.525  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:44:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1331
2026-08-29 20:44:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:44:51.967  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:44:51.984  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2f66432c(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 20:44:51.989  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:44:51.990  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:44:51.990  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:44:51.990  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:44:51.992  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:44:55.559  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:44:55.559  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:44:55.559  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ae3ed11, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@388ac561, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@709ba162, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e2bd77b, containsSubquery=false)
2026-08-29 20:44:55.559  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:45:15.649  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:45:15.649  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:45:15.649  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6376d1b9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@bd8969, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6490bea1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e200f56, containsSubquery=false)
2026-08-29 20:45:15.649  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:45:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1332
2026-08-29 20:45:21.953  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:45:21.957  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:45:21.958  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:45:21.958  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:45:21.958  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:45:21.958  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:45:21.958  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:45:21.967  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@217b8d15(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 20:45:35.497  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:45:35.497  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:45:35.497  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a98743f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4e89da53, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18091f6d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3aa5a4f8, containsSubquery=false)
2026-08-29 20:45:35.497  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:45:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1333
2026-08-29 20:45:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:45:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:45:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:45:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1060d869(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 20:45:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:45:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:45:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:45:55.556  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:45:55.556  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:45:55.556  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@574acd5b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@531999ab, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@65fca3cf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35aae5c, containsSubquery=false)
2026-08-29 20:45:55.556  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:46:15.540  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:46:15.541  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:46:15.541  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@49cf42d6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7de63a2e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@77c2120a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77d57c88, containsSubquery=false)
2026-08-29 20:46:15.541  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:46:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1334
2026-08-29 20:46:21.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:46:21.943  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:46:21.991  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4c9ee15(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 20:46:22.003  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:46:22.006  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:46:22.007  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:46:22.007  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:46:22.007  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:46:35.719  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:46:35.719  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:46:35.719  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@309b2688, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@68de4f4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e3be7bc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@23aa742b, containsSubquery=false)
2026-08-29 20:46:35.719  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:46:51.947  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1335
2026-08-29 20:46:51.948  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:46:51.951  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:46:51.951  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:46:51.951  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:46:51.951  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:46:51.951  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:46:51.952  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:46:51.960  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@765d03da(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 20:46:55.481  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:46:55.481  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:46:55.481  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2122fa09, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@73ccd918, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22da79be, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7bae8e31, containsSubquery=false)
2026-08-29 20:46:55.481  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:47:15.643  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:47:15.643  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:47:15.643  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d093cd9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@612b398d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d3156f2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6c0d355d, containsSubquery=false)
2026-08-29 20:47:15.643  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:47:21.985  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1336
2026-08-29 20:47:22.004  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:47:22.096  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:47:22.096  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, DefaultChannelPromise@12a412da(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 20:47:22.100  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:47:22.100  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:47:22.100  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:47:22.100  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:47:22.100  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:47:35.734  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:47:35.843  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:47:35.843  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@189b315f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a16f1c2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5facb745, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@16130965, containsSubquery=false)
2026-08-29 20:47:35.843  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:47:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1337
2026-08-29 20:47:51.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:47:51.946  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:47:51.950  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:47:51.950  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:47:51.957  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:47:51.957  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:47:51.966  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:47:51.968  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@63580bb0(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 20:47:55.575  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:47:55.575  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:47:55.577  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@24b7f780, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5e09693, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e96b411, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19b3ca20, containsSubquery=false)
2026-08-29 20:47:55.578  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:48:15.555  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:48:15.555  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:48:15.555  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5fe7432f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52cfced4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@216af73b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3970a6bc, containsSubquery=false)
2026-08-29 20:48:15.555  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:48:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1338
2026-08-29 20:48:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:48:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:48:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:48:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:48:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:48:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:48:21.941  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@696e47cd(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 20:48:21.942  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:48:35.635  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:48:35.635  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:48:35.635  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@36a23809, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4a8e402d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3675c3a7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1838b73c, containsSubquery=false)
2026-08-29 20:48:35.635  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:48:51.956  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1339
2026-08-29 20:48:51.956  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:48:52.013  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:48:52.067  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:48:52.067  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:48:52.067  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:48:52.068  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:48:52.068  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@60a77cee(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 20:48:52.069  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:48:55.542  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:48:55.547  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:48:55.548  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d60eb2a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@718fa154, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@745cda66, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a508c77, containsSubquery=false)
2026-08-29 20:48:55.548  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:49:15.502  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:49:15.503  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:49:15.503  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@437c2771, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@318240cb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5312c830, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19910ee, containsSubquery=false)
2026-08-29 20:49:15.503  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:49:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1340
2026-08-29 20:49:21.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:49:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:49:21.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, DefaultChannelPromise@698d55c9(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 20:49:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:49:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:49:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:49:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:49:21.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:49:35.838  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:49:35.839  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:49:35.839  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16609e5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1593fd4b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2e89a3d6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5b1ab08a, containsSubquery=false)
2026-08-29 20:49:35.839  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:49:51.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1341
2026-08-29 20:49:51.939  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:49:51.943  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:49:51.945  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2d06257c(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 20:49:51.949  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:49:51.950  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:49:51.950  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:49:51.950  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:49:51.950  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:49:55.472  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:49:55.472  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:49:55.472  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c23aa7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4eb3ec0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12bca1c3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26eca1a6, containsSubquery=false)
2026-08-29 20:49:55.472  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:50:06.480  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:50:06.480  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:50:06.481  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@902a48e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f94f4f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b48c7b1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60360475, containsSubquery=false)
2026-08-29 20:50:06.481  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:50:21.939  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1342
2026-08-29 20:50:21.940  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:50:21.942  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:50:21.946  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4ba0982e(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 20:50:21.949  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:50:21.960  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:50:21.960  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:50:21.960  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:50:21.961  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:50:25.509  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:50:25.509  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:50:25.509  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7bc89137, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c3695e1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@122822f5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e7b8b6, containsSubquery=false)
2026-08-29 20:50:25.509  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:50:45.596  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:50:45.596  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:50:45.596  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@320f104f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@786df57, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@f7d612f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53d6fd3e, containsSubquery=false)
2026-08-29 20:50:45.596  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:50:51.946  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1343
2026-08-29 20:50:51.946  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:50:51.957  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:50:51.958  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:50:51.958  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:50:51.958  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@72b84107(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 20:50:51.958  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:50:51.959  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:50:51.960  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:51:05.701  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:51:05.701  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:51:05.701  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6b9efae0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43b212b1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1666a6ea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2187846e, containsSubquery=false)
2026-08-29 20:51:05.701  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:51:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1344
2026-08-29 20:51:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:51:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:51:21.966  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:51:21.966  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:51:21.966  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:51:21.966  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:51:21.967  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:51:21.970  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@67113210(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 20:51:25.499  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:51:25.499  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:51:25.499  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7cedef0e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4cb8f9f1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e474458, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@467f039f, containsSubquery=false)
2026-08-29 20:51:25.499  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:51:45.554  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:51:45.554  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:51:45.554  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@709b606b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1563b01c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31d7d743, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@356fc47b, containsSubquery=false)
2026-08-29 20:51:45.555  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:51:51.941  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1345
2026-08-29 20:51:51.942  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:51:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:51:51.945  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:51:51.946  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:51:51.946  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:51:51.946  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:51:51.946  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1e1b0df1(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 20:51:51.946  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:52:05.470  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:52:05.470  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:52:05.470  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7302986c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@31b99987, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d026132, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@27bbd59d, containsSubquery=false)
2026-08-29 20:52:05.470  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:52:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1346
2026-08-29 20:52:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:52:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:52:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:52:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:52:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:52:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:52:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:52:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@35e8a152(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 20:52:25.550  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:52:25.550  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:52:25.550  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@584da4a6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@419affa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@178cf96, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ce7d061, containsSubquery=false)
2026-08-29 20:52:25.550  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:52:38.426  INFO 2501436 --- [quartzScheduler_Worker-10] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 20:52:45.528  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:52:45.528  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:52:45.528  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f64b16b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f292c1a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b608668, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66f31c4, containsSubquery=false)
2026-08-29 20:52:45.528  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:52:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1347
2026-08-29 20:52:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:52:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:52:51.941  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:52:51.941  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:52:51.941  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:52:51.941  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:52:51.941  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6fa85bb(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 20:52:51.941  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:53:05.570  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:53:05.570  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:53:05.570  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@310bdad9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ac5e60f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ecc07e6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@437c7f53, containsSubquery=false)
2026-08-29 20:53:05.570  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:53:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1348
2026-08-29 20:53:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:53:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6e635a73(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 20:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:53:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:53:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:53:25.578  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:53:25.579  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:53:25.579  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@55728b97, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@519b8aab, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18a4cfea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@48a03814, containsSubquery=false)
2026-08-29 20:53:25.579  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:53:45.632  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:53:45.633  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:53:45.633  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@77b42cbc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@21daf05, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@ee263ee, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e47c34f, containsSubquery=false)
2026-08-29 20:53:45.633  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:53:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1349
2026-08-29 20:53:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:53:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:53:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:53:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:53:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:53:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@66855ca2(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 20:53:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:54:05.689  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:54:05.689  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:54:05.689  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7bf00aaa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ddc4816, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2613659d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1367f711, containsSubquery=false)
2026-08-29 20:54:05.689  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:54:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1350
2026-08-29 20:54:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:54:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:54:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:54:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:54:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:54:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:54:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4777597f(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 20:54:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:54:25.503  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:54:25.503  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:54:25.503  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4cfb33f5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4687a28f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@566de1f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@62a91d09, containsSubquery=false)
2026-08-29 20:54:25.503  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:54:45.482  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:54:45.482  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:54:45.482  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@60a8105a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@208e296c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@56395aed, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@381251e2, containsSubquery=false)
2026-08-29 20:54:45.482  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:54:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1351
2026-08-29 20:54:51.941  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:54:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:54:51.943  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:54:51.943  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:54:51.943  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:54:51.943  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:54:51.943  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@353b9bb9(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 20:54:51.943  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:55:05.596  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:55:05.597  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:55:05.597  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30c489af, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@21d1dcee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@59d8ab14, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d4bafa8, containsSubquery=false)
2026-08-29 20:55:05.597  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:55:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1352
2026-08-29 20:55:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:55:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:55:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@302aceb2(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 20:55:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:55:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:55:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:55:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:55:25.541  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:55:25.541  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:55:25.541  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@774e358f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c7d8445, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@674b8f9c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@797e39fc, containsSubquery=false)
2026-08-29 20:55:25.541  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:55:45.518  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:55:45.518  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:55:45.518  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6e9fda95, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4f32392e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6eadb571, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d625797, containsSubquery=false)
2026-08-29 20:55:45.518  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:55:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1353
2026-08-29 20:55:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:55:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:55:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:55:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@8f37db0(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 20:55:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:55:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:55:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:55:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:56:05.462  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:56:05.463  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:56:05.463  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@141b536c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@508ec47b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79ad7d73, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73ed40f6, containsSubquery=false)
2026-08-29 20:56:05.463  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:56:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1354
2026-08-29 20:56:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:56:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:56:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@758a6fb6(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 20:56:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:56:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:56:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:56:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:56:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:56:25.507  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:56:25.508  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:56:25.508  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7f449955, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@48d594e8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7fcea475, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e1aab22, containsSubquery=false)
2026-08-29 20:56:25.508  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:56:45.472  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:56:45.472  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:56:45.472  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ee11c83, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7787225d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52e8e54f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@231a8ab5, containsSubquery=false)
2026-08-29 20:56:45.472  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:56:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1355
2026-08-29 20:56:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:56:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:56:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7e9adf27(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 20:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:56:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:57:05.476  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:57:05.476  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:57:05.476  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@43a98f36, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6bb5289b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@360bc73f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@24f37d0e, containsSubquery=false)
2026-08-29 20:57:05.476  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:57:21.963  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1356
2026-08-29 20:57:21.963  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:57:21.965  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:57:21.966  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@b8a5892(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 20:57:21.966  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:57:21.966  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:57:21.966  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:57:21.966  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:57:21.966  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:57:25.539  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:57:25.539  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:57:25.539  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47070515, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ee553da, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1754b06c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@547f4e1f, containsSubquery=false)
2026-08-29 20:57:25.539  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:57:45.465  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:57:45.465  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:57:45.465  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6ed6b28d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@73c509b7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@542dac2e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d4dcdde, containsSubquery=false)
2026-08-29 20:57:45.465  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:57:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1357
2026-08-29 20:57:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:57:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:57:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:57:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:57:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:57:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:57:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3cab287(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 20:57:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:58:05.476  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:58:05.476  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:58:05.476  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@ab95b81, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5bbd66ca, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@243bdfcc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6fbd7519, containsSubquery=false)
2026-08-29 20:58:05.476  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:58:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1358
2026-08-29 20:58:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:58:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:58:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1dcd55d2(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 20:58:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:58:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:58:25.465  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:58:25.466  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:58:25.466  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@505ec601, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@36820e1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1794a658, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5cb46d67, containsSubquery=false)
2026-08-29 20:58:25.466  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:58:45.470  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:58:45.471  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:58:45.471  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@303ed5a9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ed438fa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1fc767a7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17e1ba7e, containsSubquery=false)
2026-08-29 20:58:45.471  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:58:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1359
2026-08-29 20:58:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:58:51.941  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@49f7baac(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 20:58:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:58:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:58:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:58:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:58:51.946  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:59:05.493  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:59:05.493  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:59:05.493  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@58777e7c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3807ea06, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a46f0b2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2da3d28d, containsSubquery=false)
2026-08-29 20:59:05.493  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:59:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1360
2026-08-29 20:59:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:59:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:59:21.941  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@526a591e(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 20:59:21.941  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:59:21.941  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:59:21.941  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:59:21.941  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:59:21.941  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 20:59:25.456  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:59:25.456  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:59:25.456  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7610110e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5864fa25, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@54a7c663, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6505d714, containsSubquery=false)
2026-08-29 20:59:25.456  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:59:45.463  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 20:59:45.463  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 20:59:45.463  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1dd2a4fe, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4bacc156, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@15d22b19, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@c890511, containsSubquery=false)
2026-08-29 20:59:45.463  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 20:59:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1361
2026-08-29 20:59:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 20:59:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 20:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 20:59:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4af925c3(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 20:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 20:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 20:59:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:00:05.530  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:00:05.530  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:00:05.530  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6f712df5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@331c3daf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@d572763, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@245f1378, containsSubquery=false)
2026-08-29 21:00:05.530  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:00:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1362
2026-08-29 21:00:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:00:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:00:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:00:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:00:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:00:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:00:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@276c6b2e(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 21:00:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:00:25.476  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:00:25.476  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:00:25.476  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42901163, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39dc024d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7240f2b5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c115923, containsSubquery=false)
2026-08-29 21:00:25.476  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:00:45.469  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:00:45.469  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:00:45.469  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@62685b93, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@129370d9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d1d6a12, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@649986ca, containsSubquery=false)
2026-08-29 21:00:45.469  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:00:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1363
2026-08-29 21:00:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:00:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:00:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@549149a9(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 21:00:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:00:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:00:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:00:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:00:51.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:01:05.582  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:01:05.582  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:01:05.582  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@299d407b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@26cd9c7f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3db3c470, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3be45f58, containsSubquery=false)
2026-08-29 21:01:05.582  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:01:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1364
2026-08-29 21:01:21.956  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:01:21.956  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:01:21.957  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:01:21.957  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:01:21.957  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:01:21.957  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:01:21.958  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:01:21.959  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@b445f42(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 21:01:25.467  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:01:25.467  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:01:25.467  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@57b8d202, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@521aa275, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b3a8a6c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17ae035a, containsSubquery=false)
2026-08-29 21:01:25.467  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:01:45.460  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:01:45.460  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:01:45.460  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@108a3c64, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e5c4731, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@57cfd590, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@48719ee3, containsSubquery=false)
2026-08-29 21:01:45.460  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:01:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1365
2026-08-29 21:01:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:01:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3e2e8cb3(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 21:01:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:01:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:01:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:01:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:01:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:02:05.458  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:02:05.458  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:02:05.458  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@581b65fb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f7e5612, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@446de8a1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74d6c42b, containsSubquery=false)
2026-08-29 21:02:05.458  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:02:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1366
2026-08-29 21:02:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:02:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:02:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5c14c730(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 21:02:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:02:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:02:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:02:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:02:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:02:25.496  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:02:25.497  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:02:25.497  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6db5aba, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3aa2499b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d6ad50d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@38545931, containsSubquery=false)
2026-08-29 21:02:25.497  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:02:45.534  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:02:45.542  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:02:45.553  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f3a851d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@42664091, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10fb3129, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@47d39a58, containsSubquery=false)
2026-08-29 21:02:45.553  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:02:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1367
2026-08-29 21:02:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:02:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:02:51.950  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:02:51.950  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:02:51.950  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:02:51.950  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:02:51.950  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@29ce979e(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 21:02:51.950  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:03:05.484  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:03:05.484  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:03:05.484  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5ed7e3e4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@300aff7d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@680cc4b3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@70a17b44, containsSubquery=false)
2026-08-29 21:03:05.484  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:03:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1368
2026-08-29 21:03:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:03:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:03:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:03:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:03:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3d110b0f(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 21:03:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:03:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:03:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:03:25.502  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:03:25.502  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:03:25.502  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45cd6bdc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c9a1deb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4862508b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@13671f30, containsSubquery=false)
2026-08-29 21:03:25.503  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:03:45.501  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:03:45.501  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:03:45.501  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@305ea48, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d158442, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@72f1c516, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@197fd4b1, containsSubquery=false)
2026-08-29 21:03:45.501  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:03:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1369
2026-08-29 21:03:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:03:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:03:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:03:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:03:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:03:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:03:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:03:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@63e89bd5(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 21:04:05.474  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:04:05.475  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:04:05.475  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19eb83f2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ac9f0f8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ce7d32f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6f92913, containsSubquery=false)
2026-08-29 21:04:05.475  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:04:21.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1370
2026-08-29 21:04:21.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:04:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:04:21.948  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@578be2a4(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 21:04:21.949  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:04:21.958  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:04:21.958  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:04:21.958  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:04:21.959  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:04:25.575  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:04:25.580  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:04:25.580  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@b8d6de6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b48d54e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@408e21bc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5cd9333c, containsSubquery=false)
2026-08-29 21:04:25.581  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:04:45.533  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:04:45.534  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:04:45.534  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56d476e3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69495687, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1aa4353a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@59c60cde, containsSubquery=false)
2026-08-29 21:04:45.534  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:04:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1371
2026-08-29 21:04:51.941  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:04:51.941  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:04:51.939  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:04:51.955  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@46718152(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 21:04:51.956  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:04:51.956  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:04:51.956  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:04:51.964  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:05:05.550  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:05:05.550  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:05:05.550  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c4c625c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@281749e6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3904c49d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@71c35ece, containsSubquery=false)
2026-08-29 21:05:05.550  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:05:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1372
2026-08-29 21:05:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:05:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:05:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:05:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:05:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7618bfe3(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 21:05:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:05:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:05:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:05:25.675  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:05:25.675  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:05:25.675  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4dd4230d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50ed6a2d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7c09ab77, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@263bed02, containsSubquery=false)
2026-08-29 21:05:25.676  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:05:45.629  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:05:45.629  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:05:45.629  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@ff105fa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1eeeedf9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49ccbfcc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@95bc89, containsSubquery=false)
2026-08-29 21:05:45.629  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:05:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1373
2026-08-29 21:05:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:05:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:05:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1b0696b5(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 21:05:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:05:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:05:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:05:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:05:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:06:05.576  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:06:05.578  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:06:05.578  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19d56258, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@52523105, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f673990, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e8c92c, containsSubquery=false)
2026-08-29 21:06:05.579  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:06:21.939  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1374
2026-08-29 21:06:21.944  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:06:21.948  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:06:21.950  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1a0b2aa1(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 21:06:21.951  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:06:21.954  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:06:21.954  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:06:21.954  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:06:21.956  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:06:25.465  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:06:25.465  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:06:25.465  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13b0d9ba, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6adef16c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@452baec1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@510c79d3, containsSubquery=false)
2026-08-29 21:06:25.466  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:06:45.506  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:06:45.506  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:06:45.506  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@27d65496, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@590ecd5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7dacffff, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34eb356c, containsSubquery=false)
2026-08-29 21:06:45.506  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:06:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1375
2026-08-29 21:06:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:06:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:06:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4641e27d(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 21:06:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:06:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:06:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:06:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:06:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:07:05.493  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:07:05.493  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:07:05.493  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5991904, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a07e962, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@476cdfc6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@717072d4, containsSubquery=false)
2026-08-29 21:07:05.493  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:07:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1376
2026-08-29 21:07:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:07:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:07:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3a08298a(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 21:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:07:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:07:25.504  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:07:25.504  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:07:25.504  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@57b30917, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@77956255, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ec5f550, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19337d9, containsSubquery=false)
2026-08-29 21:07:25.504  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:07:45.497  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:07:45.497  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:07:45.497  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6dcd664b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b0ecb25, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@293c5907, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3a0526c9, containsSubquery=false)
2026-08-29 21:07:45.497  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:07:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1377
2026-08-29 21:07:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:07:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:07:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1904af09(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 21:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:07:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:08:05.483  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:08:05.483  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:08:05.483  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3aaadc79, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1a573dd8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5436f410, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@22b959a5, containsSubquery=false)
2026-08-29 21:08:05.483  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:08:21.947  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1378
2026-08-29 21:08:21.947  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:08:21.948  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:08:21.948  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:08:21.948  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:08:21.948  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:08:21.948  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:08:21.949  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@611f7e74(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 21:08:21.949  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:08:25.472  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:08:25.472  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:08:25.472  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4a38df83, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66cb76aa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4686f59c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@62030ffb, containsSubquery=false)
2026-08-29 21:08:25.472  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:08:35.631  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:08:35.631  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:08:35.631  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3f151833, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@15fe0b8d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25e75e6e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c92ff07, containsSubquery=false)
2026-08-29 21:08:35.631  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:08:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1379
2026-08-29 21:08:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:08:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:08:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@446b0741(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 21:08:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:08:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:08:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:08:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:08:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:08:55.484  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:08:55.484  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:08:55.484  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@55fee6a2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f4930be, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@226fb851, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a517913, containsSubquery=false)
2026-08-29 21:08:55.484  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:09:05.652  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:09:05.652  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:09:05.652  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a53d2e1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ab51eec, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@557e4bdb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@198400a4, containsSubquery=false)
2026-08-29 21:09:05.652  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:09:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1380
2026-08-29 21:09:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:09:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:09:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3f0eb47f(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 21:09:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:09:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:09:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:09:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:09:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:09:25.590  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:09:25.591  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:09:25.591  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@24292e1c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c1052bc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e9143e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@335034f5, containsSubquery=false)
2026-08-29 21:09:25.591  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:09:45.505  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:09:45.505  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:09:45.505  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4019fd33, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5fd8d448, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@94987e0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c00d46b, containsSubquery=false)
2026-08-29 21:09:45.505  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:09:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1381
2026-08-29 21:09:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:09:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:09:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:09:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@927993(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 21:09:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:09:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:09:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:09:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:10:05.914  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:10:05.914  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:10:05.914  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@9fcfbe4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@100fe0dd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@32e07255, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b49f7ed, containsSubquery=false)
2026-08-29 21:10:05.914  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:10:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1382
2026-08-29 21:10:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:10:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:10:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@76f05144(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 21:10:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:10:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:10:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:10:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:10:21.943  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:10:25.483  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:10:25.483  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:10:25.483  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5bbe5252, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60c6a1bc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d880f00, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@31853208, containsSubquery=false)
2026-08-29 21:10:25.483  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:10:45.502  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:10:45.502  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:10:45.502  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4e2596cf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@391de29c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6017b1f9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2dbb96d2, containsSubquery=false)
2026-08-29 21:10:45.502  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:10:51.953  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1383
2026-08-29 21:10:51.955  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:10:51.955  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:10:51.959  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:10:51.959  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:10:51.959  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:10:51.959  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:10:51.962  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:10:51.970  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@53d56300(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 21:11:05.788  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:11:05.794  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:11:05.794  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@14592b4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3e61849f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@71b6d584, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64a86a0f, containsSubquery=false)
2026-08-29 21:11:05.794  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:11:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1384
2026-08-29 21:11:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:11:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:11:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:11:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:11:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:11:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@70fad9d8(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 21:11:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:11:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:11:25.505  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:11:25.505  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:11:25.505  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@d252b40, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2304934d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@764f1f93, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@48e98255, containsSubquery=false)
2026-08-29 21:11:25.505  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:11:45.517  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:11:45.517  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:11:45.517  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4472e8be, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5742eed3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5343ab41, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@153d1e42, containsSubquery=false)
2026-08-29 21:11:45.517  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:11:51.944  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1385
2026-08-29 21:11:51.945  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:11:51.945  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:11:51.946  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:11:51.946  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:11:51.946  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:11:51.946  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:11:51.946  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@604a517(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 21:11:51.946  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:12:05.479  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:12:05.479  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:12:05.479  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@659c8fb4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@618d3ba3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c897010, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@c1b9d5c, containsSubquery=false)
2026-08-29 21:12:05.479  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:12:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1386
2026-08-29 21:12:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:12:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:12:21.946  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@76679306(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 21:12:21.946  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:12:21.947  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:12:21.947  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:12:21.947  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:12:21.947  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:12:25.483  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:12:25.483  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:12:25.483  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@ac5498c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@75e5d2e6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69b4a752, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d245082, containsSubquery=false)
2026-08-29 21:12:25.483  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:12:45.609  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:12:45.609  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:12:45.609  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a06f7a1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@102e9ed5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@645b0b60, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@8d3b43e, containsSubquery=false)
2026-08-29 21:12:45.609  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:12:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1387
2026-08-29 21:12:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:12:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:12:51.944  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:12:51.945  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:12:51.945  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:12:51.945  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:12:51.945  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:12:51.944  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2c9f1780(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 21:13:05.465  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:13:05.465  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:13:05.465  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@746af32f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@476e6095, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2f2cc7b6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@441db92d, containsSubquery=false)
2026-08-29 21:13:05.465  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:13:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1388
2026-08-29 21:13:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:13:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:13:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:13:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:13:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:13:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:13:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@65cf56ca(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 21:13:21.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:13:25.504  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:13:25.504  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:13:25.505  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6df0068, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d29cad0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79e4454, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@616310b9, containsSubquery=false)
2026-08-29 21:13:25.505  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:13:45.534  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:13:45.534  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:13:45.534  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2df11e46, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69142764, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@48e81299, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ad19aed, containsSubquery=false)
2026-08-29 21:13:45.534  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:13:51.965  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1389
2026-08-29 21:13:51.966  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:13:51.983  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:13:51.984  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:13:51.984  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:13:51.984  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:13:51.984  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:13:51.984  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@54b6e526(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 21:13:51.984  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:14:05.522  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:14:05.523  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:14:05.523  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@245c6161, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78446241, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@679ba5e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@374de7e4, containsSubquery=false)
2026-08-29 21:14:05.523  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:14:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1390
2026-08-29 21:14:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:14:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:14:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2269819b(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 21:14:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:14:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:14:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:14:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:14:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:14:25.469  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:14:25.469  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:14:25.469  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@12ff6421, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6451ff1c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18439151, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3dab33, containsSubquery=false)
2026-08-29 21:14:25.469  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:14:45.734  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:14:45.734  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:14:45.734  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b8ae6a3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@338d8cce, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1843da03, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f521ff2, containsSubquery=false)
2026-08-29 21:14:45.735  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:14:51.978  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1391
2026-08-29 21:14:51.979  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:14:51.979  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:14:51.980  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:14:51.980  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5bf4258e(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 21:14:51.981  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:14:51.981  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:14:51.981  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:14:51.981  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:15:05.667  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:15:05.667  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:15:05.667  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@11eec9b4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@8695a4e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a14e2f2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@604da528, containsSubquery=false)
2026-08-29 21:15:05.667  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:15:21.946  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1392
2026-08-29 21:15:21.946  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:15:21.954  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:15:21.956  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1b9411b7(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 21:15:21.956  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:15:21.957  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:15:21.957  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:15:21.957  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:15:21.957  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:15:25.472  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:15:25.472  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:15:25.472  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2edf6b67, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@498c1935, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70f95fe8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ee8764d, containsSubquery=false)
2026-08-29 21:15:25.472  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:15:45.487  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:15:45.487  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:15:45.487  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c8a712d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@18c86ad9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5e436e1f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@293e36de, containsSubquery=false)
2026-08-29 21:15:45.487  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:15:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1393
2026-08-29 21:15:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:15:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:15:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@12ad8bb2(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 21:15:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:15:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:15:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:15:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:15:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:16:05.506  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:16:05.506  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:16:05.506  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@710186ce, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@33b4f359, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e377033, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d36897, containsSubquery=false)
2026-08-29 21:16:05.506  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:16:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1394
2026-08-29 21:16:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:16:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:16:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7bfac41c(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 21:16:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:16:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:16:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:16:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:16:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:16:25.536  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:16:25.536  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:16:25.536  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2769cfb9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d6e87b4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6feac490, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@262f744d, containsSubquery=false)
2026-08-29 21:16:25.536  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:16:45.623  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:16:45.623  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:16:45.624  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@352342d9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ef90f7f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35469b0f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b50a32b, containsSubquery=false)
2026-08-29 21:16:45.624  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:16:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1395
2026-08-29 21:16:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:16:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:16:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:16:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@941a73c(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 21:16:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:16:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:16:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:16:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:17:05.504  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:17:05.530  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:17:05.530  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@78b9e100, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b9ce08, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5110f3ce, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53ddccaa, containsSubquery=false)
2026-08-29 21:17:05.530  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:17:21.967  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1396
2026-08-29 21:17:21.968  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:17:21.968  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:17:21.969  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:17:21.969  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@717ed081(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 21:17:21.969  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:17:21.969  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:17:21.969  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:17:21.969  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:17:25.487  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:17:25.487  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:17:25.487  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bcfc0b3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@107ad665, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d656b3c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5fe454c, containsSubquery=false)
2026-08-29 21:17:25.487  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:17:45.516  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:17:45.516  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:17:45.516  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@683721fb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f8aaa10, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1bc92647, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1b23806b, containsSubquery=false)
2026-08-29 21:17:45.516  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:17:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1397
2026-08-29 21:17:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:17:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:17:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6171e2d3(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 21:17:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:17:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:17:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:17:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:17:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:18:05.515  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:18:05.515  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:18:05.515  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@744f67da, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3bb179f1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e8d611c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7511e999, containsSubquery=false)
2026-08-29 21:18:05.515  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:18:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1398
2026-08-29 21:18:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:18:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:18:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:18:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:18:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:18:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:18:21.942  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:18:21.942  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7ef84d3c(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 21:18:25.503  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:18:25.503  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:18:25.503  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@10969125, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@54310d8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@65c0140b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@625830e8, containsSubquery=false)
2026-08-29 21:18:25.503  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:18:45.476  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:18:45.477  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:18:45.477  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@34387536, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d713f93, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@715ef514, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@acb49fb, containsSubquery=false)
2026-08-29 21:18:45.477  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:18:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1399
2026-08-29 21:18:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:18:52.018  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:18:52.020  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:18:52.020  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:18:52.020  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:18:52.020  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:18:52.020  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:18:52.020  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4415a2b(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 21:19:05.536  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:19:05.538  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:19:05.538  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5347a34f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3819a2c7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@72002a20, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7bc2c12f, containsSubquery=false)
2026-08-29 21:19:05.538  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:19:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1400
2026-08-29 21:19:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:19:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:19:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:19:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:19:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:19:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:19:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@70771101(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 21:19:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:19:25.492  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:19:25.493  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:19:25.493  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@407f96b8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39d53048, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28abbe87, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3fef494c, containsSubquery=false)
2026-08-29 21:19:25.493  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:19:45.522  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:19:45.522  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:19:45.522  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@423af346, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6fe66e7c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@d750523, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4383a797, containsSubquery=false)
2026-08-29 21:19:45.522  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:19:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1401
2026-08-29 21:19:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:19:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:19:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:19:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:19:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:19:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:19:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:19:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6cf04e5d(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 21:20:05.631  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:20:05.637  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:20:05.637  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6039656d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@215971ef, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79fded0b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c6063e9, containsSubquery=false)
2026-08-29 21:20:05.642  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:20:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1402
2026-08-29 21:20:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:20:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:20:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:20:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:20:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:20:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:20:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:20:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4e0be978(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 21:20:25.504  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:20:25.504  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:20:25.504  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@41e92b62, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7319106d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1723df40, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@28e9f35f, containsSubquery=false)
2026-08-29 21:20:25.504  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:20:45.519  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:20:45.519  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:20:45.519  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@393143a4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@549c41bb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10784606, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@737abea1, containsSubquery=false)
2026-08-29 21:20:45.519  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:20:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1403
2026-08-29 21:20:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:20:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:20:51.941  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7ba1cce(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 21:20:51.943  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:20:51.943  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:20:51.943  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:20:51.943  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:20:51.943  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:21:05.644  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:21:05.644  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:21:05.644  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5856c4d4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ac2fbd8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7654087b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2253ebce, containsSubquery=false)
2026-08-29 21:21:05.644  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:21:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1404
2026-08-29 21:21:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:21:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:21:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@f075349(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 21:21:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:21:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:21:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:21:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:21:21.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:21:25.523  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:21:25.523  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:21:25.523  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1312216c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ba7e128, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e1fb804, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d588ad8, containsSubquery=false)
2026-08-29 21:21:25.523  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:21:45.465  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:21:45.465  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:21:45.465  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5ab9c4e3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49199213, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@123960dc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@310112c5, containsSubquery=false)
2026-08-29 21:21:45.465  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:21:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1405
2026-08-29 21:21:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:21:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:21:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1e0b71aa(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 21:21:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:21:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:21:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:21:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:21:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:22:05.550  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:22:05.550  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:22:05.550  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e73a2ad, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66efb6b7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@48d9da0d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17ebab7a, containsSubquery=false)
2026-08-29 21:22:05.550  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:22:21.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1406
2026-08-29 21:22:21.939  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:22:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:22:21.943  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:22:21.943  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:22:21.943  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:22:21.943  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:22:21.943  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@dfa020f(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 21:22:21.944  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:22:25.496  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:22:25.497  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:22:25.497  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22d36052, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58d5cf24, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e2f7039, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7f9bddd3, containsSubquery=false)
2026-08-29 21:22:25.497  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:22:45.479  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:22:45.480  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:22:45.480  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@419d5930, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a4cfcc3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4cdadd32, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2164fff3, containsSubquery=false)
2026-08-29 21:22:45.480  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:22:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1407
2026-08-29 21:22:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:22:51.941  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:22:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:22:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:22:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:22:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:22:51.942  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:22:51.943  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4a0604e3(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 21:23:05.468  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:23:05.468  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:23:05.468  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@41b0d2cd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@40a8a209, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ad2873c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@267f4fee, containsSubquery=false)
2026-08-29 21:23:05.468  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:23:22.013  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1408
2026-08-29 21:23:22.013  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:23:22.014  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:23:22.016  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:23:22.016  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:23:22.016  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:23:22.016  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:23:22.016  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:23:22.018  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@123a2440(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 21:23:25.489  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:23:25.489  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:23:25.489  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@58e39827, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61db32bf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ccf425e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@325123e8, containsSubquery=false)
2026-08-29 21:23:25.489  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:23:45.542  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:23:45.542  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:23:45.542  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76ddd323, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71c8e8cd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b3ffbab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@14b67e0e, containsSubquery=false)
2026-08-29 21:23:45.542  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:23:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1409
2026-08-29 21:23:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:23:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:23:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2a35ecf(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 21:23:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:23:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:23:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:23:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:24:05.603  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:24:05.603  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:24:05.603  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7f2f582a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55a66828, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@ca5048d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5396b759, containsSubquery=false)
2026-08-29 21:24:05.603  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:24:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1410
2026-08-29 21:24:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:24:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:24:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:24:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@79fb12c4(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 21:24:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:24:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:24:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:24:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:24:25.536  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:24:25.536  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:24:25.536  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5ba1b60d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ff3d40b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ac71084, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@20c194e1, containsSubquery=false)
2026-08-29 21:24:25.536  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:24:45.496  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:24:45.497  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:24:45.497  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2083a5e9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@388ec683, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26c58ea0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@197ef5c6, containsSubquery=false)
2026-08-29 21:24:45.497  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:24:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1411
2026-08-29 21:24:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:24:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:24:51.941  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7213d55e(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 21:24:51.945  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:24:51.946  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:24:51.946  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:24:51.946  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:24:51.953  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:25:05.514  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:25:05.515  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:25:05.515  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@44500e91, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35ac1dcf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d8c6df0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1bcee886, containsSubquery=false)
2026-08-29 21:25:05.515  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:25:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1412
2026-08-29 21:25:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:25:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:25:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:25:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:25:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:25:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:25:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3e15489a(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 21:25:21.949  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:25:25.480  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:25:25.481  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:25:25.481  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3c7f54c0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1ba0b952, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e30ab5e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@10da2c51, containsSubquery=false)
2026-08-29 21:25:25.481  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:25:45.480  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:25:45.480  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:25:45.480  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@48e5860d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5dd71950, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1e67ab3b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@593c289c, containsSubquery=false)
2026-08-29 21:25:45.480  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:25:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1413
2026-08-29 21:25:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:25:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:25:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@25b7dc54(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 21:25:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:25:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:25:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:25:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:25:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:26:05.575  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:26:05.575  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:26:05.575  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@487ac31a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35c81b59, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3a847598, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@578d17f4, containsSubquery=false)
2026-08-29 21:26:05.575  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:26:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1414
2026-08-29 21:26:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:26:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:26:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:26:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:26:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:26:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:26:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:26:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@27807981(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 21:26:25.480  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:26:25.481  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:26:25.481  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@426dd93f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12cc5d53, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4572d42c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@594e0401, containsSubquery=false)
2026-08-29 21:26:25.481  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:26:45.509  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:26:45.509  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:26:45.509  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a66d987, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@15b93409, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7fa04de, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2fad543, containsSubquery=false)
2026-08-29 21:26:45.509  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:26:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1415
2026-08-29 21:26:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:26:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:26:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@45d5f00(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 21:26:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:26:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:26:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:26:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:26:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:27:05.538  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:27:05.538  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:27:05.538  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d550875, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78b223a5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62f653e8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b4fee84, containsSubquery=false)
2026-08-29 21:27:05.538  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:27:21.941  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1416
2026-08-29 21:27:21.942  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:27:21.945  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:27:21.963  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:27:21.963  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:27:21.963  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:27:21.963  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:27:21.964  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@66f457fc(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 21:27:21.970  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:27:25.506  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:27:25.507  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:27:25.507  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1acb0b0d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@33361da8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3aba074d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72dcb923, containsSubquery=false)
2026-08-29 21:27:25.507  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:27:45.524  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:27:45.524  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:27:45.524  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@139c8a1f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4097ef0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f37d580, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5c01da83, containsSubquery=false)
2026-08-29 21:27:45.525  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:27:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1417
2026-08-29 21:27:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:27:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:27:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5162c827(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 21:27:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:27:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:27:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:27:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:27:51.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:28:05.481  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:28:05.481  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:28:05.481  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7f6423f3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6974d800, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ba758ad, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@189e9410, containsSubquery=false)
2026-08-29 21:28:05.481  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:28:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1418
2026-08-29 21:28:21.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:28:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:28:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:28:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:28:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:28:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:28:21.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:28:21.942  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@72c94e03(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 21:28:25.568  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:28:25.569  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:28:25.569  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6030095b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@381aa07e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2621e58f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@ab41dab, containsSubquery=false)
2026-08-29 21:28:25.569  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:28:45.499  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:28:45.499  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:28:45.499  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@685625a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b0c358a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52743843, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15e9823c, containsSubquery=false)
2026-08-29 21:28:45.499  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:28:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1419
2026-08-29 21:28:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:28:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:28:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:28:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:28:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:28:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:28:51.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4bee16bf(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 21:28:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:29:05.474  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:29:05.474  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:29:05.474  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4a000840, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5e2237d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1cf045e9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7a039bac, containsSubquery=false)
2026-08-29 21:29:05.475  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:29:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1420
2026-08-29 21:29:21.976  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:29:21.976  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:29:21.977  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:29:21.977  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:29:21.977  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:29:21.977  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:29:21.977  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:29:21.977  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@12d3599e(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 21:29:25.506  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:29:25.506  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:29:25.506  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@58ee9b47, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55071197, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@19dd0e58, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5bfcd430, containsSubquery=false)
2026-08-29 21:29:25.506  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:29:45.498  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:29:45.498  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:29:45.498  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3e0d15cd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@282fee34, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2fba7bf5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@d2d68ac, containsSubquery=false)
2026-08-29 21:29:45.498  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:29:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1421
2026-08-29 21:29:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:29:51.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:29:51.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@32603b8e(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 21:29:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:29:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:29:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:29:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:29:51.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:30:05.519  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:30:05.519  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:30:05.519  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3881ab47, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6051f24f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@579ac3d9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1223b44b, containsSubquery=false)
2026-08-29 21:30:05.519  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:30:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1422
2026-08-29 21:30:21.941  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:30:21.942  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:30:21.943  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:30:21.943  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:30:21.943  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:30:21.943  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:30:21.943  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@f92a3ac(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 21:30:21.944  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:30:25.493  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:30:25.494  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:30:25.494  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a60e04b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@76aa440, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@310ee7d9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@43c4ca8f, containsSubquery=false)
2026-08-29 21:30:25.494  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:30:45.496  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:30:45.496  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:30:45.496  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3fbf8442, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@626f12e4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ef8864c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7804cdba, containsSubquery=false)
2026-08-29 21:30:45.496  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:30:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1423
2026-08-29 21:30:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:30:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:30:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:30:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:30:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:30:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:30:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:30:51.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@266eebd(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 21:31:05.636  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:31:05.636  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:31:05.636  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@37111b2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d36b30c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79e09d25, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@81fe87e, containsSubquery=false)
2026-08-29 21:31:05.636  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:31:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1424
2026-08-29 21:31:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:31:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:31:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6e4950b3(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 21:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:31:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:31:25.541  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:31:25.541  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:31:25.541  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7f87d55b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4202fe9d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a501aeb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2db11629, containsSubquery=false)
2026-08-29 21:31:25.541  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:31:45.478  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:31:45.478  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:31:45.478  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d4e3b69, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@15527431, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@328f992f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77163a1f, containsSubquery=false)
2026-08-29 21:31:45.478  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:31:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1425
2026-08-29 21:31:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:31:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:31:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:31:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:31:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@301b381a(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 21:31:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:31:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:31:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:32:05.517  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:32:05.517  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:32:05.517  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42e35c3e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@45c4bcd1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5d86544e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1852954b, containsSubquery=false)
2026-08-29 21:32:05.518  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:32:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1426
2026-08-29 21:32:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:32:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:32:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:32:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:32:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:32:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:32:21.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4f48f44(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 21:32:21.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:32:25.468  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:32:25.468  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:32:25.468  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f71bcc2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6556c394, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@66302be9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@215ee7cd, containsSubquery=false)
2026-08-29 21:32:25.468  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:32:45.529  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:32:45.530  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:32:45.530  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3e3ea0cb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1d421894, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47aacb61, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40a91830, containsSubquery=false)
2026-08-29 21:32:45.530  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:32:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1427
2026-08-29 21:32:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:32:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:32:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:32:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:32:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:32:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:32:51.942  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:32:51.942  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@b706e81(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 21:33:05.671  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:33:05.672  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:33:05.672  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2f848faf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f508f35, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a8acb1a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@623855b2, containsSubquery=false)
2026-08-29 21:33:05.672  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:33:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1428
2026-08-29 21:33:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:33:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:33:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:33:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:33:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:33:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:33:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:33:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4ea9406c(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 21:33:25.517  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:33:25.517  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:33:25.517  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13a9b83b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e8fd8d8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61a7208a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5feb01c1, containsSubquery=false)
2026-08-29 21:33:25.517  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:33:45.524  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:33:45.524  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:33:45.524  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a14f7e2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14c97ac4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@9a38695, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7f3f00a2, containsSubquery=false)
2026-08-29 21:33:45.525  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:33:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1429
2026-08-29 21:33:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:33:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:33:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:33:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@60899cf9(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 21:33:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:33:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:33:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:33:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:34:05.504  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:34:05.504  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:34:05.504  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2f869d37, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7167384f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@11d2bfdd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6533d5dc, containsSubquery=false)
2026-08-29 21:34:05.504  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:34:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1430
2026-08-29 21:34:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:34:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:34:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3f29d40(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 21:34:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:34:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:34:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:34:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:34:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:34:25.501  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:34:25.501  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:34:25.501  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7be68b1a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5436d0a4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@186b9a66, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@587e3a85, containsSubquery=false)
2026-08-29 21:34:25.501  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:34:45.496  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:34:45.496  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:34:45.496  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@12a29ce5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@75b6f6e5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ea664ef, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@41936e06, containsSubquery=false)
2026-08-29 21:34:45.496  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:34:51.954  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1431
2026-08-29 21:34:51.954  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:34:51.955  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:34:51.955  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@418e5c27(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 21:34:51.973  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:34:51.974  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:34:51.974  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:34:51.974  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:34:51.974  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:35:05.563  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:35:05.563  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:35:05.563  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@24d8df9f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f1e213, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d03d8f3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@c59b9b3, containsSubquery=false)
2026-08-29 21:35:05.563  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:35:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1432
2026-08-29 21:35:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:35:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:35:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:35:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:35:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:35:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:35:21.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:35:21.945  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@786a8cfa(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 21:35:25.554  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:35:25.554  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:35:25.554  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@272d1cd8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1a9d8e68, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@392ad254, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e7ba68a, containsSubquery=false)
2026-08-29 21:35:25.554  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:35:45.478  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:35:45.478  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:35:45.478  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ae96500, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@73c09ad1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@31ab201, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@667c2017, containsSubquery=false)
2026-08-29 21:35:45.478  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:35:51.948  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1433
2026-08-29 21:35:51.948  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:35:51.957  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:35:51.960  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:35:51.960  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:35:51.960  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:35:51.960  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:35:51.961  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:35:51.963  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5040b79b(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 21:36:05.542  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:36:05.542  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:36:05.542  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@79617a2e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@404fc8fd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3f0d6bb8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@219f31ea, containsSubquery=false)
2026-08-29 21:36:05.542  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:36:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1434
2026-08-29 21:36:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:36:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:36:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@18abe25f(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 21:36:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:36:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:36:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:36:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:36:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:36:25.480  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:36:25.480  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:36:25.480  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19d0f98e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53aa21b5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27ef0f35, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@42db5b03, containsSubquery=false)
2026-08-29 21:36:25.480  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:36:45.508  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:36:45.508  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:36:45.508  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2592b803, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4469c27, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5d7010ce, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@20e0e6e7, containsSubquery=false)
2026-08-29 21:36:45.508  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:36:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1435
2026-08-29 21:36:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:36:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@54378484(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 21:36:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:36:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:36:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:36:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:36:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:37:05.525  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:37:05.525  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:37:05.525  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@d8545c8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b98a8ec, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ae3d57f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2cf31158, containsSubquery=false)
2026-08-29 21:37:05.525  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:37:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1436
2026-08-29 21:37:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:37:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:37:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7a3d6e9a(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 21:37:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:37:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:37:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:37:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:37:21.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:37:25.522  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:37:25.524  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:37:25.524  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5a761949, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6aa2dd6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@11997e32, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@698eaa2e, containsSubquery=false)
2026-08-29 21:37:25.524  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:37:45.626  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:37:45.626  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:37:45.626  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3f482b5c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d0d57dc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@763855fd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ab7b9d4, containsSubquery=false)
2026-08-29 21:37:45.626  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:37:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1437
2026-08-29 21:37:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:37:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:37:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4a381d8(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 21:37:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:37:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:37:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:37:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:37:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:38:05.599  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:38:05.600  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:38:05.600  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3eb4aae2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19d5f534, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42ff741d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6f65371e, containsSubquery=false)
2026-08-29 21:38:05.600  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:38:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1438
2026-08-29 21:38:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:38:21.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:38:21.940  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6b1df8c(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 21:38:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:38:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:38:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:38:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:38:21.941  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:38:25.469  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:38:25.469  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:38:25.469  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@14597528, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@72133485, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e0a8ccd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1ad431e4, containsSubquery=false)
2026-08-29 21:38:25.469  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:38:45.482  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:38:45.482  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:38:45.482  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7515ef3f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@59df1be0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1de4e0ee, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2e104249, containsSubquery=false)
2026-08-29 21:38:45.482  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:38:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1439
2026-08-29 21:38:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:38:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:38:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1034b952(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 21:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:38:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:39:05.519  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:39:05.519  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:39:05.519  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6021f440, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@e9fed47, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5796f3b6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6300f4d6, containsSubquery=false)
2026-08-29 21:39:05.519  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:39:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1440
2026-08-29 21:39:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:39:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:39:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:39:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:39:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:39:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:39:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6566a980(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 21:39:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:39:25.562  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:39:25.562  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:39:25.562  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@44947afd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28f22031, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@53e4dde, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@44eb0413, containsSubquery=false)
2026-08-29 21:39:25.562  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:39:45.551  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:39:45.552  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:39:45.552  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@65968e72, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@616953bf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1bd8d376, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2d7dfca1, containsSubquery=false)
2026-08-29 21:39:45.552  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:39:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1441
2026-08-29 21:39:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:39:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:39:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:39:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:39:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:39:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:39:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:39:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4609c076(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 21:40:05.650  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:40:05.650  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:40:05.650  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b68dd76, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43a8724f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16b26dba, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@62ea5857, containsSubquery=false)
2026-08-29 21:40:05.650  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:40:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1442
2026-08-29 21:40:21.967  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:40:21.969  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:40:21.969  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@46832534(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 21:40:21.969  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:40:21.969  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:40:21.969  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:40:21.969  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:40:21.969  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:40:25.674  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:40:25.674  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:40:25.674  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25a73e17, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1a2aafe0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5879a1b5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@51c3fd66, containsSubquery=false)
2026-08-29 21:40:25.674  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:40:45.514  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:40:45.514  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:40:45.514  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56900032, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7fd778ed, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e01ca1b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@382fd264, containsSubquery=false)
2026-08-29 21:40:45.514  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:40:51.942  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1443
2026-08-29 21:40:51.942  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:40:51.943  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:40:51.944  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@56a707ca(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 21:40:51.944  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:40:51.944  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:40:51.944  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:40:51.944  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:40:51.944  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:41:05.574  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:41:05.574  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:41:05.574  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5542c8bd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1c64f9b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3b03fe97, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@768136b9, containsSubquery=false)
2026-08-29 21:41:05.574  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:41:21.943  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1444
2026-08-29 21:41:21.943  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:41:21.944  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:41:21.945  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1d0ac360(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 21:41:21.945  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:41:21.945  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:41:21.945  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:41:21.945  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:41:21.945  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:41:25.758  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:41:25.758  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:41:25.758  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e39445, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3dc61f3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5fa55327, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f5decda, containsSubquery=false)
2026-08-29 21:41:25.759  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:41:45.493  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:41:45.493  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:41:45.493  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@69f4edf8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@106bcea7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3bcf07f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72c62519, containsSubquery=false)
2026-08-29 21:41:45.493  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:41:51.941  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1445
2026-08-29 21:41:51.941  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:41:51.943  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:41:51.944  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:41:51.944  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:41:51.944  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:41:51.944  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:41:51.944  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:41:51.944  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@64d433d8(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 21:42:05.476  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:42:05.477  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:42:05.477  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@354138d3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@67c6393a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1ffffbb3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@209bf189, containsSubquery=false)
2026-08-29 21:42:05.477  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:42:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1446
2026-08-29 21:42:21.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:42:21.943  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:42:21.944  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4b29feda(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 21:42:21.945  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:42:21.945  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:42:21.945  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:42:21.945  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:42:21.945  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:42:25.487  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:42:25.487  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:42:25.487  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@58f370e1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@342141fb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28bc493b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@206e157b, containsSubquery=false)
2026-08-29 21:42:25.487  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:42:45.487  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:42:45.487  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:42:45.487  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2efe73e5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@48d7ad4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b87e02d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b9532c2, containsSubquery=false)
2026-08-29 21:42:45.487  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:42:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1447
2026-08-29 21:42:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:42:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:42:51.941  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:42:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:42:51.942  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@36a88fac(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 21:42:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:42:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:42:51.942  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:43:05.483  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:43:05.483  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:43:05.483  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@413ce7a0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@189d75d9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3d40e34e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@447cb66d, containsSubquery=false)
2026-08-29 21:43:05.483  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:43:21.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1448
2026-08-29 21:43:21.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:43:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:43:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:43:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:43:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:43:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:43:21.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:43:21.940  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@22f46d55(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 21:43:25.491  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:43:25.491  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:43:25.491  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3aa72c6b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c9f0e68, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@320f85b1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@212a4791, containsSubquery=false)
2026-08-29 21:43:25.491  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:43:45.508  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:43:45.508  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:43:45.508  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@78695efa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ce05a4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@23641f2f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ba3d363, containsSubquery=false)
2026-08-29 21:43:45.508  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:43:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1449
2026-08-29 21:43:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:43:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:43:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1d21e3d5(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 21:43:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:43:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:43:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:43:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:43:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:44:05.591  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:44:05.591  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:44:05.591  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70c81b04, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@16c675b9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@83d6da7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@908a474, containsSubquery=false)
2026-08-29 21:44:05.591  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:44:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1450
2026-08-29 21:44:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:44:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:44:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@40104533(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 21:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:44:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:44:25.598  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:44:25.598  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:44:25.599  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@49e42539, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46ea51a2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e995492, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b22b0ad, containsSubquery=false)
2026-08-29 21:44:25.599  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:44:45.471  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:44:45.471  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:44:45.471  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ad7f145, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f22da22, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29df9cfa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2a8416b1, containsSubquery=false)
2026-08-29 21:44:45.471  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:44:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1451
2026-08-29 21:44:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:44:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:44:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6a4d07b(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 21:45:05.595  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:45:05.595  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:45:05.595  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5b082e4c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@53f418a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6853fbea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@93c76af, containsSubquery=false)
2026-08-29 21:45:05.595  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:45:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1452
2026-08-29 21:45:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:45:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:45:21.940  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6f3c1bdd(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 21:45:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:45:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:45:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:45:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:45:21.942  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:45:25.481  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:45:25.482  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:45:25.482  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@468a5213, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@31210ea4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@762ca62a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3ad1108a, containsSubquery=false)
2026-08-29 21:45:25.482  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:45:45.520  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:45:45.520  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:45:45.520  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@50145fe5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2737b48e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6930ee67, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18fb49cc, containsSubquery=false)
2026-08-29 21:45:45.520  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:45:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1453
2026-08-29 21:45:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:45:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:45:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:45:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:45:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:45:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@29dd3f05(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 21:45:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:46:05.560  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:46:05.561  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:46:05.561  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@23e27a2a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@65627a8b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70ff043a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4bac7a64, containsSubquery=false)
2026-08-29 21:46:05.561  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:46:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1454
2026-08-29 21:46:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:46:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:46:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:46:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:46:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:46:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:46:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:46:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1d0f254e(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 21:46:25.470  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:46:25.470  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:46:25.470  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f012244, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43f50e22, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@423a683f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33308551, containsSubquery=false)
2026-08-29 21:46:25.470  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:46:45.597  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:46:45.597  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:46:45.597  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@74ae786, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51fc182d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c0e1502, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b83afd0, containsSubquery=false)
2026-08-29 21:46:45.597  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:46:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1455
2026-08-29 21:46:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:46:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:46:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:46:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:46:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7780b41e(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 21:46:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:46:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:46:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:47:05.600  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:47:05.600  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:47:05.600  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@17b1cd29, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f512f77, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42d686fb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4bf44207, containsSubquery=false)
2026-08-29 21:47:05.600  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:47:21.941  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1456
2026-08-29 21:47:21.942  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:47:21.942  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:47:21.943  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4e932c33(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 21:47:21.943  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:47:21.943  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:47:21.943  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:47:21.943  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:47:21.944  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:47:25.548  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:47:25.548  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:47:25.548  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2e768fd4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ec3ca6d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@358f8337, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@65635de4, containsSubquery=false)
2026-08-29 21:47:25.548  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:47:45.598  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:47:45.598  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:47:45.598  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66f43e6e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2394bed5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ed21bc2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@ac0a549, containsSubquery=false)
2026-08-29 21:47:45.598  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:47:51.947  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1457
2026-08-29 21:47:51.947  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:47:51.949  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:47:51.950  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:47:51.950  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:47:51.950  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:47:51.950  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:47:51.950  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:47:51.955  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@34126208(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 21:48:05.534  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:48:05.534  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:48:05.534  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38dbb48d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f668924, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@75d4ecb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6225a3cd, containsSubquery=false)
2026-08-29 21:48:05.534  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:48:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1458
2026-08-29 21:48:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:48:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:48:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@25e2bcc6(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 21:48:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:48:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:48:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:48:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:48:25.528  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:48:25.529  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:48:25.529  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@328204f0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49e4aa49, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b7abcce, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e78cb0f, containsSubquery=false)
2026-08-29 21:48:25.529  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:48:45.490  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:48:45.491  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:48:45.491  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@31229909, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@18a127ba, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@71e111f9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@70151f4e, containsSubquery=false)
2026-08-29 21:48:45.491  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:48:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1459
2026-08-29 21:48:51.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:48:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:48:51.949  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:48:51.949  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:48:51.949  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:48:51.952  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:48:51.956  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:48:51.950  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6297cab2(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 21:49:05.515  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:49:05.515  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:49:05.515  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@786fcde5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@22d66fb0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@617ebf20, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e77d54b, containsSubquery=false)
2026-08-29 21:49:05.515  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:49:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1460
2026-08-29 21:49:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:49:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:49:21.944  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:49:21.944  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:49:21.944  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:49:21.944  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:49:21.944  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:49:21.946  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6703c9f7(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 21:49:25.620  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:49:25.620  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:49:25.620  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1044a5e7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5111127d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4241f064, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@38a19ffb, containsSubquery=false)
2026-08-29 21:49:25.620  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:49:45.584  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:49:45.584  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:49:45.584  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38058dd8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7142de4a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@608aaa0f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15cfb304, containsSubquery=false)
2026-08-29 21:49:45.584  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:49:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1461
2026-08-29 21:49:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:49:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:49:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:49:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5d782007(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 21:49:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:49:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:49:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:49:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:50:05.599  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:50:05.599  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:50:05.599  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3671a229, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@310a5068, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42f03f84, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ea558eb, containsSubquery=false)
2026-08-29 21:50:05.599  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:50:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1462
2026-08-29 21:50:21.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:50:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:50:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:50:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:50:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:50:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:50:21.942  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:50:21.942  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1e170b3a(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 21:50:25.488  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:50:25.488  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:50:25.488  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@39ef5bf5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61273d43, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ebaf4fd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e0b9b14, containsSubquery=false)
2026-08-29 21:50:25.488  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:50:45.486  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:50:45.486  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:50:45.486  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b5d9a5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@192e99d3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@b575f97, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@328d1e26, containsSubquery=false)
2026-08-29 21:50:45.486  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:50:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1463
2026-08-29 21:50:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:50:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4d0187f9(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 21:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:50:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:50:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:50:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:50:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:51:05.503  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:51:05.503  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:51:05.503  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d3e8367, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ace95f9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5ace5e28, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@52dd97f3, containsSubquery=false)
2026-08-29 21:51:05.504  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:51:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1464
2026-08-29 21:51:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:51:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:51:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@23c1c2a1(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 21:51:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:51:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:51:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:51:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:51:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:51:25.505  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:51:25.505  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:51:25.505  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@162d1bf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@35af691a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43f6a246, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73ca9a54, containsSubquery=false)
2026-08-29 21:51:25.506  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:51:45.492  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:51:45.493  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:51:45.493  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@580a5bb2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@637f7d38, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28ba60ed, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6f50d5f1, containsSubquery=false)
2026-08-29 21:51:45.493  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:51:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1465
2026-08-29 21:51:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:51:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:51:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@102f79ee(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 21:51:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:51:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:51:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:51:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:51:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:52:05.480  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:52:05.480  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:52:05.480  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@572c5dc4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@101237ec, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f6e412c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5726dbe7, containsSubquery=false)
2026-08-29 21:52:05.480  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:52:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1466
2026-08-29 21:52:21.941  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:52:21.962  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:52:21.978  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:52:21.978  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:52:21.978  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:52:21.978  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:52:21.980  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@25c0ba95(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 21:52:22.046  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:52:25.481  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:52:25.482  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:52:25.482  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b318f83, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3daa8a3c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22b52e10, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ab85b9a, containsSubquery=false)
2026-08-29 21:52:25.482  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:52:38.430  INFO 2501436 --- [quartzScheduler_Worker-1] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 21:52:45.521  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:52:45.521  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:52:45.521  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@34d1d968, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f319507, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@156dadad, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@17a5069, containsSubquery=false)
2026-08-29 21:52:45.522  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:52:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1467
2026-08-29 21:52:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:52:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:52:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4fb02113(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 21:52:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:52:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:52:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:52:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:52:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:53:05.483  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:53:05.483  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:53:05.483  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6f5e5002, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43f045aa, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6762a53, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ad32a08, containsSubquery=false)
2026-08-29 21:53:05.483  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:53:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1468
2026-08-29 21:53:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:53:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@456b8f34(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 21:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:53:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:53:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:53:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:53:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:53:25.503  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:53:25.503  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:53:25.503  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1d83e945, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79c10867, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@113d8cd2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@299dd03e, containsSubquery=false)
2026-08-29 21:53:25.503  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:53:45.635  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:53:45.635  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:53:45.635  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@33a0c26e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7259d8ef, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@979ce39, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4edcbf79, containsSubquery=false)
2026-08-29 21:53:45.636  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:53:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1469
2026-08-29 21:53:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:53:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:53:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@101e80ce(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 21:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:53:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:54:05.503  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:54:05.503  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:54:05.503  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a886818, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4852051c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7cbcd476, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19d8e0a4, containsSubquery=false)
2026-08-29 21:54:05.503  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:54:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1470
2026-08-29 21:54:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:54:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:54:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@d69ebb0(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 21:54:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:54:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:54:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:54:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:54:21.941  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:54:25.587  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:54:25.587  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:54:25.587  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5a34f854, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6aac3ba5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10d280c3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b9a0096, containsSubquery=false)
2026-08-29 21:54:25.587  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:54:45.484  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:54:45.484  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:54:45.484  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@17f3b8df, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@59154f8a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55a7b429, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@41084871, containsSubquery=false)
2026-08-29 21:54:45.493  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:54:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1471
2026-08-29 21:54:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:54:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@53fc0e6e(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 21:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:54:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:55:05.483  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:55:05.483  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:55:05.483  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a5d9fbd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ca7c260, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@74c15bfb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@387ef741, containsSubquery=false)
2026-08-29 21:55:05.483  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:55:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1472
2026-08-29 21:55:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:55:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:55:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:55:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:55:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:55:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:55:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4e556228(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 21:55:25.467  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:55:25.467  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:55:25.467  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@221f9558, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5dd45b5c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@40f3d5bd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@277a8757, containsSubquery=false)
2026-08-29 21:55:25.468  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:55:45.482  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:55:45.482  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:55:45.482  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16185b68, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55b55a5f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@75ea9240, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c5297f0, containsSubquery=false)
2026-08-29 21:55:45.482  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:55:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1473
2026-08-29 21:55:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:55:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:55:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@14a57bd4(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 21:55:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:55:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:55:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:55:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:55:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:56:05.623  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:56:05.623  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:56:05.623  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2abb7f31, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55d3d456, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f7ee38f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c39f999, containsSubquery=false)
2026-08-29 21:56:05.623  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:56:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1474
2026-08-29 21:56:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:56:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:56:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:56:21.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@8e93d27(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 21:56:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:56:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:56:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:56:21.941  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:56:25.476  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:56:25.477  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:56:25.477  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@17f6c9e5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4763c3ad, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c7e18cb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c10ed34, containsSubquery=false)
2026-08-29 21:56:25.477  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:56:45.478  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:56:45.478  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:56:45.478  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5dbf9353, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f5ea904, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61a17e90, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74bf535b, containsSubquery=false)
2026-08-29 21:56:45.478  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:56:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1475
2026-08-29 21:56:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:56:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:56:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7fbca532(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 21:56:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:56:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:57:05.625  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:57:05.625  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:57:05.625  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2bfb1164, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a1505a8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3233fa2f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d33b9e9, containsSubquery=false)
2026-08-29 21:57:05.625  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:57:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1476
2026-08-29 21:57:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:57:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:57:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@164513d2(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 21:57:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:57:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:57:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:57:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:57:21.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:57:25.552  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:57:25.552  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:57:25.552  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@48496aa8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3bacaaff, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7691e69a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5ab6a64d, containsSubquery=false)
2026-08-29 21:57:25.553  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:57:45.469  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:57:45.469  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:57:45.469  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f87f818, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5aea1a40, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5db10fac, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19720842, containsSubquery=false)
2026-08-29 21:57:45.469  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:57:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1477
2026-08-29 21:57:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:57:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:57:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:57:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:57:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:57:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:57:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:57:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6c43cd26(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 21:58:05.474  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:58:05.474  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:58:05.474  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7f555935, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@333279af, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e14fa7d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60a668f3, containsSubquery=false)
2026-08-29 21:58:05.474  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:58:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1478
2026-08-29 21:58:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:58:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:58:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:58:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:58:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:58:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:58:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@d0f2979(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 21:58:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:58:25.575  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:58:25.575  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:58:25.575  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@738d4426, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2d743522, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@32248ee0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@201eeb61, containsSubquery=false)
2026-08-29 21:58:25.575  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:58:45.494  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:58:45.494  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:58:45.494  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@338bdd1a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39b06444, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29c9b70, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5102e366, containsSubquery=false)
2026-08-29 21:58:45.494  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:58:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1479
2026-08-29 21:58:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:58:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:58:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:58:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:58:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:58:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:58:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:58:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7e457152(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 21:59:05.509  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:59:05.509  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:59:05.509  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b6b59b9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7188dd75, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3990cd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6fdda883, containsSubquery=false)
2026-08-29 21:59:05.509  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:59:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1480
2026-08-29 21:59:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:59:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:59:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:59:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:59:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:59:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:59:21.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 21:59:21.941  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@545f91cc(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 21:59:25.514  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:59:25.514  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:59:25.514  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@43c4172, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@365b543f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@666c2a62, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@649eae0f, containsSubquery=false)
2026-08-29 21:59:25.514  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:59:45.495  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 21:59:45.495  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 21:59:45.495  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ec607fb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5cb198c6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@201d8dcf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cb8243f, containsSubquery=false)
2026-08-29 21:59:45.495  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 21:59:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1481
2026-08-29 21:59:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 21:59:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 21:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 21:59:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3b5d0ad6(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 21:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 21:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 21:59:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:00:05.485  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:00:05.485  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:00:05.485  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@539fa8e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2d6ecf17, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d91c749, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f02aaaf, containsSubquery=false)
2026-08-29 22:00:05.485  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:00:21.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1482
2026-08-29 22:00:21.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:00:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:00:21.940  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7cf5e817(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 22:00:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:00:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:00:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:00:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:00:21.942  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:00:25.476  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:00:25.477  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:00:25.477  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f60ee9f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@38cde82f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6162835d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f11bc1e, containsSubquery=false)
2026-08-29 22:00:25.477  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:00:45.563  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:00:45.564  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:00:45.564  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6643ff9a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@30e821ad, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@341b2ce, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6346dc77, containsSubquery=false)
2026-08-29 22:00:45.564  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:00:51.967  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1483
2026-08-29 22:00:51.968  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:00:51.996  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:00:51.997  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:00:51.997  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:00:51.997  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:00:51.997  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:00:51.997  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:00:52.004  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@349caffa(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 22:01:05.483  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:01:05.484  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:01:05.484  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@329e0647, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b939e69, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@21eab870, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@28e10707, containsSubquery=false)
2026-08-29 22:01:05.484  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:01:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1484
2026-08-29 22:01:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:01:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:01:21.943  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:01:21.943  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:01:21.943  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:01:21.944  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:01:21.945  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6e31cfd(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 22:01:21.947  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:01:25.617  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:01:25.618  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:01:25.618  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@262efb70, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@59dd0e2c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ded2f4a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@48a5ccbe, containsSubquery=false)
2026-08-29 22:01:25.618  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:01:45.512  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:01:45.512  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:01:45.512  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@35968ef7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3af39fe1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@705004fb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f597cb3, containsSubquery=false)
2026-08-29 22:01:45.512  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:01:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1485
2026-08-29 22:01:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:01:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:01:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:01:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:01:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:01:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:01:51.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6d77d2ad(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 22:01:51.964  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:02:05.475  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:02:05.475  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:02:05.475  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@615db6ec, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e294ac1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@518fda10, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1119489, containsSubquery=false)
2026-08-29 22:02:05.475  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:02:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1486
2026-08-29 22:02:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:02:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:02:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:02:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@336c187e(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 22:02:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:02:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:02:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:02:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:02:25.453  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:02:25.453  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:02:25.453  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e67ee96, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@566f72e6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@651e6dc8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6862aa51, containsSubquery=false)
2026-08-29 22:02:25.453  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:02:35.817  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:02:35.817  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:02:35.817  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3dc0e4c8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@65776351, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@617dfbf1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1f0fa0e7, containsSubquery=false)
2026-08-29 22:02:35.817  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:02:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1487
2026-08-29 22:02:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:02:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:02:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:02:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:02:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:02:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:02:51.942  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:02:51.942  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@44a5ab9e(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 22:02:55.508  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:02:55.508  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:02:55.508  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d585172, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3dc51e1f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4cb98325, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7ee6a332, containsSubquery=false)
2026-08-29 22:02:55.508  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:03:15.477  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:03:15.477  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:03:15.477  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@192b1f9d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2dc10504, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5bbccdff, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2fd1305a, containsSubquery=false)
2026-08-29 22:03:15.478  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:03:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1488
2026-08-29 22:03:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:03:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:03:21.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7200cfb8(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 22:03:21.943  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:03:21.943  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:03:21.943  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:03:21.943  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:03:21.944  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:03:35.506  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:03:35.506  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:03:35.506  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5388bddb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3bb7733d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e3b2ab4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@65c96d50, containsSubquery=false)
2026-08-29 22:03:35.507  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:03:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1489
2026-08-29 22:03:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:03:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:03:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:03:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:03:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:03:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2d0d1271(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 22:03:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:03:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:03:55.491  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:03:55.491  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:03:55.491  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@555b5d72, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@31dd2532, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@327fa9de, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63ece3e, containsSubquery=false)
2026-08-29 22:03:55.491  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:04:15.525  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:04:15.525  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:04:15.525  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7cf9a746, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4e9850f6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@21a1522b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@399493ed, containsSubquery=false)
2026-08-29 22:04:15.525  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:04:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1490
2026-08-29 22:04:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:04:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:04:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:04:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:04:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:04:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:04:21.945  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:04:21.954  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2a85aeb5(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 22:04:35.496  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:04:35.496  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:04:35.496  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@414d3120, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1beb6b01, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5271b2c6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19774661, containsSubquery=false)
2026-08-29 22:04:35.496  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:04:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1491
2026-08-29 22:04:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:04:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:04:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7f13c47b(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 22:04:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:04:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:04:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:04:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:04:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:04:55.504  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:04:55.504  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:04:55.504  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5da90b3f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@63756d76, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@304c38cf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@34d3e12c, containsSubquery=false)
2026-08-29 22:04:55.504  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:05:15.611  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:05:15.611  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:05:15.611  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c097319, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b365af6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@d67f8a1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7f8a06e3, containsSubquery=false)
2026-08-29 22:05:15.611  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:05:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1492
2026-08-29 22:05:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:05:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:05:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:05:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:05:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:05:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:05:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@299ee24b(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 22:05:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:05:35.472  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:05:35.472  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:05:35.472  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6c55903, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f53eb77, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@64f61c3b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60ddaa0, containsSubquery=false)
2026-08-29 22:05:35.472  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:05:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1493
2026-08-29 22:05:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:05:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:05:51.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@35384466(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 22:05:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:05:51.941  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:05:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:05:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:05:51.942  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:05:55.521  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:05:55.522  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:05:55.522  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e27d229, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f3fd3e9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@56725e1a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@59c22bcf, containsSubquery=false)
2026-08-29 22:05:55.522  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:06:15.473  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:06:15.473  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:06:15.473  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4fde7d13, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@57a28bf9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e4f9786, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2aea1d96, containsSubquery=false)
2026-08-29 22:06:15.473  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:06:21.999  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1494
2026-08-29 22:06:22.000  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:06:22.135  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:06:22.137  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:06:22.137  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:06:22.137  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:06:22.137  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:06:22.138  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:06:22.138  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@158a6523(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 22:06:35.473  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:06:35.473  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:06:35.473  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40382206, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1312db70, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e38f5ce, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4144f9af, containsSubquery=false)
2026-08-29 22:06:35.473  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:06:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1495
2026-08-29 22:06:51.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:06:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:06:51.943  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:06:51.943  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:06:51.943  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:06:51.943  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:06:51.944  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:06:51.945  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5db2c5ee(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 22:06:55.495  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:06:55.495  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:06:55.495  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@11fff6d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@726f062c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45e948, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5566181a, containsSubquery=false)
2026-08-29 22:06:55.495  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:07:15.482  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:07:15.482  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:07:15.482  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2783363e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60580ed0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d7f3dc7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cfe8816, containsSubquery=false)
2026-08-29 22:07:15.482  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:07:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1496
2026-08-29 22:07:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:07:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:07:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3e9d8633(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 22:07:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:07:35.471  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:07:35.471  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:07:35.471  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@b7808a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2bbbc092, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5f4e3cc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63def7e, containsSubquery=false)
2026-08-29 22:07:35.471  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:07:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1497
2026-08-29 22:07:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:07:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:07:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@22a33b9e(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 22:07:55.552  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:07:55.552  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:07:55.552  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@127e6cd0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4cfd63fb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@502151a0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@bcf887, containsSubquery=false)
2026-08-29 22:07:55.553  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:08:15.470  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:08:15.470  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:08:15.470  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@493b967b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@224ea17a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69db9a3b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7a3fdb36, containsSubquery=false)
2026-08-29 22:08:15.470  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:08:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1498
2026-08-29 22:08:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:08:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:08:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:08:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:08:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:08:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:08:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@706531ec(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 22:08:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:08:35.466  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:08:35.466  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:08:35.466  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@50c3b7fc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@530b3655, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@216068a6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73ce2a1c, containsSubquery=false)
2026-08-29 22:08:35.466  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:08:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1499
2026-08-29 22:08:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:08:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:08:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:08:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@101a9900(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 22:08:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:08:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:08:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:08:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:08:55.536  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:08:55.536  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:08:55.536  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@521ed014, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1d15e1e9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@128e61c8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4ce98aaa, containsSubquery=false)
2026-08-29 22:08:55.536  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:09:15.483  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:09:15.484  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:09:15.484  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5860aa3c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b53de58, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@592d8c5c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5906f540, containsSubquery=false)
2026-08-29 22:09:15.484  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:09:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1500
2026-08-29 22:09:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:09:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:09:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:09:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:09:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:09:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:09:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:09:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@219e5941(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 22:09:35.699  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:09:35.700  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:09:35.700  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@59bf3eba, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ebd810f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@14d25a29, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@9a5f506, containsSubquery=false)
2026-08-29 22:09:35.700  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:09:51.942  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1501
2026-08-29 22:09:51.943  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:09:51.945  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:09:51.950  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:09:51.950  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:09:51.951  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:09:51.951  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:09:51.951  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@789bc613(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 22:09:51.952  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:09:55.484  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:09:55.485  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:09:55.485  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16047cd5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e6194f2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ca6b633, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2727832b, containsSubquery=false)
2026-08-29 22:09:55.485  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:10:15.482  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:10:15.482  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:10:15.482  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4eeab089, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d9c6dfc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@22d74512, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5629c48c, containsSubquery=false)
2026-08-29 22:10:15.482  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:10:21.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1502
2026-08-29 22:10:21.954  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:10:21.955  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:10:21.956  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:10:21.956  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:10:21.956  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:10:21.956  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:10:21.956  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:10:21.957  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4c516a64(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 22:10:35.474  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:10:35.474  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:10:35.474  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@188b8c1b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6389bb73, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7bccd08a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@43c8c3a, containsSubquery=false)
2026-08-29 22:10:35.474  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:10:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1503
2026-08-29 22:10:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:10:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:10:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:10:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1c967797(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 22:10:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:10:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:10:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:10:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:10:55.506  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:10:55.506  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:10:55.506  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@75585e2c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7bf3ee57, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@755a156e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55a8cffd, containsSubquery=false)
2026-08-29 22:10:55.507  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:11:15.483  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:11:15.483  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:11:15.483  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e5ee09, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6179f32d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6878502f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@10733d92, containsSubquery=false)
2026-08-29 22:11:15.483  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:11:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1504
2026-08-29 22:11:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:11:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:11:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:11:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:11:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:11:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:11:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1fcee175(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 22:11:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:11:35.496  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:11:35.496  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:11:35.496  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6b5c16af, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56bc02a0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@348b9cc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a6034e0, containsSubquery=false)
2026-08-29 22:11:35.496  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:11:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1505
2026-08-29 22:11:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:11:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:11:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@57bde99(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 22:11:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:11:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:11:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:11:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:11:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:11:55.515  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:11:55.516  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:11:55.516  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@762ee483, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f97d21c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d32eeb6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6485ac45, containsSubquery=false)
2026-08-29 22:11:55.516  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:12:15.601  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:12:15.601  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:12:15.601  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7c9e36e9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f2c3879, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62479aae, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@706c4eb7, containsSubquery=false)
2026-08-29 22:12:15.601  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:12:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1506
2026-08-29 22:12:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:12:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:12:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2d644d3f(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 22:12:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:12:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:12:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:12:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:12:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:12:35.521  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:12:35.521  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:12:35.521  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@233f13d3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@742da136, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@145f8a24, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7706ea75, containsSubquery=false)
2026-08-29 22:12:35.521  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:12:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1507
2026-08-29 22:12:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:12:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:12:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:12:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:12:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:12:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:12:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7055aea1(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 22:12:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:12:55.516  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:12:55.516  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:12:55.516  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@60851a6f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@265accca, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e34e14f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a02ba0f, containsSubquery=false)
2026-08-29 22:12:55.516  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:13:15.465  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:13:15.466  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:13:15.466  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@559dc58f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5786e60f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2dd446bd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40db18a9, containsSubquery=false)
2026-08-29 22:13:15.466  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:13:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1508
2026-08-29 22:13:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:13:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:13:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6a0d63dc(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 22:13:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:13:35.537  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:13:35.537  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:13:35.537  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@43830c5f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66a64a58, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6360fe2e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2ca77c8d, containsSubquery=false)
2026-08-29 22:13:35.537  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:13:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1509
2026-08-29 22:13:51.941  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:13:51.964  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:13:51.967  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:13:51.967  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:13:51.967  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:13:51.967  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:13:51.967  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7be3089(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 22:13:51.967  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:13:55.504  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:13:55.505  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:13:55.505  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3e7750dc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@732312f1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@290a1c7a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1db32454, containsSubquery=false)
2026-08-29 22:13:55.505  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:14:15.483  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:14:15.483  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:14:15.483  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6de08894, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@277d0055, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1cd18d7f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@179e9727, containsSubquery=false)
2026-08-29 22:14:15.483  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:14:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1510
2026-08-29 22:14:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:14:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:14:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:14:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4d309916(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 22:14:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:14:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:14:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:14:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:14:35.710  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:14:35.710  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:14:35.710  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5dbbe07, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@278803ee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d145279, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@289efb8b, containsSubquery=false)
2026-08-29 22:14:35.710  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:14:51.955  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1511
2026-08-29 22:14:51.956  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:14:51.956  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:14:51.957  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2f0f0d7b(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 22:14:51.957  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:14:51.958  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:14:51.958  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:14:51.958  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:14:51.958  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:14:55.525  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:14:55.525  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:14:55.525  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@654de770, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@303d2aca, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28a03967, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@64804f72, containsSubquery=false)
2026-08-29 22:14:55.525  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:15:15.745  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:15:15.746  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:15:15.746  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@59f52f71, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@798cc277, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f16c1b4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30ef381, containsSubquery=false)
2026-08-29 22:15:15.746  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:15:21.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1512
2026-08-29 22:15:21.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:15:21.942  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:15:21.943  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@75743957(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 22:15:21.946  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:15:21.946  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:15:21.946  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:15:21.946  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:15:21.948  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:15:35.566  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:15:35.566  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:15:35.566  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@596f9054, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5e0d67b1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@372a883d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1481b577, containsSubquery=false)
2026-08-29 22:15:35.566  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:15:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1513
2026-08-29 22:15:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:15:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:15:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@62f63d4f(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 22:15:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:15:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:15:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:15:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:15:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:15:55.531  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:15:55.532  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:15:55.532  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@48948c1d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1cfcdd58, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4fd2533e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e61380c, containsSubquery=false)
2026-08-29 22:15:55.532  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:16:15.528  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:16:15.530  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:16:15.530  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@469c9cdb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ba4fd5d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ba7f798, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7663c534, containsSubquery=false)
2026-08-29 22:16:15.530  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:16:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1514
2026-08-29 22:16:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:16:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:16:21.952  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:16:21.952  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:16:21.952  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:16:21.952  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:16:21.954  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:16:21.956  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3ac3a870(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 22:16:35.513  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:16:35.513  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:16:35.513  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1203086e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f4e085d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@41843363, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6fe79ba9, containsSubquery=false)
2026-08-29 22:16:35.513  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:16:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1515
2026-08-29 22:16:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:16:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:16:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:16:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:16:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:16:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:16:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:16:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@294a7742(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 22:16:55.491  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:16:55.491  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:16:55.491  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@754cad84, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17263352, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d44586d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55c7059c, containsSubquery=false)
2026-08-29 22:16:55.491  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:17:15.565  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:17:15.566  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:17:15.567  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@548a749e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1f3eb20e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@bd21fe2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@cd3d550, containsSubquery=false)
2026-08-29 22:17:15.567  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:17:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1516
2026-08-29 22:17:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:17:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:17:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3eef3864(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 22:17:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:17:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:17:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:17:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:17:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:17:35.506  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:17:35.507  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:17:35.507  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@78b04012, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b8ce678, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@174d86e4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3c476d8d, containsSubquery=false)
2026-08-29 22:17:35.507  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:17:51.940  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1517
2026-08-29 22:17:51.941  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:17:51.941  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:17:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:17:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:17:51.942  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5092c51c(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 22:17:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:17:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:17:51.944  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:17:55.506  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:17:55.506  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:17:55.506  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@149e23da, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a136ff4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@200193b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4f963b14, containsSubquery=false)
2026-08-29 22:17:55.507  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:18:15.526  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:18:15.527  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:18:15.527  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e539143, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e6cf389, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a73e691, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@547fa255, containsSubquery=false)
2026-08-29 22:18:15.527  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:18:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1518
2026-08-29 22:18:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:18:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:18:21.944  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:18:21.944  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:18:21.944  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:18:21.944  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:18:21.945  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@14911328(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 22:18:21.945  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:18:35.543  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:18:35.543  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:18:35.543  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2f6e04ab, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3278e150, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c20b1b1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@21882bbf, containsSubquery=false)
2026-08-29 22:18:35.543  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:18:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1519
2026-08-29 22:18:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:18:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:18:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:18:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:18:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:18:51.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7c52b714(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 22:18:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:18:51.946  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:18:55.576  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:18:55.576  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:18:55.576  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2ed01d76, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@d371283, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61c25a3b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53a89012, containsSubquery=false)
2026-08-29 22:18:55.576  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:19:15.531  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:19:15.532  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:19:15.532  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38bbe454, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@13cab8ee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5498bd9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6d5e6f1c, containsSubquery=false)
2026-08-29 22:19:15.533  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:19:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1520
2026-08-29 22:19:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:19:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:19:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:19:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:19:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:19:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:19:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6aac7706(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 22:19:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:19:35.615  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:19:35.616  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:19:35.616  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@ef99f72, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12ba8b59, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5373e36b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f2d9089, containsSubquery=false)
2026-08-29 22:19:35.616  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:19:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1521
2026-08-29 22:19:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:19:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:19:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:19:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:19:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:19:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:19:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@59649c7(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 22:19:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:19:55.492  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:19:55.492  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:19:55.492  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e1710f7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66a7134f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28748c36, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@541ec722, containsSubquery=false)
2026-08-29 22:19:55.492  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:20:15.490  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:20:15.490  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:20:15.490  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3cb3338e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@74e7fb84, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6d08af60, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3cac57c5, containsSubquery=false)
2026-08-29 22:20:15.490  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:20:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1522
2026-08-29 22:20:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:20:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:20:21.945  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2fb443d8(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 22:20:21.945  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:20:21.946  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:20:21.946  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:20:21.946  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:20:21.948  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:20:35.529  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:20:35.529  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:20:35.529  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@473f29c1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3dc38a1d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d6a97ab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@ba859f2, containsSubquery=false)
2026-08-29 22:20:35.529  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:20:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1523
2026-08-29 22:20:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:20:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:20:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:20:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:20:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:20:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:20:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:20:51.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3384b27c(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 22:20:55.546  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:20:55.547  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:20:55.547  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7c0e4a5a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1a615df5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@347eac69, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b9defaa, containsSubquery=false)
2026-08-29 22:20:55.547  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:21:15.521  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:21:15.521  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:21:15.521  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e08fead, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6bcb81be, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@23f56b8a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40ddb019, containsSubquery=false)
2026-08-29 22:21:15.521  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:21:21.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1524
2026-08-29 22:21:21.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:21:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:21:21.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1d125c65(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 22:21:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:21:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:21:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:21:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:21:21.942  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:21:35.538  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:21:35.539  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:21:35.539  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6d226c22, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@71f53609, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c884d03, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a2b5799, containsSubquery=false)
2026-08-29 22:21:35.539  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:21:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1525
2026-08-29 22:21:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:21:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:21:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:21:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:21:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:21:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:21:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:21:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@484b8250(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 22:21:55.600  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:21:55.600  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:21:55.600  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6db004d7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@41f5000, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a6401f4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26b38313, containsSubquery=false)
2026-08-29 22:21:55.600  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:22:15.496  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:22:15.507  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:22:15.507  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1c76ace5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7be9072c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3200c491, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@768af5fc, containsSubquery=false)
2026-08-29 22:22:15.507  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:22:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1526
2026-08-29 22:22:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:22:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:22:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:22:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3e4fe2cf(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 22:22:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:22:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:22:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:22:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:22:35.541  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:22:35.541  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:22:35.541  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@d0f64d4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@96df828, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7622fb73, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4f76ebff, containsSubquery=false)
2026-08-29 22:22:35.541  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:22:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1527
2026-08-29 22:22:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:22:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:22:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:22:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:22:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:22:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:22:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:22:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@18ce01a(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 22:22:55.534  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:22:55.534  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:22:55.534  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@164b54bd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@145712a2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52107e89, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7f739ee, containsSubquery=false)
2026-08-29 22:22:55.534  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:23:15.494  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:23:15.495  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:23:15.495  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3b9a69bf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3ba618bc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@486cc37e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c0bb2f1, containsSubquery=false)
2026-08-29 22:23:15.495  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:23:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1528
2026-08-29 22:23:21.941  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:23:21.945  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:23:21.964  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6ff142fd(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 22:23:21.965  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:23:21.965  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:23:21.965  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:23:21.965  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:23:21.969  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:23:35.556  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:23:35.556  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:23:35.556  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@51fd6b88, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61f67651, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d5b71ed, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1828ac2c, containsSubquery=false)
2026-08-29 22:23:35.556  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:23:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1529
2026-08-29 22:23:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:23:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4d22b4fa(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 22:23:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:23:55.473  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:23:55.473  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:23:55.473  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@ddd09e9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b76c091, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7869e9e9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3337229c, containsSubquery=false)
2026-08-29 22:23:55.473  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:24:15.491  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:24:15.491  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:24:15.491  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@497a487f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@525fa4a0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45b691e4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66bae7f5, containsSubquery=false)
2026-08-29 22:24:15.491  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:24:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1530
2026-08-29 22:24:21.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:24:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:24:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:24:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:24:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3b305460(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 22:24:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:24:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:24:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:24:35.639  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:24:35.639  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:24:35.639  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b661945, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6373bf01, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c4136cf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2655ee1a, containsSubquery=false)
2026-08-29 22:24:35.639  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:24:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1531
2026-08-29 22:24:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:24:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:24:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:24:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:24:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:24:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:24:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@14aa9a63(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 22:24:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:24:55.524  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:24:55.525  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:24:55.525  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@73ba8f67, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@13078076, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ad23d47, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5e7c4467, containsSubquery=false)
2026-08-29 22:24:55.525  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:25:15.520  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:25:15.521  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:25:15.521  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@23870ddc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3043e976, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6037d9a6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7a36afdc, containsSubquery=false)
2026-08-29 22:25:15.521  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:25:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1532
2026-08-29 22:25:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:25:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:25:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:25:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7e3bd225(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 22:25:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:25:35.464  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:25:35.464  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:25:35.464  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e50aa4c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@113bff05, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45b5be8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@62792ed3, containsSubquery=false)
2026-08-29 22:25:35.464  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:25:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1533
2026-08-29 22:25:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:25:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:25:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:25:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:25:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:25:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:25:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@831686d(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 22:25:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:25:55.467  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:25:55.467  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:25:55.467  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@715d4019, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a11bde6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6e14f903, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@319947df, containsSubquery=false)
2026-08-29 22:25:55.467  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:26:15.550  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:26:15.551  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:26:15.551  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ee56254, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@74b0849, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1067b50c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7731c172, containsSubquery=false)
2026-08-29 22:26:15.551  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:26:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1534
2026-08-29 22:26:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:26:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:26:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:26:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:26:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:26:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:26:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@afa91c4(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 22:26:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:26:35.677  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:26:35.677  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:26:35.677  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6da57924, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f2e9bd1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42e29a76, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@39c8ac48, containsSubquery=false)
2026-08-29 22:26:35.678  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:26:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1535
2026-08-29 22:26:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:26:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:26:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4e186125(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 22:26:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:26:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:26:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:26:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:26:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:26:55.484  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:26:55.484  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:26:55.484  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5da75c53, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1d3250d0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5772ef0d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6dfa01c0, containsSubquery=false)
2026-08-29 22:26:55.484  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:27:15.495  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:27:15.496  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:27:15.496  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bb79cdb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@742a9b60, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2eaa632, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@61e35327, containsSubquery=false)
2026-08-29 22:27:15.499  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:27:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1536
2026-08-29 22:27:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:27:21.946  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:27:21.949  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5e0bcec8(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 22:27:21.949  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:27:21.949  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:27:21.949  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:27:21.949  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:27:21.952  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:27:35.451  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:27:35.451  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:27:35.451  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@69e10a76, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@789e2f93, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8f203, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26e086cd, containsSubquery=false)
2026-08-29 22:27:35.451  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:27:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1537
2026-08-29 22:27:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:27:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:27:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:27:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:27:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:27:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:27:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:27:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@573c7ea0(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 22:27:55.452  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:27:55.452  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:27:55.452  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47c80744, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@501c5824, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4cf8d679, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@76a92e1, containsSubquery=false)
2026-08-29 22:27:55.452  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:28:15.451  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:28:15.451  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:28:15.451  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@b896038, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f1c7499, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@254401f2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1d3bf134, containsSubquery=false)
2026-08-29 22:28:15.452  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:28:21.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1538
2026-08-29 22:28:21.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:28:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:28:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:28:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:28:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:28:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:28:21.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:28:21.945  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@94a9ef6(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 22:28:35.468  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:28:35.468  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:28:35.468  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@21490879, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@428d94d8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@24f35db8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@bb51940, containsSubquery=false)
2026-08-29 22:28:35.468  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:28:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1539
2026-08-29 22:28:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:28:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:28:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:28:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:28:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@48483ace(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 22:28:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:28:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:28:55.481  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:28:55.481  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:28:55.481  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5855b689, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c84cab, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1da722d0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@670c810c, containsSubquery=false)
2026-08-29 22:28:55.481  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:29:15.451  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:29:15.451  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:29:15.451  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e8c2205, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78110579, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@74f69b74, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3109a1ee, containsSubquery=false)
2026-08-29 22:29:15.451  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:29:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1540
2026-08-29 22:29:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:29:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:29:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:29:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:29:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:29:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:29:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@59cf3a18(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 22:29:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:29:35.455  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:29:35.455  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:29:35.455  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6c4f67f5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@a6986fe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@19260841, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55a0c334, containsSubquery=false)
2026-08-29 22:29:35.455  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:29:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1541
2026-08-29 22:29:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:29:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:29:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:29:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:29:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:29:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4a9d455b(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 22:29:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:29:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:29:55.475  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:29:55.475  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:29:55.475  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6744b820, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e7793b2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@410738d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@65223368, containsSubquery=false)
2026-08-29 22:29:55.475  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:30:15.470  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:30:15.470  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:30:15.470  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2583492c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4245b4c8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@d5e8554, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58eb426a, containsSubquery=false)
2026-08-29 22:30:15.470  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:30:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1542
2026-08-29 22:30:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:30:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:30:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:30:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:30:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:30:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7d1f0bc0(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 22:30:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:30:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:30:35.458  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:30:35.458  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:30:35.458  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7cc69f14, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14e4afdd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1fff60eb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ab6bbd8, containsSubquery=false)
2026-08-29 22:30:35.458  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:30:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1543
2026-08-29 22:30:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:30:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:30:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:30:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:30:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5fc12f3e(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 22:30:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:30:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:30:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:30:55.451  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:30:55.451  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:30:55.451  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ac16544, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49a88f66, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@417f6fa6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@49bbbd54, containsSubquery=false)
2026-08-29 22:30:55.451  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:31:15.462  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:31:15.462  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:31:15.462  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6c650e52, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e31da7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@79fd217c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77354d84, containsSubquery=false)
2026-08-29 22:31:15.462  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:31:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1544
2026-08-29 22:31:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:31:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:31:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:31:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:31:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:31:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:31:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:31:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@35059dac(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 22:31:35.454  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:31:35.454  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:31:35.454  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76e52b88, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@501086ee, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6af2063, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@13904659, containsSubquery=false)
2026-08-29 22:31:35.454  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:31:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1545
2026-08-29 22:31:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:31:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:31:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:31:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@701e6cd6(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 22:31:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:31:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:31:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:31:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:31:55.452  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:31:55.452  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:31:55.452  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@515f5251, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@567376f2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@788695c9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26dc454a, containsSubquery=false)
2026-08-29 22:31:55.452  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:32:15.491  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:32:15.491  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:32:15.491  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@975ee37, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@77453a96, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47886098, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b775c64, containsSubquery=false)
2026-08-29 22:32:15.491  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:32:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1546
2026-08-29 22:32:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:32:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:32:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:32:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3b42c0bb(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 22:32:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:32:35.460  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:32:35.461  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:32:35.461  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2a6f8bf2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3abe9e0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@72bee5fd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@409ee055, containsSubquery=false)
2026-08-29 22:32:35.461  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:32:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1547
2026-08-29 22:32:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:32:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:32:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:32:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@41f4ef0(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 22:32:55.515  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:32:55.516  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:32:55.516  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2bfa160, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@628aa75b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d4a0493, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f27d8dd, containsSubquery=false)
2026-08-29 22:32:55.516  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:33:15.474  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:33:15.474  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:33:15.474  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3bcb223e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2c740d55, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@39393c9b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c536e04, containsSubquery=false)
2026-08-29 22:33:15.474  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:33:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1548
2026-08-29 22:33:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:33:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:33:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:33:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:33:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:33:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:33:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@373463dd(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 22:33:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:33:35.480  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:33:35.480  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:33:35.480  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13b463d8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c26d253, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@353e77c4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35b72583, containsSubquery=false)
2026-08-29 22:33:35.480  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:33:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1549
2026-08-29 22:33:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:33:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:33:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:33:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1e6b341f(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 22:33:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:33:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:33:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:33:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:33:55.452  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:33:55.452  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:33:55.453  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@176ffe1f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@24f59da3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@55594a32, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5725a839, containsSubquery=false)
2026-08-29 22:33:55.453  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:34:15.453  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:34:15.453  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:34:15.453  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3042911c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@124767e1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@37f56742, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56b38176, containsSubquery=false)
2026-08-29 22:34:15.453  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:34:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1550
2026-08-29 22:34:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:34:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:34:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:34:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:34:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:34:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:34:21.940  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@586637d6(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 22:34:21.946  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:34:35.453  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:34:35.453  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:34:35.453  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a8d1973, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@24c17b98, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@cab6949, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@68e62ec5, containsSubquery=false)
2026-08-29 22:34:35.454  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:34:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1551
2026-08-29 22:34:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:34:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:34:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6efb2f15(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 22:34:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:34:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:34:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:34:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:34:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:34:55.450  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:34:55.450  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:34:55.450  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6dfbe55a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@245556de, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29fcd613, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@12efb4d7, containsSubquery=false)
2026-08-29 22:34:55.451  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:35:15.497  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:35:15.497  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:35:15.497  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@248db687, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3079ed03, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c8aeaeb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53a9e209, containsSubquery=false)
2026-08-29 22:35:15.497  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:35:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1552
2026-08-29 22:35:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:35:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:35:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:35:21.954  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:35:21.954  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:35:21.954  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:35:21.954  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:35:21.941  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1b37b9b7(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 22:35:35.586  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:35:35.586  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:35:35.586  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16e95dec, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e2fd91f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f97a84e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3bc4d59e, containsSubquery=false)
2026-08-29 22:35:35.589  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:35:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1553
2026-08-29 22:35:51.939  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:35:51.943  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:35:51.946  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:35:51.948  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:35:51.948  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:35:51.948  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:35:51.947  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@df0d97(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 22:35:51.949  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:35:55.452  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:35:55.452  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:35:55.452  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5285feb0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1252fce6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@45cfcf55, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@23415b7f, containsSubquery=false)
2026-08-29 22:35:55.452  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:36:15.460  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:36:15.461  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:36:15.461  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3f48b777, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d90096, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@bf2e84e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75795ff4, containsSubquery=false)
2026-08-29 22:36:15.461  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:36:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1554
2026-08-29 22:36:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:36:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:36:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:36:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6200d15a(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 22:36:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:36:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:36:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:36:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:36:35.450  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:36:35.450  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:36:35.451  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5841b7a6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79458c47, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35494d2d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@576dc72f, containsSubquery=false)
2026-08-29 22:36:35.451  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:36:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1555
2026-08-29 22:36:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:36:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:36:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:36:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:36:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:36:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:36:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2d256e47(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 22:36:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:36:55.463  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:36:55.463  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:36:55.463  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3efb9d58, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46aaa06b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@378aeea8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@70cbc2d1, containsSubquery=false)
2026-08-29 22:36:55.463  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:37:15.460  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:37:15.460  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:37:15.460  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@368e6c83, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@8080bf5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68e56406, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5272ae3b, containsSubquery=false)
2026-08-29 22:37:15.460  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:37:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1556
2026-08-29 22:37:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:37:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:37:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:37:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@289bf6c8(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 22:37:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:37:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:37:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:37:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:37:35.462  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:37:35.462  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:37:35.462  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4841fc2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ac656e7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ad4bc8c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7abcd1d9, containsSubquery=false)
2026-08-29 22:37:35.462  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:37:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1557
2026-08-29 22:37:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:37:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:37:51.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5a6866db(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 22:37:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:37:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:37:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:37:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:37:51.941  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:37:55.458  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:37:55.458  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:37:55.458  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@36b74893, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b23cba5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5007ac2e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@ca5cb5e, containsSubquery=false)
2026-08-29 22:37:55.458  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:38:15.451  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:38:15.451  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:38:15.451  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7cbe596e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7697a7a7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27bcb450, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@121cfa2b, containsSubquery=false)
2026-08-29 22:38:15.451  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:38:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1558
2026-08-29 22:38:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:38:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:38:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:38:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:38:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:38:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7ce1187e(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 22:38:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:38:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:38:35.452  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:38:35.452  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:38:35.452  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5675ed5d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5fd9ecb7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2128bfbf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@8733f58, containsSubquery=false)
2026-08-29 22:38:35.453  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:38:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1559
2026-08-29 22:38:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:38:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:38:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:38:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:38:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@370f1085(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 22:38:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:38:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:38:55.462  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:38:55.463  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:38:55.463  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@d522589, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@31b11738, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1948398f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@47b7e141, containsSubquery=false)
2026-08-29 22:38:55.463  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:39:15.470  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:39:15.470  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:39:15.470  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@10c7f33f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f40e6b4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1be5700b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4a1a4452, containsSubquery=false)
2026-08-29 22:39:15.470  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:39:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1560
2026-08-29 22:39:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:39:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:39:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:39:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:39:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:39:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:39:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:39:21.940  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@daf92e(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 22:39:35.452  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:39:35.452  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:39:35.452  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ad5b35b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3343963e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4d94ade1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e33301f, containsSubquery=false)
2026-08-29 22:39:35.452  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:39:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1561
2026-08-29 22:39:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:39:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:39:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5f2fbf48(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 22:39:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:39:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:39:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:39:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:39:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:39:55.459  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:39:55.459  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:39:55.459  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@9d778fa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2273d0a5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3c3dbecb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@467e619, containsSubquery=false)
2026-08-29 22:39:55.460  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:40:15.559  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:40:15.559  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:40:15.559  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@14c3c405, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f1fcefd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@39b5c30f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@531b9a7e, containsSubquery=false)
2026-08-29 22:40:15.559  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:40:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1562
2026-08-29 22:40:21.947  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:40:21.947  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:40:21.948  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:40:21.948  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:40:21.948  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1e94c36a(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 22:40:21.948  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:40:21.948  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:40:21.948  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:40:35.515  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:40:35.515  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:40:35.515  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22fe77fd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5e282506, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3551d231, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a662e4b, containsSubquery=false)
2026-08-29 22:40:35.515  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:40:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1563
2026-08-29 22:40:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:40:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:40:51.946  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3f9ba290(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 22:40:51.946  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:40:51.949  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:40:51.949  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:40:51.949  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:40:51.950  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:40:55.482  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:40:55.483  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:40:55.483  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@45a97585, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78e098f1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36996dc8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c252d58, containsSubquery=false)
2026-08-29 22:40:55.483  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:41:15.461  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:41:15.461  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:41:15.461  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@11e8d971, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ae9ca00, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26c44cb3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@41a2bda6, containsSubquery=false)
2026-08-29 22:41:15.461  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:41:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1564
2026-08-29 22:41:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:41:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:41:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:41:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:41:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:41:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5f3c2b2(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 22:41:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:41:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:41:35.525  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:41:35.525  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:41:35.525  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@14e96708, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@c6f3b6c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f29137d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5dd7b380, containsSubquery=false)
2026-08-29 22:41:35.525  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:41:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1565
2026-08-29 22:41:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:41:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:41:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@452789f7(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 22:41:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:41:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:41:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:41:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:41:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:41:55.456  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:41:55.456  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:41:55.456  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@987bc3d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b73952e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70cd07ff, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@78a54656, containsSubquery=false)
2026-08-29 22:41:55.456  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:42:15.469  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:42:15.469  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:42:15.477  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@38b1b109, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b1fc164, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@11414757, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2495c6bd, containsSubquery=false)
2026-08-29 22:42:15.477  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:42:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1566
2026-08-29 22:42:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:42:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:42:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:42:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:42:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:42:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:42:21.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:42:21.940  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@280698b8(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 22:42:35.454  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:42:35.454  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:42:35.454  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@72733be6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@512f53f1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5b9a1e1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@54b191e6, containsSubquery=false)
2026-08-29 22:42:35.454  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:42:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1567
2026-08-29 22:42:51.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:42:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:42:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:42:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:42:51.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7e70ba4c(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 22:42:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:42:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:42:51.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:42:55.475  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:42:55.475  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:42:55.475  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@736530ea, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7062cb6b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@26b89bbf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@70553d87, containsSubquery=false)
2026-08-29 22:42:55.475  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:43:15.608  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:43:15.608  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:43:15.608  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7e4dde22, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2b706d4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1dccd363, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25a90af4, containsSubquery=false)
2026-08-29 22:43:15.608  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:43:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1568
2026-08-29 22:43:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:43:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:43:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2b9f6a95(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 22:43:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:43:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:43:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:43:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:43:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:43:35.467  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:43:35.467  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:43:35.467  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3532460e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@415439d2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@34806ab4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@59978ff8, containsSubquery=false)
2026-08-29 22:43:35.467  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:43:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1569
2026-08-29 22:43:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:43:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:43:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:43:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:43:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:43:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:43:51.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@63cedb63(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 22:43:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:43:55.504  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:43:55.504  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:43:55.504  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d9232b0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e78ed55, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@773b686, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@79615c84, containsSubquery=false)
2026-08-29 22:43:55.504  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:44:15.468  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:44:15.468  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:44:15.468  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@62466436, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@168bb265, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1973f542, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@134c7452, containsSubquery=false)
2026-08-29 22:44:15.468  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:44:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1570
2026-08-29 22:44:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:44:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@17f41fc2(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 22:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:44:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:44:35.458  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:44:35.458  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:44:35.458  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@77f7bcc9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2840a194, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@f1ad6a6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@47ca89f4, containsSubquery=false)
2026-08-29 22:44:35.458  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:44:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1571
2026-08-29 22:44:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:44:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@d82b5b2(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 22:44:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:44:55.480  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:44:55.481  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:44:55.481  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6fa72af9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b626b44, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2ba0ec40, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@57c6e62, containsSubquery=false)
2026-08-29 22:44:55.481  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:45:15.521  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:45:15.522  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:45:15.522  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a17c5a3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6793e608, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@62a5e3ee, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@47cb439d, containsSubquery=false)
2026-08-29 22:45:15.522  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:45:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1572
2026-08-29 22:45:21.939  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:45:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:45:21.941  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@73413b42(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 22:45:21.941  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:45:21.941  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:45:21.941  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:45:21.941  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:45:21.941  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:45:35.500  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:45:35.500  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:45:35.500  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7a083db9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@68630efd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@30b771cf, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@210349b1, containsSubquery=false)
2026-08-29 22:45:35.507  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:45:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1573
2026-08-29 22:45:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:45:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:45:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:45:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:45:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:45:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:45:51.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2f999837(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 22:45:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:45:55.467  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:45:55.467  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:45:55.467  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@67d6d915, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7665e938, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e5df1fa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3c182951, containsSubquery=false)
2026-08-29 22:45:55.467  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:46:15.479  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:46:15.479  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:46:15.479  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@cd798bb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@48e57a7e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17b0effe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4cf5ce1c, containsSubquery=false)
2026-08-29 22:46:15.479  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:46:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1574
2026-08-29 22:46:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:46:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:46:21.958  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:46:21.958  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@21d15eba(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 22:46:21.958  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:46:21.959  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:46:21.959  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:46:21.959  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:46:35.459  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:46:35.459  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:46:35.459  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4f5459d1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@78ff8426, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28ca453d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6425e759, containsSubquery=false)
2026-08-29 22:46:35.459  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:46:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1575
2026-08-29 22:46:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:46:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:46:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:46:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:46:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:46:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:46:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1659a92c(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 22:46:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:46:55.465  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:46:55.465  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:46:55.465  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4a28f333, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b583b9b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6dc58310, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@52ff9eec, containsSubquery=false)
2026-08-29 22:46:55.465  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:47:15.455  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:47:15.456  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:47:15.456  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@32d4e06f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5409b7f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@10a518c6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c5ac034, containsSubquery=false)
2026-08-29 22:47:15.456  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:47:21.944  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1576
2026-08-29 22:47:21.953  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:47:21.959  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:47:21.962  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:47:21.962  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:47:21.962  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:47:21.963  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:47:21.963  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:47:21.975  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@270837eb(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 22:47:35.463  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:47:35.464  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:47:35.464  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5b536c2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b0d9fe7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@145fd6a6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3fd22ab, containsSubquery=false)
2026-08-29 22:47:35.464  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:47:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1577
2026-08-29 22:47:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:47:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:47:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:47:51.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4cbd039(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 22:47:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:47:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:47:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:47:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:47:55.457  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:47:55.457  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:47:55.457  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@49d51283, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@45c2ad07, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29d180ab, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@38747527, containsSubquery=false)
2026-08-29 22:47:55.458  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:48:15.579  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:48:15.579  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:48:15.579  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@28557508, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@524b645b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ce9e9cd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5e81cda9, containsSubquery=false)
2026-08-29 22:48:15.579  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:48:21.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1578
2026-08-29 22:48:21.939  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:48:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:48:21.946  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:48:21.946  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:48:21.946  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@411a69d6(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 22:48:21.946  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:48:21.946  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:48:21.946  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:48:35.501  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:48:35.501  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:48:35.501  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2b68786, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b7f0113, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@360135eb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@61bc64c8, containsSubquery=false)
2026-08-29 22:48:35.501  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:48:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1579
2026-08-29 22:48:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:48:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:48:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@44f379cd(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 22:48:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:48:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:48:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:48:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:48:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:48:55.506  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:48:55.506  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:48:55.506  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@61e2040d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@ec44dea, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c1dadad, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6a46aa41, containsSubquery=false)
2026-08-29 22:48:55.506  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:49:15.510  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:49:15.510  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:49:15.510  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e81db27, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12a4c954, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@42569e92, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1a7f0f78, containsSubquery=false)
2026-08-29 22:49:15.510  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:49:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1580
2026-08-29 22:49:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:49:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:49:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:49:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:49:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:49:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:49:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2fa69772(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 22:49:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:49:35.470  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:49:35.470  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:49:35.470  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@36b9e0a9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b49d31f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5cfebb54, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2135bb2d, containsSubquery=false)
2026-08-29 22:49:35.470  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:49:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1581
2026-08-29 22:49:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:49:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:49:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4acc06eb(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 22:49:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:49:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:49:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:49:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:49:51.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:49:55.504  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:49:55.504  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:49:55.504  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@54e2081, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@183b7d93, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@87ce8f2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36346cf4, containsSubquery=false)
2026-08-29 22:49:55.504  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:50:15.513  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:50:15.513  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:50:15.513  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6072ea67, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49c1dfb5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@753f8dcd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4f6015a3, containsSubquery=false)
2026-08-29 22:50:15.513  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:50:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1582
2026-08-29 22:50:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:50:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:50:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:50:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:50:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5a458e26(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 22:50:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:50:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:50:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:50:35.487  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:50:35.487  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:50:35.487  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@28692ab6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1104d42b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36501b46, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@502af4a1, containsSubquery=false)
2026-08-29 22:50:35.488  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:50:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1583
2026-08-29 22:50:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:50:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3bac7940(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 22:50:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:50:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:50:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:50:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:50:51.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:50:55.590  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:50:55.590  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:50:55.590  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@611d822f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4fee0997, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1986c64f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@e8b446d, containsSubquery=false)
2026-08-29 22:50:55.590  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:51:15.483  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:51:15.483  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:51:15.483  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1cc44685, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5b803050, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25770898, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6c9d9b2d, containsSubquery=false)
2026-08-29 22:51:15.483  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:51:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1584
2026-08-29 22:51:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:51:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:51:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:51:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:51:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:51:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:51:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:51:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@621ba37a(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 22:51:35.470  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:51:35.470  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:51:35.470  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@105233a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@108895d1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1355d493, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f511c77, containsSubquery=false)
2026-08-29 22:51:35.470  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:51:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1585
2026-08-29 22:51:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:51:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:51:51.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@70b0fb53(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 22:51:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:51:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:51:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:51:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:51:51.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:51:55.478  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:51:55.487  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:51:55.487  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1964539f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ca6b73, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4e39e03a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@15d15564, containsSubquery=false)
2026-08-29 22:51:55.487  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:52:15.538  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:52:15.539  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:52:15.539  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@18dad08c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a0707f2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6dc6279a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@134f8932, containsSubquery=false)
2026-08-29 22:52:15.539  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:52:21.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1586
2026-08-29 22:52:21.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:52:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:52:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:52:21.940  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7fcd9e37(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 22:52:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:52:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:52:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:52:21.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:52:35.505  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:52:35.505  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:52:35.505  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@23053146, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@12b1ff9c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c80683d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@13e85914, containsSubquery=false)
2026-08-29 22:52:35.505  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:52:38.424  INFO 2501436 --- [quartzScheduler_Worker-2] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 22:52:51.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1587
2026-08-29 22:52:51.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:52:51.949  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:52:51.966  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@b834ada(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 22:52:51.967  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:52:51.967  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:52:51.967  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:52:51.967  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:52:51.967  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:52:55.478  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:52:55.478  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:52:55.478  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5084c10, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@14103a16, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4cfd49ce, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63fdd524, containsSubquery=false)
2026-08-29 22:52:55.478  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:53:15.493  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:53:15.494  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:53:15.494  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ab8e744, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@427db4bb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@368e49d5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75df43dc, containsSubquery=false)
2026-08-29 22:53:15.494  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:53:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1588
2026-08-29 22:53:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:53:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:53:21.940  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5db2c152(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 22:53:21.941  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:53:21.941  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:53:21.941  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:53:21.941  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:53:21.941  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:53:35.484  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:53:35.484  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:53:35.484  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@d137df1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@153380d5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28a41876, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@24d5176f, containsSubquery=false)
2026-08-29 22:53:35.484  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:53:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1589
2026-08-29 22:53:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:53:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:53:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1b5e8108(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 22:53:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:53:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:53:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:53:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:53:51.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:53:55.488  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:53:55.488  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:53:55.488  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ea5d61e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4961aa1d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68e4c699, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a249b7b, containsSubquery=false)
2026-08-29 22:53:55.488  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:54:15.474  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:54:15.474  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:54:15.474  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5b157a3e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@60f9186b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7c5651c5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@c9b35db, containsSubquery=false)
2026-08-29 22:54:15.474  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:54:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1590
2026-08-29 22:54:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:54:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:54:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:54:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:54:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:54:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:54:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7358e309(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 22:54:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:54:35.506  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:54:35.507  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:54:35.507  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6097b238, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19d4d509, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@14aadfcb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74b5fb48, containsSubquery=false)
2026-08-29 22:54:35.507  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:54:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1591
2026-08-29 22:54:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:54:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7b853a12(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 22:54:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:54:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:54:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:54:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:54:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:54:55.469  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:54:55.469  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:54:55.469  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7f127dee, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@44bd1031, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28acbc0a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@23361728, containsSubquery=false)
2026-08-29 22:54:55.469  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:55:15.504  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:55:15.505  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:55:15.505  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@23ff928b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@26b53441, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@774a4ec3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@356eb49, containsSubquery=false)
2026-08-29 22:55:15.505  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:55:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1592
2026-08-29 22:55:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:55:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:55:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1c1b5305(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 22:55:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:55:35.502  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:55:35.502  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:55:35.502  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@409de61c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2036063c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@68d74dc9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a76aad3, containsSubquery=false)
2026-08-29 22:55:35.502  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:55:51.981  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1593
2026-08-29 22:55:51.981  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:55:51.982  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:55:51.983  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@45cf58c6(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 22:55:51.983  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:55:51.983  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:55:51.983  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:55:51.983  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:55:51.983  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:55:55.459  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:55:55.459  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:55:55.459  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@63f04f1d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@313522c3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@46eca9ed, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6fb4fd73, containsSubquery=false)
2026-08-29 22:55:55.459  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:56:15.484  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:56:15.484  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:56:15.484  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1ff86152, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1552fc3e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4c040ba1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@f749cf5, containsSubquery=false)
2026-08-29 22:56:15.484  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:56:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1594
2026-08-29 22:56:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:56:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:56:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@70b9451d(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 22:56:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:56:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:56:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:56:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:56:35.508  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:56:35.508  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:56:35.508  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@34e919c7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7699ec3f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@35794365, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3afd0b0f, containsSubquery=false)
2026-08-29 22:56:35.508  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:56:51.968  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1595
2026-08-29 22:56:51.969  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:56:51.970  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:56:51.972  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:56:51.972  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:56:51.972  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:56:51.972  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:56:51.972  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@114f044d(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 22:56:51.972  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:56:55.473  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:56:55.473  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:56:55.473  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5c934d8c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@475c959, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a690f9e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74f86992, containsSubquery=false)
2026-08-29 22:56:55.473  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:57:15.512  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:57:15.512  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:57:15.512  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2e3511f8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@77d5a8bc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@30f75ad8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6c6c05ea, containsSubquery=false)
2026-08-29 22:57:15.512  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:57:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1596
2026-08-29 22:57:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:57:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:57:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:57:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:57:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:57:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:57:21.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:57:21.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1ad3593a(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 22:57:35.478  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:57:35.478  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:57:35.478  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@29aa90f8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4c27227a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@27f9be3c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7d0974e8, containsSubquery=false)
2026-08-29 22:57:35.478  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:57:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1597
2026-08-29 22:57:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:57:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:57:51.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@27c14d81(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 22:57:51.950  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:57:51.950  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:57:51.950  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:57:51.950  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:57:51.950  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:57:55.515  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:57:55.516  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:57:55.516  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66acf78f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@15da12a2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@727d915, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@766f5151, containsSubquery=false)
2026-08-29 22:57:55.516  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:58:15.466  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:58:15.466  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:58:15.466  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@ff662fb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f6869b3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ba8bf8a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2839f711, containsSubquery=false)
2026-08-29 22:58:15.466  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:58:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1598
2026-08-29 22:58:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:58:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:58:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:58:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:58:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:58:21.938  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:58:21.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@689d4cd0(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 22:58:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:58:35.460  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:58:35.460  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:58:35.460  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@711fe1ce, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@73e51595, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@613a7ca1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7cb8b6f2, containsSubquery=false)
2026-08-29 22:58:35.460  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:58:45.721  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:58:45.722  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:58:45.722  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@79867559, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6a10c6b4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c260f22, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4db722a1, containsSubquery=false)
2026-08-29 22:58:45.722  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:58:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1599
2026-08-29 22:58:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:58:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:58:51.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2e652752(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 22:58:51.945  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:58:51.945  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:58:51.945  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:58:51.945  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:58:51.949  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:59:05.510  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:59:05.510  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:59:05.510  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@17643c6f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@718d4f9f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7131a1b4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1afd9d25, containsSubquery=false)
2026-08-29 22:59:05.510  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:59:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1600
2026-08-29 22:59:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:59:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:59:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@754e8c69(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 22:59:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:59:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:59:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:59:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:59:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 22:59:25.521  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:59:25.521  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:59:25.521  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76d99fc2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6b13ed2f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@568092b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b0648bd, containsSubquery=false)
2026-08-29 22:59:25.521  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:59:45.504  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 22:59:45.504  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 22:59:45.504  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5591bc42, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28be5500, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7f337b40, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@59ffaf8a, containsSubquery=false)
2026-08-29 22:59:45.504  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 22:59:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1601
2026-08-29 22:59:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 22:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 22:59:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@30a1ef56(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 22:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 22:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 22:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 22:59:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:00:05.563  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:00:05.563  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:00:05.563  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f5de516, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d3a4fcf, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d86f34c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@23badaf5, containsSubquery=false)
2026-08-29 23:00:05.563  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:00:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1602
2026-08-29 23:00:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:00:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:00:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:00:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:00:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:00:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:00:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:00:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1806b989(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:00:25.513  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:00:25.513  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:00:25.513  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47122596, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4687d56c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@732c9296, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@60abe157, containsSubquery=false)
2026-08-29 23:00:25.513  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:00:45.505  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:00:45.505  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:00:45.506  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@441f4c3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2a671259, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f1635f8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@43740c1b, containsSubquery=false)
2026-08-29 23:00:45.506  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:00:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1603
2026-08-29 23:00:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:00:51.944  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:00:51.946  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@568f9a4f(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:00:51.946  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:00:51.946  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:00:51.946  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:00:51.946  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:00:51.946  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:01:05.485  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:01:05.485  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:01:05.485  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@30592f89, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7a4802d6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@377fbb0b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c4d49ce, containsSubquery=false)
2026-08-29 23:01:05.486  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:01:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1604
2026-08-29 23:01:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:01:21.943  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:01:21.944  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:01:21.944  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:01:21.944  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:01:21.944  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:01:21.944  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:01:21.944  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@394af367(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:01:25.493  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:01:25.493  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:01:25.493  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@325740d0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5855c44b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@670123f6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@588d31b, containsSubquery=false)
2026-08-29 23:01:25.493  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:01:45.508  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:01:45.508  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:01:45.508  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2cdf005e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@379985af, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ff823c5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@364731ef, containsSubquery=false)
2026-08-29 23:01:45.508  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:01:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1605
2026-08-29 23:01:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:01:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:01:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:01:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:01:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:01:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@20906dce(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:01:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:01:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:02:05.782  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:02:05.783  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:02:05.783  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@678becd3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3737890e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@129fac82, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@38aa116d, containsSubquery=false)
2026-08-29 23:02:05.783  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:02:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1606
2026-08-29 23:02:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:02:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:02:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3d257b27(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:02:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:02:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:02:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:02:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:02:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:02:25.526  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:02:25.526  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:02:25.526  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@47df9a5c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@dad1be0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@16ed89c0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2c93a67c, containsSubquery=false)
2026-08-29 23:02:25.527  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:02:45.486  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:02:45.486  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:02:45.486  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@16a31f67, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4968ab50, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7a65d54c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58d2eb55, containsSubquery=false)
2026-08-29 23:02:45.486  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:02:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1607
2026-08-29 23:02:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:02:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:02:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3e00c115(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:02:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:02:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:02:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:02:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:02:51.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:03:05.520  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:03:05.520  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:03:05.522  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@58a98ad9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3a4f5a7b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1df0eaee, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a566bb9, containsSubquery=false)
2026-08-29 23:03:05.522  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:03:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1608
2026-08-29 23:03:21.972  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:03:21.976  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:03:21.977  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:03:21.977  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:03:21.977  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:03:21.977  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:03:21.977  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:03:21.981  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@13726502(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:03:25.516  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:03:25.516  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:03:25.516  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@247964c1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@28195fb0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@756c1942, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5a66e895, containsSubquery=false)
2026-08-29 23:03:25.516  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:03:45.464  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:03:45.464  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:03:45.464  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6eca7115, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7b0ce3f4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6950e2de, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@192b268a, containsSubquery=false)
2026-08-29 23:03:45.464  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:03:51.947  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1609
2026-08-29 23:03:51.948  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:03:51.957  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:03:51.961  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:03:51.961  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:03:51.961  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:03:51.961  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:03:51.962  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:03:51.963  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@35c69b31(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:03:55.545  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:03:55.545  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:03:55.545  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@761518ff, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3997d693, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@36512764, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2497b643, containsSubquery=false)
2026-08-29 23:03:55.545  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:04:15.558  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:04:15.558  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:04:15.558  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5eccf171, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61f583a3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6be6b30b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2fcd4895, containsSubquery=false)
2026-08-29 23:04:15.558  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:04:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1610
2026-08-29 23:04:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:04:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:04:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:04:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:04:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:04:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2844633c(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:04:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:04:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:04:35.513  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:04:35.513  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:04:35.513  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@138cbd5d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@47703b6d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1137d911, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@10a01d59, containsSubquery=false)
2026-08-29 23:04:35.514  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:04:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1611
2026-08-29 23:04:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:04:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:04:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:04:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5d76e262(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:04:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:04:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:04:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:04:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:04:55.505  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:04:55.512  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:04:55.512  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@15255aae, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1561ffd4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5fbacc9d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@ae313dd, containsSubquery=false)
2026-08-29 23:04:55.512  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:05:15.662  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:05:15.662  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:05:15.662  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1e5b74d9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49be61c1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@114187ea, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@ca0845b, containsSubquery=false)
2026-08-29 23:05:15.662  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:05:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1612
2026-08-29 23:05:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:05:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:05:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:05:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:05:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:05:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:05:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5811e3ce(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:05:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:05:35.498  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:05:35.498  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:05:35.498  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@796c64b8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66897484, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@580299eb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b99e9e0, containsSubquery=false)
2026-08-29 23:05:35.498  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:05:51.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1613
2026-08-29 23:05:51.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:05:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:05:51.946  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4a46cfa7(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:05:51.946  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:05:51.946  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:05:51.946  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:05:51.946  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:05:51.946  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:05:55.486  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:05:55.486  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:05:55.486  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3c3d738, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6caac86b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a78ecc4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3b6194ab, containsSubquery=false)
2026-08-29 23:05:55.486  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:06:05.985  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:06:05.985  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:06:05.985  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@15daa20f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6062df3d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4105c9d2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@22f49923, containsSubquery=false)
2026-08-29 23:06:05.986  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:06:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1614
2026-08-29 23:06:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:06:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:06:21.947  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:06:21.955  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2ff450c3(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:06:21.960  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:06:21.960  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:06:21.960  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:06:21.965  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:06:25.482  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:06:25.482  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:06:25.482  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2bd3d5aa, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7aa2093d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@d1167e2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@65e07b44, containsSubquery=false)
2026-08-29 23:06:25.483  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:06:35.535  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:06:35.536  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:06:35.536  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@635388e9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6c1de6fc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@647234b3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e56138f, containsSubquery=false)
2026-08-29 23:06:35.536  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:06:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1615
2026-08-29 23:06:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:06:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:06:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@393f8a01(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:06:51.943  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:06:51.943  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:06:51.943  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:06:51.943  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:06:51.950  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:06:55.521  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:06:55.521  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:06:55.521  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@33ecd9f5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f8ede88, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@75ac330a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@56066dad, containsSubquery=false)
2026-08-29 23:06:55.522  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:07:15.505  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:07:15.505  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:07:15.505  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@104a0c41, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3e9ba270, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@29e54d35, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5181fd2c, containsSubquery=false)
2026-08-29 23:07:15.505  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:07:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1616
2026-08-29 23:07:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:07:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:07:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7b73293e(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:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:07:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:07:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:07:35.509  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:07:35.509  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:07:35.509  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1a2ba479, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4f4b7f0a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@48b48495, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74cfc54e, containsSubquery=false)
2026-08-29 23:07:35.509  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:07:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1617
2026-08-29 23:07:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:07:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:07:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:07:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:07:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4de5bd41(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:07:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:07:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:07:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:07:55.496  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:07:55.497  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:07:55.497  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5f31d5b4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50f66c46, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d365483, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@b7bcee6, containsSubquery=false)
2026-08-29 23:07:55.497  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:08:15.531  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:08:15.531  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:08:15.531  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@543bb4b4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@f0f6ac0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52b0b884, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f49abe2, containsSubquery=false)
2026-08-29 23:08:15.531  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:08:21.942  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1618
2026-08-29 23:08:21.967  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:08:22.010  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:08:22.015  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7b88d550(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:08:22.022  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:08:22.022  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:08:22.022  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:08:22.022  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:08:22.055  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:08:35.511  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:08:35.511  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:08:35.511  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@76e30a79, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@42dbab4f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@ca4d83c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@c0a1549, containsSubquery=false)
2026-08-29 23:08:35.511  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:08:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1619
2026-08-29 23:08:51.954  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:08:51.981  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:08:51.989  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5151ed73(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:08:52.011  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:08:52.012  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:08:52.012  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:08:52.012  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:08:52.012  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:08:55.456  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:08:55.456  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:08:55.456  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@366ec58c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6275116a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@423eb1c1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2dafe182, containsSubquery=false)
2026-08-29 23:08:55.456  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:09:15.463  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:09:15.463  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:09:15.463  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@37084583, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58c75183, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@db2d82e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@77046886, containsSubquery=false)
2026-08-29 23:09:15.463  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:09:21.947  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1620
2026-08-29 23:09:21.951  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:09:21.958  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:09:21.960  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:09:21.960  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@29c452ac(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:09:21.961  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:09:21.961  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:09:21.961  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:09:21.962  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:09:35.467  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:09:35.468  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:09:35.468  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@35e6b7fd, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d718b57, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1d3597e1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3dcb6565, containsSubquery=false)
2026-08-29 23:09:35.468  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:09:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1621
2026-08-29 23:09:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:09:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:09:51.944  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:09:51.944  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:09:51.944  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:09:51.944  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:09:51.946  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5eec7a98(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:09:51.946  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:09:55.481  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:09:55.482  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:09:55.482  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3dde6b7e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1666cb04, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@11ce283e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1972bd55, containsSubquery=false)
2026-08-29 23:09:55.482  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:10:15.490  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:10:15.490  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:10:15.490  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7af8bb, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@520d2ec8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2488fd85, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@645d5a7b, containsSubquery=false)
2026-08-29 23:10:15.491  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:10:21.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1622
2026-08-29 23:10:21.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:10:21.943  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:10:21.961  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:10:21.962  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:10:21.962  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:10:21.962  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:10:21.962  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:10:21.966  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@68c93c13(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:10:25.703  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:10:25.704  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:10:25.704  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5a8364c7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d0022fc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@52d38635, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ed648be, containsSubquery=false)
2026-08-29 23:10:25.704  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:10:45.548  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:10:45.548  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:10:45.548  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7492c020, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@19019aec, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ff6d75, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7a579d50, containsSubquery=false)
2026-08-29 23:10:45.548  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:10:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1623
2026-08-29 23:10:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:10:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:10:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@39860f2a(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:10:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:10:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:10:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:10:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:10:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:11:05.480  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:11:05.480  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:11:05.480  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1f7a98b3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@29621180, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@61c46453, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@526ca359, containsSubquery=false)
2026-08-29 23:11:05.480  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:11:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1624
2026-08-29 23:11:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:11:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:11:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@56006329(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:11:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:11:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:11:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:11:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:11:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:11:25.489  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:11:25.489  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:11:25.489  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@b221be9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@74b2605, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b07c40, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@104c1dde, containsSubquery=false)
2026-08-29 23:11:25.489  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:11:45.492  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:11:45.493  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:11:45.493  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@607c1f3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@61612f5d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@50fe1c37, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@13bca016, containsSubquery=false)
2026-08-29 23:11:45.493  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:11:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1625
2026-08-29 23:11:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:11:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:11:51.941  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@46246aaa(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:11:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:11:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:11:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:11:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:11:51.942  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:12:05.478  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:12:05.479  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:12:05.479  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b586db5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@226e570a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@694b5484, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ee38518, containsSubquery=false)
2026-08-29 23:12:05.479  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:12:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1626
2026-08-29 23:12:21.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:12:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:12:21.943  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1181add(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:12:21.945  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:12:21.945  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:12:21.945  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:12:21.945  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:12:21.949  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:12:25.483  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:12:25.483  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:12:25.483  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@379bb495, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43cd3aed, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@49418645, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@653b7817, containsSubquery=false)
2026-08-29 23:12:25.483  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:12:45.525  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:12:45.525  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:12:45.525  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@40f168c1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39cb93c2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17323a02, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3a4a2d2d, containsSubquery=false)
2026-08-29 23:12:45.525  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:12:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1627
2026-08-29 23:12:51.940  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:12:51.951  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:12:51.952  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:12:51.952  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:12:51.952  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:12:51.952  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:12:51.952  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:12:51.952  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@11a457c0(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:13:05.481  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:13:05.481  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:13:05.481  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@618b811c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5afe025d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a3d0f6a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@dc78374, containsSubquery=false)
2026-08-29 23:13:05.481  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:13:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1628
2026-08-29 23:13:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:13:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:13:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:13:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:13:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:13:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:13:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5728c2f9(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:13:25.461  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:13:25.461  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:13:25.461  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3f15b17c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1bb2daeb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@391ef475, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@235d22fa, containsSubquery=false)
2026-08-29 23:13:25.461  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:13:45.519  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:13:45.519  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:13:45.519  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@66d21509, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@13ca1654, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2fafbb0a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@778925d6, containsSubquery=false)
2026-08-29 23:13:45.519  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:13:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1629
2026-08-29 23:13:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:13:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:13:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6f699bd0(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:13:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:13:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:13:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:13:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:13:51.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:14:05.516  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:14:05.516  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:14:05.516  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@59b84a36, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@66a6b90f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a7b8ac4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3a568712, containsSubquery=false)
2026-08-29 23:14:05.516  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:14:21.950  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1630
2026-08-29 23:14:21.955  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:14:21.958  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:14:21.959  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:14:21.959  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:14:21.959  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:14:21.959  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:14:21.960  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:14:21.961  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3931fb4(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:14:25.482  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:14:25.482  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:14:25.482  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@77919454, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3cc5aad0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@208db1dd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b15955a, containsSubquery=false)
2026-08-29 23:14:25.482  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:14:45.530  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:14:45.531  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:14:45.531  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2518b179, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@635d9f2d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ee4a1a9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7e12808a, containsSubquery=false)
2026-08-29 23:14:45.531  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:14:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1631
2026-08-29 23:14:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:14:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:14:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:14:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:14:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:14:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@637d1d6f(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:14:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:14:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:15:05.483  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:15:05.484  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:15:05.484  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@15202ad8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56f3336c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51b0ef8a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2f58f37b, containsSubquery=false)
2026-08-29 23:15:05.484  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:15:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1632
2026-08-29 23:15:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:15:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:15:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6f75dfc0(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:15:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:15:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:15:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:15:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:15:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:15:25.482  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:15:25.483  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:15:25.483  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1769b17c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@182e3237, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a26f9f9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1948ca70, containsSubquery=false)
2026-08-29 23:15:25.483  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:15:45.462  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:15:45.462  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:15:45.462  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@641f4f68, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@cd61bff, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@702becdd, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@23ba01ce, containsSubquery=false)
2026-08-29 23:15:45.462  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:15:51.946  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1633
2026-08-29 23:15:51.946  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:15:51.947  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:15:51.978  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:15:51.979  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:15:51.979  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:15:51.979  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:15:52.009  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6fbf89c6(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:15:51.979  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:16:05.515  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:16:05.515  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:16:05.515  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@86b8bc8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@397a6cff, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@406c8c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@676bb744, containsSubquery=false)
2026-08-29 23:16:05.515  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:16:21.988  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1634
2026-08-29 23:16:21.989  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:16:22.002  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:16:22.016  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:16:22.021  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:16:22.021  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:16:22.021  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:16:22.023  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:16:22.044  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@20ad6e74(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:16:25.537  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:16:25.537  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:16:25.537  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4bc57ca8, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@49ddcb3c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1c2659ec, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4d2e025d, containsSubquery=false)
2026-08-29 23:16:25.537  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:16:45.513  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:16:45.513  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:16:45.513  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@14dcf6fe, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d3e5c7f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5dc8082d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5d7b4aa8, containsSubquery=false)
2026-08-29 23:16:45.513  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:16:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1635
2026-08-29 23:16:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:16:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:16:51.957  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3522f446(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:16:51.960  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:16:51.960  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:16:51.960  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:16:51.960  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:16:51.991  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:17:05.563  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:17:05.629  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:17:05.630  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42e35800, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f2c3289, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c7a9278, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c17dfa3, containsSubquery=false)
2026-08-29 23:17:05.630  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:17:21.950  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1636
2026-08-29 23:17:21.951  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:17:21.960  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:17:21.965  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:17:21.965  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:17:21.965  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@58727287(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:17:21.965  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:17:21.965  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:17:21.965  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:17:25.469  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:17:25.469  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:17:25.469  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5673a989, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@162ccabb, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@170ac9bb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@70e4481e, containsSubquery=false)
2026-08-29 23:17:25.469  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:17:45.533  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:17:45.533  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:17:45.533  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@42ea8084, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5bd60334, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7d6df560, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7fc2b57f, containsSubquery=false)
2026-08-29 23:17:45.534  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:17:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1637
2026-08-29 23:17:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:17:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:17:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:17:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:17:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:17:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:17:51.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1c33f27f(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:17:51.946  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:18:05.485  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:18:05.485  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:18:05.485  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5368c08, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@407af5db, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ddf16f3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26b64f90, containsSubquery=false)
2026-08-29 23:18:05.485  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:18:21.963  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1638
2026-08-29 23:18:21.963  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:18:21.963  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:18:22.209  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@32de6ff4(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:18:22.214  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:18:22.214  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:18:22.214  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:18:22.214  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:18:22.214  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:18:25.662  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:18:25.662  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:18:25.662  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3059c6a0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@37d1b3f6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3ce99e9c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1119abff, containsSubquery=false)
2026-08-29 23:18:25.662  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:18:45.476  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:18:45.476  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:18:45.476  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@267ee177, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3411639e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@672e69f9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@11ebe1, containsSubquery=false)
2026-08-29 23:18:45.476  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:18:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1639
2026-08-29 23:18:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:18:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:18:51.953  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@50e387d2(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:18:51.955  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:18:51.956  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:18:51.956  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:18:51.956  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:18:51.956  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:19:05.531  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:19:05.532  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:19:05.532  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6ef1a37e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@667b70a7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@69c95556, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@a9967d2, containsSubquery=false)
2026-08-29 23:19:05.532  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:19:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1640
2026-08-29 23:19:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:19:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:19:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@24037158(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:19:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:19:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:19:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:19:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:19:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:19:25.503  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:19:25.504  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:19:25.504  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@70cb75d5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34d954c5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@757e49ac, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1aa8b0ab, containsSubquery=false)
2026-08-29 23:19:25.504  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:19:45.512  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:19:45.512  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:19:45.512  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@11c65241, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2635581e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@37d5138e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7aec5bc, containsSubquery=false)
2026-08-29 23:19:45.512  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:19:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1641
2026-08-29 23:19:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:19:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:19:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:19:51.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@54053f9c(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:19:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:19:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:19:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:19:51.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:20:05.483  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:20:05.484  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:20:05.484  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b373de4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7d0c8e20, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6b89cff4, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6678fb2d, containsSubquery=false)
2026-08-29 23:20:05.484  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:20:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1642
2026-08-29 23:20:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:20:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:20:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:20:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:20:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:20:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:20:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@77e87fc1(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:20:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:20:25.450  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:20:25.450  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:20:25.450  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3c02d2ce, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5a5eb451, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@569fc6f9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@383b7ac8, containsSubquery=false)
2026-08-29 23:20:25.450  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:20:45.493  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:20:45.493  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:20:45.493  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@77b68fec, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@393230fe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@56a3e10c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@73372685, containsSubquery=false)
2026-08-29 23:20:45.493  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:20:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1643
2026-08-29 23:20:51.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:20:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:20:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:20:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:20:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:20:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:20:51.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:20:51.940  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4e3e9ff6(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:21:05.498  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:21:05.498  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:21:05.498  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e639fb0, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3bedead4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@39b0df2d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6dab4ed3, containsSubquery=false)
2026-08-29 23:21:05.498  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:21:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1644
2026-08-29 23:21:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:21:21.953  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:21:21.983  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:21:21.983  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:21:21.983  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:21:21.983  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:21:21.983  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:21:21.983  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@76ff059d(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:21:25.501  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:21:25.501  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:21:25.501  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@718d14a6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2fbbef26, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@70d74a9b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@11ad9cf4, containsSubquery=false)
2026-08-29 23:21:25.501  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:21:45.574  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:21:45.575  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:21:45.575  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4bdb8dca, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4134d44a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@77fc9d11, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@696995f4, containsSubquery=false)
2026-08-29 23:21:45.575  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:21:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1645
2026-08-29 23:21:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:21:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:21:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:21:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:21:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:21:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:21:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5f141a40(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:21:51.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:22:05.482  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:22:05.482  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:22:05.482  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@167c3ce3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@43a5dc34, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@28ca366e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1e958fb6, containsSubquery=false)
2026-08-29 23:22:05.483  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:22:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1646
2026-08-29 23:22:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:22:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:22:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@27b40fd4(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:22:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:22:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:22:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:22:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:22:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:22:25.461  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:22:25.461  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:22:25.462  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5d0e598, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6724587b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3008c358, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7aafebc0, containsSubquery=false)
2026-08-29 23:22:25.462  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:22:45.505  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:22:45.505  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:22:45.505  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@57857a08, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b799dec, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4a5f950e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66fc0360, containsSubquery=false)
2026-08-29 23:22:45.505  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:22:51.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1647
2026-08-29 23:22:51.939  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:22:51.940  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:22:51.941  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:22:51.941  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:22:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:22:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:22:51.942  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:22:51.961  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2f451c15(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:23:05.793  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:23:05.793  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:23:05.793  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@109ebc1b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@426fec7b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@47df22db, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2d208e91, containsSubquery=false)
2026-08-29 23:23:05.823  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:23:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1648
2026-08-29 23:23:21.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:23:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:23:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:23:21.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4cd8bd49(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:23:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:23:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:23:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:23:21.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:23:25.474  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:23:25.474  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:23:25.474  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b14caa1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f80cd1d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5822f9a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@517e7cf, containsSubquery=false)
2026-08-29 23:23:25.474  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:23:45.509  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:23:45.509  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:23:45.509  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7d73774f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b75c5c9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@356a735d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3af05b63, containsSubquery=false)
2026-08-29 23:23:45.509  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:23:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1649
2026-08-29 23:23:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:23:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:23:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:23:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@786acfa9(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:23:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:23:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:24:05.526  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:24:05.526  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:24:05.526  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@17c83694, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b5cb92d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@17b4798, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4d6cd3fe, containsSubquery=false)
2026-08-29 23:24:05.526  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:24:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1650
2026-08-29 23:24:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:24:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:24:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:24:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@274ddfe5(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:24:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:24:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:24:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:24:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:24:25.549  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:24:25.549  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:24:25.549  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6bf27ae5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@65f27b62, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@78918826, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5e97a50d, containsSubquery=false)
2026-08-29 23:24:25.550  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:24:45.586  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:24:45.587  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:24:45.587  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3ab11bb1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@36fe1a58, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5fdd55da, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3a1545f7, containsSubquery=false)
2026-08-29 23:24:45.587  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:24:51.945  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1651
2026-08-29 23:24:51.945  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:24:51.951  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:24:51.982  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:24:51.982  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:24:51.982  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:24:51.982  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:24:51.982  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6849da26(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:24:51.982  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:25:05.629  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:25:05.629  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:25:05.629  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@718daee4, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@37761098, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@19f1ae8d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3bc111e5, containsSubquery=false)
2026-08-29 23:25:05.629  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:25:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1652
2026-08-29 23:25:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:25:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:25:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:25:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:25:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:25:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:25:21.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5d21df8b(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:25:21.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:25:25.486  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:25:25.486  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:25:25.486  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@626be4a3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@55aaf5dc, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c5e7cf0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@539eb0bc, containsSubquery=false)
2026-08-29 23:25:25.486  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:25:45.525  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:25:45.525  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:25:45.525  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@50d8f18e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@200ab4a6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e754813, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@55f93d93, containsSubquery=false)
2026-08-29 23:25:45.525  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:25:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1653
2026-08-29 23:25:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:25:51.943  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:25:51.971  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6313ae14(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:25:51.973  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:25:51.973  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:25:51.973  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:25:51.973  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:25:51.974  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:26:05.512  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:26:05.513  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:26:05.513  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@634089cc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@158a29a2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@59d48263, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63c09dd3, containsSubquery=false)
2026-08-29 23:26:05.513  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:26:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1654
2026-08-29 23:26:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:26:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:26:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@333939ed(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:26:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:26:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:26:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:26:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:26:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:26:25.495  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:26:25.495  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:26:25.495  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@55543849, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@276dbcbe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6263ab2f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@41b3bbe4, containsSubquery=false)
2026-08-29 23:26:25.495  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:26:45.532  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:26:45.532  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:26:45.532  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4be625a1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d849d4d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@736c6969, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74ba286a, containsSubquery=false)
2026-08-29 23:26:45.532  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:26:51.959  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1655
2026-08-29 23:26:51.960  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:26:51.964  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:26:51.970  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3f7a15ce(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:26:51.971  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:26:51.971  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:26:51.971  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:26:51.971  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:26:51.973  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:27:05.467  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:27:05.468  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:27:05.468  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@12e2ff1a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79aa8b2e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3f34190b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1aba80ea, containsSubquery=false)
2026-08-29 23:27:05.468  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:27:21.942  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1656
2026-08-29 23:27:21.942  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:27:21.944  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:27:21.945  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@15d8995f(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:27:21.945  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:27:21.945  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:27:21.945  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:27:21.945  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:27:21.945  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:27:25.529  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:27:25.529  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:27:25.529  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@58bb7a7b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@69d69e3b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@12519748, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@738f8223, containsSubquery=false)
2026-08-29 23:27:25.530  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:27:45.503  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:27:45.503  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:27:45.503  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@724afe51, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@384a5810, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6684abc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@72e2d4ee, containsSubquery=false)
2026-08-29 23:27:45.503  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:27:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1657
2026-08-29 23:27:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:27:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:27:51.941  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6afb363c(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:27:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:27:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:27:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:27:51.942  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:27:51.942  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:28:05.562  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:28:05.562  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:28:05.562  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@109b4607, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2e027657, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7cd0170, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@33d2e0e2, containsSubquery=false)
2026-08-29 23:28:05.562  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:28:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1658
2026-08-29 23:28:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:28:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:28:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:28:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:28:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:28:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:28:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1bf6d253(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:28:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:28:25.504  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:28:25.504  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:28:25.504  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6422b143, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6a42c4c2, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f7fd23d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@549edd74, containsSubquery=false)
2026-08-29 23:28:25.505  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:28:45.471  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:28:45.471  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:28:45.471  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4986e98, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@67efbec4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f858fac, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c17da6f, containsSubquery=false)
2026-08-29 23:28:45.471  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:28:51.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1659
2026-08-29 23:28:51.951  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:28:51.973  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:28:51.981  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@580e1739(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:28:52.035  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:28:52.035  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:28:52.035  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:28:52.035  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:28:52.055  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:29:05.677  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:29:05.677  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:29:05.677  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@ab83727, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6044f02a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@759a024f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@353ab9f7, containsSubquery=false)
2026-08-29 23:29:05.677  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:29:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1660
2026-08-29 23:29:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:29:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:29:21.943  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@12dc7ba4(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:29:21.945  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:29:21.947  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:29:21.947  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:29:21.947  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:29:21.950  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:29:25.615  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:29:25.615  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:29:25.615  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22872b4c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4aacc74c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@222bcbc1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3c1fe3f8, containsSubquery=false)
2026-08-29 23:29:25.615  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:29:45.467  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:29:45.467  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:29:45.467  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@17728a2b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4836c9ff, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@8d52957, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@10d64c05, containsSubquery=false)
2026-08-29 23:29:45.467  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:29:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1661
2026-08-29 23:29:51.944  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:29:51.958  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:29:51.969  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:29:51.970  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:29:51.970  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:29:51.970  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:29:51.970  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@70eaa1da(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:29:51.974  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:30:05.493  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:30:05.499  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:30:05.500  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2e97da9d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5d500af0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@63d8290a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4e9b18d8, containsSubquery=false)
2026-08-29 23:30:05.500  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:30:21.940  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1662
2026-08-29 23:30:21.940  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:30:21.944  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:30:21.967  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:30:21.967  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:30:21.968  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:30:21.968  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:30:21.968  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:30:21.991  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1ec552d5(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:30:25.563  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:30:25.563  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:30:25.563  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5a5af90f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6031a497, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1770a3e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3668f87a, containsSubquery=false)
2026-08-29 23:30:25.563  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:30:45.472  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:30:45.472  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:30:45.472  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@e21fd1a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@41e627c8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@33e8340c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3d39c179, containsSubquery=false)
2026-08-29 23:30:45.472  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:30:51.939  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1663
2026-08-29 23:30:51.942  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:30:51.942  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:30:51.944  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:30:51.944  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:30:51.944  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:30:51.944  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:30:51.945  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@55142a13(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:30:51.945  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:31:05.575  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:31:05.575  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:31:05.575  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3c25bd93, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3b8c9eb5, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@cbfd9ef, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@27a26e00, containsSubquery=false)
2026-08-29 23:31:05.575  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:31:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1664
2026-08-29 23:31:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:31:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:31:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:31:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:31:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:31:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:31:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:31:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1be70dad(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:31:25.483  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:31:25.483  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:31:25.483  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@120bdb6e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@50a3e44b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@11d53a55, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@281e1f3d, containsSubquery=false)
2026-08-29 23:31:25.483  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:31:45.501  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:31:45.502  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:31:45.502  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@a9fbb68, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@58e9b69d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@67053632, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63bdfa9f, containsSubquery=false)
2026-08-29 23:31:45.502  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:31:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1665
2026-08-29 23:31:51.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:31:51.947  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:31:51.966  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@145bb99d(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:31:51.968  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:31:51.968  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:31:51.968  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:31:51.968  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:31:51.984  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:32:05.738  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:32:05.739  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:32:05.739  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@104aa6c5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ac990fe, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@44e87cf8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32a8cf7b, containsSubquery=false)
2026-08-29 23:32:05.739  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:32:21.949  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1666
2026-08-29 23:32:21.957  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:32:21.958  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:32:21.962  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@580777f8(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:32:21.962  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:32:21.962  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:32:21.962  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:32:21.962  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:32:21.962  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:32:25.570  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:32:25.571  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:32:25.571  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@354fdce1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2111df17, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@38d55776, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2902ccb8, containsSubquery=false)
2026-08-29 23:32:25.571  INFO 2501436 --- [http-nio-8804-exec-1] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:32:45.490  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:32:45.490  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:32:45.490  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f8d62f6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1fd7fc8b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@78e22930, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@36b49e31, containsSubquery=false)
2026-08-29 23:32:45.490  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:32:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1667
2026-08-29 23:32:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:32:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:32:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:32:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:32:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:32:51.937  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:32:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:32:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@623967b6(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:33:05.624  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:33:05.624  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:33:05.624  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7af29e6e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@75b33c32, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@a4786f6, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5e8b7cbb, containsSubquery=false)
2026-08-29 23:33:05.624  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:33:21.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1668
2026-08-29 23:33:21.938  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:33:21.939  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:33:21.960  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:33:21.971  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:33:21.971  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:33:21.971  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:33:21.968  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2faf669f(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:33:21.971  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:33:25.518  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:33:25.518  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:33:25.518  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7793e858, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3675a68f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5977f242, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@164875e1, containsSubquery=false)
2026-08-29 23:33:25.518  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:33:45.717  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:33:45.718  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:33:45.718  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@48d30d1a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17a1c143, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@161941fa, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@617a415c, containsSubquery=false)
2026-08-29 23:33:45.718  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:33:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1669
2026-08-29 23:33:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:33:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:33:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:33:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:33:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:33:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:33:51.940  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:33:51.941  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7a3af4d1(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:34:05.497  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:34:05.497  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:34:05.497  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3776bd86, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@46040df1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2c6d4d28, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7211b0, containsSubquery=false)
2026-08-29 23:34:05.497  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:34:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1670
2026-08-29 23:34:21.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:34:21.944  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:34:21.947  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1203a58c(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:34:21.998  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:34:21.998  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:34:21.998  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:34:21.998  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:34:21.998  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:34:25.498  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:34:25.498  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:34:25.498  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@18d54b02, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@39557aa6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@c12f56d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7b646cb, containsSubquery=false)
2026-08-29 23:34:25.498  INFO 2501436 --- [http-nio-8804-exec-9] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:34:45.493  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:34:45.493  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:34:45.493  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1712bf56, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1acb0c65, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2d4274fe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@25d1c1ec, containsSubquery=false)
2026-08-29 23:34:45.493  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:34:51.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1671
2026-08-29 23:34:51.942  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:34:51.944  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:34:51.945  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@23c6386b(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:34:51.945  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:34:51.945  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:34:51.945  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:34:51.945  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:34:51.946  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:35:05.872  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:35:05.872  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:35:05.872  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@51c24440, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1b8b53f3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4399147c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58ccf7f3, containsSubquery=false)
2026-08-29 23:35:05.872  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:35:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1672
2026-08-29 23:35:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:35:21.949  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:35:21.950  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:35:21.950  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:35:21.950  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:35:21.950  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:35:21.951  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:35:21.954  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2f643a21(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:35:25.502  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:35:25.502  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:35:25.502  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@44eed750, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7384c4c8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@627431eb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@58e36e62, containsSubquery=false)
2026-08-29 23:35:25.502  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:35:45.497  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:35:45.497  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:35:45.497  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@326780b5, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4f50e031, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@23b27d12, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2fe5640b, containsSubquery=false)
2026-08-29 23:35:45.497  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:35:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1673
2026-08-29 23:35:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:35:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:35:51.941  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:35:51.941  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:35:51.941  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:35:51.941  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:35:51.941  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3245a3ee(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:35:51.943  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:36:05.624  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:36:05.624  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:36:05.624  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@abdffea, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2f5e1d7c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@e3245d9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40282563, containsSubquery=false)
2026-08-29 23:36:05.624  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:36:21.975  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1674
2026-08-29 23:36:21.975  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:36:21.988  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:36:21.992  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@54778272(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:36:21.994  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:36:21.995  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:36:21.995  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:36:21.995  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:36:21.995  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:36:25.498  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:36:25.499  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:36:25.499  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7dd02966, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4f0af155, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6f4ea72c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6b2cea27, containsSubquery=false)
2026-08-29 23:36:25.499  INFO 2501436 --- [http-nio-8804-exec-15] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:36:45.555  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:36:45.555  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:36:45.555  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2eb6f260, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3d2a3fc9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4de0095a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@14f98e58, containsSubquery=false)
2026-08-29 23:36:45.555  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:36:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1675
2026-08-29 23:36:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:36:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:36:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:36:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:36:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:36:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:36:51.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7e441b96(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:36:51.942  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:37:05.556  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:37:05.601  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:37:05.601  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6bc5018d, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6d24f896, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5c442ca7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@217bcd51, containsSubquery=false)
2026-08-29 23:37:05.601  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:37:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1676
2026-08-29 23:37:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:37:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:37:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6852bdbb(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:37:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:37:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:37:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:37:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:37:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:37:25.486  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:37:25.486  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:37:25.486  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4b7d8d82, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6280d67a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@76a5aab1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@568f8e57, containsSubquery=false)
2026-08-29 23:37:25.486  INFO 2501436 --- [http-nio-8804-exec-19] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:37:45.490  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:37:45.490  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:37:45.490  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6520bd6b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f33179f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5c1ba373, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@786469dd, containsSubquery=false)
2026-08-29 23:37:45.490  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:37:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1677
2026-08-29 23:37:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:37:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:37:51.938  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@502df903(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:37:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:37:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:37:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:37:51.939  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:37:51.939  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:38:05.470  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:38:05.470  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:38:05.470  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@f272142, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@37344886, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1718207f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@747779f9, containsSubquery=false)
2026-08-29 23:38:05.470  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:38:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1678
2026-08-29 23:38:21.951  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:38:21.952  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:38:21.953  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:38:21.953  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1e3bf1c8(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:38:21.953  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:38:21.953  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:38:21.953  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:38:21.954  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:38:25.477  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:38:25.478  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:38:25.478  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3e31bb7f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@15696c64, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3f879230, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@311a595a, containsSubquery=false)
2026-08-29 23:38:25.478  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:38:45.500  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:38:45.500  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:38:45.500  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@de5a855, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@51aa82ef, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6bc50961, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@63e5786a, containsSubquery=false)
2026-08-29 23:38:45.500  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:38:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1679
2026-08-29 23:38:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:38:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:38:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@604c7edf(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:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:38:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:38:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:39:05.505  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:39:05.505  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:39:05.505  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7b67b587, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6bcd7de1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3e3fc20a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7a0a0e7b, containsSubquery=false)
2026-08-29 23:39:05.505  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:39:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1680
2026-08-29 23:39:21.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:39:21.942  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:39:21.958  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:39:21.960  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:39:21.961  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:39:21.961  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:39:21.961  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@5f53c249(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:39:21.966  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:39:25.489  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:39:25.489  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:39:25.489  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@34c3130a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@73e624e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b128894, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@295067b1, containsSubquery=false)
2026-08-29 23:39:25.489  INFO 2501436 --- [http-nio-8804-exec-26] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:39:45.478  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:39:45.478  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:39:45.478  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13ad4c05, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3510159c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@33bf3226, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7c4cfe1, containsSubquery=false)
2026-08-29 23:39:45.478  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:39:51.939  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1681
2026-08-29 23:39:51.959  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:39:52.105  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:39:52.148  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:39:52.148  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:39:52.148  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:39:52.148  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:39:52.148  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:39:52.148  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@34981f8f(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:40:05.800  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:40:05.800  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:40:05.800  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@63013279, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7f089e2f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6a36c007, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5b6d46e6, containsSubquery=false)
2026-08-29 23:40:05.800  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:40:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1682
2026-08-29 23:40:21.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:40:21.939  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:40:21.940  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6ba805e2(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:40:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:40:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:40:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:40:21.940  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:40:21.941  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:40:25.544  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:40:25.545  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:40:25.545  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3d10cd7c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5ad9e108, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@158b71cb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1719572, containsSubquery=false)
2026-08-29 23:40:25.545  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:40:45.483  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:40:45.483  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:40:45.483  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@60e8c73b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5e2df0f1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2387a382, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@76ff5c5f, containsSubquery=false)
2026-08-29 23:40:45.483  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:40:51.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1683
2026-08-29 23:40:51.937  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:40:51.943  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:40:51.945  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@67fdaefa(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:40:51.946  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:40:51.946  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:40:51.946  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:40:51.946  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:40:51.946  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:41:05.542  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:41:05.549  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:41:05.554  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@74b4ebf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2217cf44, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@724f1b3f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@796b3e4, containsSubquery=false)
2026-08-29 23:41:05.554  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:41:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1684
2026-08-29 23:41:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:41:21.934  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:41:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@160e89a0(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:41:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:41:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:41:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:41:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:41:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:41:25.551  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:41:25.551  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:41:25.551  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2d1806bc, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@63eb6e25, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@51c89536, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3eb1ecd3, containsSubquery=false)
2026-08-29 23:41:25.551  INFO 2501436 --- [http-nio-8804-exec-32] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:41:45.537  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:41:45.537  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:41:45.537  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@336b10d6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3c7a0202, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6ef85b08, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32756e44, containsSubquery=false)
2026-08-29 23:41:45.537  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:41:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1685
2026-08-29 23:41:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:41:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:41:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:41:51.941  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:41:51.941  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:41:51.941  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:41:51.941  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@23c5ba68(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:41:51.941  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:42:05.490  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:42:05.490  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:42:05.490  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7966dc07, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1dc73261, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@32b356e0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@758e6658, containsSubquery=false)
2026-08-29 23:42:05.490  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:42:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1686
2026-08-29 23:42:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:42:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:42:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:42:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:42:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:42:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:42:21.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:42:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1f87b9f4(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:42:25.526  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:42:25.526  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:42:25.526  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2b970d38, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@fe63d58, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6faa2b7e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5930a8e7, containsSubquery=false)
2026-08-29 23:42:25.526  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:42:45.473  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:42:45.473  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:42:45.473  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c117e16, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@b699d8b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7732e4e1, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@fb0ec42, containsSubquery=false)
2026-08-29 23:42:45.473  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:42:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1687
2026-08-29 23:42:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:42:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:42:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:42:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@bef7e92(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:43:05.480  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:43:05.481  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:43:05.481  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@52841292, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20b26e0f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4f6f118b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@26862f37, containsSubquery=false)
2026-08-29 23:43:05.481  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:43:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1688
2026-08-29 23:43:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:43:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:43:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:43:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:43:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:43:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:43:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:43:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@70a69217(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:43:25.491  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:43:25.491  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:43:25.491  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1c5f2e27, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7ccac95a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ca4cda, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@284e4ca4, containsSubquery=false)
2026-08-29 23:43:25.491  INFO 2501436 --- [http-nio-8804-exec-39] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:43:45.472  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:43:45.472  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:43:45.472  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@77eaf012, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@34a9dd34, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@580f935f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@49c66715, containsSubquery=false)
2026-08-29 23:43:45.472  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:43:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1689
2026-08-29 23:43:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:43:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:43:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:43:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:43:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:43:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:43:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6da233e9(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:43:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:44:05.555  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:44:05.556  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:44:05.556  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4ccfe62e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e5b3dd6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@48f42664, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2acd3169, containsSubquery=false)
2026-08-29 23:44:05.556  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:44:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1690
2026-08-29 23:44:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:44:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:44:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:44:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:44:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@356f05b(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:44:25.467  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:44:25.467  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:44:25.467  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@21200f06, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@37eb8e22, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a3b153b, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3e0d7ca5, containsSubquery=false)
2026-08-29 23:44:25.467  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:44:45.465  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:44:45.466  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:44:45.466  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@248a6c5a, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@198bae7c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@44031f56, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2347290d, containsSubquery=false)
2026-08-29 23:44:45.466  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:44:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1691
2026-08-29 23:44:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:44:51.934  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:44:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7c6ffad8(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:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:44:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:44:51.935  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:45:05.495  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:45:05.496  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:45:05.496  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3e638f1b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d22a3a7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@78712690, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@787eec9c, containsSubquery=false)
2026-08-29 23:45:05.496  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:45:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1692
2026-08-29 23:45:21.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:45:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:45:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:45:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:45:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:45:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:45:21.938  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:45:21.945  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3b62f1b4(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:45:25.525  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:45:25.525  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:45:25.525  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b5e037b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2fb8bc7e, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4d12675d, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@42b9654e, containsSubquery=false)
2026-08-29 23:45:25.525  INFO 2501436 --- [http-nio-8804-exec-47] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:45:45.503  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:45:45.504  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:45:45.504  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@13f3c022, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4b4cd296, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3cb6ffad, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@75379097, containsSubquery=false)
2026-08-29 23:45:45.504  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:45:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1693
2026-08-29 23:45:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:45:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:45:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7ad2ce5d(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:45:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:45:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:45:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:45:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:45:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:46:05.783  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:46:05.783  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:46:05.783  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4fbc5a85, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@435928ef, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@25fa746e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@164ef7f8, containsSubquery=false)
2026-08-29 23:46:05.783  INFO 2501436 --- [http-nio-8804-exec-50] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:46:21.945  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1694
2026-08-29 23:46:21.945  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:46:21.946  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:46:21.947  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:46:21.948  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:46:21.948  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:46:21.948  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:46:21.948  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:46:21.975  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@51a09e4f(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:46:25.607  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:46:25.607  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:46:25.607  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4661b070, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32467cd0, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4cf223fe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@45cad8ba, containsSubquery=false)
2026-08-29 23:46:25.608  INFO 2501436 --- [http-nio-8804-exec-49] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:46:45.484  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:46:45.484  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:46:45.484  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@25123af3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@79882bfd, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4ea971a5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@61e4396d, containsSubquery=false)
2026-08-29 23:46:45.484  INFO 2501436 --- [http-nio-8804-exec-2] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:46:51.944  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1695
2026-08-29 23:46:51.946  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:46:51.947  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:46:51.948  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:46:51.948  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:46:51.948  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1039c7dd(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:46:51.948  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:46:51.948  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:46:51.949  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:47:05.510  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:47:05.510  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:47:05.510  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@1b9b4167, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@9cc0133, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@d048411, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35085471, containsSubquery=false)
2026-08-29 23:47:05.510  INFO 2501436 --- [http-nio-8804-exec-4] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:47:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1696
2026-08-29 23:47:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:47:21.938  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:47:21.940  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@797e61(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:47:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:47:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:47:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:47:21.940  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:47:21.941  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:47:25.474  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:47:25.474  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:47:25.474  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6a1c3d23, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6f77ea7f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7b409cb3, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@74967a13, containsSubquery=false)
2026-08-29 23:47:25.474  INFO 2501436 --- [http-nio-8804-exec-5] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:47:45.533  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:47:45.533  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:47:45.533  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3a815c2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@561a9f2b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@246b48fe, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@190bb702, containsSubquery=false)
2026-08-29 23:47:45.534  INFO 2501436 --- [http-nio-8804-exec-3] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:47:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1697
2026-08-29 23:47:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:47:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:47:51.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@c661ab7(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:47:51.938  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:47:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:47:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:47:51.940  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:47:51.941  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:48:05.503  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:48:05.503  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:48:05.503  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@74e9cd73, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@47aa1213, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7fde4dc9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4d37a611, containsSubquery=false)
2026-08-29 23:48:05.503  INFO 2501436 --- [http-nio-8804-exec-6] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:48:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1698
2026-08-29 23:48:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:48:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:48:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:48:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:48:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:48:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:48:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:48:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6f36624c(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:48:25.515  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:48:25.515  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:48:25.515  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@22a5ed25, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@32ca8750, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6047e012, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3bbf578e, containsSubquery=false)
2026-08-29 23:48:25.528  INFO 2501436 --- [http-nio-8804-exec-7] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:48:45.554  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:48:45.554  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:48:45.554  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@155638d3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7658fd8b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4eb878b0, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@472b9280, containsSubquery=false)
2026-08-29 23:48:45.554  INFO 2501436 --- [http-nio-8804-exec-10] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:48:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1699
2026-08-29 23:48:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:48:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:48:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:48:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:48:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:48:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4eba2527(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:48:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:48:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:49:05.502  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:49:05.502  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:49:05.502  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5b8ad769, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@707fa355, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@eaa4c1f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@66462b81, containsSubquery=false)
2026-08-29 23:49:05.502  INFO 2501436 --- [http-nio-8804-exec-8] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:49:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1700
2026-08-29 23:49:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:49:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:49:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:49:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:49:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:49:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:49:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:49:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, DefaultChannelPromise@5ef6821b(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:49:25.494  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:49:25.495  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:49:25.495  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@510b5164, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6e4747d9, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@f8e4ad7, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19f0841, containsSubquery=false)
2026-08-29 23:49:25.495  INFO 2501436 --- [http-nio-8804-exec-11] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:49:45.531  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:49:45.531  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:49:45.531  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7c4ad809, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3f99299c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7e6ea6b8, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@535a45f5, containsSubquery=false)
2026-08-29 23:49:45.531  INFO 2501436 --- [http-nio-8804-exec-12] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:49:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1701
2026-08-29 23:49:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:49:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:49:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:49:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:49:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:49:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:49:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:49:51.949  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@7b57401c(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:50:05.543  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:50:05.543  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:50:05.543  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@59fabccf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5dbb5ec7, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3501ec71, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5cc85c55, containsSubquery=false)
2026-08-29 23:50:05.543  INFO 2501436 --- [http-nio-8804-exec-14] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:50:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1702
2026-08-29 23:50:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:50:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:50:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3c48e25b(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:50:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:50:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:50:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:50:21.937  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:50:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:50:25.476  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:50:25.476  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:50:25.476  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6665020b, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@67e73099, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3cb26a8e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ae17c8f, containsSubquery=false)
2026-08-29 23:50:25.476  INFO 2501436 --- [http-nio-8804-exec-13] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:50:45.517  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:50:45.517  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:50:45.517  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4b17433c, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4ee34075, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3faa9cfc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@18505b4d, containsSubquery=false)
2026-08-29 23:50:45.517  INFO 2501436 --- [http-nio-8804-exec-16] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:50:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1703
2026-08-29 23:50:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:50:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:50:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:50:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@497ffe74(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:50:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:50:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:50:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:50:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:51:05.483  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:51:05.484  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:51:05.484  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@2c9a96ef, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@74c9566a, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@53f1a455, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5dc8e819, containsSubquery=false)
2026-08-29 23:51:05.484  INFO 2501436 --- [http-nio-8804-exec-17] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:51:21.962  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1704
2026-08-29 23:51:21.963  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:51:21.963  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:51:21.965  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@1cca927b(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:21.965  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:51:21.965  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:51:21.965  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:51:21.965  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:51:21.965  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:51:25.488  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:51:25.488  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:51:25.488  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5507edb2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@2ae9b306, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@43bd2278, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@35f80488, containsSubquery=false)
2026-08-29 23:51:25.488  INFO 2501436 --- [http-nio-8804-exec-18] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:51:45.493  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:51:45.493  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:51:45.493  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e060b9e, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5f7bb02, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@67189643, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@120cf8d, containsSubquery=false)
2026-08-29 23:51:45.493  INFO 2501436 --- [http-nio-8804-exec-21] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:51:51.939  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1705
2026-08-29 23:51:51.954  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:51:51.954  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:51:51.955  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:51:51.955  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:51:51.955  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:51:51.955  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:51:51.955  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:51:51.955  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2272d0da(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:05.506  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:52:05.507  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:52:05.507  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@144a2e1, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4eb3bb81, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6fa64d08, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@736e4798, containsSubquery=false)
2026-08-29 23:52:05.507  INFO 2501436 --- [http-nio-8804-exec-20] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:52:21.959  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1706
2026-08-29 23:52:21.960  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:52:21.960  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:52:21.961  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@21207723(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:21.961  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:52:21.961  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:52:21.961  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:52:21.961  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:52:21.962  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:52:25.538  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:52:25.538  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:52:25.538  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5f82af95, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@3cb1fdb6, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@21ddc5bb, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@40aadf2d, containsSubquery=false)
2026-08-29 23:52:25.538  INFO 2501436 --- [http-nio-8804-exec-22] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:52:38.425  INFO 2501436 --- [quartzScheduler_Worker-3] c.l.c.sensitive.quartz.SensitiveQuartz   : 敏感词定时更新
2026-08-29 23:52:45.517  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:52:45.517  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:52:45.517  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@24b1fd34, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@47ed9b62, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@379c8b6e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4b883afa, containsSubquery=false)
2026-08-29 23:52:45.518  INFO 2501436 --- [http-nio-8804-exec-24] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:52:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1707
2026-08-29 23:52:51.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:52:51.939  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:52:51.945  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:52:51.945  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:52:51.945  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:52:51.945  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:52:51.945  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:52:51.948  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@e399397(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:05.475  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:53:05.475  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:53:05.475  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5970b91, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4df91561, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@18543f56, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@afddb2a, containsSubquery=false)
2026-08-29 23:53:05.475  INFO 2501436 --- [http-nio-8804-exec-23] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:53:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1708
2026-08-29 23:53:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:53:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:53:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:53:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:53:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:53:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:53:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@d964040(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:25.480  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:53:25.481  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:53:25.481  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7c4aad28, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56990d0c, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5021fe38, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@44a9dfbf, containsSubquery=false)
2026-08-29 23:53:25.481  INFO 2501436 --- [http-nio-8804-exec-25] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:53:45.491  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:53:45.491  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:53:45.491  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@11d0594, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@20077991, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5db9985f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5fc4a46f, containsSubquery=false)
2026-08-29 23:53:45.491  INFO 2501436 --- [http-nio-8804-exec-27] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:53:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1709
2026-08-29 23:53:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:53:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:53:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:53:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@277782bb(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:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:54:05.533  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:54:05.534  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:54:05.534  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@56bde356, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@67d6d511, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@7ff39186, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@4c708aaf, containsSubquery=false)
2026-08-29 23:54:05.534  INFO 2501436 --- [http-nio-8804-exec-28] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:54:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1710
2026-08-29 23:54:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:54:21.934  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:54:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:54:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:54:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:54:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:54:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@4a682395(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:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:54:25.543  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:54:25.543  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:54:25.543  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@613e8dfe, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6ce95eae, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@5874c185, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5aa4bc4d, containsSubquery=false)
2026-08-29 23:54:25.543  INFO 2501436 --- [http-nio-8804-exec-29] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:54:45.465  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:54:45.465  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:54:45.465  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@d661ad, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5c6696c8, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6327fea2, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6ad3fa, containsSubquery=false)
2026-08-29 23:54:45.465  INFO 2501436 --- [http-nio-8804-exec-30] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:54:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1711
2026-08-29 23:54:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:54:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:54:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@45f01ff2(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:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:54:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:54:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:54:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:54:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:55:05.549  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:55:05.549  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:55:05.549  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7f16602f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7387d636, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@677e995e, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@1c3713b9, containsSubquery=false)
2026-08-29 23:55:05.549  INFO 2501436 --- [http-nio-8804-exec-31] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:55:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1712
2026-08-29 23:55:21.935  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:55:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:55:21.936  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:55:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@15947532(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:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:55:25.492  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:55:25.493  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:55:25.493  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c18dfe6, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7e235c12, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@dfd3d1a, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6e0dddad, containsSubquery=false)
2026-08-29 23:55:25.493  INFO 2501436 --- [http-nio-8804-exec-34] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:55:45.718  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:55:45.718  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:55:45.718  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@19f97bef, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6731da, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@407fbc6f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@5f273574, containsSubquery=false)
2026-08-29 23:55:45.719  INFO 2501436 --- [http-nio-8804-exec-33] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:55:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1713
2026-08-29 23:55:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:55:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:55:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@470962b3(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:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:55:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:55:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:55:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:55:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:56:05.529  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:56:05.529  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:56:05.529  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@361b2279, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@30a13e44, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@32b47500, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@173e77e4, containsSubquery=false)
2026-08-29 23:56:05.530  INFO 2501436 --- [http-nio-8804-exec-35] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:56:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1714
2026-08-29 23:56:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:56:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:56:21.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@2157147b(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:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:56:21.936  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:56:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:56:25.475  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:56:25.476  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:56:25.476  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4a204cf2, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@168ba2c1, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@3071dc14, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@3fd74be8, containsSubquery=false)
2026-08-29 23:56:25.476  INFO 2501436 --- [http-nio-8804-exec-37] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:56:45.487  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:56:45.487  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:56:45.487  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4820bd9f, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@6af7ac92, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@711be87f, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@53f35615, containsSubquery=false)
2026-08-29 23:56:45.488  INFO 2501436 --- [http-nio-8804-exec-36] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:56:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1715
2026-08-29 23:56:51.936  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:56:51.938  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:56:51.948  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:56:51.948  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3d974a24(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:51.953  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:56:51.953  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:56:51.953  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:56:51.954  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:57:05.798  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:57:05.798  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:57:05.798  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6f2173d7, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@677b408d, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1980ebac, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@32a6fe37, containsSubquery=false)
2026-08-29 23:57:05.798  INFO 2501436 --- [http-nio-8804-exec-38] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:57:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1716
2026-08-29 23:57:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:57:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:57:21.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@543569eb(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:21.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:57:25.509  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:57:25.509  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:57:25.509  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5041c142, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4729a3ea, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@367381e9, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@7a915e22, containsSubquery=false)
2026-08-29 23:57:25.509  INFO 2501436 --- [http-nio-8804-exec-40] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:57:45.491  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:57:45.491  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:57:45.491  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@3707a865, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@4d839f5f, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4727a42c, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@6691d783, containsSubquery=false)
2026-08-29 23:57:45.491  INFO 2501436 --- [http-nio-8804-exec-41] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:57:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1717
2026-08-29 23:57:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:57:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:57:51.936  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:57:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@6b84d4bb(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:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:57:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:57:51.937  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:57:51.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:58:05.512  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:58:05.512  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:58:05.512  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@472cb351, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@42984a4, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1fd67cb5, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@2256bd43, containsSubquery=false)
2026-08-29 23:58:05.512  INFO 2501436 --- [http-nio-8804-exec-42] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:58:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1718
2026-08-29 23:58:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:58:21.935  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:58:21.939  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@42d22d38(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:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:58:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:58:21.941  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:58:21.942  INFO 2501436 --- [NettyClientWorkerThread_1] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:58:21.955  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:58:25.478  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:58:25.479  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:58:25.479  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6e55a79, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@5358f654, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@6c718e96, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@30703d74, containsSubquery=false)
2026-08-29 23:58:25.479  INFO 2501436 --- [http-nio-8804-exec-43] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:58:45.467  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:58:45.467  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:58:45.467  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@6f1035c9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@1e4abb79, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1a5083bc, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@336802b9, containsSubquery=false)
2026-08-29 23:58:45.468  INFO 2501436 --- [http-nio-8804-exec-44] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:58:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1719
2026-08-29 23:58:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:58:51.935  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:58:51.936  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3c3658c8(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:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:58:51.936  INFO 2501436 --- [NettyClientWorkerThread_2] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:58:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:59:05.706  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:59:05.706  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:59:05.706  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@4c4191cf, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@56d4d60b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@4157a923, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@772c6936, containsSubquery=false)
2026-08-29 23:59:05.707  INFO 2501436 --- [http-nio-8804-exec-45] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:59:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1720
2026-08-29 23:59:21.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:59:21.935  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:59:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:59:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:59:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:59:21.937  INFO 2501436 --- [NettyClientWorkerThread_3] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:59:21.937  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
2026-08-29 23:59:21.937  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@3f50b26d(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:25.509  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:59:25.509  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:59:25.509  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@7394f3c9, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@7c01fb2b, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@1b5f1a23, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@19f8643b, containsSubquery=false)
2026-08-29 23:59:25.509  INFO 2501436 --- [http-nio-8804-exec-46] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:59:45.483  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Rule Type: sharding
2026-08-29 23:59:45.483  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Logic SQL: select 1
2026-08-29 23:59:45.483  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : SQLStatement: SelectSQLStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@5e7dcfb3, tablesContext=TablesContext(tables=[], schema=Optional.absent())), projectionsContext=ProjectionsContext(startIndex=7, stopIndex=7, distinctRow=false, projections=[ExpressionProjection(expression=1, alias=Optional.absent())], columnLabels=[1]), groupByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.groupby.GroupByContext@17874fc3, orderByContext=org.apache.shardingsphere.sql.parser.relation.segment.select.orderby.OrderByContext@2a94c744, paginationContext=org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.PaginationContext@175d4fc1, containsSubquery=false)
2026-08-29 23:59:45.483  INFO 2501436 --- [http-nio-8804-exec-48] ShardingSphere-SQL                       : Actual SQL: default-datasource ::: select 1
2026-08-29 23:59:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : new name server is chosen. OLD: 127.0.0.1:9877 , NEW: 127.0.0.1:9877. namesrvIndex = 1721
2026-08-29 23:59:51.934  INFO 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: begin to connect remote host[127.0.0.1:9877] asynchronously
2026-08-29 23:59:51.934  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9877
2026-08-29 23:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : closeChannel: the channel[127.0.0.1:9877] was removed from channel table
2026-08-29 23:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9877
2026-08-29 23:59:51.935  INFO 2501436 --- [NettyClientWorkerThread_4] RocketmqRemoting                         : eventCloseChannel: the channel[null] has been removed from the channel table before
2026-08-29 23:59:51.935  WARN 2501436 --- [MQClientFactoryScheduledThread] RocketmqRemoting                         : createChannel: connect remote host[127.0.0.1:9877] failed, AbstractBootstrap$PendingRegistrationPromise@74c0408d(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:51.936  INFO 2501436 --- [NettyClientSelector_1] RocketmqRemoting                         : closeChannel: close the connection to remote address[127.0.0.1:9877] result: true
